VMware Cloud Community
atfrys
Hot Shot
Hot Shot
Jump to solution

Cannot add sql 2008 database to VCO

My test connection string:  jdbc:jtds:sqlserver://myservername.com:1433/vco_logger

I am getting the below error:

ID of the configuration should not be empty! (Dynamic Script Module name : addDatabase#8)

Thank you

-Stephen

0 Kudos
1 Solution

Accepted Solutions
atfrys
Hot Shot
Hot Shot
Jump to solution

This worked for me.  VCO 5.5.1 SQL Plugin

jdbc:jtds:sqlserver://server.com:1433/vco_logger;instance=myinstance;domain=domain.com;useNTLMv2=TRUE;

View solution in original post

0 Kudos
2 Replies
atfrys
Hot Shot
Hot Shot
Jump to solution

This worked for me.  VCO 5.5.1 SQL Plugin

jdbc:jtds:sqlserver://server.com:1433/vco_logger;instance=myinstance;domain=domain.com;useNTLMv2=TRUE;

0 Kudos
Burke-
VMware Employee
VMware Employee
Jump to solution

When in doubt, try using the JDBC url Generator workflow that is in the library Smiley Wink

If my answer resolved or helped you, please mark it as Correct or Helpful to award points. Thank you!

Visit http://www.vcoteam.info & http://blogs.vmware.com/orchestrator
for vRealize Orchestrator tips and tutorials - @TechnicalValues on Twitter
0 Kudos