HomeGuidesRecipesAPI
HomeGuidesAPILog In

Troubleshooting

The easiest method of troubleshooting is to validate to the produce website in the server SmartIQ is installed

Connection String Errors

Errors in the connection string result in the following errors.

DescriptionException Details
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.System.Data.SqlClient.SqlException: The EXECUTE permission was denied on the object 'spConnectorSettings_RegisterSettingsType', database 'master', schema 'dbo'.

Remediation
Validate the connection String.

👍

Validation

A UDL File can be created to validate the connection string.

Validation the connection String using UDL file

  1. Create a file with the extension udl.
    e.g. test.udl
  2. Open the file by double clicking.The file should open in "OLE Core Services". If the file opens in another program use open with to select OLE Core services.
  3. Specify the details to connect to the database.
376
  1. Test the connection. You should be able to successfully connect to the database.
377
  1. Close the window.
  2. Open the UDL file using a text editor and copy the connection string.
  3. This connection string needs to be applied to SmartIQ using IIS Manager or by editing web.config.