cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Unable to do MSSQL query after upgrade to 4.2 SP1

luwenya
1-Newbie

Unable to do MSSQL query after upgrade to 4.2 SP1

I just upgraded from 4.1 to 4.2 SP1. My SQL query service is failing. I did not change anything on the MSSQL server side.

In the service creating, I am able to see all my database tables and columns. This tells me the connection is ok. but when I run the test on the service, I am getting: 
Unable to Invoke Service QuerySummary on MSSQLServices : Could not execute service [QuerySummary] after making (2) attempts
5 REPLIES 5
abalousek
6-Contributor
(To:luwenya)

Can you detail your upgrade process steps that you took, i.e. did you go through the full export, undeploy, delete dB, redeploy, import process we typically recommend? If so, did you re-import all of the extension packages (including the MSSQL Extension) prior to importing?

I did not need to save anything I had for 4.1 so here are the steps I did:

1. stopped the ThingWorx from the apache, and undeploy the old the version.

2. stop the apache service and remove the c:\ThingworxStorage and c:\ThingworxBackupStorage folders.

3. uninstall the apache older version and reinstalled the apache version 7.0.52.

4. deployed the thingworx 4.2 SP1

5. login thingworx composer and imported mssql extension. I get the mssql extension from here:  [https://dl.dropboxusercontent.com/u/73383/MSSQL_ExtensionPackage.zip | https://dl.dropboxusercontent.com/u/73383/MSSQL_ExtensionPackage.zip]

6. created a thing with mssqlserver thing template and configured the connection.

7. created a sql query service and I was able to see all the database tables and column. the sql query is "select * from <tablename>"

8. did a test run and failed.



new info. on this. I have another thingworx server setup v4.2.0.15. In this setup, I have a local mssql server running which all query services work ok. for kicks, I created another mssqlserver thing and pointing database connection string to the new 4.2 SP1 setup and I was able run the sql query successfully. please let me know if anything I can try so I can get the 4.2 SP1 setup working.

Thanks,
-LuWen

adam11
5-Regular Member
(To:luwenya)

Hi Luwen,

This issue has been resolved in the newest build of 4.2. You can download it from the

Downloads

section of the Community site.


Best regards,

Adam



luwenya
1-Newbie
(To:adam11)

works great now. thank you!

Top Tags