Release Notes


50.15 Need to Commit all User-defined Programs That Will Be Used in the Data Warehouse Center (DWC)

If you want to use a stored procedure built by the DB2 Stored Procedure Builder as a user-defined program in the Data Warehouse Center (DWC), you must insert the following statement into the stored procedure before the con.close(); statement:

   con.commit();

If this statement is not inserted, changes made by the stored procedure will be rolled back when the stored procedure is run from the DWC.

For all user-defined programs in the DWC, it is necessary to explicitly commit any included DB2 functions for the changes to take effect in the database; that is, you must add the COMMIT statements to the user-defined programs.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]