RTC Permission Error

Hi,

I am getting following error while connecting to RTC

’You do not have permission to read the object table’

My windows user id have super rights in both Sql and Classic Client

Any solutions on this.

What about the License?

I m using Developer License

May be your developer license didnt have RTC permission (if it is working in Classic)

or

did you upload developer license or only changes?

Please upload if you have changed.

I have uploaded the license in Database

[8-)]

anybody have any idea about this error

anybody have any idea about this error

Can any user connect? If so I would try creating a new role and pick forms -, tables 0, codeunit 0, etc. If you look at the SQL on security, do you see the user you are trying to connect? And make sure denywrite and denyread arn’t checked. I’ve had to reset permissions in SQL server from time to time. Not sure why!

I done this but still the error persists ???

Cany anybody have any clue.

What’s your security model? What were the exact steps that you followed when setting up security for the user?

Hi Matt,

Following steps I followd

  1. I change the custom settings file by giving my database details.

  2. Windosws Authetication is provided in my Sql Database and given the ‘Super’ access to the login

  3. In Sql database All the admin rights is given to the windows user id.

This everthing I am running on only Single box.

Kindly let me know anyhting else need to do

Did u restart the service after modifying the database in custom settings?

Again, what is your security model? Standard or Advanced? You can figure this out on the File, Database, Alter form. If it is Enhanced you have to synchronize security.

Hi,

Problem has been resolved and it was with Sql Server authetication.

Thanks for all your reply.