Link to home
Start Free TrialLog in
Avatar of lorsungcu
lorsungcu

asked on

"The login request was denied" Access 2003 XMLHTTP under Windows XP

When running some VB on a windows XP machine running Access 2003, I get the following error:

Runtime error ‘-2147012881 (80072eef)’:

The login request was denied.

Open in new window


when the script reaches the xmlhttp.send command.  The xmlhttp.open command is as follows:
xmlhttp.Open "POST", "https://fakeurl.com/xml", False, "username", "secret"

Open in new window


This works in Windows vista 32/64 bit, Windows 7 32/64 bit, and in Access 2003/2007/2010 in Vista/Windows 7.  The only OS it does not work in under any version of Access is XP.

Any ideas?
Avatar of Nico Bontenbal
Nico Bontenbal
Flag of Netherlands image

Could it be Vista and 7 have a newer version of the XMLHTTP?
http://en.wikipedia.org/wiki/MSXML#Versions
Avatar of lorsungcu
lorsungcu

ASKER

I have checked,  and they all have the latest version.  I have a feeling its not sending the login/password formatted correctly, but i dont know how to test for that.  I dont have access to the logs on the remote webserver.
Well, sorry, I don't have any other suggestions then.
ASKER CERTIFIED SOLUTION
Avatar of lorsungcu
lorsungcu

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Figured it out myself.