cancel
Showing results for 
Search instead for 
Did you mean: 

Error executing action: Could not fetch client credentials token for service of type "destination"

MioYasutake
Active Contributor

Hi community,

I am following the following tutorial for embedding an action to my process. 

https://learning.sap.com/learning-journeys/create-processes-and-automations-with-sap-build-process-a...

MioYasuatke_0-1707977139015.png

When running the process, the action execution failed with the following error:

 

Action '3002d1f3-047b-42b8-8498-3f2880fcb791' failed with the following error: 'Error thrown from action runtime library: Failed to fetch configuration for destination 'SalesOrderS4Sandbox' during action execution: Could not fetch client credentials token for service of type "destination".'.

 

MioYasuatke_1-1707977229181.png

It appears that the execution failed before reaching the destination. Do you have any idea why this error is occurring?

Best regards,

Mio Yasutake

 

Shakeer
Discoverer
0 Kudos
Dear MioYasuatke, we too are facing this issue from yesterday 14th Feb. Were you able to fix this issue?
alexcamayo
Explorer
0 Kudos
Hi MioYasuatke, Did you find a solution for this? I'll be waiting.
alexcamayo
Explorer
0 Kudos
Hi MioYasuatke, Did you find a solution for this? I'll be waiting.
MioYasutake
Active Contributor
0 Kudos
@Shakeer @alexcamayo Unfortunately, the issue hasn't been resolved yet.
VishnuPandurang
Explorer
0 Kudos
is this issue resolved ? i am also facing same issue
View Entire Topic
Andreas91
Explorer

Hello you guys,

I had the same issue. I also prepared a sample workflow and run into basically the very same error message. For me i could resolve it by adding an additional property to the used destination: 

TrustAll = true

Andreas91_2-1713183534147.png

 

Tbh. It feels for me like a workaround since somewhere a trust adjustment should have been made. But currently i do not know where.

Let me know if this also helps out in your case,

Best, Andreas

Shubhamkulkarni
Explorer
0 Kudos
Hello, are you using HTTP destination? BTP is not allowing me to add TrustAll property to HTTP destination
Andreas91
Explorer
0 Kudos
Hello you, yep simple HTTP type with basicauth. ..well its not a predefined property which you can choose via dropdown. You have to manually type it in. Else probably some permission problem --> admin...
VishnuPandurang
Explorer
0 Kudos
Hi, Did not work this for me , still getting the same issue.
VishnuPandurang
Explorer
0 Kudos
Did not work for me, still getting this error "failed with the following error: 'Error thrown from action runtime library: Failed to fetch configuration for destination 'test_buildProcessAutomation' during action execution: Could not fetch client credentials token for service of type "destination
Andreas91
Explorer
0 Kudos
Hello Vishnu, this was the only additional thing i added. Everything else i did as mentioned in the tutorial: https://developers.sap.com/tutorials/spa-process-action-setupenv.html. .. well after i added the additional parameter to the destination i rebuild and redeployed the process. but thats it.