Skip to main content

Good Morning,

I have a program that is located on a Windows 2008 or 2012 server which I am trying to run from a Windows 7 64-Bit Professional desktop.  When I try to run the program I get a windows error and the program does not run.  I have attached a screen shot of the error.

I have this running in other sites with the same configuration.

Any advice?

Thanks,

Bob

Good Morning,

I have a program that is located on a Windows 2008 or 2012 server which I am trying to run from a Windows 7 64-Bit Professional desktop.  When I try to run the program I get a windows error and the program does not run.  I have attached a screen shot of the error.

I have this running in other sites with the same configuration.

Any advice?

Thanks,

Bob

Hi Bob

These type message are usually from Windows starting the process before any user code is involved.

0xc000003b is STATUS_OBJECT_PATH_SYNTAX_BAD

The object path component was not a directory object.

Check all your paths and current directory settings. Perhaps run procmon technet.microsoft.com/.../bb896645 to trace startup might help you work out what is happening.

I would recommend opening a support case if you need more help with this.

Regards

David


Good Morning,

I have a program that is located on a Windows 2008 or 2012 server which I am trying to run from a Windows 7 64-Bit Professional desktop.  When I try to run the program I get a windows error and the program does not run.  I have attached a screen shot of the error.

I have this running in other sites with the same configuration.

Any advice?

Thanks,

Bob

Good Morning David,

Thanks for the reply, I will try the procmon tool that you suggested.

Bob