cancel
Showing results for 
Search instead for 
Did you mean: 

How to move the Project from One Subaccount (Dev)to another Subaccount(Q)?

Jayakrishnan
Active Participant
0 Kudos

Hi All,

I am working Custom SAPUI5 Application Development. I have completed the application development in Development Subaccount and deployed to SAP Cloud Platform and Successfully registered into Cloud Launchpad. It is working .

i followed the below steps to upload the same app into Quality Subaccount. Please guide me if i am wrong.

1. I have exported the WebIDE Project into My local machine .

2. I logged inside the Quality Subaccount - Web DIE and imported the Project from the local drive folder.

3. I removed the dist folder and removed the flp-config.json file.

4. I tried to deploy it to the SAP Cloud Platform.

But i am getting the authorization issue. After the analysis, we found the root cause.

In the project, after i enabled show hidden files, inside the .che/project.json file , i can see the development subaccount id.

Should i need to delete the .che folder or project.json file?

Is it a right approach doing the manual changes on the generated files?

Please help me to do it in a recommended way of doing it.

Thank you,

regards,

Jayakrishnan.C

Accepted Solutions (0)

Answers (2)

Answers (2)

mariusobert
Developer Advocate
Developer Advocate

I would use the very same deployment flow for both targets. When you want to deploy to another subaccount, you need to select another "CF organization" in the Web IDE - that should be the only difference.

0 Kudos

Should i need to delete the .che folder or project.json file?

project.json file will maintain the versioning of your application so deploy the application only by changing sub account id .che/project.json file.