Execute Permission denied on stored procedures intermittently

  • We are receiving this error --- Execute Permission denied on stored procedures intermittently. We are baffled by this error since it only happens intermittently.

    Example of the error:

    The EXECUTE permission was denied on the object 'ProcGetEmailNotes', database 'ABCWF', schema 'dbo'.

    The database is on a remote server (MS SQL Server 2005).

    The web site is on a machine running under IIS default application pool using the Network Service account.

    This account gets translated into DomainName\ServerName when accessing the remote database.

    We gave this account db.owner permissions on the database.

    Thanks,

    choi

  • Did you by any chance if you are not able to connect to the Domain Controller server to Authenticate the user? Thats the only thing I can think of.

    -Roy

  • are you qualifying the proc name when calling it?

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply