After you copy a data object from the Database Explorer view to a project in the Data Definition view (Copy to project from the Database Explorer pop-up menu), the object tree in the Data Definition view might become unusable. To work around this problem, repeat the Copy to project action.
When working with a database table displayed in an open IDEF1X diagram, adding or removing a primary key will not immediately move the primary key column to the correct compartment. To work around this issue, close the diagram. The next time you open the diagram, the primary key column is displayed in the correct compartment.
If you deploy certain table UDFs that were exported using the Include DROP statement option in the Export Routines wizard, you may see an error message with SQLSTATE -458. This is because of an error in the generated DROP FUNCTION statement. For example, if this is your UDF source:
CREATE FUNCTION USERID.BABELFISH ( TRANSLATIONMODE VARCHAR(100), SOURCEDATA VARCHAR(100) )
The DROP FUNCTION statement is generated like this:
DROP FUNCTION USERID.BABELFISH ()
To work around this problem, remove the parentheses from the end of the DROP FUNCTION statement.
In the following scenario, the Class location field in the Database Connection wizard or page is not automatically filled in:
- Install the workbench without installing WebSphere Application Server (WAS). Install WAS.
- Start the workbench.
- Create a connection to a Cloudscape™ database (Right-click > New connection from the Database Explorer view of the Data perspective, or using the Database connection page of another wizard).
To work around this problem, fill the Class location field in manually, or restart the workbench and create the connection again. If you restart the workbench the Class location field is automatically filled in.
When there are a large number of UDFs stored in a DB2 database, the server may shut down when the UDF information is being retrieved as you make a database connection in the Database Explorer. After this shutdown occurs, further attempts to use the server will result in an error message such as: "IO Exception opening socket to server 9.30.36.191 on port 50000. The DB2 Server may be down." To work around this problem, you can increase the agent stack size configuration parameter. This is a command window example to increase the agent stack size:
D:\SQLLIB\BIN>db2 update database manager configuration using agent_stack_sz 128
DB20000I The UPDATE DATABASE MANAGER CONFIGURATION command completed successfully
Return to the main readme file
©Copyright IBM Corporation 2000, 2005. All Rights Reserved.