3 weeks ago - last edited 3 weeks ago
Hello SAP Community,
I’m in a multi-off delivery scenario, where I develop ABAP custom code in an SAP S/4HANA Cloud 1-system environment (the source) and then deploy it to an SAP S/4HANA Cloud 3-system environment (the target) using Git-Enabled CTS (gCTS). Concretely, I push commits from the 1-system landscape to a remote Git repository, and then attempt to pull those commits into the 3-system landscape (DEV → TEST → PROD).
Since the S/4HANA Cloud Public 2502 upgrade in our 3-system TEST environment, I can no longer import new commits from my remote Git repositories using Git-Enabled CTS (gCTS). Each time I try to pull a commit, I see:
Could not verify content
The repository was not imported because the content could not be verified. Please contact the repository owner.
And in the technical details:
Error action COMMIT_VERIFICATION Code 411x011: Registered Commits couldn’t be read.
In the gCTS logs (the ones viewable in the gCTS Fiori application), I mostly get “Error when importing commit” without much else. However, looking deeper into the Eclipse ADT Feed, Gateway error logs (OData service SCTS_GCTS_SRV) reveals more specific messages, such as:
{... ,"section": "REPOSITORY", "action": "PULL_BY_COMMIT", "severity": "ERROR", "message": "BAdI 'scts_gcts_enh_deploy' raised exception for 'check_before_import' "}
{"severity":"ERROR", "message": "Error when importing commit.", "code": "GCTS.API.411"}
It seems the COMMIT_VERIFICATION step fails before the import actually begins. This problem started immediately after the 2502 upgrade — previously we had no issues pulling from the same Git repository.
Has anyone seen this error in a multi-off delivery scenario?
Environment/Versions
I would appreciate any pointers or workarounds for getting multi-off delivery working again in 2502.
Thank you in advance!
Request clarification before answering.
User | Count |
---|---|
52 | |
10 | |
9 | |
8 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.