Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Open the product’s website directory and open it’s configuration file in Notepad or a preferred text editor.

    • For GlobalSearch, this by default is: C:\inetpub\wwwroot\Square9API\Web.config

    • For GlobalSearch, this by default is: C:\inetpub\wwwroot\Square9CaptureAPI\Web.config

  • Change the value of the line with the key “urn:square9:identitymanager:apiconnector:apikey“ to use the API Key you created above.

  • Save the file.

Identity Manager Database

In some rare cases, the Square 9 Identity Manager database “Square9.IdentityManager” may not have been created on your SQL Server instance. To resolve this, open SQL Management Studio and execute the following query:

Code Block
IF (SELECT COUNT(*) FROM MASTER.SYS.DATABASES WHERE NAME LIKE '%SQUARE9.IDENTITYMANAGER%') = 0
BEGIN
DELETE FROM SSMASTER.DBO.MIGRATIONS
END

Running the above query query will force the Identity Manager database be created when the login page is called. Simply logging into GlobalSearch or GlobalCapture would trigger the creation of the Identity Manager database.

In cases where the database did not exist, you will need to recreate the API Keys for the application and bind them to GlobalSearch/GlobalCapture as outlined above.