Getting Started > Creating StreamServe Enterprise Repository > Creating an enterprise repository manually > Executing the database scripts (IBM DB2)

Executing the database scripts (IBM DB2)
To create a repository, you must:
Run the load_as_sys.cmd script to create the repository.
Run the load.sql script to create the tables etc. for the repository.
Prerequisites
Post requisites
To execute the scripts
1
2
db2 -vf load_as_sys.cmd -z <Log file>
3
If the creation failed due to an already existing node and this node is connected to a remote host other than the configured host, you can either change the node name (STRS_<Number>, maximum 8 characters in total) in the load_as_sys.cmd script, or manually uncatalog the already existing node. Then re-run the script as described in step 3.
4
db2 -td@ -vf load.sql -z <Log file>
5
OpenText StreamServe 5.6 Updated: 2013-03-01