Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE Error
Message
From
21/03/2013 11:01:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
OLE Error
Miscellaneous
Thread ID:
01568931
Message ID:
01568931
Views:
47
I have an application which posts an XML file to a web site:
objHTTP=CREATEOBJECT("MSXML2.XMLHTTP.6.0")
WITH objHTTP
         .open("POST", mstrURL,.f., mstrUsername, mstrPassword)
         .setRequestHeader("Content-Type", "text/xml")
        .Send(ObjUnform.xml)
ENDWITH
I am getting an intermittent failure with :-
Error No 1429
Message : OLE IDispatch exception code 0 from msxml6.dll
OLE error : The system cannot locate the resource specified.
OLE Exception No : 5

Closing the application and restarting invariably clears the error and the send executes

Any advice would be greatly appreciated.
Next
Reply
Map
View

Click here to load this message in the networking platform