Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
Original Question: Upgrade Identity App 4.8.6 on Windows - hibernate-workflow errors - 2 tips that may help by sma2006
Hi,
I did upgrade Identity Application from DIM 4.8.3 on Windows server 2019 and got several errors about hibernate-workflow not updated during the upgrade process.
Here are 2 tips I received from Microfocus that may help:
1)
In setenv.bat,
Remove -Dcom.netiq.osp.ext-context-file=C:\netiq\idm\apps\osp\lib\osp-conf-edir.jar
Then insert this -Dinternal.osp.framework.ext-context-file=C:\netiq\idm\apps\osp\lib\osp-conf-edir.jar
And you restart your tomcat and check again.
2)
Link: https://portal.microfocus.com/s/article/KM000012324?language=en_US
Hope this will help someone.
Best.
Sylvain
Question: RE: Upgrade Identity App 4.8.6 on Windows - hibernate-workflow errors - 2 tips that may help by Geoffrey Carman
That is very helpful. Good to know. Good catches and thanks for sharing.