2021年4月4日星期日

Jim's PeopleSoft Journal: PeopleSoft Open Source Projects

Jim's PeopleSoft Journal: PeopleSoft Open Source Projects: Did you know there is a vibrant PeopleSoft Open Source community? PeopleSoft is the most flexible ERP solution available. If we need additio...

2017年7月2日星期日

Unable to extract the downloaded file HCM-920-UPD-022-OVA_12of15.zip

While deploying DKP for Peoplesoft HCM 9.2 PUM Image#22, I encountered this error several times and tried several times and all failed.
Lastly, I logged into the Oracle Linux using root when the screen showing that pressing any key to continue.
By using df - hl command, I found that the storage of /dev/sdb1 is all used.
/dev/sdb1              49G   49G   0G  100% /opt/oracle/psft/dpk

Also, I found that all the HCM-920-UPD-022-OVA_xof15.zip files are under that folder. I had already extracted all those files under DKP_INSTALL folder manually before I import the ova file. Seems those files don't need to be in that folder.

I deleted all these HCM-920-UPD-022-OVA_xof15.zip files in DKP_INSTALL folder(there are backups in another folder). Now, the deployment is in progress.


Note, don't leave the HCM-920-UPD-022-OVA_xof15.zip files under DKP_INSTALL folder if you have them before you extracted them.

2017年6月22日星期四

AE Section Commit After option has impact on AET record value, will remove all the values.

Today I changed one of my AE Section Commit After option to 'After Step' just for testing as below:
After that, I found the AET record values all changed to null in the PeopleCode Action, which cost me much time to find out the reason...
After some testing, I remember that I changed that option...after changed it back, all worked.


2016年9月24日星期六

Sasank's PeopleSoft Log: Java Reflection in PeopleCode

Sasank's PeopleSoft Log: Java Reflection in PeopleCode: Here is a simple example of how we can overcome the "more than one overload matches" error which occurs when calling an overloaded...