Question
Wereen
SE
Last activity: 25 Jul 2017 8:40 EDT
prpcServiceUtils import without DB changes
Hi,
Is it possible to move an application with prpcServiceUtils without having Pega applying DB changes?
Either excluding them when doing the export, or not applying them doing the import.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
IN
You can Export product rule with 5.4 compatibility check box checked in the product rule to exclude the schema changes.
Wereen
SE
But is this possible on command line? Is there any flag or setting in the properties file?
Pegasystems Inc.
US
Wereen
SE
Thanks, but that one is for prpcUtils not prpcServiceUtils.
Pegasystems Inc.
US
Hi Johan,
There should be a property in the prpcServiceUtils.properties file that can exclude schema changes when executing the export command of prpcserviceutils, but it was mistakenly removed. BUG-312343 has been created to fix this issue.
Meanwhile you can just add import.bypass.schema=true in prpcServiceUtils.properties file manually and it should just work.
Hope this information might resolve your issue.
Regards
Mahesh
Wereen
SE
Thanks! Will try it out
Wereen
SE
It didnt do the trick. I've tested both
import.bypassSchema=true & import.bypass.schema=true
Pegasystems Inc.
US
There does not appear to be a way to exclude schema changes from the command line using prpcServiceUtils to import or export. Only option seems to be to not include them in the product rule and then export.
-
venu cheripally