Coursedog maintains and releases occasional package upgrades to its standard PeopleSoft integration that institutions are recommended to install, in order to have the latest functionality, reliability enhancements, and general improvements.
This guide assumes the reader is an ITS administrator familiar with PeopleSoft Application Designer. The overall package upgrade process is similar to the Coursedog Peoplesoft Installation Guide, though for clients which already have the Coursedog packages installed, much quicker. There is no need to reset any Coursedog credentials or reconfigure any security and application settings, or any downtime expected. It is simply an in-place patch.
Package upgrades include all previously delivered objects even if they have not changed. This ensures that you are brought completely up to date even if your institution missed an upgrade version.
Place the latest Coursedog package COURSEDOG_PEOPLESOFT_PACKAGES
on a drive where PeopleTools Application Designer can access it.
<aside> đź’ˇ
NOTE: You should not re-import the COURSEDOG_PEOPLESOFT_NODE
project, as this may reset any credentials or security grants you have granted Coursedog. This only needs to be installed once, and is covered by the initial install.
</aside>
Open up Application Designer:
Tools → Copy Project →From File
Build and install the upgraded package
Within SQLDeveloper, open up and run the SCRIPTS/C_READ_CONFIG.SQL
procedure to ensure we have the latest READ access permissions
Within Oracle DataMover (Data Migration Workbench, on some versions), re-import the data from within C_WRITE_CONFIG.DAT
, to ensure we can write to all the components we integrate with
SET LOG C:\\TEMP\\C_WRITE_CONFIG.LOG;
SET UPDATE_DUPS;
SET INPUT [**Path To Coursedog Integration Package**]\\SRC\\SCRIPTS\\C_WRITE_CONFIG.DAT;
IMPORT C_WS_CI_CONFIG;
UPGRADE-NOTES.md