Error JBOSS + SQL Server 2012

1
0
-1

Hi I have successfully initialize the database with the SQL server JDBC connector. But while starting the Jboss server I am getting following error.

at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_79]

Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The connection string contains a badly formed name or value.

any help appreciated. I have followed the platform data source configuration for jboss from documentation. Trying different things from 3 days and can't make it working.

Kiran

Comments

Submitted by kiran.neupane on Tue, 10/18/2016 - 03:44

I have solved the issue, changed the sql server name to use the ip address and it works. Probably server name has some unsupported character "\"

No answers yet.
Notifications