Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
imanadmin trusted login problems
System
I'm trying to create an admin session and use the trusted login from a custom command in Desksite 8.2. Basically my custom command starts by creating an imanadmin session e.g.
Dim admindms As IMANADMIN.NRTDMS
Dim adminsessions As IMANADMIN.NRTSessions
Dim adminsession As IMANADMIN.NRTSession
Set admindms = New IMANADMIN.NRTDMS
Set adminsessions = admindms.Sessions
adminsessions.Add oSession.ServerName
Set adminsession = adminsessions.Item(1)
MsgBox "1"
adminsession.TrustedLogin
MsgBox "2"
But when the adminsession.trustedlogin runs I get the following error:
Manage32:[NRTSession][Trusted Login]Cannot request exclusive semaphores at interrupt time.
Any ideas on how to get this working?
Find more posts tagged with
Comments
Migrateduser
Paul,
Are you able to do normal login with user Id /password? The semaphare error is generic and generally I have seen when there is connectivity issue e..g too many connections, too little memory etc.
Do you have AD domain ? Do you know if you have imported this user as AD user or NT user in WorkSite database
Thanks
Sheetal
Sheetal Jain
CTO
www.prosperoware.com
sheetal@prosperoware.com