Note: You can only use letters, numbers, spaces and underscores when you specify an instance name.
If you want to use a custom account, you will need to verify its credentials before you can continue the installation process.
Notes
If you receive a ‘Failed to map the path’ or '404 (Not Found)' error when connecting to the service for the first time, you may need to reset IIS and your ASP.NET registration. For this, open an elevated command prompt. Then:
aspnet_regiis -iru
. When this has finished succesfully:iisreset
to restart IIS.If you receive a '500.19' notification, you need to uninstall the Isah Shop Floor Control Service and install it a second time.
If you want to change the connection after installation, you will need IIS Management Console:
ConnectionStrings
to modify the Isah Shop Floor Control Service data connection. data source=<server name>;initial catalog=<database name>;user=<user name>;pwd=<password>;
If you installed the Web Services using Windows authentication, the strings should be as follows:
data source=<server name>;initial catalog=<database name>;Integrated Security=SSPI;
AppSettings
to modify the database connection for the report service and license server.If the server holding IIS and the Isah Shop Floor Control Service is not your Microsoft SQL Server, you will need to install the SQL Server Native Client.