IMPAX 6.5.1 Server Knowledge Base home > Launching and logging into the system > Authentication service locations

Configuring the location of the authentication service on Windows SQL

This procedure applies to SQL Server 2005 and SQL Server 2008.

Note:

Note:

Ensure that you are logged into Windows using the AgfaService account; you cannot log into SQL Server Management Studio using the Administrator account.

The location of the authentication service used to log into the Administration Tools is set during the initial IMPAX installation. You can change the location afterward.

To configure the location of the authentication service on Windows SQL

  1. On the Database Server, stop the Administration Tools service.

  2. Open the SQL Server Management Studio.

  3. To check the current location of the login service, type

    select * from MAP_INI

  4. Click Execute.Execute

    The location of the authentication service is stored in ws.authenticate.uri.

  5. To update the location of the login service, type

    update map_ini set ini_value = 'https://Application_Server/AgfaHC.User.Security.Web.Services/Login.asmx' where ini_key = 'ws.authenticate.uri' and ini_section = 'SERVICE_TOOLS'

    where Application_Server is the name of the Application Server to authenticate against.

  6. Click Execute.Execute

  7. Update the server host file with the IP address or the full name of the Application Server.

  8. Restart the Administration Tools service.


See also


Topic number: 65705

Applies to: IMPAX 6.5.1 Server Knowledge Base