Skip to main content
Known Participant
May 14, 2009
Question

plz help to solve this error

  • May 14, 2009
  • 3 replies
  • 1029 views

hi when i tried to call stored proc in coldfusion i am gettting this error :

Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]The EXECUTE permission was denied on the object 'getData', database 'cao', schema 'dbo'.

can any one help me how to solve this type of error

This topic has been closed for replies.

3 replies

Michael Borbor
Inspiring
May 14, 2009

You have to enable the permissions to execute store prod at Sql Server

for your login account.

Sincerely,

Michael

El 14/05/2009, a las 8:52, kirannaga <forums@adobe.com> escribió:

>

hi when i tried to call stored proc in coldfusion i am gettting this

error :

>

Error Executing Database Query.

[SQLServer JDBC Driver][SQLServer]The EXECUTE permission

was denied on the object 'getData', database 'cao', schema 'dbo'.

>

>

>

can any one help me how to solve this type of error

>

ilssac
Inspiring
May 14, 2009

The user you are using to connect to the database does not have permission to run an "ECECUTE" command on the objects in the code.

Add permissions to the user or rework the code to work within the limits of the permissions defined by the user.

Inspiring
May 14, 2009

Talk to your dba or whatever you call the person who controls the permissions on your db.