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?
No Definition found for object
Re: No Definition found for object
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.
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.
Re: No Definition found for object
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.
Thank you for your help in improving dbForge SQL Decryptor.