IMPAX 6.5.1 Server Knowledge Base home > Launching and logging into the system > Authentication service locations
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 of the login service afterward.
To configure the location of the authentication service on Windows
Log into the Database Server as AgfaService.
To stop the Administration Tools service, select Start > Administrative Tools > Services.
In the Services screen, from the list of services, right-click the Administration Tools Server service and select Stop.
To check the current location of the login service, type
select * from MAP_INI
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.
Update the Database Server host file with the IP address or the full name of the Application Server.
To start the Administration Tools service, select Start > Administrative Tools > Services.
In the Services screen, from the list of services, right-click the Administration Tools Server service and select Start.
Topic number: 121314 Applies to: IMPAX 6.5.1 Server Knowledge Base |