I am trying to use Autonomy SDK to do some admin operation, But when i try to connect to database i keep getting an exception:
[NRTSession ][TrustedLogin ]Cannot request exclusive semaphores at interrupt time.
My code is in C#
admin.INRTDMS dms = new admin.NRTDMS();
//INRTSessions sessions = dms.Sessions;
admin.INRTSession session = dms.Sessions.Add("TestServer");
session.TrustedLogin();
Any help is really appreciable.
Check if the user that you are using to connect is enabled in
DbAdmin.Also, you can try this: