DX Application Performance Management

 View Only

AXA camdo.plist file not updating

  • 1.  AXA camdo.plist file not updating

    Posted Oct 17, 2019 07:48 AM
    Hi Team,

    We are trying to monitor android application using AXA 17.3.
    Followed following steps:
    1. Created app in AXA
    2. Used the command line option to wrap the android APK

    when i run the wrapped APK on my mobile device no data is populating on the AXA console
    when i have a look at the Appname_camdo.plist file the links are as follows:

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>Application</key>
    <array>
    <dict>
    <key>profileURL</key>
    <string>https://DX-AXA2:8443/api/1/urn:ca:tenantId:AXATENANT-USERSTORE/urn:ca:appId:Travel/profile</string>
    <key>baseURL</key>
    <string>https://DX-AXA2:8443</string>
    <key>collectorUploadURL</key>
    <string>https://DX-AXA2:8443/api/1/urn:ca:tenantId:AXATENANT-USERSTORE/urn:ca:appId:Travel/mobileMetrics</string>
    <key>appId</key>
    <string>Travel</string>
    <key>tenantID</key>
    <string>AXATENANT-USERSTORE</string>
    <key>appKey</key>
    <string>4d50f770-efe2-11e9-b2db-25f8cb383883</string>
    </dict>
    </array>
    </dict>
    </plist>


    the hostname mentioned in the above file is not the hostname i use to access the AXA console

    which file i have to update that will change the values in the plist file.

    Please guide

    Thanks