<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Dynatrace Siebel APM  Implementation in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-Siebel-APM-Implementation/m-p/201628#M23846</link>
    <description>&lt;P&gt;Has anyone come across this use case because currently i could see data in WebServer but not being passed to Application Server/Broker.&lt;/P&gt;&lt;P&gt;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&amp;nbsp; with Javascript Enter or any keypress using synthetic but no luck.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jan 2023 22:15:54 GMT</pubDate>
    <dc:creator>SachinJindal</dc:creator>
    <dc:date>2023-01-05T22:15:54Z</dc:date>
    <item>
      <title>Dynatrace Siebel APM  Implementation</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-Siebel-APM-Implementation/m-p/201628#M23846</link>
      <description>&lt;P&gt;Has anyone come across this use case because currently i could see data in WebServer but not being passed to Application Server/Broker.&lt;/P&gt;&lt;P&gt;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&amp;nbsp; with Javascript Enter or any keypress using synthetic but no luck.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 22:15:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-Siebel-APM-Implementation/m-p/201628#M23846</guid>
      <dc:creator>SachinJindal</dc:creator>
      <dc:date>2023-01-05T22:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace Siebel APM  Implementation</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-Siebel-APM-Implementation/m-p/201705#M23866</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/52338"&gt;@SachinJindal&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;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 &lt;A href="https://www.dynatrace.com/hub/detail/siebel/" target="_self"&gt;Siebel extension,&lt;/A&gt;, but it will provide you with application-wide metrics, not request-level metrics.&lt;BR /&gt;&lt;BR /&gt;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?&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jan 2023 19:37:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-Siebel-APM-Implementation/m-p/201705#M23866</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2023-01-08T19:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace Siebel APM  Implementation</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-Siebel-APM-Implementation/m-p/202455#M24072</link>
      <description>&lt;P&gt;Thanks Julius for the response. just wanted to more on how this can be achieved.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;attributes for the SWE_* parameters on the webserver level&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sachin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 10:39:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-Siebel-APM-Implementation/m-p/202455#M24072</guid>
      <dc:creator>SachinJindal</dc:creator>
      <dc:date>2023-01-13T10:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace Siebel APM  Implementation</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-Siebel-APM-Implementation/m-p/202504#M24093</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/52338"&gt;@SachinJindal&lt;/a&gt;&amp;nbsp;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.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julius_Loman_0-1673814277627.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9427iDC9822174046A387/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julius_Loman_0-1673814277627.png" alt="Julius_Loman_0-1673814277627.png" /&gt;&lt;/span&gt;&lt;BR /&gt;There are dozes of the SWE attributes, I find the most useful:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;SWEMethod&lt;/LI&gt;&lt;LI&gt;SWEApplet&lt;/LI&gt;&lt;LI&gt;SWECmd&lt;/LI&gt;&lt;LI&gt;SWERowId0&lt;/LI&gt;&lt;LI&gt;SWEService&lt;/LI&gt;&lt;LI&gt;SWEView&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jan 2023 20:27:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-Siebel-APM-Implementation/m-p/202504#M24093</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2023-01-15T20:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace Siebel APM  Implementation</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-Siebel-APM-Implementation/m-p/202530#M24100</link>
      <description>&lt;P&gt;Many Thanks Julius , does that mean by using&amp;nbsp;&lt;SPAN&gt;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)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sachin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 11:04:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-Siebel-APM-Implementation/m-p/202530#M24100</guid>
      <dc:creator>SachinJindal</dc:creator>
      <dc:date>2023-01-16T11:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace Siebel APM  Implementation</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-Siebel-APM-Implementation/m-p/202537#M24103</link>
      <description>&lt;P&gt;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&amp;nbsp;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.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 13:10:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-Siebel-APM-Implementation/m-p/202537#M24103</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2023-01-16T13:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace Siebel APM  Implementation</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-Siebel-APM-Implementation/m-p/245129#M32255</link>
      <description>&lt;P&gt;Hello, can somebody help me locate the extension mentioned here?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;JD.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 21:34:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-Siebel-APM-Implementation/m-p/245129#M32255</guid>
      <dc:creator>jose_araya</dc:creator>
      <dc:date>2024-05-08T21:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace Siebel APM  Implementation</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-Siebel-APM-Implementation/m-p/245156#M32258</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/33470"&gt;@jose_araya&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;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.&amp;nbsp; You can still download it from &lt;A href="https://d2uiclszomut4y.cloudfront.net/hub/extensions/custom.python.siebel_plugin/custom.python.siebel_plugin-1.015.zip" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;, but it's not supported anymore.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 06:41:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-Siebel-APM-Implementation/m-p/245156#M32258</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2024-05-09T06:41:46Z</dc:date>
    </item>
  </channel>
</rss>

