How can i create a database user in Classic with SQL. When i’m trying to create a db user its throwing an error like "The microsoft dynamics nav classic and SQL server security systems have not been succesfully synchronized. The Sql server login ****** does not exist on the ********server".
I tried to synchronize like this…in NAV Tool----->Security----->synchronize all logins…
Yeah i deleted all the existing users[windows&database] and tried to create a new db user.then also its throwing the same error. the security model is enhanced.
but i didn’t install sql server 2005 separately…i’m having an sql server 2005 which comes with nav installation files. in that i’m having only three option.
I installed SQL Server management studio express. and created a login and a user for the Demo Database. Then i created the same user name in classic with sql server and then synchronize all logins. But when i try login to classic its throwing an error like
"The following SQl server error or errors occured.
18452,“28000”,[Microsoft][ODBC Sql Server Driver][Sql Server]login failed for user ******.The user is not associated with a trusted a sql server connection."
after this i’m unable to login using the windows authentication also. Please help me solve this problems…
Change the Authentication Mode of the SQL server from “Windows Authentication Mode (Windows Authentication)”
to “Mixed Mode (Windows Authentication and SQL Server Authentication)”.