Permissions for mSysTables object

S

Silvester

Hi,

I recently secured my app fe, revoking default admin user privileges on most
objects to open/read and sending default admin to the users group. I have
also revoked appropriate permissions on the users group.

I distribute the app without the workgroup file.

Users have been getting the error "You do not have the permissions to use
the MsysTables object"

What permissions do I need to grant to avoid this error ?
 
J

Joan Wild

Are you changing the SQL for saved queries in code? If so, you need to give
users permission to modify design on those queries.
 
J

Joan Wild

Actually Scott, providing Silvester did it properly, there is nothing wrong
with securing a mdb, setting permissions on the built-in accounts, and not
shipping the mdw you secured with.

It is perfectly valid, and useful if you don't want users to have to log in,
and you only need one level (group) of permissions.
 
S

Silvester

Thanks Scott & Joan,

I knew I was doing something right. I did follow the SECFAQs and wound up
with the msystables error.

Yes, Joan, I am changing the SQL in queries and thats probably it. I will
grant mod permission for users and try again.
 
S

Silvester

You were right, Joan. Once I granted mod permissions to users on my query in
which the sql was being changed on the fly using code, all errors stopped.

Thanks for the help.
 
T

TC

It seems a weird error message for that situation. You'd think it should say
"no permission to modify query BLAH", or somesuch.

TC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top