Support Article
How to import hotfix from command line
SA-2465
Summary
Is it possible to import one or several hotfix from command line? Is any script like prpcUtils.sh available to import hotfix ?
The system used is not Unix or DOS. prpcUtils.sh is used:
./prpcUtils.sh "import" --dbUser "DPMN_MNGR" --dbPassword "DPMN_MNGR" --dbURL "jdbc:oracle:thin:@10.238.22.156:1521:DEVDPMN1" --archivePath "/opt/application/bpm/current/prpc/utils/DL-30619-2061.zip"
Resolution
Perform the following local-change:
- Update prpcUtils.properties to use the script:
- Include the database connection details.
- Change value of import.mode to hotfix (import.mode=hotfix).
- Provide the DL-Item archive path in import.archive.full.path property.
- Invoke the script with the import option as below:
- prompt>prpcUtils import
Published November 16, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.