cancel
Showing results for 
Search instead for 
Did you mean: 

how to deploy SMP Fiori Offline app

Former Member
0 Kudos

Hi Experts,

Am following this below link to achieve the offline Fiori app

How To Create the offline Fiori CRM App Part 1

I followed this steps

1. Created the Connection at SCC (SAP HANA Cloud Connector).

2. Created the Connection at HCP.

3.Created one new application at the HCPms(Mobile Service)

Proxy Type: OnPremise

Authetnication Type: Basic Authentication

Rewrite Mode: Rewrite URL on Back End

Check Via HCP App

4.Created an Android Signing ID.

5.Get My SAP Mobile Secure Cloudusername and password.

6. I installed updated node and npm

7.Prepared the appconfig file

check out this: appconfig.txt

8. I followed below commands in terminal

1. <SDK Directory>\CRM\smp-plugins\apps\packager

2. npm install (we are not using proxy server)

3.node ~/SAP/SDK/apps/packager/bin/packager --targetDir packagedApp --config appConfig.js --host hcpms-p1******6trial.hanatrial.ondemand.com --port 443 --https downloadfromfes

After running third command i got error like screen-shot-2016-12-06-at-52423-pm.png

WARNING: Failed to parse resources.json: SyntaxError: Unexpected token < in JSON at position 0

ERROR: parsing manifest for /sap/bc/ui5_ui5/ui2/ushell/resources/sap/viz/manifest.json: SyntaxError: Unexpected token < in JSON at position 0

Please help to resolve.

Regards,

Venkatesh S.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

did u get any solution of this