You can use
code:
import com.softwareag.tamino.db.API.common.TTrace;
…
TTrace.setActiveTrace(false);
to turn off tracing, but I found that whether I set tracing to false or true like this, I got your problem. If I removed all references to TTrace from my code I didn’t get your problem, but I got a new one when I tried to create a new TConnection:
com.ms.security.SecurityExceptionEx[com/softwareag/tamino/db/API/common/TPreference.get]: Unable to access system property: com.softwareag.tamino.db.API.invocation.invocationModifier
at com/ms/security/permissions/PropertyPermission.check (PropertyPermission.java)
So it looks as if you need to sign your applet to make it trusted (or use a servlet instead).
#webMethods#API-Management#webMethods-Tamino-XML-Server-APIs