ARGUS Enterprise Integrations connection failed - determining your server name

If you are running ARGUS Enterprise on your desktop and are trying to set up your integrations for data import, please follow the below steps.

In some cases you may get an error similar to this -

“A network-related or instance-specific error occured while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error 26 - Error Locating Server/Instance Specified)”

image

  1. Navigate to the search bar and type in “services.msc” and press enter

  1. The items here will be in alphabetical order. Navigate to the “S” section and look for any / all active items starting with “SQL Server” It SHOULD look like this -

But likely, it looks more like this where there are little to no instances of SQL Server running -

  1. Navigate to the command prompt. You can search “CMD” in the toolbar and press enter

  1. type “SqlLocalDB.exe start [SERVERNAME]” and press enter. In this example we were running on localdb\v11.0. So we typed in “SqlLocalDB.exe start v11.0” and pressed enter.

  2. type “SqlLocalDB.exe info [SERVERNAME]” and press enter. In this example we were running on localdb\v11.0. So we typed in “SqlLocalDB.exe info v11.0” you should have the below result. Highlight the text after “Instance Pipe Name:” and press “Ctrl + C” then paste this into a separate file to store for later use.

image

  1. Navigate back into The CRESuite Integrations tab. This is inside of Microsoft Excel and under the tab called “The CRESuite.” Click Settings, and then Integrations

  1. Paste the text from step 5 into the server section

  1. Make sure the database name is populated. See this post if you need help determining the database name - ARGUS Enterprise Configuration for a user with AE installed on their desktop - #2 by MaxGarbus

  2. Make sure “Use Trusted Connection” is selected.

  3. Click “Test Connection

  1. Success!

  1. Click Manage ARGUS Data Exports and make sure your queries are selected.

  1. Enable your queries (if necessary) and click save.

  1. Click Apply

  1. Click OK

  1. If, after clicking OK, the ARGUS Enterprise button disappears, repeat steps 12 and 13, disabling the queries and re-enabling, then click the “x” to close the dialog WITHOUT click “Apply” OR “OK”