Is it possible to disable the DataWarehouse when installing with repotools-jts -setup?
•CLM provides a way to automate the JTS setup instead of running it interactively.
•http://www-01.ibm.com/support/knowledgecenter/SSYMRC_5.0.2/com.ibm.jazz.install.doc/topics/r_repotools_setup.html
•On a Test machine where you just installed CLM, you must first record a properties file as follows:
./repotools-jts.sh -setup includeLifeCycleProjectStep=true repositoryURL=https://hostname:9443/jts adminUserId=ADMIN adminPassword=ADMIN
responseFile=JTSSetup.properties while doing the above, I saw no way to disable the Data Warehouse. Can it be done somehow when playing back the setup on another machine with the command: ./repotools-jts.sh -setup includeLifeCycleProjectStep=true repositoryURL=https://hostname:9443/jts adminUserId=ADMIN adminPassword=ADMIN parametersFile=JTSSetup.properties (For example, Design Manager does not use the Data Warehouse) |
One answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
I'm sorry if I was unclear, but it was a question.
Is it possible to disable the creation of the Data Warehouse?
I did not see any way to do it. Thanks, Lara
During the first steps of the setup you can skip the creation of the datawarehouse (custom setup). I am pretty sure I have done that in the past. I am also pretty sure that in that case a property was added to the teamserver.properties.
Is the jts/setup step recorded in these steps, Lara? Sorry, I have not played with response files for quite some time. Maybe I don't get the point in your question.
Hi Ralph,
It would have to be an enhancement for all applications, I guess. The option needs to be checked for all applications.
You might be right .. I thought there should it be a setup foundation enhancement that all applications could leverage?