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***