Can using prpcServiceUtils to import a full rap cause inconsistency in rulesets or data
I am implmenting DevOps with Pega, my team members have followed the tech notes for Jenkins deployment and have successfully setup and have a working deployment of incremental rap files from the developers for some months now.
The developer have experience in Pega versions before 7.2.1, they are currently not providing full rulesets only incremental ruleset because they are concerned of inconsistency after using prpcServiceUtils to import a full wrap . Is it possible for prpcServiceUtils to import the latest package from Dev to tet with Pega 7.2.1 and create an issues with inconsistency of rulesets or will the objects just be overridden with the deployment?
I am implmenting DevOps with Pega, my team members have followed the tech notes for Jenkins deployment and have successfully setup and have a working deployment of incremental rap files from the developers for some months now.
The developer have experience in Pega versions before 7.2.1, they are currently not providing full rulesets only incremental ruleset because they are concerned of inconsistency after using prpcServiceUtils to import a full wrap . Is it possible for prpcServiceUtils to import the latest package from Dev to tet with Pega 7.2.1 and create an issues with inconsistency of rulesets or will the objects just be overridden with the deployment?
prpcServiceUtils.sh import
import.archive.path=fulldeploy.zip
import.mode=import
import.existingInstances=override
import.nofailonerror=false
import.compileLibraries=true
import.allowImportWithMissingDependencies=false
import.async=false
import.tracdata=false
***Updated by moderator: Lochan to update Categories; add group tag SR Exists***
What do you mean by inconsistencies? Are you worried about rules being skipped from the full RAP or prior versions being overwritten by earlier ones? Here is some direction provided by Pega SME.
"Import mode will load anything that has a different pxSaveDateTime than what is in the database. Hotfix mode will only load more recent pxSaveDateTime."
More clarity is needed to understand further. Are your settings the same for partial (with exception of archive)?