PRPC Utils that takes Target PEGA URL, ID and Password as parameters in properties file
Hi Everyone,
I would like to know if there is a way where in PRPCUTILS properties file, instead of passing below database parameters, if we can pass PEGA application utility URL, ID, password.
pega.jdbc.driver.jar=C:\\Temp\\ojdbc6.jar
pega.jdbc.driver.class=oracle.jdbc.OracleDriver
pega.database.type=oracledate
pega.jdbc.url=jdbc:oracle:thin:@localhost:1521:orcl
pega.jdbc.username=<USERNAME>
pega.jdbc.password=<PASSWORD>
I also checked latest product migration utility where it is passing as below, but I don't want the utility to take products from source environment and deploy in target.
migrate.target.targname.1 =
migrate.target.targname.2 =
migrate.product.1 =
migrate.product.2 =
Thanks
Ravi