cancel
Showing results for 
Search instead for 
Did you mean: 

BTP CI/CD Error while UPLOAD set

deeptanwar
Explorer
0 Kudos

I am using BTP Ci/CD service on a trial account and running into this error hudson.AbortException: [integrationArtifactUpload] Step execution failed (category: undefined). Error: HTTP POST request to https://dXXXXXXXXXX.hana.ondemand.com/api/v1/IntegrationDesigntimeArtifacts failed with error: 404 Not Found: Requested route ('dXXXXXXXXXXXX.hana.ondemand.com') does not exist.

I am not sure what I am doing wrong, I got a service key from BTP for Integration Suite (default_it-rt_integration-flow)

I followed steps mentioned in teched2022-IN180/exercises/ex4/Run-the-Integration-Suite-CICD-job.md at main · SAP-samples/teched202...

@mayurbelur.mohan if you can provide guidance that will be great

deeptanwar
Explorer
0 Kudos

mayurbelur.mohan - FYI if you can help or provide guidance.

View Entire Topic
dirugadr
Participant
0 Kudos

Hi!

Did you finally solve your problem? Right now I'm having the same one!

It's weird because I can call something like "....api/v1/MessageProcessingLogs?$format=json&$filter=Status eq 'FAILED'" and it's working fine, but when I try to execute "...api/v1/IntegrationDesigntimeArtifacts(Id='AFIP_FCEDummy',Version='1.0.3')/Configurations?$format=json" it's raising an 403 error:

{
    "error": {
        "code": "Forbidden",
        "message": {
            "lang": "en",
            "value": null
        }
    }
}

The SK has "AuthGroup_Administrator" as a role.

Thank you in advance