Windows 2003 unable to run terminal services application as domain user

  • Thread starter Thread starter RossB
  • Start date Start date
R

RossB

I wish to publish an application using citrix/terminal services on 2003
server. The issue is, I can run the application on the server using an admin
account, but not using a domain user account. Error message is "run time
error 31037, error loading from file". I have run a Process Monitor session
in the background, but cannot see any file/registry permission issues. Are
there any suggestions on what I should look for?
 
Ross,
You need to start by running the application successfully on a desktop as a
user.
Check first the following:
- application writing to the program files directory
- application writing to the HKLM registry
- application writing to the Windows directory.
If its not obvious, then you can use Process Monitor from Sysinternals to
see what is happening when the user tries to run the application.
Most applications can be made to run by modifying permissions selectively.
Just occasionally they can't.
When you know what it is, then you can look at any special TS factors.
Hope that helps,
Anthony,
http://www.airdesk.co.uk


"RossB" <RossB@discussions.microsoft.com> wrote in message
news:A57FF878-11BE-404B-B485-D83E7ADBF127@microsoft.com...
>I wish to publish an application using citrix/terminal services on 2003
> server. The issue is, I can run the application on the server using an
> admin
> account, but not using a domain user account. Error message is "run time
> error 31037, error loading from file". I have run a Process Monitor
> session
> in the background, but cannot see any file/registry permission issues. Are
> there any suggestions on what I should look for?
 
Back
Top