App Connect

App Connect

Join this online user group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#Applicationintegration
#App Connect
#AppConnect
 View Only
  • 1.  Record and Replay in ACE v12

    Posted Fri June 21, 2024 10:38 AM

    Hi,

    We are trying to use the record and replay feature in ACE v12. We want to use some business keys in order to identify a particular requests on the admin console while viewing the events. Is there any ways to do this? For example., I would want to have request id which is coming from my client application to map it the event generated. I see that, there are Key Field 1 till Key Field 5 on the console but not sure if these can be used to customise. 



    ------------------------------
    Khandu Neeralakatti
    ------------------------------


  • 2.  RE: Record and Replay in ACE v12

    Posted Fri October 11, 2024 10:20 AM

    Hello,

    Still no information about this subject ?

    SIMONIN Richard 



    ------------------------------
    Richard Simonin
    ------------------------------



  • 3.  RE: Record and Replay in ACE v12

    Posted Tue December 03, 2024 04:53 AM

    IBM response:

    By looking at the code (ImbRecordThread.cpp), the record/replay thread reads the monitoring event message from the queue and put that to the database table using SQL insert statement; Also noticed that there are additional columns present in the table (like \"Key Field 1\" to \"Key Field 5\") which are currently hard coded to null.



    ------------------------------
    Richard Simonin
    ------------------------------



  • 4.  RE: Record and Replay in ACE v12

    Posted Mon December 09, 2024 02:59 PM

    Hi there!

    Regarding your query about using business keys in the Record and Replay feature in ACE v12, it looks like you want to map specific identifiers (such as a request ID) from your client application to events in the admin console. This is definitely possible by utilizing the "Key Fields" (Key Field 1–5) that you mentioned.

    These fields can be customized to hold specific values for each event, such as your request ID. For example, you can map the client request ID to one of these key fields, making it easier to identify and filter the events during record and replay. To do this, you will likely need to adjust the configuration within your flow to capture the required business key and map it to the corresponding key field. This might involve using custom logic within the flow or ensuring that your integration layer is capturing and passing these values appropriately.

    If you need more details or examples on how to configure this in your ACE environment, feel free to check out additional resources like BuildMaster HQ for more integration insights.



    ------------------------------
    Chris Wilson
    ------------------------------