Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello,
I'm having trouble connecting to a SQL Server Database (SQL Server 2008 R2, mix-mode authentication). Using the following JDBC Driver Class Name (com.microsoft.sqlserver.jdbc.SQLServerDriver) returns the following error when I attempt to create a service and selecting SQL(Query)->Tables/Columns :
"Thing State is being set to ERROR because it failed during the initialization phase: JDBC Driver Class Not Found: com.microsoft.sqlserver.jdbc.SQLServerDriver".
My configuration settings are the following:
The Thing's Thing Template is set to "Database".
Per a posting I read, it stated sqljdbc4.jar would be located in the Thingworx\WEB-INF\lib folder, though I did not see it there. I then downloaded the sqljdbc4.jar from the Microsoft site and added it in myself. However this did not solve the error message I am getting.
Have I missed a step or are my configuration settings not correct? Any help would be appreciated.
Hi Victor,
Hi Adam,
I had thought I did that, but decided to do it again per your comment. It worked this time, thanks a lot, really appreciate it!
Hi Adam,
What I'm running into now is attempting to Execute Query. When I run it, it throws an error: "Unable to Invoke Service RetrieveAll on ConnectSQL : Could not execute service after making (2) attempts"Thanks
Victor,
Hi Adam,
Thanks for the direction, that's what I needed. Had the value as NOW() and changed it to GETDATE(), it now shows me my result set.
Thanks again!