Options

Synchronizing Errors

eagle_eyeeagle_eye Member Posts: 130
edited 2009-08-05 in NAV Three Tier
NAV 2009
I am a super user
I am SQL dbo & sysadmin

I have a Cronus DB installed on SQL 2008 with a 'Production' company in it.

I am having issues getting RTC clients to work - so I decided to try just SQl classic client - but I get the following error when trying to connect via classic SQl client:

15161, "42000" Cannot set application role because it does nbot exist or the password is incorrect (I'm using windows logins).

I decided to check if the lohghins were synched ...

When I tried to synch the login (just one) ... I get the following error:

15151, "42000", [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot find the user because it does not exit or you so not have permission

SQL: GRANT, SELECT. INSERT, UPDATE, DELETE ON "Object" TO ..

Help please!! I am at aloss of what else I can do here. Thank you.

Comments

  • Options
    David_SingletonDavid_Singleton Member Posts: 5,479
    Change the security model from Enhanced to Standard.
    David Singleton
  • Options
    eagle_eyeeagle_eye Member Posts: 130
    From where do I do that?
  • Options
    David_SingletonDavid_Singleton Member Posts: 5,479
    eagle_eye wrote:
    From where do I do that?

    File -> Database -> Alter

    on the "Advanced" Tab

    Security
    Model . . . . . STANDARD
    David Singleton
  • Options
    Ian_Piddington10199Ian_Piddington10199 Member Posts: 167
    You will need to have the SQL database running in single user mode in order to make the change.

    Ian
    Regards

    Ian
  • Options
    eagle_eyeeagle_eye Member Posts: 130
    Thank you !!

    That worked.
Sign In or Register to comment.