SQL server authentication failed.

Discussion in 'Requests' started by zakirhossain_diu, Feb 20, 2020.

    

  1. Dear Experts,
    I am using the following connection strings to import data from MSSQL server to Tally.ERP9, which showing errors as below. Also mentioned that the Master is getting imported but transactions not importing.

    Connections strings:
    ODBC : "Driver=SQL Server"+";Server=" + ##MSSQLServername+";Database="+ ##MSSQLDatabasename +";Uid=;"+##MSSQLusername+";Pwd="+##MSSQLuserpassword+";"

    Error msg:
    Error 18452: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.
    If anyone has experience or solution please share, How can I solve the issue.

    Thank you
     


  2. teja varma

    teja varma Active Member


    Refer this:
    https://stackoverflow.com/questions...login-failed-the-login-is-from-an-untrusted-d
    by googling the error message you can find more info
     
    zakirhossain_diu likes this.




Share This Page