Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE Error
Message
De
21/03/2013 11:01:44
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
OLE Error
Divers
Thread ID:
01568931
Message ID:
01568931
Vues:
48
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform