|
-
Jan 9th, 2009, 03:01 PM
#1
Thread Starter
Frenzied Member
[RESOLVED] Install Error Message
After installing the application I get the following error message:

From the way it reads I assume it is a matter of permissions set on the database for the user?
-
Jan 9th, 2009, 03:41 PM
#2
Frenzied Member
Re: Install Error Message
Yes, that is what it looks like.
-
Jan 10th, 2009, 01:56 PM
#3
Re: Install Error Message
Yes, you can
GRANT EXECUTE ON tf_GetAllTicketNo TO username
(If you have a script for production), else do it via enterprise manager and set an object level permission.
-
Jan 10th, 2009, 05:17 PM
#4
Thread Starter
Frenzied Member
Re: Install Error Message
So with the DBA's help, we can set the whole production group (data entry group) to access the DB to rum the application?
-
Jan 10th, 2009, 05:55 PM
#5
Re: Install Error Message
You're using Windows Authentication on your database? If yes, then you'll have to ask your DBAs to grant them permission, yes. They'll probably add those users to a database role and grant that role EXECUTE permissions on the SP.
-
Jan 10th, 2009, 06:16 PM
#6
Thread Starter
Frenzied Member
Re: Install Error Message
Then we would have to give the same permissions for all the SPs that are in the App, or can the SPs be grouped somehow and permission given to the whaole group?
-
Jan 11th, 2009, 04:15 AM
#7
Re: Install Error Message
I don't think what you're asking exists - the permissions will need to be granted on an SP by SP basis. (Or the DBAs could make all of those users the DBOs, but that isn't going to happen )
-
Jan 11th, 2009, 08:30 AM
#8
Thread Starter
Frenzied Member
Re: Install Error Message
Well we have a meeting scheduled to resolve this isssue tomorrow, I will pass on your suggestions.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|