Problem running program on Citrix server

  • Thread starter Thread starter Bev Kaufman
  • Start date Start date
B

Bev Kaufman

Guest
I am customizing an accounting system called Dynamics SL (formerly Solomon).
I created a VB6 executable using the Solomon subset of VB commands, which is
called from one of the Solomon screens. This works correctly on my Windows
XP system.
It fails on the client system. The one big difference between my system and
the client system is this: Theirs is a Windows Server 2003 using Citrix
Presentation Server. Here is the error that is returned:
System Message 5004
Unable to execute C:\Accounting\Solomon\MC00200.EXE 4 1049080 BAK5018888.
Windows CreateProcess() error 2.

I tried turnning Notepad instead of my program (MC00200) and it returned
almost the same error, so I'm guessing that it's not able to open any program.

Can someone help me with this? There's an entire project on hold because of
this error.
 
Re: Problem running program on Citrix server

Error code indicate "File not found error".
Please make sure to provide complete address of executable and try again.

Ratnesh

"Bev Kaufman" <BevKaufman@discussions.microsoft.com> wrote in message
news:C1FC9AD7-4D68-4DA3-ACB4-68B9F9AC0756@microsoft.com...
>I am customizing an accounting system called Dynamics SL (formerly
>Solomon).
> I created a VB6 executable using the Solomon subset of VB commands, which
> is
> called from one of the Solomon screens. This works correctly on my
> Windows
> XP system.
> It fails on the client system. The one big difference between my system
> and
> the client system is this: Theirs is a Windows Server 2003 using Citrix
> Presentation Server. Here is the error that is returned:
> System Message 5004
> Unable to execute C:\Accounting\Solomon\MC00200.EXE 4 1049080 BAK5018888.
> Windows CreateProcess() error 2.
>
> I tried turnning Notepad instead of my program (MC00200) and it returned
> almost the same error, so I'm guessing that it's not able to open any
> program.
>
> Can someone help me with this? There's an entire project on hold because
> of
> this error.
>
 
Back
Top