(Weblogic|FMW) - Execution Context ID (ECID)

Card Puncher Data Processing

About

When log entries for error messages and warnings are generated across multiple log files, they can be difficult to trace. However, it is possible to view logging information for specific user transactions across multiple log files. Transaction level logging associates a unique transaction ID, which is called the Execution Context ID (ECID), with every log and error message that is generated in response to a user request. This logging enables rapid diagnosis of the cause of underlying issues.

However, some messages in the log (for example system messages for server startup or shutdown) do not have a transactional attribute. All log messages that are related to client requests do have a transactional attribute.

After clicking on the log viewer link (see picture below), you can view messages by ECID: Click View Related Messages and select the by ECID (Execution Context ID) menu option.

Obiee11g View Related Message By Ecid

How to

get it from BI Server ?

By calling the function NQSGetSessionValues, you can get the system session variable CONTEXT_ID

CALL NQSGetSessionValues('NQ_SESSION.CONTEXT_ID')

disable/enable it

Weblogic Enable Disable Context

Documentation / Reference





Discover More
Obiee11g System Session Variable
OBIEE - System session variables (reserved variables)

System session variables are session variables that the Oracle BI Server and Oracle BI Presentation Services use for specific purposes. System session variables have reserved names, that cannot be used...
Obi Edition
OBIEE - Usage Tracking S_NQ_ACCT Table

The table S_NQ_ACCT is a database table that holds all data log of the usage tracking functionality. Group Column Description BI Server COMPILE_TIME_SEC The time in seconds required to compile...
Obi Edition
OBIEE 11G - Log Files (Oracle Diagnostic Logging - ODL)

Oracle BI Administration Tool nqsadmintool.log The log for the Oracle BI Administration Tool ? JavaHost jh-n.log The JavaHost Server main diagnostic log Yes Oracle BI Scheduler nqscheduler-Agent...
Wldf View Log Messages
WebLogic - Diagnostics Framework (WLDF)

The WebLogic Diagnostic Framework (WLDF) is a monitoring and diagnostic framework that can collect diagnostic data that servers and applications generate. WLDF includes several components for collecting...



Share this page:
Follow us:
Task Runner