IMPAX 6.5.1 Client Knowledge Base: Extended > Troubleshooting IMPAX Client > Troubleshooting: General Client issues
Details
Low memory on the Application Server might cause the Client to run slowly and freeze.
In IMPAX web services are used to request and transmit data and authentication information between the Clients and the Application Server. The web services may be consuming too much memory.
Solution
To determine which web service is using a lot of memory (for example, due to a memory leak) you can assign them to separate application pools.
To split web services into separate application pools and recycle worker processes
Contact Agfa Support for the CreatePools.zip file and place it on the Application Server.
Extract the contents of the file to a directory in a location that is easy to remember.
At a command prompt, navigate to the directory used in step 2.
Type Create-Splitted-IIS-Impax-Pools.vbs.
The web services are split and the following text is displayed:
The IMPAX web services have been split into separate application pools. The log
file can be found in your C:\Impax\Logs directory.
Open Control Panel.
Select Administrative Tools > Internet Information Services (IIS) Manager.
Navigate to connection_name (local connection) > Application Pools.
Right-click AgfaHC.BackOffice.Web.Services and select Properties
In the AgfaHC.BackOffice.Web.Services Properties dialog, select the recycle worker processes at the following times checkbox.
Click Add.
In the Select Time dialog, specify the start time of the recycling process. Ensure the time chosen is during off-hours such as late evening or overnight.
To close the Select Time dialog, click OK.
The start time is displayed in the field to the left of the Add button.
To save the change and close the AgfaHC.BackOffice.Web.Services Properties dialog, click OK.
Repeat steps 8 to 13 for all other application pools except DefaultAppPool.
To determine which w3wp process belongs to which application pool
At a command prompt, type cd \WINDOWS\system32.
Type iisapp.vbs.
Each w3wp process and PID number is displayed, matched to its corresponding application pool, as shown in the following example:
Microsoft ®) Windows Script Host Version 5.6 Copyright ©) Microsoft Corporation 1996-2001. All rights reserved. W3WP.exe PID: 7972 AppPoolId: AgfaHC.User.Security.Web.Services W3WP.exe PID: 8084 AppPoolId: AgfaHC.User.Web.Services W3WP.exe PID: 6156 AppPoolId: AgfaHC.Pacs.Web W3WP.exe PID: 8008 AppPoolId: AgfaHC.Pacs.Web.Services W3WP.exe PID: 6208 AppPoolId: AgfaHC.User.Administration.Web.Services
Topic number: 102133 Applies to: IMPAX 6.5.1 Client Knowledge Base |