Back to all

on prem setup of maximizer crm Authenticate Request failing

I have on prem setup of maximizer crm - I am facing an error as below -

Request is as below -

$curl --location 'https://mydomain/MaximizerWebData/Data.svc/json/Authenticate' \

--header 'Content-Type: application/json' \

--data '{

"database": "GDMLive",

"uid": "<MY_USER>",

"password": "MY_PASSWORD"

}'

Response error is as below -

The server encountered an error processing the request. See server logs for more details.

Could I check logs in UI say , maximizer web login ?

Could someone suggest what could be the issue ? With these same credentials, I am able to login web/UI.

How to check my user and password have required access to DB ?

Thanks.