- an API is deployed in IIS, in server dev1
- then API, in IIS is set to run with a Service Account MPLTS_svc_ad
- API get data from SQL server located in Server weh1
- Service account MPLTS_svc_ad is assigned a db_owner role in SQL server DB in weh1
- I am using VPN and remote desktop to log into dev 1 and weh1, all in the same network, domain= MPLTS
- My local machine name is GTMTW93
- API run to success when call from any browser, in both remote servers, including my local
- API is failing when call from with my React Native mobile application
- the error returned is: Login failed for user 'MPLTS\GTMTW93$'. Reason: Could not find a login matching the name provided. [CLIENT: ]
Any idea how to resolve this failure
Top comments (0)