Users rights issuse

  • Thread starter Thread starter Nathan
  • Start date Start date
N

Nathan

I have what I believe to be a users rights issuse. Any
help would be greatly appreciated. We have Office 2K
loaded on terminal server, a user trying to launch a
spreadsheet with a macro embedded receives an
error "object libary not registered", running the same
spreadsheet logged on as an administrator the sheet opens
and runs ok. My question is, what rights and to what
folders needed to be changed to allow a non administrator
to run vba macros on terminal server.

Thank you in advance for any help
 
I would download FileMon and RegMon from
http://www.sysinternals.com/. Run them as administrator, start
a TS session as a normal user and try to run the application.

FileMon and RegMon will show you all "access denied" errors
that occur, so that you can give your users the necessary
permissions on a file-to file or Registry subkey basis.

Caution: running Regmon or Filemon during a login activity
could potentialy crash or freeze your OS. You might want to do
this on your server during some downtime when no one
else is working on the server.
 
Hi

i am experienced the same problem. do you find something to resolve it?

regmon et filemon don't help me.
when a file is found in access denied or something like that, windows finds
it always in winnt\system32

thanks
 
Sounds to me as if FileMon actually has given you the answers
already. If you see "access denied" errors in FileMon when users
run an application, then it is likely that those errors are
preventing the normal execution of the application. Have you
checked the security on these files and made sure that users have
Read and Execute permissions?
 
Back
Top