Recreate Database Components

Command Syntax

To recreate the database components for a product:

sagcc exec administration product local DatabaseComponentConfigurator  
database recreate db.type=db_type product=productID version=db_version  
db.username=db_username db.password=db_password db.name=db_name db.url=db_url
            

Example

To recreate the database components for the product with ID “IS” and version “9.10.0.0”, on the SQL server at URL “jdbc:wm:sqlserver://DBserver:1433;databaseName=TESTDB”, and for the database user “webmuser” with password “webmpass”:

sagcc exec administration product local DatabaseComponentConfigurator  
database recreate db.type=sqlserver product=IS version=9.10.0.0  
db.username=webmuser db.password=webmpass db.name=TESTDB  
db.url=“jdbc:wm:sqlserver://DBserver:1433;databaseName=TESTDB”