Create a workspace.
CreateWS LogFile Workspace [DB] /* Oracle */DSN Schema Password [User] /* DB/2 */DSN Schema Password [User] [TableSpace] [IndexSpace] /* SQL Server */Server Database Password User
Required Parameters | Description |
---|---|
LogFile |
Output log file generated when the batch script is executed. |
Workspace |
Workspace file (.rwp). |
Optional Parameters | Description |
---|---|
DB |
* or database type: Oracle, DB2, or MSSQL. Default is *. |
Oracle Required Parameters | Description |
DSN |
ODBC data source name (DSN) for the database that holds the repository. |
Schema |
Database schema name for the repository. |
Password |
Database password that gives access to the schema. |
Oracle Optional Parameters | Description |
---|---|
User |
Database user name that gives access to the schema. |
DB/2 Required Parameters | Description |
---|---|
DSN |
ODBC data source name (DSN) for the database that holds the repository. |
Schema |
Database schema name for the repository. |
Password |
Database password that gives access to the schema. |
DB/2 Optional Parameters | Description |
---|---|
User |
Database user name that gives access to the schema. |
TableSpace |
Name of the tablespace for the repository. |
IndexSpace |
Name of the tablespace for database indexes. |
SQL Server Required Parameters | Description |
---|---|
Server |
Name of the server. |
Database |
Name of the database. |
Password |
Password that gives access to the database. |
User |
User name that gives access to the database. |