This error happens in our SIC environment but not in our DEV environment.
Steps:
- Set the dilimeter.
- Find the procedure.
- Right click on it and click “Alter Procedure…”
- Right click on it and click “Compile SQL Procedure with Debugging“
- Right click on it and click “Debug”
- Debugger Start Parameters dialog pops up.
- Enter the parameter.
- Click the “OK” button
BAM!!! Get this error:
ERROR [42501] [IBM][DB2/NT64] SQL0551N The statement failed because the authorization ID does not have the required authorization or privilege to perform the operation. Authorization ID: "FACTSDB ". Operation: "SET CLIENT DEBUGINFO". Object: "FACTSSIC".
We don’t get this error in the “FACTSDEV” database.