CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Posts
    1

    MTS : Permission Denied

    I have developed a MTS comp , it is running on NT 4.0 if i try to access from client gives permission denied error. If i add my user name into NT server it works. Whenever i run the client it has logged a error as below in NT server:
    Transaction Server Warning Executive 4103 N/A 'NT Server Name' The run-time environment was unable to obtain the identity of the caller. An access error may be returned to the caller. CAspSecurity::GetCallerPSID; Process identity is not the thread owner -- see Knowledge Base (hr: 0x80070005). (Package: MTS comp Name) (Microsoft Transaction Server Internals Information: File: i:\viper\src\runtime\security\csecobj.cpp, Line: 201)


    I removed all the security seting from the comp, and dcomcnfg too. Still the same error.


    Can anyone help me with this problem.




  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: MTS : Permission Denied

    If you grant acces to everyone, this doesn't mean everyone has permissions. This only means that everyone known to the server will have permissions. The minimum you need to do is to add the user to the server. After that (if no other security settings have been set) it should work.

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured