cancel
Showing results for 
Search instead for 
Did you mean: 

Error in deploy sapui5 abap repository

Former Member
0 Kudos

Hello, I am trying to deploy, and am getting the following error:

When opening the error in st22, we have:

The error occurs in the following call below, where the variable "iv_external_name" is empty.

The problem only occurs when trying to deploy. Communication works normally when creating and running applications on the webide.

thanks for the help!

Accepted Solutions (1)

Accepted Solutions (1)

michal_keidar
Active Contributor

Hi,

In your destination in the cockpit, remove the "/sap/opu/odata" from the URL field.
This field should contain the host and port only.

The request that fails is the call to: <your system host and port>/sap/bc/adt/discovery
If the above doesn't help (though it should be removed anyway), please make sure that this url is working for you in a browser. It should display or download the discovery.xml.

Regards,
Michal.

Former Member
0 Kudos

Thank you Michal. It worked!

Answers (2)

Answers (2)

Joseph_BERTHE
Active Contributor

Hello,

Strange things 🙂

1. Are you using Chrome or Firefox (do not use IE)

2. is those steps ar OK for you : https://blogs.sap.com/2017/03/20/how-to-deploy-the-web-ide-ui5-application-to-abap-repository/

3. Can you import UI5 App from your Front End server ?

4. Which version on SAP UI/SAP BASIS/SAP GWND do you use ?

Regards,

Joseph

Former Member
0 Kudos

Hi Joseph,

sorry for not commenting on your answer, but I think it was too big.

1 - I'm using chrome.

2 - I've reset the settings a few times. they are like this

3 - Creating and running applications works fine. Deploy, import, and Extension project give the same error

4 - Follow image

Thank you for your help!