What are the differences between the Instance-Id, the ECID and the Dialog-ID in SOA Suite 11g?

StackOverflow https://stackoverflow.com/questions/17694874

  •  03-06-2022
  •  | 
  •  

質問

What are the differences between the Instance-Id, the ECID and the Dialog-ID? (In the Enterprise Manager 11g WebGui you can search for instances with these criteria.)

役に立ちましたか?

解決

A unique Instance ID is created whenever a new instance of a SOA composite application is initiated either automatically by an external consumer of the application, or manually by an administrator from the Test Web Service page.

Execution context ID (ECID) value enables you to track a message flow that crosses instances of different composite applications.

Conversation ID is nothing but the correlation id between two BPEL processes. I've also seen some cases when conversation id was populated with AQ MSG ID when AQ Adapter or Application Adapter was used.

There is no such field as "Dialog-ID" in the standard search section of Oracle EM 11g unless you have added composite Sensors to the SOA composite.

他のヒント

The Instance ID is not created if Audit Level is set to off. Check this for more info: http://www.ateam-oracle.com/how-should-i-generate-an-external-reference-to-a-composite-instance/

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top