The NO LOG CONTEXT error happens when the current thread is not registered in
the ND execution. ND uses a 'thread table' to control all the threads of the
current execution.
You must register the current thread into the NetDynamics system, with the
CNdCOSI class. Try this:
logId = new TNdLogIdentifier("myApplication"," ");
clientId = CNdSecurityUtils.newClientIdentity("Application","appPassword");
cosiContext = new CNdCOSIContext(clientId,127,logId);
CNdCOSI.registerThread(Thread.currentThread(),logId,cosiContext);
Un saludo
Emilio del Prado
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]