Skip to main content

Error connecting to SQL Server

Error connecting to SQL server explained

Praise Magidi avatar
Written by Praise Magidi
Updated this week

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
}
Did this answer your question?