Missing ABAP Metrics in Wily for managed system
This document is applicable for Solution Manager 7.0 EHP 1
1. Login to solution manager system and navigate to solman workcenter via transaction ‘solman_workcenter’.
2. Navigate to tab ‘Root Cause Analysis’. Under section ‘Administration’, click on ‘Agent Administration’.
3. Navigate to ‘Application Configuration’ tab.
4. In ‘Agent Applications’ column, select application ‘com.sap.smd.agent.application.wilyhost’.
5. Navigate using dropdown menu in ‘scope’ to required hostname.
Note: Solution Manager Diagnostic Agent should be running on managed host to appear in scope.
6. Using ‘Edit’ button, switch to change mode.
7. Using ‘Add Property’, add properties –
Property Name: jco.client.passwd.<SID>|<hostname>_<SID>_<Instance No.>
Property Value: <password>
Property Attribute: Check secure property.
Note: Remember to check ‘secure property’ as it encrypts fields.
Similarly, for user –
Property Name: jco.client.user.<SID>|<hostname>_<SID>_<Instance No.>
Property Value: <user name> i.e SMDAGENT_XYZ
8. Click on ‘save’ once done and a pop up message appears indicating successful store.
Getting any errors while saving? ‘Failed to save the configuration com.sap.smd.agent.application.wilyhost’
Solution: Remove any space from ‘Property Name’ column
9. Navigate to application ‘com.sap.smd.agent.application.wilyhost’ –> ‘Application Resources’ –> ‘SapAgentConfig.xml’
10. Select ‘Scope :’ <hostname> and upload file with new property –
Below are the contents that needs to be updated in property file –
<destination name=”<SID>|<hostname>_<SID>_<Instance No.>” class=”com.sap.smd.wily.hostagent.destination.JCODestination”>
<property name=”jco.client.client” value=”<Client No.>”/>
<property name=”jco.client.passwd” ageletConfigConfigstorePropertyKey=”jco.client.passwd.<SID>|<hostname>_<SID>_<Instance No.>”/>
<property name=”jco.client.user” ageletConfigConfigstorePropertyKey=”jco.client.user.<SID>|< hostname>_<SID>_<Instance No.>”/>
<property name=”jco.client.sysnr” value=”<Instance No.>”/>
<property name=”jco.client.ashost” value=”<Hostname>”/>
</destination>
These changes won’t require restart of SMD agents.