This article describes how to manually configure an active distribution server running in polling mode.
Symptoms
For an active distribution server running in polling mode, anonymous password for virtual directory ManageSoftJQ does not get set automatically. This prohibits the polling distribution server from functioning correctly.
Resolution
If your underlying platform is Windows Server 2003 or Windows Server 2008 and you choose to configure distribution servers to poll for jobs, you must manually configure the account name and password for anonymous access to the job queue directory on each parent distribution server. You must also ensure that the account you specify on each parent distribution server has read permissions on its local virtual job queue directory, ManageSoftJQ.
Follow the following steps to modify IIS configuration:
- Open Internet Information Services (IIS) Manager (from the Start menu, select All programs > Administrative Tools > Internet Information Services (IIS) Manager).
- Expand the distribution server name in the console tree.
- Modify the properties of the virtual directory ManageSoftJQ as follows:
On Windows Server 2003 (IIS 6.0)- Expand the console tree to show websites listed under Default Web Site.
- Right-click the ManageSoftJQ website and select Properties from the context menu. The ManageSoftJQ Properties page is displayed.
- Select the Directory Security tab.
- Click Edit in the Anonymous access and authentication control section. The Authentication Methodsdialog is displayed.
- Select the Anonymous access check box.
- Specify the username and password of an account that is a member of the MGS Distributors security group.
- Click OK to close all the dialogs
On Windows Server 2008 (IIS 7.0)- Expand the console tree to show websites listed under Sites -> Default Web Site.
- Select the ManageSoftJQ website.
- In the right-hand pane, under the IIS section double-click Authentication to display its properties.
- Right-click Anonymous Authentication and select Enable from the context menu.
- Right-click Anonymous Authentication again, and select Edit… from the context menu.
- Select the Specific user radio button and then click on Set…
- Specify the username and password of an account that is a member of the MGS Distributors security group.
- From the left-hand pane, select the ManageSoftJQ website.
- In the right-hand pane, under the IIS section, double-click CGI to display its properties.
- Under the Security node, set Impersonate User to False.
- Right-click the Security node and select Apply from the context menu to save the changes. span>
- Restart IIS.
Status
ManageSoft has identified this problem as a limitation for active distribution server installations.
Comments