An appropriate PeopleSoft seamless Access Script must be run against your PeopleSoft Instance. The scripts are available on the Informatica Product Download Center website. The script should be run as the SYSTEM user. You will need to run the script twice: once with COMBINED as the "Combined Access ID" and once using ARCHIVE.
This script will configure PeopleSoft-specific security objects needed for the two Seamless Access schemas, the most important of which are the PSDBOWNER and PSSTATUS tables.
After running the script twice these tables should resemble the following:
DBNAME OWNERID
CRM890 SYSADM
COMBINED COMBINED
ARCHIVE ARCHIVE
VERSION OWNERID TOOLSREL LASTREFRESHDTTM LASTCHANGEDDTTM OWNERACCT UNICODE_ENABLED DBID
157102 SYSADM 8.48 12-JUN-08 12-JUN-08 1 SERVER
VERSION OWNERID TOOLSREL LASTREFRESHDTTM LASTCHANGEDDTTM OWNERACCT UNICODE_ENABLED DBID
157102 COMBINED 8.48 12-JUN-08 12-JUN-08 1 SERVER
VERSION OWNERID TOOLSREL LASTREFRESHDTTM LASTCHANGEDDTTM OWNERACCT UNICODE_ENABLED DBID
157102 ARCHIVE 8.48 12-JUN-08 12-JUN-08 1 SERVER
As the archived data is by definition read-only, this script makes all PeopleSoft pages in the COMBINED and ARCHIVE schemas "display only" by default.
"Display-only" is a PeopleSoft notion which means, not only the data on a given page cannot be modified, but also disables the action buttons.
This script will also unset the "display only" flag on pages which allow you to click the button to run certain reports. This is a generic script and modifications may need to be made to adapt it to your particular environment.