Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Weird Exception Unknow Software error
Message
From
25/04/2013 15:52:47
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01571899
Message ID:
01571909
Views:
62
>>> 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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform