SAP-samples / abap-platform-refscen-flight

SFlight is back! This is the Flight Reference Scenario for the ABAP RESTful Application Programming Model.
Apache License 2.0
249 stars 98 forks source link

Pull failed on ABAP Cloud with Message Pull aborted: Repository pull aborted - Job canceled after system exception ERROR_MESSAGE #17

Open SaschaWaechter opened 1 year ago

SaschaWaechter commented 1 year ago

On our ABAP CLoud System pull fails with Error Message

Pull aborted: Repository pull aborted - Job canceled after system exception ERROR_MESSAGE

In the object log everything is green. image

Don't know what was wrong? image

Any idea or maybe a problem with newer cloud release. The error message is not very clear.

Thanks

GeorgReichert1 commented 1 year ago

Hello Sascha, thank you for reporting this issue. Could you please name the system where it occurs? Thanks and regards Georg

SaschaWaechter commented 1 year ago

Thanks for the reply. Which "system name" do you need because it's or own ABAP instance in BTP. (No trial or free tier)

ThomasPloski commented 1 year ago

Hi Sascha,

Is there a possibility to logon to the system and check the application logs?

Best regards, Thomas

jabap commented 1 year ago

We encountered the same issue on BTP ABAP Environment. After trying to activate the objects anyways, we saw that two function groups were not imported, so we decided to manually create them (and all function modules inside of those). But the system won't let you save the function modules: image

So all function modules had to be changed (just remove * comments). Furthermore, one BAdI-call had to be removed, because the BAdI was not imported into the system (and we couldn't find it in the repository?):

With these manual changes, all objects in the /DMO-packages can be activated.

Update 2023-10-09: