cancel
Showing results for 
Search instead for 
Did you mean: 

automatically distribute SAP EMR Unwired settings

former_member184680
Participant
0 Kudos

Hello,

I try to configure Afaria to automatically distribute SAP EMR Unwired settings backend url and client id. As desribed in the EMR administrator guide I create a new iOS App Store Application policy and insert in the configuration tab (format: text) the following text:

{
"settings":

{
  "backendURL": "http://<your-backend-url>", "client": "001"

}

}

After the installation of the App on the device, Afaria opens shortly if you open the EMR app but no configration settings were made. Only a message in the Afaria app popup

Warning

Package is not available for this client

Any ideas?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member184680
Participant
0 Kudos

FYI

Application Setting | General | App ID

com.sap.mobileapps.healthcare.emr.v2.release

Application Setting | Configuration | Text

{

   "settings":

   {

       "backendURL": "https://host:port/sap/opu/odata/MEMR/MOBILE_EMR",

       "client": "001"

   }

}

j_raymakers
Participant
0 Kudos

Thanks Patrick,


You made it work now!

Answers (2)

Answers (2)

j_raymakers
Participant
0 Kudos

Hi Patrick,

I also try to configure Afaria to automatically distribute SAP EMR Unwired settings backend url and client id. As desribed in the EMR administrator guide I create a new iOS App Store Application policy and insert in the configuration tab (format: text) the following text:

{
"settings":

{
  "backendURL": "http://<your-backend-url>", "client": "001"

}

}

Hereafter I disabled the Demomodus within the settings of SAP EMR.

Hereafter I enter the credentials.

But after entering the credentials,  the application SAP EMR  still prompts to enter the serveradress.

Do you know what is wrong?

I downloaded the 2.0.9 version from App store which is currently available.

Did manage to get it working meanwhile?

Do I have to do something in a certain order or did I missed something?

0 Kudos

Hi Patrick,

Could you please let me know how you installed the application i.e. directly from appStore or from Afaria Client?

You can install app from Afaria Client and then launch it. Then you can fetch the configuration settings.


Regards,

Abhishek Joshi

j_raymakers
Participant
0 Kudos

Dear Abhishek Joshi,

I have the same issue. I want to configure the app seeding configuration for SAP EMR, but I don't know how to configure this data.

my backend url on the IPAD is: http://<host>.<domain>:8000/sap/opu/odata/MEMR/MOBILE_EMR

my client ID = 100

Question is how the configuration file must look in order to import this in Afaria 7.0?


Thanks in advance!

Kind regards,

Jacco Raymakers

0 Kudos

Hi Raymakers,

Goto Policy --> Select your Application --> Click on Edit --> Click on Configuration.

Here you have various options. you can select Text and Click on Edit and enter your details here.

Regards,

Abhishek Joshi

j_raymakers
Participant
0 Kudos

Hi abhishek Joshi,

I know... but I my question is what you have to fill in there? format etc etc.

Do you know?


Kind regards,


Jacco Raymakers

0 Kudos

Hi Raymakers,

Format is:

{
"settings":

{
  "backendURL": "http://<your-backend-url>", "client": "001"

}

}

Regards,

Abhishek Joshi