DX Application Performance Management

 View Only
  • 1.  Help on transaction registration

    Posted Jul 30, 2015 04:37 AM

    Hi,

    I'm trying to register this transaction with CEM APM 9.1 but I'm not able.

    I try with Transaction Discovery and Recording Session but nothing.

    Then I register with tcpdump and load with scriptrecorder and then move to transaction but I cannot identify.

    Any idea ?

    Thanks

    Pierluigi

     

    <Component>
      <SequenceNumber>1</SequenceNumber>
      <Time>1438011044</Time>
      <MilliTime>324</MilliTime>
      <RequestHeader>POST /SubscriptionBrick HTTP/1.1

    WL-Proxy-Client-Cert: 9w0...==

    SFIRBRICK-TX: sf-tx-...

    Content-type: application/octet-stream

    User-Agent: Jakarta Commons-HttpClient/3.0.1

    Host: dummy.domain.it

    Content-Length: 328

    Connection: Keep-Alive

    Proxy-Client-IP: 10.154.112.146

    X-Forwarded-For: 10.154.112.146

    X-WebLogic-KeepAliveSecs: 30

    X-WebLogic-Force-JVMID: -1727214199

    </RequestHeader>

      <RequestBody>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;&lt;ONESTEP&gt;&lt;MSISDN&gt;3912345678&lt;/MSISDN&gt;&lt;ASSET_ID&gt;PRD_AID_001&lt;/ASSET_ID&gt;&lt;SUPPLIER_ID&gt;SDC-60&lt;/SUPPLIER_ID&gt;&lt;PRICE&gt;CN&lt;/PRICE&gt;&lt;DESCRIPTION&gt;MPAY-Description&lt;/DESCRIPTION&gt;&lt;TAX_CODE&gt;20&lt;/TAX_CODE&gt;&lt;SERVING_PRODUCT_ID&gt;201&lt;/SERVING_PRODUCT_ID&gt;&lt;/ONESTEP&gt;</RequestBody>
      <ResponseHeader>HTTP/1.1 200 OK

    Date: Mon, 27 Jul 2015 15:14:25 GMT

    Content-Length: 142

    Content-Type: text/xml

    X-WebLogic-JVMID: -1278146547

    X-Powered-By: Servlet/2.5 JSP/2.1

        </ResponseHeader>

    </Component>


  • 2.  Re: Help on transaction registration
    Best Answer

    Broadcom Employee
    Posted Jul 30, 2015 12:14 PM

    Dear Pierluigi

     

    Is this definition is already in place. It does not record enabled transactions.

     

    So your request is application/octet-stream  Which looks like a binary. I am guessing that is the issue. Try again with the Advanced Recorder and see if you can make as the identifying transaction. You can also set via the database as well. But this requires database schema knowledge

     

    Thanks

    Hal German

    APM Support



  • 3.  Re: Help on transaction registration

    Broadcom Employee
    Posted Jul 31, 2015 04:13 PM

    Dear Pierluigi:

    Please let us know if you do additional assistance. Opening up a support case to do a webex will likely speed things along

     

    Thanks

    Hal German

    APM SUpport



  • 4.  Re: Help on transaction registration

    Posted Sep 02, 2015 03:55 AM

    Thanks Hal.

    I don't need assistance, it works. Application/octet-stream wasn't a problem.

    The mistake was Web Server Filter .

    Pierluigi