cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Dynatrace Siebel APM Implementation

SachinJindal
Helper

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

5 REPLIES 5

Julius_Loman
DynaMight Legend
DynaMight Legend

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?

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

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

@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.

Julius_Loman_0-1673814277627.png
There are dozes of the SWE attributes, I find the most useful:

  • SWEMethod
  • SWEApplet
  • SWECmd
  • SWERowId0
  • SWEService
  • SWEView

 



Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

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

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.

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Featured Posts