DSM Web Console login fails with error "Warning:Unable to connect to Web Service({http://xml.apache.org/axis/}HTTP)".
The page : http://localhost/UDSM_R11_WebService/mod_gsoap.dll cannot be opened either and the following error occurs:
The page cannot be displayedHTTP 500 - Internal Server error
If we remove "Show friendly HTTP error messages" in "Internet Explorer options" the following error occurs:
The specified module could not be found.
Client Automation - All versions
This problem occurs if the size of PATH environment variable is longer than 1030 characters and if the path C:\Program Files\CA\DSM\bin is located beyond the 1030th position in PATH.
The solution is to move the path C:\Program Files\CA\DSM\bin at the beginning of variable PATH.
During Web Console login, the service "DCOM Server Process Launcher" forks a process "C:\WINDOWS\system32\dllhost.exe /Processid:{3D14228D-FBE1-11D0-995D-00C04FD919C1}"
{3D14228D-FBE1-11D0-995D-00C04FD919C1} is the Application ID of COM+ Application "IIS Out-Of-Process Pooled Applications"
dllhost.exe process should load some DSM DLL like cfUtilities.dll. It uses the PATH variable to find these DLLs. But there is a limitation in dllhost.exe. It reads only 1030 characters of PATH variable and so fails to find the DSM DLL if C:\Program Files\CA\DSM\bin path is located after the 1030th position in PATH.