05 Jan 2023 10:15 PM
Has anyone come across this use case because currently i could see data in WebServer but not being passed to Application Server/Broker.
Also many difficulties with RUM and Synthetic , example some auto populate text doesnt get reflected when we do some selection while using Synthetic however if i pass explicit manual click it works also tried with with Javascript Enter or any keypress using synthetic but no luck.
Regards
Sachin
Thanks
Sachin
Solved! Go to Solution.
08 Jan 2023 07:37 PM
Hello @SachinJindal ,
the protocol between Siebel webserver and the Siebel application server is proprietary and it's not supported. That's why you won't see any calls from the webserver down to applications. You can get better insight by defining request attributes for the SWE_* parameters on the webserver level so you can track down the requests. Also, consider using the Siebel extension,, but it will provide you with application-wide metrics, not request-level metrics.
With RUM we had no issues among our customers running Siebel. Our customers don't use comprehensive synthetic scenarios in Siebel, but we did not face any issues so far with simple scenarios. What is the Siebel version you are using?
13 Jan 2023 10:39 AM
Thanks Julius for the response. just wanted to more on how this can be achieved.
attributes for the SWE_* parameters on the webserver level
Regards
Sachin
15 Jan 2023 08:27 PM
@SachinJindal you define request attributes for each Siebel SWE parameter you need. The parameters are typically sent using form-encoded data and sometimes as query parameters. Just define both in the request attributes - query parameter and HTTP POST parameter.
There are dozes of the SWE attributes, I find the most useful:
16 Jan 2023 11:04 AM
Many Thanks Julius , does that mean by using request attributes we will be able to trace the request from WebServer to all the application components(Siebel using many components like Broker,Object Manager etc etc)?
Regards
Sachin
16 Jan 2023 01:10 PM
They can be captured on the webserver only. But those requests are 1:1 mapped down to the application server. You won't be able to do any tracing down to the application server and below. But you can still find which calls are not performing as expected and get the values from such requests to be able to troubleshoot them.
08 May 2024 10:34 PM
Hello, can somebody help me locate the extension mentioned here?
Best regards,
JD.
09 May 2024 07:41 AM
Hi @jose_araya ,
the extension is deprecated as it is an extension v1 which will stop working after October 2024 due to the removal of the extension code. You can still download it from here , but it's not supported anymore.