Hello
First sorry to post the same message that I have posted in the SCN SMP group and the SCN mobile group.
I am trying to pre-package CRM apps My Accounts and My Contacts.
I have installed:
Node.js 4.3.1
SMPSDK 3.0.11.0
SAP CRM 7.0 ehp3 SP10
as explained here :
Preparing SAP Fiori Apps for Offline Use - SAP Fiori for SAP Business Suite - SAP Library
and I am trying the flow to create a package as explained here
Creating a Prepackaged Fiori App Using the Packager - Mobilizing Fiori - SAP Library
When i am trying to pre-package my apps, I use the following command :
node C:/SAP/MobileSDK3/KapselSDK/apps/packager/bin/packager --targetDir C:/SAP/MobileSDK3/KapselSDK/apps/CRM --config C:/SAP/MobileSDK3/KapselSDK/apps/packager/appConfig.js --host XXXXXX.XXXX.XX --port 80XX --https false --noCache --cleanCache --cleanAppCache --force --client 800
My server does not use HTTPS
I obtain the following error :
ERROR: Problem with request for path '/sap/bc/ui5_ui5/sap/crm_lib_reuse/sap/cus/crm/lib/reuse/resources.json' : write EPROTO
ERROR: Problem with request for path '/sap/bc/ui5_ui5/sap/crm_mycont/resources.json' : write EPROTO
ERROR: Problem with request for path '/sap/bc/ui5_ui5/sap/crm_lib_reuse/sap/cus/crm/lib/reuse/manifest.json' : write EPROTO
ERROR: Problem with request for path '/sap/bc/ui5_ui5/sap/crm_myaccounts/resources.json' : write EPROTO
ERROR: Problem with request for path '/sap/bc/ui5_ui5/sap/crm_mycont/manifest.json' : write EPROTO
ERROR: Problem with request for path '/sap/bc/ui5_ui5/sap/crm_myaccounts/manifest.json' : write EPROTO
Coud anyone help me ?
Best regards
Emmanuel Da Costa