Prerequisites:
- X11 configured if using Linux.
- Password for WebCenter Content Schema (<SchemaPrefix>_OCS)
- Password for sysadmin in WebCenter Content – If this user has not already been configured, see our guide on how to set this user up here: https://inspiredecm.com/enabling-the-sysadmin-user-in-webcenter-content/
Steps:
- Ensure WebLogic and WebCenter Content are up and running.
- Navigate to the WebLogic Administration Console in browser and log in.
- Click on Data Sources under Services.
- Click on CSDS in the table then click on the Connection Pool tab.
- Copy the contents of the URL field that contains the database connection string. Save this connection string for the next steps.
- Note the user in the Properties box (This is the WebCenter Content schema).
- Navigate to the bin directory for the content server instance:
UNIX Path: DomainHome/ucm/cs/bin
Windows Path: DomainHome\ucm\cs\bin
- Launch the SystemProperties file.
UNIX Command: ./SystemProperties
- Navigate to the Database tab.

Note: Database Driver Classpath and JDBC Driver Name are not required fields.
- Select the applicable driver (For Oracle Database, select Oracle Thin JDBC Driver).
- For the JDBC Connection String, paste the contents obtained from the URL field in the WebLogic Administration Console earlier.
Note: For Databases other than Oracle, you may be required to reformat the Connection String:
For Microsoft SQL Server, select DataDirect SQL Server JDBC Driver, and enter a connection string of this form:
jdbc:weblogic:sqlserver://database_hostname:database_port_number;databaseName=database_name
For IBM DB2, select DataDirect DB2 JDBC Driver, and enter a connection string of this form:
jdbc:weblogic:db2://database_hostname:database_port_number;databaseName=database_name
- Enter the JDBC Username/Password. The JDBC User Name is the WebCenter Content schema seen in the Properties box in WebLogic earlier.
- Click OK.
- Restart WebCenter Content.
- From the same directory as the SystemProperties file (DomainHome/ucm/cs/bin), launch an Admin Applet (Ex. Archiver).
- You will be prompted for a username/password. Enter the credentials for the WCC sysadmin user.
- The admin applet will now launch.