Question
Pegasystems Inc.
JP
Last activity: 11 Apr 2016 13:34 EDT
Hotfixes are not shown up on the uncommited list after installing the hotfixes by prpcUtil.bat
Hotfixes are not shown on an uncommitted list of Hotfix manager after installing the hotfixes by prpcUtil.bat.
I confirmed the hotfixes are installed successfully by checking the log of prpcUtil.bat. I also tried to install the hotfixes by hotfix installer from DesignerStudio, it says the hotfixes are already installed.
What can I do to list up the installed hotfixes on the uncommitted list of Hotfix manager?
Thanks,
Jun
Message was edited by: Lochan to add Category
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Updated: 10 Apr 2016 23:21 EDT
Pegasystems Inc.
JP
Hi Celeste,
After running system scanner the hotfixes show up in the uncommited list.
Thanks,
Jun
Pegasystems Inc.
JP
Even after restart an application server, it does not show the uncommitted hotfixes.
Updated: 1 Apr 2016 5:49 EDT
Pegasystems Inc.
IN
Hello Jun,
Please query the "pr_data_products" table and check whether there is an entry for that particular hotfix(corresponding PYPRODUCTID)
For ex: select * from pr_data_products where PYPRODUCTID='HFIX-20949'
Let us know your observations.
Best Regards,
Mounika
Pegasystems Inc.
JP
Hi Mounika,
I confirmed all the hotfixes are in "pr_data_products" with pyStatus as Uncommitted.
Thanks,
Jun
Pegasystems Inc.
IN
Which version of PRPC is this ? Is it an upgraded system or fresh installation ?
Pegasystems Inc.
JP
It is 7.1.9, and updated from 7.1.8.
Pegasystems Inc.
JP
Does anybody have any clue on this?
Pegasystems Inc.
US
When you installed the DL via prpcUtils was there any errors in the logs? Please post the log file. I also would like to see the prpcUtils.properties file that you used.
Pegasystems Inc.
JP
Hi Celeste,
I attached a log file on original question. Also, here is setting of prpcUtils.properties.
############################### SETTINGS FOR HOTFIX MANAGER ##########################
# Valid values are commit, rollback, generateDDL, install, and scan.
hotfix.operation=install
# If generateDDL or install is chosen, provide a path to a DL file.
hotfix.DLFilePath=C:\Users\hasej\Documents\00_projects\MHSC\ DL-54078.zip
# If scan is chosen, provide a path to a Catalog.zip file.
# Catalog.zip files can be obtained from DL files or downloaded from ftp://catalog:[email protected]/hfix/CATALOG/61/CATALOG.ZIP[email protected]/hfix/CATALOG/61/CATALOG.ZIP
hotfix.CatalogPath=
# If scan is chosen, provide the directory to save the scan results .zip file.
hotfix.scan.downloadPath=
# Set to true to bypass schema when installing a DL
hotfix.bypass.schema=false
# Import a DL even if it requires additional configuration
hotfix.force=false
Pegasystems Inc.
US
If you run system scanner does it show the hot fixes installed? After running system scanner do the hot fixes show up in the uncommitted list?
Accepted Solution
Updated: 10 Apr 2016 23:21 EDT
Pegasystems Inc.
JP
Hi Celeste,
After running system scanner the hotfixes show up in the uncommited list.
Thanks,
Jun
Pegasystems Inc.
US
OK, so I think the question is should system scanner be automatically run as part of installing a DL item via prpcUtils? I would expect so. I will test on 7.2 and see if the behavior is the same there.
I'm not sure that it should run system scanner automatically, it would extend the length of time it takes for prpcUtils to execute without providing much benefit. Perhaps it would be better if the uncommitted list displayed a warning that hotfixes were installed using prpcUtils and System Scanner should be run.
Pegasystems Inc.
US
In 7.1.9 if I install a DL item from the UI I do not need to run system scanner in order for the hot fixes to show up in the uncommitted list. I would expect that the command line import of the same DL should also update the uncommitted list. I expect it is running system scanner as part of the installation of the DL as it needs to see if the hot fixes are already installed so it should not be much more time to actually update the uncommitted list.
Interesting observation... I installed a DL item via prpcUtils and looked at uncommitted list and it was not there. I then installed a different DL via UI and again looked at uncommitted list and now both the hot fixes installed via prpcUtils and UI show up in the uncommitted list without having to run system scanner separately.