Hi Vijayalaxmi,
If you are using SQL then use the below command
dbConfigurator.bat|sh -a create -d SQLServer -c ALL -v latest -u -p -l <RDBMS_URL> -au <admin_user> -ap <admin_password> -n <database_name>
and for Oracle
./dbConfigurator.bat|sh -a create -c ALL -v latest -d oracle -l ‘<RDBMS_URL>’ -u <db_user> -p -au <admin_user> -ap <admin_password> -t
Thanks,
Harsh
#MWS-CAF-Task-Engine#webMethods-BPMS#webMethods