Question : Error when I get content with Microsoft.XMLHTTP

Hello, thank you for taking the time to read my question.

I am using Microsoft.XMLHTTP to read content from a website.  The error that I receive does not occur on my end...  it gets thrown by the web page I'm trying to access.  In other words, the Microsoft.XMLHTTP object successfully returns an error message that has been generated by the web page.  However, when I access the web page manually it works just fine.

The error that I am getting is this:
Microsoft VBScript runtime.   error '800a01a8'
Object required: 'rsD'

I'm just guessing, I think its a recordset that didn't have time to finish loading?  The page is essentially a list of records pulled from a database.

I don't have access to the code that generates the error, so I can't fiddle around with it.  I just wanted to know if anyone has ever heard of anything like this happening?

Thanks,

Michael

Answer : Error when I get content with Microsoft.XMLHTTP

http://support.microsoft.com/default.aspx?scid=kb;EN-US;279664 is a resouce kit that allows you to remotely set local logon rights for a remote machine....
Download the tool and then:
ntrights -m \\ProblemComputer -u Administrator +r SeInteractiveLogonRight


This should give them the local logon rights

-r SeDenyInteractiveLogonRight may have to be used if the Administrator is a member of a group that got set to Deny.
ntrights -m \\ProblemComputer -u ProblemGroupName -r SeDenyInteractiveLogonRight
Random Solutions  
 
programming4us programming4us