No Definition found for object

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
asther
Posts: 1
Joined: Fri 21 Feb 2014 01:31

No Definition found for object

Post by asther » Fri 21 Feb 2014 01:44

To Any Who Concern,

I try to decrypt a store procedure in the dbforge sql decrytor and it giving me this error message regarding
"All object in database in ktb_achive were decryted,but no definition found for object
(ID=453576654,SUBID=1)"

I have done research regarding this issue, but i still can't find the cause and solution for it. Could anyone provide me some suggestion regarding this issue?

alexa

Re: No Definition found for object

Post by alexa » Fri 21 Feb 2014 07:32

Please check that you are using the latest build 2.1.11 of dbForge SQL Decryptor http://www.devart.com/dbforge/sql/sqlde ... nload.html

If the issue still persists in the latest build, please provide us with the CREATE statement (not encrypted) of the object, which results in this error report? You can determine the name of the object using the following query:

SELECT name,type_desc FROM sys.objects WHERE object_id = 453576654

You can send a reply straight to our support system at supportATdevartDOTcom, so we will keep further correspondence with you via e-mail.

alexa

Re: No Definition found for object

Post by alexa » Fri 22 Jan 2016 17:23

We would like to let you know that dbForge SQL Decryptor, v3.0, where the issue you reported is fixed, has been released and is available for downloading https://www.devart.com/dbforge/sql/sqld ... nload.html

Thank you for your help in improving dbForge SQL Decryptor.

Post Reply