on 2025 Mar 20 8:29 AM
Dear Exports,
I have developed an SAP CAPM (Cloud Application Programming Model) application that facilitates salary uploads from Excel to SAP Public Cloud. I followed the official SAP tutorials to develop and deploy my application:
SAP CAPM Introduction Tutorial
Deploy to Cloud Foundry Tutorial
I successfully generated the TESTAPP_1.0.0.mtar file and attempted to deploy it using:
cf deploy /home/user/projects/TESTAPP/mta_archives/TESTAPP_1.0.0.mtar -f
However, the deployment fails with the following error:
Error monitoring creation or update of services: Error creating service "TESTAPP-auth" from offering "xsuaa" and plan "application": Error creating application null (Error parsing xs-security.json data: Inconsistent xs-security.json: Invalid xsappname "TESTAPP-Qorix India Pvt Ltd_qorix-yfvzj2ew_ext-dev": May only include characters 'a'-'z', 'A'-'Z', '0'-'9', '_', '-', '\', and '/'.)
Project Setup Details
Actions Performed:
1. Updated mta.yaml as per the tutorial.
2. Added the required build script in TESTAPP/APP/Project1/package.json.
3. Successfully generated the .mtar file.
4. Attempted deployment via cf deploy, but encountered the above error
Questions:
Request clarification before answering.
Your error message seems to indicate that your xs-security.json file is not correct. Can you check if it exists and if you are pointing to the correct one in your mta.yaml?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
82 | |
12 | |
9 | |
8 | |
8 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.