With the updates included in MSXML 4.0 SP2, the ServerXMLHTTP object now checks the Internet Explorer security policy setting for submitting non-encrypted form data. If you set the Submit nonencrypted form data option to Disable or Prompt, an Access Denied error message occurs when you attempt to post form data using the ServerXMLHTTP object. To resolve this issue:
If you are unable to modify the settings like this, the msxml4-adapt.reg file can alter your registry settings. It is located in the \Program Files\CA\CA SRM\UT directory on the Application Server machine. This file sets the following values in the registry to allow you to post non-encrypted data:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Security_HKLM_only (Dword value) = 1 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1601 (Dword value) = 0
You may need to create the CurrentVersion and Internet Settings folders for this to work.
Note: This file works for Windows 2000, Windows XP, and Windows 2003 only.
|
Copyright © 2016 CA Technologies.
All rights reserved.
|
|