cgrooms Posted March 18, 2013 Report post Posted March 18, 2013 Hello. I am attempting to run the testdbupgrade against a copy of my database and I am receiving the following error in ConfigMgrSetup.log INFO: SQL Connection failed. Connection: hostname.domain, Type: Unsecure *** [08001][14][Microsoft][ODBC SQL Server Driver][shared Memory]Invalid connection. ERROR: SQL Server error: [08001][14][Microsoft][ODBC SQL Server Driver][shared Memory]Invalid connection. *** [01000][14][Microsoft][ODBC SQL Server Driver][shared Memory]ConnectionOpen (Invalid Instance()). ERROR: SQL Server error: [01000][14][Microsoft][ODBC SQL Server Driver][shared Memory]ConnectionOpen (Invalid Instance()). *** Failed to connect to the SQL Server. I have verified that all the accounts are in place. I am a local administrator on the computer and a sysadmin in the database. The correct TCP/IP port is in place, named pipes is enabled and the port is not in use. Any help would be greatly appreciated. Thank you. Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted March 18, 2013 Report post Posted March 18, 2013 have you followed my advice in Step 6 here ? are you an SQL sysadmin on the server you are attempting to run this on ? On the TEST SQL server login as a user who has sysadmin permissions on that SQL server (I granted the smsadmin user both local administrator permissions and sysadmin permissions on this SQL Server). In the start menu locate SQL Server Management Studio, right click and choose Run as Administrator otherwise you'll get read-only errors when trying to attach the database Quote Share this post Link to post Share on other sites More sharing options...
jkabaseball Posted March 18, 2013 Report post Posted March 18, 2013 I had issues with the syntax of the dbupgrade test. I ended up just using the instance without the server name and it worked for me. I don't recall the exact error I was having but it was similar. Quote Share this post Link to post Share on other sites More sharing options...
cgrooms Posted March 18, 2013 Report post Posted March 18, 2013 Yes, I followed the advice in step 6. I am a local admin on the SQL server and I'm also a sysadmin in the database. The syntax I'm using is setup.exe /testdbupgrade CM_BC1 Quote Share this post Link to post Share on other sites More sharing options...