TDM Portal quiet installation not starting the service after installation
search cancel

TDM Portal quiet installation not starting the service after installation

book

Article ID: 412479

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

I have installed TDM Portal on a windows host using the quiet installation command. I observed the below after the installation: 

  1. CATestDataManagerPortal service did not start automatically.
  2. OrientDB service did not start automatically.
  3. In the application properties file, below properties were empty:
    1. spring.datasource.url
    2. spring.datasource.username
    3. spring.datasource.password

Environment

All TDM portal versions

Resolution

 Command line utility to do quiet installation of TDM portal package is:

 

C:\Users\Administrator\Downloads>"setup_CA Test Data Manager Portal<version>.exe" /quiet SERVER_PROP=<database server name> PORT_PROP=<Port> DATABASE_PROP=<Repository Database Name> USERNAME_PROP=<Database User Name> PASSWORD_PROP=<Database User Password> TDMWEB_SERVICE_PORT=<Port> HTTPS_ENABLED=<true/false> ODBC_RES_PROP="<SQL Server/ORACLE>" ORIENTDB_PASSWORD=<Password> ORIENTDB_BINARYPORT=<Port> ORIENTDB_HTTPPORT=<Port> ALM_PORT_PROP=<Port> ALM_SERVER_PROP=<ALM Server Name> AUTO_GENERATE_KEYSTORE_PASSWORD=<true/false> TDMWEB_KEYSTORE_USER_PASSWORD=<password> /L*V "<Log File Name.log>"

 

Example:

C:\Users\Administrator\Downloads>"setup_CA Test Data Manager Portal4.4.0.0.exe" /quiet SERVER_PROP=localhost\TDM PORT_PROP=1433 PASSWORD_PROP=abcCY@123 DATABASE_PROP=gtrep USERNAME_PROP=sa TDMWEB_SERVICE_PORT=8081 HTTPS_ENABLED=false ODBC_RES_PROP="SQL Server" ORIENTDB_PASSWORD=root ORIENTDB_BINARYPORT=2425 ORIENTDB_HTTPPORT=2481 ALM_PORT_PROP=8092 ALM_SERVER_PROP=mat01-05 AUTO_GENERATE_KEYSTORE_PASSWORD=false TDMWEB_KEYSTORE_USER_PASSWORD=Abc@123 /L*V "CATDMPortalInstallation.log"

 

    When you add database details, orientDB details in this quiet installation, these values are added to application.properties during installation.

Additional Information