cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Business application Studio header's zid

c_drancourt
Explorer

Hello,

I'm having trouble with Buiness application studio'c connection to my destinations.

On a brand new space created on Business application studio, I'm opening a terminal and run curl -v -i "ecc.dest" where ecc is my destination's name.

I receive a 403 result with the following message: proxy-authorization header's zid - ********-****-****-******-******must match SAP-Connectivity-Authentication header's zid - ******-*****-*****-******-*************

(I replaced the zid by stars)

My destination works fine: it is used successfully from the launchpad service. This issue only happens from Business application studio.

Thanks for your help

RazK
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

We're sorry for your inconvenience. We are working on a resolution and we will update as soon as the fix is available. Our analysis indicates that it only affects BAS users in the EU10 (Frankfurt) region using Cloud Connector to connect to on-premise systems.

Regards - Raz

RazK
Product and Topic Expert
Product and Topic Expert

Hi,

The issue was resolved.

You should restart your dev space (stop + start).

Let us know if the issue persists.

Regards - Raz

dharma214
Discoverer
0 Kudos

Connection to the destination is working now.
Thank you.

former_member817408
Discoverer

Same for us!
Thank you.

c_drancourt
Explorer

Works for us a well, thanks

0 Kudos

Hi Raz Korn,

  1. First I got this issue
  2. There is no SAP Cloud Connector (SCC) connected to your subaccount. Requested opening of a tunnel for subaccount <Subaccount_ID> and SCC location ID, with default value, that is empty string or simply not configured. Check the configuration on SCC and cloud side."
  3. Second - I refreshed destination then i receive below issue
  4. proxy-authorization header's zid - xxxx must match SAP-Connectivity-Authentication header's zid - yyyy
  5. now after your BAS fix, i am receiving
  6. Unable to generate authorization token for user <email> on system <system-cloud-connector>

Please provide the solution. thank you

Regards,

Sathriyan

View Entire Topic
former_member817408
Discoverer
0 Kudos

Hey Christophe,

we are facing the same issue since yesterday.
Everything was working till last friday.

we are trying to figure out the root cause, but its hard to get any usefull tracelogs.
Only BAS is affected, VS-Code is working.
Even the connection from BAS to git is not working anymore.

RazK
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi adrian_abbassian_extern26 ,

Can you share more details: Which region BAS is launched from, Which app are you trying to develop (SAPUI5/Fiori, MDK, CAP, ...)?

Regards - Raz

former_member817408
Discoverer
0 Kudos

Hi raz.korn,

i used the same curl command as Christophe and getting the same result.
I tried it with the service center and getting these errors:

{

"label": "service-center",

"level": "error",

"message": "Could not get v2 and v4 services for 'dest1'.",

"time": "2022-08-16T14:47:30.802Z"

}

{

"label": "service-center",

"level": "error",

"message": "Could not get v2 and v4 services for 'dest2'.",

"time": "2022-08-16T14:47:31.194Z"

}

{

"label": "service-center",

"level": "error",

"message": "Could not get v2 and v4 services for 'dest3'.",

"time": "2022-08-16T14:47:38.450Z"

}

{

"label": "service-center",

"level": "error",

"message": "Could not get v2 and v4 services for 'dest4'.",

"time": "2022-08-16T14:47:45.573Z"

}


{

"cause": {

"cause": {

"cause": {

"cause": null,

"code": 600,

"name": "ServiceProviderError",

"originalCause": 403

},

"code": 602,

"name": "ServiceProviderError"

},

"code": 602,

"name": "ServiceProviderError"

},

"code": 602,

"label": "service-center",

"level": "error",

"message": "Data retrieval error: Cannot get services. : Data retrieval error: Data retrieval error: Cannot retrieve services.: HTTP request failed with error code '403'.. Status code: 403. Data retrieval error: Cannot get services. : Data retrieval error: Data retrieval error: Cannot retrieve services.: HTTP request failed with error code '403'.",

"name": "ServiceProviderError",

"stack": "ServiceProviderError: Data retrieval error: Cannot get services. : Data retrieval error: Data retrieval error: Cannot retrieve services.: HTTP request failed with error code '403'.\n at t.SubaccountDestinationProviderSystem.<anonymous> (/tmp/vscode-unpacked/vscode-wing-service-center-0.15.31.vsix/extension/dist/extension.js:200:12321)\n at Generator.throw (<anonymous>)\n at s (/tmp/vscode-unpacked/vscode-wing-service-center-0.15.31.vsix/extension/dist/extension.js:200:11549)\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (internal/process/task_queues.js:95:5)",

"time": "2022-08-16T14:47:29.977Z"

}