Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Weird Exception Unknow Software error
Message
De
25/04/2013 15:52:47
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01571899
Message ID:
01571909
Vues:
61
>>> lcEXE = gcPath + "\WssPost.exe" + " " + ALLTRIM(interface.ss_ip) + ":" + ALLTRIM(STR(interface.ss_port)) + " " + ALLTRIM(pharmacy_config.nabp) + " " + lcFile
>>> RUN /N2 &lcEXE
>>>The error occurs in the RUN /N2 &lcEXE command.
>>
>>
>>What contents does the lcEXE variable have?
>
>lcEXE = "C:\PHARMACY\WssPost.exe 208.237.122.33:12122 7871700 C:\PHARMACY\Surescripts\046719100.REQ"
>
>
>WssPost.exe is an application that transmits the file (046719100.REQ) to our DataWarehouse for processing.
>
>208.237.122.33:12122 is the IP and Port of our DataWarehouse (changed here for obvious reasons!!!).....
>
>7871700 is the ID of our Test Location (again changed for .... oh well, you get the idea!! wink wink....)
>
>Funny, it works on my buddy's PC, but not mine!!!

Try using ShellExecute in the Windows API
Greg Reichert
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform