Why and when to perform this task
Cloudscape is a database system implemented in Java code. It is delivered with WebSphere Application Server as three Java Archive (JAR) files. The Cloudscape license that comes with WebSphere Application Server is only for development and testing purposed and not for production purposes.Steps for this task
%install_root%\java\jre\bin\java -Djava.ext.dirs=%install_root%/lib -Dij.protocol=jdbc:db2j: -Dij.database=scheddb com.ibm.db2j.tools.ij %install_root%\Scheduler\createSchemaCloudscape.ddlOn UNIX:
%install_root%/java/jre/bin/java -Djava.ext.dirs=%WAS_HOME%/lib -Dij.protocol=jdbc:db2j: -Dij.database=scheddb com.ibm.db2j.tools.ij %WAS_HOME%/Scheduler/createSchemaCloudscape.ddl
Results
The Cloudscape database for the scheduler service exists.