Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE Error
Message
 
 
À
21/03/2013 11:01:44
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
01568931
Message ID:
01569154
Vues:
43
You should wrap it in TRAY/CATCH

>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.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform