Configuration Settings for SAP Business Object Explorer
Hi,
I am writing this blog to help Afaria Admin to automatically configure there SAP BOBJ Apps through Afaria. They can export connections from afaria. Please find below the syntax for the connection.
<?xml version=”1.0″ encoding=”UTF-8″?>
<configuration_parameters>
<version>
123
</version>
<mobi>
<connections>
<connection id=”connectionId1″>
<property key =”BOBJ_MOBILE_URL” value = “http://10.50.111.111:8080“/>
<property key =”BOBJ_MOBILE_CMS_LOCKED” value = “true”/>
<property key =”BOBJ_MOBILE_CONNECTION_TYPE” value = “Default”/>
<property key =”BOBJ_MOBILE_AUTH_METHOD” value = “secEnterprise”/>
<property key =”BOBJ_MOBILE_CMS” value = “10.50.111.111”/>
<property key =”DisplayName” value = “connection name”/>
</connection>
<connections>
</mobi>
<configuration_parameters>
They need to save the above setttings in .xml file or they can simply provide as text.
On Afaria Admin:
create Application policy for SAP BOBJ and on configuration tab give the .xml file on text file or simply paste settings as above format in rich text format.
NOTE: these above settings are for iOS as it is only supported for iOS till date.