Importing rules and data by using a direct connection to the database
To import rules and data by connecting directly to the database, complete the following steps. This is most commonly done for a stopped instance.
-
For IBM Db2 for z/OS, configure the import properties.
If you are importing an application with schema changes and a separate DB-Admin-DB-Name and you are using IBM Db2 for z/OS, configure the import parameters before you import the application, or the import will fail. For more information about configuring the import parameters, see IBM Db2 for z/OS: Preparing to import an application with schema changes and a separate DB-Admin-DB-Name. For more information about your application, see your database administrator.
-
Configure the common properties of the prpcUtils.properties file.
Property name Value pega.jdbc.driver.jarPath to the database driver .jar file. pega.jdbc.driver.classThe database driver class. pega.database.typeDatabase vendor type. pega.jdbc.urlURL of your database. pega.jdbc.usernameDatabase user name. pega.jdbc.passwordDatabase password. rules.schema.nameIf you use a split schema, the value for the rules schema name. If you do not use a split schema, the value for the schema name. data.schema.nameIf you use a split schema, the value for the data schema name. -
Configure the required properties of the prpcUtils.properties file.
Property name Value import.archive.pathThe relative path to the archive from the \utils\ folder or the full path to the archive. If the path is a folder, the tool processes all archive files in that folder. import.modeThe import mode: -
import: (Default) Update existing instances and remove duplicates. Use theimport.existing.instancesproperty to override this setting. -
install: Import new instances. Do not import or update existing instances. The log file includes an exception message for each instance that already exists. - hotfix : Update existing instances and remove duplicates. If the archive time stamp is older than the existing instance, skip updating the instance or inserting the duplicate.
import.existing.instancesHow the import action handles existing instances: -
skip: (Default) Skip instances that already exist in different rulesets or versions. -
override: Replace instances that already exist in different rulesets or versions.
import.codesetNameThe name of the code set to receive the Java .class files. import.codeset.versionThe code set version to receive the Java .class files, for example: 01-01-01 -
-
Optional: Configure the optional properties of the prpcUtils.properties file.
Property name Value import.nofailonerrortrueskips instances that fail to import and continues after an import failure.falsestops the import if any import action fails. The default isfalse, which will fail on error.import.commit.countOptional: The number of data instances processed with each database commit to balance memory usage and performance. The default of 100 is sufficient for most environments. import.compile.librariesOptional: trueorfalse, specifying whether to compile libraries after import. The default istrue.import.allowImportWithMissingDependenciesOptional: trueorfalse, specifying whether to allow the import to continue even if the archive is dependent on missing products. The default isfalse.import.preserveOrderOptional: trueorfalse, specifying whether to import archives in the order specified in the import file. The default isfalse, which does not enforce any order.import.bypassSchemaOptional: Specify whether to apply database schema changes during the import. The default is false. If you have already applied the schema changes manually, set this totrue.import.skipBackupOptional: trueorfalse, specifying whether to bypass history point saving and restore point creation during import. The recommended setting, which is also the default, isfalseso that history and restore points are enabled.import.enable.defaultcontextOptional: trueorfalse, specifying whether to allow triggers for the Pega Platform to run while performing command-line imports. The default isfalse. To allow triggers to run during imports, uncomment this property and set totrue.import.insecureOperatorsOptional. As a best practice, and by default, new operators are disabled on import and existing operators are not updated. Setting import.insecureOperatorsto true does not disable new operators and allows updates of existing operators.import.allow.inherited.connectionsOptional. Allow importing inherited database name instances. The default setting is false. - Save and close the prpcUtils.properties file.
-
Run the prpcUtils.bat or prpcUtils.sh script with the import option, for example:
prpcUtils.bat importOptional: Pass one or more arguments.
prpcUtils script argument Value connPropFileThe full path to the connection.properties file that includes information for multiple targets. driverClassYour JDBC driver class (example: oracle.jdbc.OracleDriver). driverJARLocation of your JDBC .jar file. dbTypeDatabase vendor type (mssql, udb, oracledate, postgres, db2zos). dbURLJDBC URL to the database. dbUserDatabase user name. dbPasswordDatabase password. archivePathFull path to the archive to be imported or exported. propFileThe full path to the properties file, to override the default prpcUtils.properties. hfixActionIf manageHotfixes is selected, sets the hotfix operation. Valid values are commit,rollback,generateDDL,install, andscan.rulesSchemaThe rules schema. dataSchemaThe data schema. noFailOnErrorSet to trueorfalse. When enabled, instances that fail to import are skipped and import continues instead of failing.UPega user name. PPega password. accessGroupAccessGroup in which the Rule-Declare-Index of the classes being exposed exists. Applicable for the expose utility if --U or --P are not provided.