Hi,
I have Afaria 7 SP3 installed. Am unable to 'Import connections from Afaria' from the SAP Mobile BI app.. It throws up a Bad URL or Invalid URL message even though the url is valid & have checked it from a browser. These are the steps I followed. Am I missing something in the config format or in the afaria policy application process?
1. Created an App policy, gave BO server details in the config file attached to the policy.
2. Applied policy to the device.
Format of config file -
<?xml version="1.0" encoding="UTF-8"?>
<configuration_parameters>
<version>
123
</version>
<mobi>
<connections>
<connection id="vbicon1">
<property key ="BOBJ_MOBILE_URL" value = "http://64.132.x.y:8080"/>
<property key ="BOBJ_MOBILE_CONNECTION_TYPE" value = "CONNECTION_TCP"/>
<property key ="BOBJ_MOBILE_AUTH_METHOD" value = "secWinAD"/>
<property key ="BOBJ_MOBILE_CMS" value = "10.1.10.27"/>
<property key ="DisplayName" value = "xyz"/>
</connection>
<connections>
</mobi>
<configuration_parameters>
Thanks.