The problem is that I try to run this vbscript:
set o = createobject("bcbsTcpCom.BcbsComm")
and i will get the DCOM error message saying:
"The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {347D3158-E1D1-11D2-91A5-0000C0A82E7A}
to the user BCBSDE\TUser2003 SID (S-1-5-21-101791652-578107970-1989608423-31717). This security permission can be modified using the Component Services administrative tool."
I added Tuser2003 to the AppID found with the CLSID and assigned permision in the Dcomcnfg.
The only way it work is to make Tuser2003 a local admin. How can i make it work without making him admin????
I did tried this posting but did not work:
any help will be appreciated...
set o = createobject("bcbsTcpCom.BcbsComm")
and i will get the DCOM error message saying:
"The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {347D3158-E1D1-11D2-91A5-0000C0A82E7A}
to the user BCBSDE\TUser2003 SID (S-1-5-21-101791652-578107970-1989608423-31717). This security permission can be modified using the Component Services administrative tool."
I added Tuser2003 to the AppID found with the CLSID and assigned permision in the Dcomcnfg.
The only way it work is to make Tuser2003 a local admin. How can i make it work without making him admin????
I did tried this posting but did not work:
any help will be appreciated...