IMPAX 6.5.1 Server Knowledge Base home > Launching and logging into the system > Authentication service locations
This procedure applies to SQL Server 2005 and SQL Server 2008.
![]() | 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
On the Database Server, stop the Administration Tools service.
Open the SQL Server Management Studio.
To check the current location of the login service, type
select * from MAP_INI
Click Execute.![]()
The location of the authentication service is stored in ws.authenticate.uri.
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.
Click Execute.![]()
Update the server host file with the IP address or the full name of the Application Server.
Restart the Administration Tools service.
See also
Configuring the message on the Administration Tools login screen
Logging into the IMPAX Administration Tools
Topic number: 65705 Applies to: IMPAX 6.5.1 Server Knowledge Base |