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)
Comments
Lara Ziosi
Feb 24 '15, 2:53 a.m.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
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Feb 24 '15, 3:10 a.m.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.
Francois-xavier Panaget
Feb 24 '15, 3:46 a.m.Hi Ralph,
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Feb 24 '15, 3:50 a.m.It would have to be an enhancement for all applications, I guess. The option needs to be checked for all applications.
Francois-xavier Panaget
Feb 24 '15, 4:11 a.m.You might be right .. I thought there should it be a setup foundation enhancement that all applications could leverage?