Click to See Complete Forum and Search --> : MTS : Permission Denied


b_gouda
September 27th, 2001, 01:29 PM
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.

Cakkie
September 28th, 2001, 01:06 AM
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
slisse@planetinternet.be

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