cancel
Showing results for 
Search instead for 
Did you mean: 

Importing Connections fm Afaria in SAP Mobile BI App

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

http://scn.sap.com/thread/3268356

Above Link may help you, for configuring SAP BI mobile app

Answers (1)

Answers (1)

Former Member
0 Kudos

Configuration file seems fine. have you tried importing the binary file because when i tried importing the configuration file in text format and xml format. i was not able to do that. Although i am able to see the configuration getting set in textbox mentioned in the Application policy.

Former Member
0 Kudos

Tried importing the binary file instead. That didn't help either, Salil. Looks like the config file is not even being considered. Because when I tried not attaching any config file to the App policy, it gave me the same error messages - Package is not available for Client & Bad Url.

Former Member
0 Kudos

I am attaching the file format i have used

This should be .cfg file.

i have tried this format to push the configuration settings of the file, and it worked. I got APP configuration on my device.

Enter the details as per the requirement.

servername=ABC; serverport=80; etc fill details and it should work.