How do I set parameters to avoid the silent repotools-jts.sh -setup complaint about unset derby password for Report Builder "rs" app
For CLM 6.0.2, I run
./repotools-jts.sh -setup parametersFile=/opt/IBM/JazzTeamServer/server/conf/jts/parameters.properties adminUserId=ADMIN adminPassword=ADMIN prompt=missing overwrite=yes
When the setup reaches the end, the script complains that the db.jdbc.password is unset for the RS Report Builder app. If I provide (an empty) one interactively, the script continues.
Which parameter string should be added to the parameter.properties file to avoid this?
I tried the string "rs\:data.warehouse.page\:db.jdbc.password=" following the pattern of the other apps and this is not the right property name.