Platform.sysDump( Platform.formatText( "Unable to lock session ID upon start of transaction.\n(Error=$1 $2)", Platform.errorCode(), Platform.getErrorText() ) );
//Platform.sysDump( Platform.formatText( "Unable to lock session ID upon start of transaction.\n(Error=$1 $2)", Platform.errorCode(), Platform.getErrorText() ) );
Platform.sysDump( Platform.formatText( "Unable to read session ID upon start of transaction.\n(Error=$1 $2)", Platform.errorCode(), Platform.getErrorText() ) );
// Platform.sysDump( Platform.formatText( "Unable to read session ID upon start of transaction.\n(Error=$1 $2)", Platform.errorCode(), Platform.getErrorText() ) );
Platform.sysDump( Platform.formatText( "Inconsistent session data upon start of transaction.\nThe session record identifies the application server as $1, but it is $2.\nSession not registered.\n(Session INR used: $3)", $\sysmod\ssn\appsrv.getValue(), Platform.getContext( tdContextSERVERID ),$\sysmod\ssn\inr.getValue() ) );
//Platform.sysDump( Platform.formatText( "Inconsistent session data upon start of transaction.\nThe session record identifies the application server as $1, but it is $2.\nSession not registered.\n(Session INR used: $3)", $\sysmod\ssn\appsrv.getValue(), Platform.getContext( tdContextSERVERID ),$\sysmod\ssn\inr.getValue() ) );
Platform.sysDump( Platform.formatText( "Inconsistent session data upon start of transaction.\nThe session record identifies the application pid as $1, but it is $2.\nSession not registered.\n(Session INR used: $3)", $\sysmod\ssn\apppid.getValue(), Platform.getContext( tdContextSERVERPID ),$\sysmod\ssn\inr.getValue() ) );
// Platform.sysDump( Platform.formatText( "Inconsistent session data upon start of transaction.\nThe session record identifies the application pid as $1, but it is $2.\nSession not registered.\n(Session INR used: $3)", $\sysmod\ssn\apppid.getValue(), Platform.getContext( tdContextSERVERPID ),$\sysmod\ssn\inr.getValue() ) );
Platform.sysDump( Platform.formatText( "Inconsistent session data upon start of transaction.\nThe session record identifies the user as $1, but it is $2.\nSession not registered.\n(Session INR used: $3)", $\sysmod\ssn\usr.getValue(), Platform.getLoginUser(), $\sysmod\ssn\inr.getValue() ) );
//Platform.sysDump( Platform.formatText( "Inconsistent session data upon start of transaction.\nThe session record identifies the user as $1, but it is $2.\nSession not registered.\n(Session INR used: $3)", $\sysmod\ssn\usr.getValue(), Platform.getLoginUser(), $\sysmod\ssn\inr.getValue() ) );
Platform.sysDump( Platform.formatText( "Licensed user count of $1 sessions exceeded", Platform.getContext( "MAXUSERCOUNT" ) ) );
//Platform.sysDump( Platform.formatText( "Licensed user count of $1 sessions exceeded", Platform.getContext( "MAXUSERCOUNT" ) ) );
}
else
{
...
...
@@ -290,7 +290,7 @@ init $$\ order 9000550
Platform.dbCommit();
if( Platform.errorCode() > 0 )
{
Platform.sysDump( Platform.formatText( "Error occured on commiting the update of the session record.\n(Error=$1 $2)", Platform.errorCode(), Platform.getErrorText() ) );
// Platform.sysDump( Platform.formatText( "Error occured on commiting the update of the session record.\n(Error=$1 $2)", Platform.errorCode(), Platform.getErrorText() ) );
}
}
internalSetupUsr();
...
...
@@ -318,12 +318,12 @@ init $$\ order 9000550
if( Platform.errorCode() == tdOdbcNotFound )
{
// Passed SPT not found
Platform.sysDump( Platform.formatText( "A SPT has been externally passed (via command line), but internally this SPT is not found.\nPassed SPTINR (=$1) is ignored.", sptInr ) );
//Platform.sysDump( Platform.formatText( "A SPT has been externally passed (via command line), but internally this SPT is not found.\nPassed SPTINR (=$1) is ignored.", sptInr ) );
}
else
{
// other errors on access to SPT
Platform.sysDump( Platform.formatText( "A SPT has been externally passed (via command line), but on access to this SPT an error occured.\nPassed SPTINR (=$3) is ignored.\n(Error=$1 $2)", Platform.errorCode(), Platform.getErrorText(), sptInr ) );
//Platform.sysDump( Platform.formatText( "A SPT has been externally passed (via command line), but on access to this SPT an error occured.\nPassed SPTINR (=$3) is ignored.\n(Error=$1 $2)", Platform.errorCode(), Platform.getErrorText(), sptInr ) );