Description
6QMR6 Web Agent configuration with IIS 7.5 (64 bit) web server on Windows 2008 R2 platform will set correct permissions for Default Application pool only for SmHost.conf and log directory. For any other application pools configured, the administrator will have to explicitly set permissions on SmHost.conf and the Web Agent log directory.
Solution
Once the Web Agent configuration wizard has been run successfully, the administrator will have to explicitly set permissions on SmHost.conf and log directory of webagent for all application pool identities that have been configured.
This can be done as follows:
IIS AppPool\<AppPool-Name>
In similar way permissions has to be set for "C:\Program Files\CA\webagent\log" directory.
Permissions can also be set by using following command:
For Smhost.conf:
cacls "C:\Program Files\CA\webagent\config\SmHost.conf" /T /E /G "DefaultAppPool":C
For log directory:
cacls "C:\Program Files\CA\webagent\log" /T /E /G "DefaultAppPool":C
Where "DefaultAppPool" is the name of the app pool identity.
This command has to be executed for all the configured app pool identities.