Step
SQL Server
Message
Error connecting to SQL Server / Login failed for user 'SAGE'.
Cause
This is most likely caused by incorrect or expired login credentials for the underlying SAGE user in the SQL Server connection.
Resolution
Ensure that the SAGE user used for the endpoint has correct and valid login credentials.
Error Detail
json
{
"message": "Error connecting to sql server",
"error": {
"message": "Login failed for user 'SAGE'.",
"code": "ELOGIN"
},
"errorMessage": "Login failed for user 'SAGE'.",
"statusCode": 500,
"stepType": "Source",
"stepName": "RelayAsync",
"stepId": "ec3a8faf-960d-4879-ac47-342fe1e8ed12",
"mapStepId": null,
"mapStepPath": null,
"mapStepType": "Step",
"module": null,
"messageId": "6821d4d230e5a642632bae01",
"threadId": 1,
"commandProcessingError": null
}