Results 1 to 8 of 8

Thread: [RESOLVED] Install Error Message

  1. #1

    Thread Starter
    Frenzied Member CoachBarker's Avatar
    Join Date
    Aug 2007
    Location
    Central NY State
    Posts
    1,121

    Resolved [RESOLVED] Install Error Message

    After installing the application I get the following error message:

    Name:  ErrorMessage_1.JPG
Views: 96
Size:  69.9 KB

    From the way it reads I assume it is a matter of permissions set on the database for the user?
    Thanks
    CoachBarker

    Code Bank Contribution
    Login/Manage Users/Navigate Records
    VB.Net | C#

    Helpful Links: VB.net Tutorial | C Sharp Tutorial | SQL Basics

  2. #2
    Frenzied Member
    Join Date
    Sep 2005
    Posts
    1,547

    Re: Install Error Message

    Yes, that is what it looks like.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  4. #4

    Thread Starter
    Frenzied Member CoachBarker's Avatar
    Join Date
    Aug 2007
    Location
    Central NY State
    Posts
    1,121

    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?
    Thanks
    CoachBarker

    Code Bank Contribution
    Login/Manage Users/Navigate Records
    VB.Net | C#

    Helpful Links: VB.net Tutorial | C Sharp Tutorial | SQL Basics

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  6. #6

    Thread Starter
    Frenzied Member CoachBarker's Avatar
    Join Date
    Aug 2007
    Location
    Central NY State
    Posts
    1,121

    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?
    Thanks
    CoachBarker

    Code Bank Contribution
    Login/Manage Users/Navigate Records
    VB.Net | C#

    Helpful Links: VB.net Tutorial | C Sharp Tutorial | SQL Basics

  7. #7
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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 )

  8. #8

    Thread Starter
    Frenzied Member CoachBarker's Avatar
    Join Date
    Aug 2007
    Location
    Central NY State
    Posts
    1,121

    Re: Install Error Message

    Well we have a meeting scheduled to resolve this isssue tomorrow, I will pass on your suggestions.
    Thanks
    CoachBarker

    Code Bank Contribution
    Login/Manage Users/Navigate Records
    VB.Net | C#

    Helpful Links: VB.net Tutorial | C Sharp Tutorial | SQL Basics

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width