Integration Azure DevOps with DevOps Change Velocity

Francisco Sandi
Tera Contributor

I'm trying to deploy ADO with DevOps Change Velocity, but I'm getting an error saying "The callback cannot be processed because the orchestration tool cannot be notified." implement stage but in ADO the notification never arrives so the stage does not advance and is left waiting, I attach screenshots of the tests, if they will take up more time please tell me.

 

Error

devopsErrorCode: REST_CALL_ERROR

internalMsg:  Unknown error

errorSources: ["DevOpsADOPToolIntegrationHandler.notifyWithCallback","DevOpsADOPToolIntegrationHandler.notifyWithCallback","Flow action - DevOps - Notify Orchestration Tool with Change Decision","Flow - Change Control Callback"]

properties: {"REST_STATUS_CODE":203,"REST_ERROR_CODE":0,"ALIAS_ID":"af7fdb791b5f8e54ffbe0dc8cc4bcbcd"}

 

Captura de pantalla 2024-08-21 111106.pngCaptura de pantalla 2024-08-21 111133.pngCaptura de pantalla 2024-08-21 111300.pngCaptura de pantalla 2024-08-21 111442.pngCaptura de pantalla 2024-08-21 111629.png

2 REPLIES 2

Community Alums
Not applicable

Hi Francisco, have you managed to find the root cause for that error? 

We came across to the same one and still struggling to identify why it happens. I hope I'll have some useful update soon to share it here.

 

BR,
Alexander

Hello I have good news, I was able to solve the problem, the first thing we did was that the script include RiskCalculator, it was put in a way that all areas can access it

FranciscoSandi_0-1744652240739.png

 

 

Francisco Sandi