Defect HC-7711

Data load failed if the database has an active workspace.

Software

Customer case Applies to Corrected in
CS0184516 V9.0.1.0 9.0.1.16

Observed behavior

When running the dataload utility in a toolkit or in the utility docker container, if the database has an active workspace, the data load might fail with the error message:  java.lang.NoClassDefFoundError: com.ibm.ws.bootstrap.RASWsLoggerFactory

Expected behavior

The issue is caused when a workspace is active in the database and the dataload utility tries to check if the object to be loaded is already locked by the workspace.

Resolution

The code was updated to correct the issue.