cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to do offline analysis in android smartphone

arijit_das
Active Contributor
0 Kudos

Hello Experts,

I have:

  • Smartphone with android v4.0 (Ice Cream Sandwitch)
  • SAP BO Mobile App V5.0
  • SAP BO BI 4.0 SP6

I am unable to store local copy of the reports for offline analysis. I can see in the documentation that offline analysis in android smartphone is partially supported. But I am unable to find any option to download a local copy.

The reports are assigned to Mobile corporate category.

Am I missing anything?

Thanks,

Arijit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Arijit,

You will have to modify the clientsettings.properties  from WebApp root>\webapps\MobileBIService\WEB-INF\config\default  folder to enable offline storage

Once you make the changes you will have to restart the Tomcat for the changes to take effect..

Following is a typical default configuration of the clientsettings.properties file:

savePassword=false

offlineStorage=false

offlineStorage.ttl=365

offlineStorage.appPwd=true

You will have to change it to below

Following is a typical default configuration of the clientsettings.properties file:

savePassword=false

offlineStorage=true

offlineStorage.ttl=365

offlineStorage.appPwd=true

arijit_das
Active Contributor
0 Kudos

Great !!! Thanks a lot

Answers (0)