Running SYSAUDIT
This section provides an overview of how to run SYSAUDIT and discusses the audits in detail.
The System Audit (SYSAUDIT) identifies orphaned PeopleSoft objects and other inconsistencies within the system. An example of an orphaned object is a module of PeopleCode that exists, but which does not relate to any other objects in the system.
Select
Add a new Run Control ID or select an existing one to access the System Audit page. Select the appropriate check boxes to run the audits that you want.This example illustrates the fields and controls on the System Audit page.

Term |
Definition |
---|---|
Audit AE Integrity |
Audits PeopleSoft Application Engine program definitions and components. |
Audit Clear List Integrity |
Audits the SYSCLRLIST* component. |
Audit EDI Manager Integrity |
Audits the EC* component for EDI Manager. |
Audit Field Integrity |
Audits the DBFLD* component for Application Designer fields. |
Audit Menu Integrity |
Audits the MENU* component for Application Designer menus. |
Audit Security Integrity |
Audits the AUTH*, OPRDF* components for PeopleTools Security. |
Audit Page Integrity |
Audits the PNL* component for Application Designer pages. |
Audit Optimization Integrity |
Audits the definitions for Optimization Engine. |
Audit BI Publisher Integrity |
Audits the referential integrity of the tables of the definitions that are associated with BI Publisher. |
Audit Style Sheet Integrity |
Audits the referential integrity of the tables of the definitions that are associated with style sheets. |
Audit Feeds Integrity |
Audits the referential integrity of the tables of the definitions that are associated with feeds. |
Audit Rel. Content Integrity |
Audits the referential integrity of the tables and definitions associated with the Related Content. |
Audit Integration Technologies |
Audits integration technologies other than those used for PeopleSoft Integration Broker, including file processing URL definitions and Ren Server SSL configuration. |
Audit PeopleCode Integrity |
Audits the PCM* and PRG* components for PeopleCode programs. |
Audit Query Integrity |
Audits the QRY* component for PeopleSoft Query. |
Audit Record Integrity |
Audits the REC* and VIEWT* components for Application Designer records. |
Audit Related Lang Integrity |
Audits Related Language Integrity. Query the *LANG component. |
Audit SQL Integrity |
Audits the referential integrity of the tables supporting SQL objects in the db component. |
Audit Tree Integrity |
Audits the TREE* component. |
Audit Translates Integrity |
Audits the XLAT* component. |
Audit PSLOCK Version Integrity |
Audits the VERSN* component. |
Audit Integration Broker |
Runs a collection of audits on the Integration Broker configuration. |
Audit Connected Query Integrity |
Audits the referential integrity of the tables of the definitions that are associated with connected query. |
Audit Search Integrity |
Audits the referential integrity of the tables and definitions associated with the PeopleSoft Search Framework and PeopleSoft Search. |
Audit Pivot Grid |
Audits the definitions for pivot grids. |
Audit Data Set Integrity |
Audits the definitions for application data sets. |
Audit PTF Test Integrity |
Audits the PeopleSoft Test Framework tests. |
Audit Runtime Definitions |
Audits system tables to locate runtime definitions, which should not be combined with design time definitions. |
To run SYSAUDIT:
Select
When prompted, enter a new run control ID and click OK.
Select the desired Integrity Audit options.
Click Run.
Select the appropriate settings on the Process Scheduler Request page, and click OK.
Accessing SYSAUDIT Output
When you run SYSAUDIT, you can specify the type and format of the output on the Process Scheduler Request page, as you can with any Process Scheduler request. By default, the results are written to the configured report repository as an Adobe Acrobat PDF file called SYSAUDIT_runctrl_ID.pdf, where runctrl_ID is the run control ID you specified for the audit.
The tables in the following sections list the names of each of the audit queries that SYSAUDIT performs on the PeopleSoft system, what it means if rows are returned, and how to resolve the discrepancies that the audit report uncovers.
Note: The query names in these tables are arranged alphabetically, and are not necessarily in the order in which they appear in the output.
The following table describes the audit queries and resolutions for the application data sets (ADS):
Query |
Description |
Resolution |
---|---|---|
ADS-01 |
This audit is run against the PSADSDEFNITEM table to check if all the record definitions references in a data set definition exist. |
Remove the missing record from the data set, or create the missing record. |
ADS-02 |
This audit is run against PSADSDEFNITEM table to check if the parent record definitions references in a data set definition exists. |
Remove the missing record from the data set, or create the missing record. |
ADS-03 |
This audit is run against PSADSDEFN table to check if all the specified extended application classes for a data set exist. While copying a new data set from a source database if the application package and its PeopleCode are not copied then the extended application classes for the data set may become missing. |
Copy the associated application package and its PeopleCode together to avoid missing extended application classes. |
ADS-04 |
This audit is run against PSADSDEFN table to check if the component from which a data set is derived exists. While copying a component-derived data set if you miss copying the component then orphaned data sets will arise. |
Copy the flagged component together with the derived data set. |
ADS-05 |
This audit is run against PSADSDEFNITEM table to check if a record is included in a data set definition, then its related language record must also be in the same data set definition. |
Add the missing related language record to the data set. |
ADS-06 |
This audit is run against PSADSGROUPPROP table to check if all the three Managed Objects (MO) properties — Managed Object Name, Managed Object Delete Table and Managed Object Version are set for a data set definition if one of them is set. PivotGrid is an exception in this case. It only has the Managed Object Name property. |
Add missing MO properties to the data set. |
ADS-07 |
This audit is run against PSADSDEFNITEM and PSRECFIELDDB tables to check if the key fields in a parent record in a data set also exist in all of its child records in the same data set, and they are also the key fields in all the child records. This form of inconsistency may occur when the record structure changes after the data set is created. |
Redesign the child records so that the flagged fields are key fields. |
ADS-08 |
This audit is run against PSADSDEFN and PSADSGROUPPROP tables to check the owner of the cacheable MO data sets is PeopleTools (PPT). |
Set Owner ID to PeopleTools for the flagged data sets. |
ADS-09 |
This audit is run against PSADSGROUPMEMB and PSRECFIELDDB tables to verify if the translatable fields in mergeable groups in base tables are also in the mergeable groups for the corresponding Related Language tables in a data set. |
Add related language record field to the mergeable group. |
ADS-10 |
This audit is run against PSADSRELATION table to verify if the To-data sets exist in definition references in an ADS relation. This inconsistency may occur when a data set with defined relations is copied to another database, but its related data sets are missed. |
Copy all To-data sets together with the flagged ADS definition. |
ADS-11 |
This audit is run against PSADSRELMAP table to verify the record fields references of From-data sets existing in a relation mapping definition. This inconsistency may occur when the flagged record structure changes. |
Redesign the flagged records so that all missing fields are in the record. |
ADS-12 |
This audit is run against PSADSRELMAP table to verify the record fields references of To-data sets in a relation mapping definition exist. This inconsistency may occur when the flagged record structure changes. |
Redesign the flagged records so that all missing fields are in the record. |
ADS-13 |
This audit is run against PSADSRELPROP table, to verify the relation properties in an ADS relation mapping are defined in PSADSPROPVALUE table. This inconsistency may occur when updating relation properties in PSADSRELPROP table while missing sync corresponding property definitions in PSADSPROPVALUE table. |
In case of creating or upgrading an environment, the corresponding DMS (Data Mover Script) has already been generated for the flagged data, re-run the DMS to sync the properties. In case of updating data set definition from a source environment, export the flagged missing property definitions in PSADSPROPVALUE table from the source database, then import the data to the target database. |
ADS-14 |
This audit is run against PSADSGROUPMEMB table to verify all record fields references in a data set group definition exist. This occurs when the flagged record structure changes. |
Redesign the flagged records so that all missing fields are in the record. |
ADS-15 |
This audit is run against PSADSGROUPPROP table to verify the delete table for an MO data set exists. The delete table has the value of Managed Object Delete Table property. This inconsistency may occur when copying a data set for a new MO that do not exist on target. |
Copy the missing delete table together with the flagged data set. |
ADS-16 |
This audit is run against PSADSGROUPPROP table to verify existing corresponding row in the tables PSLOCK and PSVERSION for Managed Object Version property value for cacheable MO data sets. The MO_VERSION object property is used to indicate that the object is cached at run time. The property value should be the OBJECTTYPENAME of a row in PSVERSION and PSLOCK tables associated with the managed object. This information is used to synchronize cache for a cacheable managed object when the object is updated. Objects that are not cached should omit this property. All cacheable MOs must have C++ managers. |
Remove the MO_VERSION object property if the object is not cached or add the appropriate row to PSVERSION and/or PSLOCK tables. |
ADS-17 |
This audit is run against PSADSDEFNITEM table to check if there are duplicate order keys in data set root record. |
Remove the duplicate order key field from the flagged record. |
ADS-18 |
This audit is run against PSPROJADSBIND tables to verify every ADS in a project has the corresponding ADS definition. |
Import or create the ADS definition. The database from which the ADS project was exported will have the correct ADS definition. |
ADS-19 |
This audit is run against PSPROJBINDITEM and PSADSDEFNITEM tables to verify the binding fields references in ADS project instances are existing. This occurs when the root record structure for the flagged data set changes. |
Redesign the root records so that all flagged missing bind symbols are in the record, and they are also the key fields. |
ADS-20 |
This audit is run against PSADSGROUPMEMB table to verify if any orphaned ADS group members references exist that do not have corresponding data sets. This happens in rare cases, only if the data set definition is corrupt. |
Recreate the flagged data sets with the groups and members. |
ADS-21 |
This audit is run against PSADSGROUPPROP table to verify if any orphaned data set properties exist that do not have a corresponding data set. This happens in rare cases, only if the data set definition is corrupt. |
Recreate the flagged data sets with the properties. |
ADS-22 |
This audit is run against PSADSRELMAP table to verify if any orphaned relation mappings exist that do not have corresponding From-data set. This can only happen if the data set definition is corrupt. |
Recreate the flagged data sets with the relation mappings. |
ADS-23 |
This audit is run against PSADSRELPROP table to verify if any orphaned relation properties exist that do not have corresponding data set definition. This happens in rare cases, only if the data set definition is corrupt. |
Recreate the flagged data sets. |
ADS-24 |
This audit is run against PSADSGROUP table to verify if any orphaned data set groups exist that do not have corresponding data set definition. This happens in rare cases, only if the data set definition is corrupt. |
Recreate the flagged data sets. |
ADS-25 |
This audit is run against PSADSRELMAP table to verify if any orphaned relation mappings exist that do not have corresponding data set relation definition. This happens in rare cases, only if the data set definition is corrupt. |
Recreate the flagged relation with the mappings. |
ADS-26 |
This audit is run against PSADSRELPROP table to verify if any orphaned relation properties exist that do not have corresponding data set relation definition. This happens in rare cases, only if the data set definition is corrupt. |
Recreate the flagged relation. |
ADS-27 |
This audit is run against PSADSGROUPMEMB table to verify if any orphaned ADS group members exist that do not have corresponding data set group. This happens in rare cases, only if the data set definition is corrupt. |
Recreate the flagged group with the flagged record fields. |
ADS-28 |
This audit is run against PSADSGROUPPROP table to verify if there are any orphaned data set properties that do not have a corresponding data set group. This happens in rare cases, only if the data set definition is corrupt. |
Recreate the flagged group with the flagged properties. |
ADS-29 |
This audit is run against PSADSRELMAP table to verify if there are any orphaned relation mappings that do not have corresponding To-data set. This may occur when copying a data set with defined relations, but not related data sets. |
Copy all To-data sets together with the flagged ADS definition. |
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
AE-01 |
This audit lists the AE programs without any sections. |
If the affected program is delivered by PeopleSoft and is not modified, contact My Oracle Support. If the affected program is converted as part of an upgrade, this may be a symptom that the conversion failed. Contact My Oracle Support. Otherwise, use the Application Engine designer to either create valid sections for the program or remove the program. It is not possible to recover the missing sections. |
AE-02 |
This audit lists the AE sections without AE programs. |
If the affected program is delivered by PeopleSoft and is not modified, contact My Oracle Support. If the affected program is converted as part of an upgrade, this may be a symptom that the conversion failed. Contact My Oracle Support. If the affected program is a customization, it is not possible to recover the missing program. Restore it from a backup if needed. Run SysAECleanUp.dms to remove any orphans remaining after you have followed the steps above. |
AE-03 |
This audit lists the AE state records without AE programs. |
If the affected record is delivered by PeopleSoft, contact My Oracle Support. If the affected program is converted as part of an upgrade, this may be a symptom that the conversion failed. Contact My Oracle Support. Otherwise, ignore the warnings or restore the program from a backup. It is not possible to recover the missing program. |
AE-04 |
This audit lists the AE state records without record definitions. |
If the affected record is delivered by PeopleSoft, contact My Oracle Support. If the affected program is converted as part of an upgrade, this may be a symptom that the conversion failed. Contact My Oracle Support. Otherwise, use Application Designer to remove invalid records from the program definition or create record definitions. |
AE-05 |
This audit lists the AE section details without base section definitions. |
If the affected program is delivered by PeopleSoft and is not modified, contact My Oracle Support. If the affected program is converted as part of an upgrade, this may be a symptom that the conversion failed. Contact My Oracle Support. Otherwise, ignore the warnings or restore the program from a backup. It is not possible to recover the missing sections. |
AE-06 |
This audit lists the AE base section details without section definitions. |
If the affected program is delivered by PeopleSoft and is not modified, contact My Oracle Support. If the affected program is converted as part of an upgrade, this may be a symptom that the conversion failed. Contact My Oracle Support. Otherwise, ignore the warnings or restore the program from a backup. It is not possible to recover the missing sections. |
AE-07 |
This audit lists the AE steps without sections. |
If the affected program is delivered by PeopleSoft and is not modified, contact My Oracle Support. If the affected program is converted as part of an upgrade, this may be a symptom that the conversion failed. Contact My Oracle Support. If the affected program is a customization, it is not possible to recover the missing program; restore it from a backup if needed. Run SysAECleanUp.dms to clean up these orphans. |
AE-08 |
This audit lists the AE Call Section actions referring to nonexistent sections |
If the affected record is delivered by PeopleSoft, contact My Oracle Support. If the affected program is converted as part of an upgrade, this may be a symptom that the conversion failed. Contact My Oracle Support. Otherwise, use the Application Engine either to open the program containing the Call Section and change it to call the correct section, or create the required section. |
AE-09 |
This audit lists the AE Log Message actions without an AE step. |
If the affected record was delivered by PeopleSoft, contact My Oracle Support. If the affected program was converted as part of an upgrade, this may be a symptom that the conversion failed. Contact My Oracle Support. If the affected program is a customization, it is not possible to recover the missing program; restore it from a backup if needed. Run SysAECleanUp.dms to remove any orphans remaining after you follow the steps above. |
AE-10 |
This audit lists the AE actions without an AE step. |
If the affected program was delivered by PeopleSoft, contact My Oracle Support. If the affected program is converted as part of an upgrade, this may be a symptom that the conversion failed. Contact My Oracle Support. If the affected program is a customization, it is not possible to recover the missing program; restore it from a backup if needed Run SysAECleanUp.dms to clean up these orphans. |
AE-11 |
This audit lists the AE temp tables that are attached to invalid AE programs. |
If the affected temp table was delivered by PeopleSoft, contact My Oracle Support. If the affected program is converted as part of an upgrade, this may be a symptom that the conversion failed. Contact My Oracle Support. Otherwise, ignore the warnings or restore the program from a backup. It is not possible to recover the missing programs. |
AE-12 |
This audit lists the orphaned AE PeopleCode. |
Because of platform issues and Structured Query Report (SQR), this check may not be included in the audit report. Run SysAECleanUp.dms to clean up these orphans. |
AE-13 |
This audit lists the orphaned AE SQL objects. |
Because of platform issues and Structured Query Report (SQR), this check may not be included in the audit report. Run SysAECleanUp.dms to clean up these orphans. |
AE-14 |
This audit verifies that PS_AEONLINEINST contains the correct number of rows. |
Run ps_aeonlineinst.dms. If you do not have the Data Mover script, contact My Oracle Support. |
AE-15 |
This audit verifies that PS_AEINSTANCENBR contains the correct number of rows. |
Run ps_aeinstancenbr.dms. If you do not have the Data Mover script, contact My Oracle Support. |
AE-16 |
This audit verifies that PS_AELOCKMGR contains a row. |
Resolution may vary based on implementation. Contact My Oracle Support. |
Note: Locate the Data Mover scripts in the PS_HOME\scripts directory unless otherwise noted.
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
BIP-01 |
Query Data Source does not exist in Query Definition table. |
Remove the data source and all report definitions using the data source. |
BIP-02 |
Data Source Definition used by a Report Definition but does not exist in Data Source Definition table. |
If this error is observed after the upgrade copy process, try copying the data source object from source database. If this is not the case, remove the report definition. |
BIP-03 |
Template Definition used by a Report Definition but does not exist in Template Definition table. |
If this error is observed after the upgrade copy process, try copying the missing template definition from the source database. If this is not the case, remove the report definition. |
BIP-04 |
Template Definition not associated with any Report Definition. |
Remove the template object. |
BIP-05 |
Template Definition associated with more than one Report Definition. |
Delete all the report definitions using the template object and recreate them again from the user interface. |
BIP-06 |
Sub-Template Definition associated with any Report Definition. |
Delete all the report definitions using the template object and recreate them again from the user interface. |
BIP-07 |
Template File does not exist in file table. |
If this error is observed after the upgrade copy process, try copying the missing file definition from the source database. If this is not the case, the template definition should be deleted and recreated. |
BIP-08 |
PDF Map File does not exist in file table. |
If this error is observed after the upgrade copy process, try copying the missing file definition from the source database. If this is not the case, the template definition should be deleted and recreated. |
BIP-09 |
XLIFF File does not exist in file table. |
If this error is observed after the upgrade copy process, try copying the missing file definition from the source database. If this is not the case, the template definition should be deleted and recreated. |
BIP-10 |
File definition not used by template file definition. |
Run Application Engine program PSXPCLEAN to delete orphan file definitions. |
BIP-11 |
File data not referenced by file definition. |
Run Application Engine program PSXPCLEAN to delete orphan file definitions. |
BIP-12 |
File definitions not referenced by file data. |
Run Application Engine program PSXPCLEAN to delete orphan file definitions. |
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
SYSCLRLIST-01 |
Entries in PSACTIVITYDEL and PSACTIVITYDEFN are not mutually exclusive. |
Run the VERSION Application Engine program. |
SYSCLRLIST-02 |
Entries in PSAEAPPLDEL and PSAEAPPLDEFN are not mutually exclusive. |
Run the VERSION Application Engine program. |
SYSCLRLIST-05 |
Entries in PSCOLORDEL and PSCOLORDEFN are not mutually exclusive. |
Run the VERSION Application Engine program. |
SYSCLRLIST-06 |
Entries in PSFMTDEL and PSFMTDEFN are not mutually exclusive. |
Run the VERSION Application Engine program. |
SYSCLRLIST-07 |
Entries in PSHOLIDAYDEL and PSHOLIDAYDEFN are not mutually exclusive. |
Run the VERSION Application Engine program. |
SYSCLRLIST-09 |
Entries in PSIMPDEL and PSIMPDEFN are not mutually exclusive. |
Run the VERSION Application Engine program. |
SYSCLRLIST-10 |
Entries in PSMENUDEL and PSMENUDEFN are not mutually exclusive |
Run the VERSION Application Engine program. |
SYSCLRLIST-11 |
Entries in PSPCMPROGDEL and PSPCMPROG are not mutually exclusive. |
Run the VERSION Application Engine program. |
SYSCLRLIST-12 |
Entries in PSPNLDEL and PSPNLDEFN are not mutually exclusive. |
Run the VERSION Application Engine program. |
SYSCLRLIST-13 |
Entries in PSPNLGRPDEL and PSPNLGRPDEFN are not mutually exclusive. |
Run the VERSION Application Engine program. |
SYSCLRLIST-14 |
Entries in PSPRCSRUNCDEL and PSPRCSRUNCNTL are not mutually exclusive |
Run the VERSION Application Engine program. |
SYSCLRLIST-15 |
Entries in PSPROJECTDEL and PSPROJECTDEFN are not mutually exclusive |
Run the VERSION Application Engine program. |
SYSCLRLIST-16 |
Entries in PSQRYDEL and PSQRYDEFN are not mutually exclusive. |
Run the VERSION Application Engine program. |
SYSCLRLIST-17 |
Entries in PSRECDEL and PSRECDEFN are not mutually exclusive. |
Run the VERSION Application Engine program. |
SYSCLRLIST-18 |
Entries in PSRECURDEL and PS_PRCSRECUR are not mutually exclusive. |
Run the VERSION Application Engine program. |
SYSCLRLIST-19 |
Entries in PSSTYLEDEL and PSSTYLEDEFN are not mutually exclusive. |
Run the VERSION Application Engine program. |
SYSCLRLIST-20 |
Entries in PSTOOLBARDEL and PSTOOLBARDEFN are not mutually exclusive. |
Run the VERSION Application Engine program. |
SYSCLRLIST-21 |
Entries in PSTREEBRADEL and PSTREEBRANCH are not mutually exclusive. |
Run the VERSION Application Engine program. |
SYSCLRLIST-22 |
Entries in PSTREEDEL and PSTREEDEFN are not mutually exclusive. |
Run the VERSION Application Engine program. |
SYSCLRLIST-23 |
Entries in PSTREESTRDEL and PSTREESTRCT are not mutually exclusive. |
Run the VERSION Application Engine program. |
SYSCLRLIST-24 |
Entries in XLATTABLEDEL and XLATTABLE are not mutually exclusive. |
Run the VERSION Application Engine program. |
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
SysConqrs-01 |
Identifies Connected Query definitions in the PSCONQRSMAP table that do not exist in the PSCONQRSDEFN table. |
Delete the invalid definition from the PSCONQRSMAP table and the PSCONQRSFLDREL table (if it exists). |
SysConqrs-02 |
Identifies Connected Query definitions in the PSCONQRSDEFN table that do not exist in the PSCONQRSMAP table. |
Delete the invalid definition using Connected Query Manager. |
SysConqrs-03 |
Identifies Connected Query definitions in the PSCONQRSFLDREL table that do not exist in the PSCONQRSMAP table. |
Delete the invalid definition using Connected Query Manager or delete invalid definition directly from the PSCONQRSFLDREL table and the PSCONQRSDEFN table (if it exists). |
SysConqrs-04 |
Identifies Connected Query definitions being used in the PSCONQRSRUNCNTR table that do not exist in the PSCONQRSDEFN table. |
Delete the invalid definition from the PSCONQRSRUNCNTR table and the PSCONQRSRUNPRM table (if it exists). |
SysConqrs-05 |
Identifies Connected Query definitions being used in the PSCONQRSRUNPRM table that do not exist in the PSCONQRSRUNCNTR table. |
Delete the invalid definition from the PSCONQRSRUNPRM table. |
SysConqrs-06 |
Verifies query definition usage according to the following rules:
|
If the query referenced in a Connected Query definition does not exist, delete it or open it in the Connected Query Manager and correct query selection and file mapping. If a public Connected Query uses a private query, delete it or open it in the Connected Query Manager and correct query selection and file mapping. You can also save an invalid Connected Query as a private query (with the same owner) with a new name and delete the original invalid public query. After deleting the original Connected Query, save the new private Connected Query using the original name. |
SysConqrs-07 |
Verifies Connected Query structure (PSCONQRSMAP table), ensuring:
|
Delete the invalid definition using Connected Query Manager. |
SysConqrs-08 |
Verifies Connected Query structure (PSCONQRSMAP table), ensuring a parent(root) query is defined for all Connected Query definitions. |
Delete the invalid definition using Connected Query Manager. |
SysConqrs-09 |
Verifies Connected Query structure (PSCONQRSMAP table), checking if any parent query exists as a child query. |
Delete the invalid definition using Connected Query Manager. |
SysConqrs-10 |
Verifies Connected Query structure (PSCONQRSMAP table), ensuring that the number of child queries should be equal to the maximum value of the SEQNUM field. |
Open the Connected Query and re-map member query fields. If the Connected Query can't be opened, it should be deleted using Connected Query Manager. |
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
ECINMPFL-1 |
Inbound work records that are not found in the PSRECDEFN table. |
Either modify the inbound map definition to not use the Inbound Row ID Work Record (ECINMAPFILE), or create the Work Record Definition. |
ECINMPFL-2 |
Inbound work record EC Map ID is not found in the PS_ECMAPDEFN table. |
Create an entry in the map definition table (ECMAPDEFN). |
ECINMPFD-1 |
Inbound work record fields are not found with valid EC Map ID and EC File Row ID combination from the PS_ECINMAPFILE table |
Either remove the invalid map ID from the Inbound Work Record (ECINMAPFLD), or create an Inbound Row ID Work Record entry. |
ECINMPFD-2 |
Inbound work record fields from PS_ECINMAPFLD are not found in PSRECFIELD |
Either remove the invalid entry in the inbound work record or create the record/field definition. |
ECINMPRC-1 |
Target inbound records are not found in the PSRECDEFN table |
Either modify the inbound map definition to not use the Inbound Row ID Target Record (ECINMAPREC), or create the Work Record Definition. |
ECINMPRC-2 |
Target inbound EC Map ID is not found in the PS_ECMAPDEFN table |
Either remove the invalid map ID from the Inbound Row ID Target Record or create an entry in the Map Definition table. |
ECINMPRF-1 |
EC Map ID/EC File Row ID combination is not found in PS_ECINMAPREC for the target inbound record field in PS_ECINMAPRECFLD |
Remove the invalid map ID from the Inbound Target Record. |
ECINMPRF-2 |
A Field for a Record in PS_ECINMAPRECFLD was not found in PSRECFIELD |
Create the appropriate definitions in PSRECFIELD or remove the invalid map ID from the Inbound Target Record. |
ECINMPRF-4 |
A related record in PS_ECINMAPRECFLD is not found in PSRECDEFN |
Either create the record definition or remove the reference to the related record in the Inbound Target Record. |
ECINMPRF-5 |
An EC Related Record in PS_ECINMAPRECFLD does not have a valid EC Related Row ID from PS_ECINMAPREC |
Either remove the reference to the related record from the Inbound Target Record or create an appropriate entry in the Inbound Row ID Target Record. |
ECINMPRF-6 |
A related field in PS_ECINMAPRECFLD is not found in PSRECFIELD |
Either remove or correct the reference to the related field record from the Inbound Target Record or create the correct definition in PSRECFIELD. |
ECOTMPRC-1 |
Target outbound records are not found in the PSRECDEFN table |
Either modify the outbound map definition to not use the Outbound Target Record, or create the record definition. |
ECOTMPRC-2 |
Outbound work record EC Map ID is not found in the PS_ECMAPDEFN table |
Create an entry in the map definition table. |
ECOTMPRC-3 |
Parent records from the outbound work record are not found in the PSRECDEFN table |
Remove the reference to the parent record or create a record definition for the parent. |
ECOTMPRC-4 |
File records from the outbound work record are not found in the PSRECDEFN table |
Create a record definition for the file record. |
ECOTMPFD-1 |
Outbound work record fields are not found with a valid EC Map ID and EC File Row ID combination from the PS_ECOUTMAPREC table |
Either remove the entry from the Outbound Work Record (ECOUTMAPFLD) or create an entry in the Outbound Target Record (ECOUTMAPREC). |
ECOTMPFD-2 |
Outbound work record fields from PS_ECOUTMAPFLD are not found in PSRECFIELD |
Create the appropriate definitions in PSRECFIELD or remove the invalid map ID from the Outbound Work Record. |
SYSECMGR-1 |
Inbound work record field does not exist in the type definitions in PSDBFIELD |
Select, PeopleTools, EDI Manager, Setup Trading Partners, Remove EDI Manager Objects. In the Delete EC Map field, delete all maps except the following:
|
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
FEED-01 |
Feed referencing a nonexistent feed data type. |
Remove the feed referencing the nonexistent feed data type from the feed definition table. |
FEED-02 |
Feed data type Integration Broker operations table referencing a nonexistent feed data type. |
Remove the Integration Broker operations referencing the nonexistent feed data type from the feed data type Integration Broker operations table. Run the following SQL:
|
FEED-03 |
Default feed attributes table referencing a nonexistent feed data type. |
Remove the default feed attributes referencing the nonexistent feed data type from the default feed attributes table. Run the following SQL:
|
FEED-04 |
Feed attributes table referencing nonexistent feed. |
Remove the feed attributes referencing the nonexistent feed from the feed attributes table. Run the following SQL:
|
FEED-05 |
Feed data source settings table referencing a nonexistent feed. |
Remove the data source settings referencing the nonexistent feed from the feed data source settings table. Run the following SQL:
|
FEED-06 |
Feed data source parameters table referencing a nonexistent feed. |
Remove the data source parameters referencing the nonexistent feed from the feed data source parameters table. Run the following SQL:
|
FEED-07 |
Feed security table referencing a nonexistent feed. |
Remove the feed security referencing the nonexistent feed from the feed security table. Run the following SQL:
|
FEED-08 |
User specified data source parameter table referencing a nonexistent feed. |
Remove the user specified data source parameters referencing the nonexistent feed from the user specified data source parameter table. Run the following SQL:
|
FEED-09 |
Admin personalization table referencing a nonexistent feed. |
Remove admin personalization data referencing the nonexistent feed from the admin personalization table. Run the following SQL:
|
FEED-10 |
User personalization table referencing a nonexistent feed. |
Remove user personalization data referencing the nonexistent feed from the user personalization table Run the following SQL:
|
FEED-11 |
Remove the invalid category association in the feed. Run the following SQL, depending on your database platform. Oracle:
Non-Oracle:
Note: There is a space within the quotes for an Oracle database, and no space within quotes for a non-Oracle database. |
|
GENERICFEED-01 |
Integration Broker Generic Feed referencing a nonexistent Integration Broker service operation. |
Remove the Integration Broker Generic Feed that references a nonexistent Integration Broker service operation. |
WORKLISTFEED-01 |
Worklist feed referencing a nonexistent activity. |
Remove the worklist feed that references a nonexistent activity. |
WORKLISTFEED-02 |
Worklist feed referencing a nonexistent business process. |
Remove the worklist feed referencing a nonexistent business process. |
WORKLISTFEED-03 |
Worklist feed referencing a nonexistent event. |
Remove the worklist feed referencing a nonexistent event. |
WORKLISTFEED-04 |
Worklist feed referencing a nonexistent worklist name. |
Remove the worklist feed referencing a nonexistent worklist name. |
WORKLISTFEED-05 |
Worklist feed referencing a nonexistent "From" user. |
Remove the worklist feed referencing a nonexistent user. |
QUERYFEED-01 |
Query feed definition referencing a nonexistent query. |
Remove the query feed referencing the nonexistent query. |
QUERYFEED-02 |
Query feed parameter definition referencing a nonexistent query bind. |
Remove the query feed parameter referencing a nonexistent query bind. Run the following SQL:
|
QUERYFEED-03 |
Query feed entry element maps to a template that referencing a nonexistent query result column. |
Remove query feed entry template referencing a nonexistent query result column. Run the following SQL:
|
To remove a feed shown in these audits:
FEED-01
GENERICFEED-01
WORKLISTFEED-01
WORKLISTFEED-02
WORKLISTFEED-03
WORKLISTFEED-04
WORKLISTFEED-05
QUERYFEED-01
Run the following SQL:
DELETE FROM PSFP_ADMN_PREF WHERE PTFP_FEED_ID IN ('<FEEDID>');
DELETE FROM PSFP_USER_PREF WHERE PTFP_FEED_ID IN ('<FEEDID>');
DELETE FROM PSFP_ATTRS WHERE PTFP_FEED_ID IN ('<FEEDID>');
DELETE FROM PSFP_ATTRS_LANG WHERE PTFP_FEED_ID IN ('<FEEDID>');
DELETE FROM PSFP_FEED WHERE PTFP_FEED_ID IN ('<FEEDID>');
DELETE FROM PSFP_FEED_LANG WHERE PTFP_FEED_ID IN ('<FEEDID>');
DELETE FROM PSFP_PARMS WHERE PTFP_FEED_ID IN ('<FEEDID>');
DELETE FROM PSFP_PARMS_LANG WHERE PTFP_FEED_ID IN ('<FEEDID>');
DELETE FROM PSFP_PUB_SITES WHERE PTFP_FEED_ID IN ('<FEEDID>');
DELETE FROM PSFP_PVALS WHERE PTFP_FEED_ID IN ('<FEEDID>');
DELETE FROM PSFP_PVALS_LANG WHERE PTFP_FEED_ID IN ('<FEEDID>');
DELETE FROM PSFP_SECURITY WHERE PTFP_FEED_ID IN ('<FEEDID>');
DELETE FROM PSFP_SETTINGS WHERE PTFP_FEED_ID IN ('<FEEDID>');
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
FIELD-3 |
This query lists invalid default fields. |
Modify the default value in record field properties. |
FIELD-4 |
This query lists fields that are used in record definitions but do not exist in PSDBFIELD. |
Define the field in Application Designer. |
FIELD-5 |
This query lists fields that have multiple default field labels in PSDBFLDLABL. |
Open the field, select the default label, and save. |
FIELD-06 |
This query lists deleted fields that have orphaned field labels in PSDBFLDLABL. |
Run this SQL:
|
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
FILEPROC-01 |
Applies to file processing URLs which use HTTPS and FTPS protocols. The sysaudit utility lists all the URLs that do not have a KEYSTOREPASSWORD property defined for them File processing uses the password for PKCS12 files used internally. For further information on KEYSTOREPASSWORD property, see URL Maintenance. |
Use the KEYSTOREPASSWORD property for all FTPS and HTTPS URLs. It ensures that PKCS12 certificates used internally are password protected. |
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
IBRK-01 |
Message parts referencing a message/version that does not exist. |
Most likely caused by moving a container message in a project and not including all the part messages. Always make sure that when moving a container message in a project, every part message is also included if it doesn’t already exist in the target database. |
IBRK-02 |
Rowset based messages referencing records that do not exist. |
Most likely caused by moving a message in a project and not including records referenced in the message. Always make sure that when moving a rowset-based message in a project, every record that is not in the target database is also included in the project. |
IBRK-03 |
Message parts must reference message/versions that are defined as part messages. |
Most likely caused by moving a container message in a project and not including records referenced in the message. By definition, only part messages can be found in a container message. Always make sure that when moving a container message in a project, every part message contained is also in the project, unless the part message is already in the target database defined as a part message. |
IBRK-04 |
Service operations need at least one version, the default. |
Service operations cannot exist without a service operation version. These are separate managed objects and can therefore be added individually into a project. However, care must be taken when moving service operations in projects to always include the default version if it doesn’t already exist in the target database. |
IBRK-05 |
Service references service operation(s) that do not exist |
This audit reports any services that contain service operations that don't exist. Typically, this is caused when moving a service from one database to another by including the service in the project but not including all related service operations. Care must be taken when moving services to always include the associated service operations in the project, unless the same service already exists in the target database. |
IBRK-06 |
Service operation versions must have a valid Service operation |
Service operations and service operation versions are separately managed objects. When moving service operation versions in a project, be sure to include the service operation with the same name unless the service operation already exists in the target database. |
IBRK-07 |
Handlers must have a valid service operation. |
Service operation handlers and service operations are separately managed objects. When moving handlers, be sure to include the related service operation unless the operation already exists in the target database. |
IBRK-08 |
Routings must reference a valid service operation version. Note: Routing IB_ADMIN_ROUTING is excluded because it is a dummy routing used during upgrade to 8.48. |
Service operation routings and service operation versions are separately managed objects. When moving routings, be sure to include the related service operation version unless the operation version already exists in the target database. |
IBRK-09 |
Routings must reference valid nodes |
Service operation routings and nodes are separately managed objects. When moving routings, be sure to include any related Node that doesn’t exist in the target database. |
IBRK-10 |
Routings must reference valid service operation handlers |
Service operation routings and service operation Handlers are separately managed objects. When moving routings, be sure to include the related service operation Handlers that appear in the routing component unless the Handlers already exist in the target database. |
IBRK-11 |
Routing parameters must reference valid transform application engine programs |
Service operation routings reference application engine transform programs. When moving routings, be sure to include any referenced Application Engine programs unless the programs that appear in the routing parameter component already exist in the target database. |
IBRK-12 |
Routing parameters must reference valid message/version combinations. |
Service operation routings reference messages. When moving routings, be sure to include any referenced messages unless the messages that appear in the routing parameter component already exist in the target database. |
IBRK-13 |
Service operation versions need to reference valid messages |
Service operation versions reference messages. When moving versions in a project, be sure to include any referenced messages unless the messages that appear in the service operation or service operation versions component already exist in the target database. |
IBRK-14 |
Service operation versions need to reference valid queues |
Service operation versions reference Integration Broker queues. When moving versions in a project, be sure to include any referenced queues unless the queues that appear in the service operation or service operation versions component already exist in the target database. |
IBRK-15 |
Service operation versions need to reference valid transform programs |
Service operation versions reference application engine transform programs. When moving versions in a project, be sure to include any referenced application engine programs unless the programs that appear in the service operation versions component already exist in the target database. |
IBRK-16 |
Service operation versions with validation turned on require each referenced message to have a schema defined |
Service operations versions with validation turned on (see the Service Operations component), require all referenced messages to have schemas defined. When moving service operation versions that have validation turned on, include all referenced messages unless the referenced messages already exist in the target database with valid schemas. Also note that when moving messages in projects the related schemas are not brought along. These need to be moved using Data Mover scripts (PSIBMSGSCHEMA_IMP.DMS and PSIBMSGSCHEMA_EXP.DMS). |
IBRK-17 |
Component interface handlers should reference valid component interfaces. |
Service operation handlers that are of type CI reference component interfaces. When moving service operation handlers, be sure to also include any referenced component interfaces in the project unless the CIs already exist in the target database. |
IBRK-18 |
Application class handlers should reference valid application packages |
Service operation handlers that are of type Application Class reference application classes. When moving service operation Handlers, be sure to also include any referenced application classes in the project unless they already exist in the target database. Care must be taken to make sure that the referenced application class PeopleCode is also included in the project. |
IBRK-19 |
Part messages need to have a schema defined. |
When moving messages in projects, the related schemas are not brought along. The schemas need to be moved using Data Mover scripts (PSIBMSGSCHEMA_IMP.DMS and PSIBMSGSCHEMA_EXP.DMS). For part messages, having a schema is mandatory. |
IBRK-20 |
Container messages need to have a schema defined. |
When moving messages in projects, the related schemas are not brought along. These need to be moved using Data Mover scripts (PSIBMSGSCHEMA_IMP.DMS and PSIBMSGSCHEMA_EXP.DMS). For container messages, having a schema is mandatory. |
IBRK-21 |
Operations with duplicate routings. |
This audit reports service operations with multiple active routings where the sender and receiver node are identical. There should never be multiple active routings where the sender and receiver node are identical for a service operation. Delete or inactivate one of the offending routings for each service operation. |
IBRK-22 |
Operations with duplicate ANY routings |
This audit reports service operations with multiple active routings where the sender node is set to ANY. There should never be multiple active routings where the sender node is set to ANY for a service operation. Delete or inactivate one of the offending routings for each service operation. You can change the status of one of the duplicate routings as follows:
To delete a duplicate routing, select . On the Routings tab, find the routing to remove and remove it. Alternatively, you can run the following set of SQL statements:
|
IBRK-23 |
Operation with no Service Relationship |
There should never be operations referencing services that don't exist. Typically, this is caused when importing a project containing a service operation that belongs to a service that does not exist in the target database. Always make sure that the services that a service operation belongs to exist in the target database or are included in the import project. All service operations must belong to at least one service. |
IBRK-24 |
DMS Handler referencing invalid message |
This audit identifies handlers of type Data Mover with a missing message. Certain Data Mover handlers require an associated message. When moving Data Mover handlers in a project, all related messages should also be included. To resolve issues, locate the message(s) in the database that was used to create the handler. Import that message into the target database (where you ran SYSAUDIT). If you can't locate the message, recreate the handler in the source database and then be sure to include both the handler and the related message in the project, and import the project. |
IBRK-25 |
IB PSOPERATIONAC referencing a handlername that doesn't exist. |
Service operation handler definitions refer to Application Classes that contain the PeopleCode logic that gets triggered when requests come in. This audit identifies service operation handlers that have a defined Application Class name, but the Application Class doesn't exist in the database. To resolve issues, either copy the Application Package/Application Class referred to by the handler definition, or delete the service operation using the following SQL statement:
|
IBRK-26 |
IB Nodes with missing gateway definition. |
You must specify the integration gateway that a node uses for integrations. On the Nodes-Connectors page, define the integration gateway to use for integrations in the Gateway ID field. |
IBRK-27 |
Operation with no service name in PSOPERATION table |
This audit identifies the service operation entries in PSOPERATION table which does not have the IB_SERVICENAME column set. To resolve this audit issues, run the Application Engine program – UPGPTSERVOPR. This Application Engine program has a step to fix entries in PSOPERATION with right service names. |
IBRK-28 |
Application Service with no service defined. |
This audit identifies the Application Service entries that do not have a defined IB Service. To resolve this audit issue, bring up the Application Service in the Application Services Designer and re-save the Application Service. This should re-build the Service and associated metadata. |
IBRK-29 |
Application Service with no service defined. |
This audit identifies the Application Service entries that do not have a defined Document. To resolve this audit issue, bring up the Application Service in the Application Services Designer and re-save the Application Service. This should re-build the Document and associated metadata. |
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
MENU-01 |
A row in the MenuItem table has no corresponding row in the MenuDefinition table. |
Issue the following SQL:
|
MENU-02 |
A component-type menu item specifies no component. |
Use the Menu Designer to change each of these menu items to reference an existing component. |
MENU-04 |
A PeopleCode-type menu item has a specified enabling component, but that component is not specified for any component-type menu item within the same menu. (Such menu items never get enabled at runtime.) |
Use the Menu Designer to change each of these menu items to reference a component that is associated with a component-type menu item within the same menu. |
MENU-05 |
A menu has no rows in the MenuItem table. |
Use the Menu Designer to add any appropriate menu items to each of these menus. |
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
OPTZN-01 |
Problem type records that do not have matching record definitions. |
Execute the following SQL:
|
OPTZN-02 |
Optimization delete records that do not have matching definitions. |
In Application Designer, open the base record definition properties. Clear the optimization delete record name, and perform an alter. |
OPTZN-03 |
Optimization base record has fields that delete record does not. |
Using Application Designer, delete the optimization delete record definition, drop the table, and recreate it by cloning the base record. Run Build. You may need to recreate triggers on the base record on some platforms where deferred processing is not done. |
OPTZN-04 |
Optimization delete record has fields that base record does not. |
Using Application Designer, delete the optimization delete record definition, drop the table and recreate it by cloning the base record. Run Build. You may need to recreate triggers on the base record on some platforms where deferred processing is not done. |
OPTZN-06 |
Optimization base record definition has the trigger flag set but has no delete record name, or vice versa. |
Using Application Designer, open the record definition properties, make sure that the optimization delete record name is set, and save. Build the record with the create triggers check box set to create optimization triggers. |
OPTZN-07 |
Optimization records that need to have trigger flag set and do not. |
Using Application Designer, open the record definition properties, make sure that the optimization delete record name is set, and save. Build the record with the create triggers check box set to create optimization triggers. |
OPTZN-08 |
Optimization records that have trigger flag set but are not marked readable in any problem type. |
Using Application Designer, open the record definition properties, clear the optimization delete record name and alter the record to drop optimization triggers as they are no longer needed but affect performance. |
OPTZN-10 |
Optimization Tools table PSOPTSYNC does not have an entry for the listed opt records, that are marked READABLE in PSOPTREC. |
Open the problem type definition in Application Designer, make sure that the readable flags are set correctly for each readable record, and save the problem type definition. |
OPTZN-11 |
Optimization Tools table PSOPTSYNC does not have an entry with PROBINST = $ALL$ and is marked as NON SCENARIO_MANAGED and READABLE in PSOPTREC. |
Using Problem Type Designer, make sure that the readable flags are set correctly for each readable record. Make sure that the scenario_managed flags are set correctly. Save the problem type definition. |
OPTZN-12 |
Optimization Tools table PSOPTSYNC has extra entries for the listed record names that are not there in PSOPTREC. |
Submit the following SQL to remove extra entries in PSOPTSYNC table.
|
OPTZN-13 |
The following record names in Optimization Tools table PSOPTREC do not have at least one field listed in the PSOPTFIELD table. |
Open the problem type definition in Application Designer. Make sure that for every record in the problem type definition at least one field is selected to be loaded in the problem instance. |
OPTZN-14 |
For the following transaction parameter of type RECARRAY, the default value contains an invalid record name. |
Open the problem type definition in Application Designer. Inspect the offending transaction parameter and make sure that the default value contains a valid record name. |
OPTZN-15 |
PSOPTSOLVERCODE table is empty for the listed problem types. |
You may ignore this if none of the problem types need a third-party solver. Otherwise, populate the PSOPTSOLVERCODE table with the third-party solver license key. Select PeopleTools, Utilities, Optimization, Solver Licenses. |
OPTZN-16 |
PSOPTSOLVERCODE table has a null licence key for the listed problem types. |
You may ignore this if the plugin does not need a third-party solver. Otherwise populate the PSOPTSOLVERCODE table with the third-party solver licence key. Select PeopleTools, Utilities, Optimization, Solver Licenses. |
OPTZN-17 |
This query identifies readable base records in an analytic type that don't have an optimization delete record specified. |
In Application Designer, either specify a delete record for the analytic type record, or clear the Readable check box for the analytic type record. |
OPTZN-18 |
This query identifies base records in an analytic type that have an optimization delete record specified, but aren't readable. |
In Application Designer, either select the Readable check box for the analytic type record, or don't specify an optimization delete record for the analytic type record. |
OPTZN-19 |
This query identifies base records and their associated delete records in an analytic type that don't have all fields in the same order. |
In Application Designer, change the field order of one of the records to match the field order of the other record. |
OPTZN-21 |
This query identifies fields in main records used in an analytic model that aren't selected in the analytic type associated with that model. |
In Application Designer, either specify an appropriate record in the analytic model, or select the appropriate corresponding fields in the analytic type definition. |
OPTZN-22 |
This query identifies fields in aggregate records used in an analytic model that aren't selected in the analytic type associated with the model. |
In Application Designer, either specify an appropriate record in the analytic model, or select the appropriate corresponding fields in the analytic type definition. |
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
PAGE-01 |
Page definition's page field count is not equal to the count of its page fields in the PageField table, and there is at least one row in the PageField table for that page. |
Enter the following SQL:
|
PAGE-02 |
Page definition's page field count is not equal to zero, but there are no rows in the PageField table for that page definition. |
Enter the following SQL:
|
PAGE-03 |
A subpage contains itself as a page field. |
Use the Page Designer to change each of these page fields to reference a different subpage. |
PAGE-04 |
A row in the PageField has no corresponding row in the PageDefinition table. |
Issue the following SQL:
|
PAGE-05 |
A subpage-type page field has no corresponding row in the Page Definition table for its specified subpage. |
Use the Page Designer to change each of these page fields to reference an existing subpage. |
PAGE-06 |
A page field's specified record/field has no corresponding row in the RecordField table. |
Use the Page Designer to change each of these page fields to reference an existing record/field. |
PAGE-07 |
A row in the ComponentItem table has no corresponding row in the ComponentDefinition table. |
Issue the following SQL:
|
PAGE-08 |
A component item's specified page has no corresponding row in the PageDefinition table. |
Use Application Designer to replace each of these component items with one that references an existing page. |
PAGE-09 |
A component's specified access detail page has no corresponding row in the PageDefinition table. |
Use Application Designer to change each of these components to reference an access detail page that exists. |
PAGE -10 |
A component's specified search record has no corresponding row in the RecordDefinition table. |
Use Application Designer to change each of these components to reference a search record that exists. |
PAGE-11 |
A component's specified add search record has no corresponding row in the RecordDefinition table. |
Use Application Designer to change each of these components to reference an add search record that exists. |
PAGE-12 |
There is a discrepancy between MAXPNLFLDID on the page definition table (PSPNLDEFN) and PNLFLDID on the page field table (PSPNLFIELD). |
Use your SQL Editor to set PSPNLDEFN.MAXPNLFLDID equal to the highest PSPNLFIELD.PNLFLDID value for the page. |
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
PEOPLECODE-1 |
The PeopleCode Name table contains a program name that does not exist in PcmProgram table |
Run the following SQL:
|
PEOPLECODE-2 |
The PeopleCode Program table contains a program name that does not exist in the PcmName table. |
Run the following SQL:
|
PEOPLECODE-3 |
The PeopleCode Program table name count does not match the record count in PcmName table. |
Run Application Designer in two-tier mode in order to compile all PeopleCode. Select the Compile all and Save all PeopleCode option. See Finding References to Application Packages and Classes |
PEOPLECODE-4 |
PeopleCode contains invalid FILELAYOUT References. |
Open the PeopleCode program in Application Designer and correct the invalid reference. |
PEOPLECODE-5 |
PeopleCode reference to an invalid record or field. |
Open the PeopleCode program in Application Designer and correct the invalid reference. |
PEOPLECODE-6 |
PeopleCode reference to an invalid field. |
Open the PeopleCode program in Application Designer and correct the invalid field name. |
PEOPLECODE-7 |
There is orphaned Application Package PeopleCode. |
Run the following SQL:
|
PEOPLECODE-8 |
There is orphaned Application Package PeopleCode. |
Run the following SQL:
|
PEOPLECODE-9 |
There is orphaned Application Package PeopleCode. |
For Microsoft SQL Server, run the following SQL:
For all other DB platforms
|
PEOPLECODE-10 |
Lists PeopleCode programs that contain directives and that have not been compiled after a PeopleTools upgrade. |
Compile and save all directive PeopleCode in Application Designer when upgrading from PT8.53 or later. |
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
PTF-01 |
Lists tests that contain references to tests that do not exist. For example, a test <Test Case> is removed or deleted but is still referenced by a <Test Name>. |
Access the PTF client. Find the test by <Test Name> in PTF client, open it in test editor and navigate to problematic steps identified by the <Test Seq> in the SYSAUDIT report and correct the reference or remove the step. |
PTF-02 |
Lists tests that contain references to test cases that do not exist. For example, a <Reference Test Case> is removed or deleted from a <Reference Test> which does exist, and the <Reference Test Case> is referenced by a <Test Name>. |
Access the PTF client. Find the test by <Test Name> in PTF client, open it in test editor and navigate to problematic steps identified by the <Test Seq> in the SYSAUDIT report and correct the reference or remove the step. |
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
PIVOT-01 |
Pivot Grid Model referencing a nonexistent data type. |
This should generally not happen and is an upgrade issue. In such cases, use Pivot Grid Administration to delete the model. |
PIVOT-02 |
Pivot Grid definitions not having a valid Pivot Grid Model. |
This indicates a partially saved, unusable model. In such cases, use Pivot Grid Administration to delete the model. |
PIVOT-03 |
Pivot Grid Definitions not having a default view. |
This indicates a partially saved, unusable model. In such cases, use Pivot Grid Administration to delete the model. |
PIVOT-04 |
Pivot Grid Definitions not having default grid options. |
This indicates a partially saved, unusable model. In such cases, use Pivot Grid Administration to delete the model. |
PIVOT-05 |
Pivot Grid Definitions not having default chart options. |
This indicates a partially saved, unusable model. In such cases, use Pivot Grid Administration to delete the model. |
PIVOT-06 |
Pivot Grid Model based on a nonexistent PSQuery. |
This can happen if the PSQuery associated with the Pivot Grid Model is deleted. In such cases, use Pivot Grid Administration to delete the model. |
PIVOT-07 |
PSQuery field name in PSQRYFIELD table does not match field defined in PSPGMODEL table. |
This can happen if the field in PSQuery is modified. In such cases, use Pivot Grid Administration to delete the model. |
PIVOT-08 |
PSQuery field headings in PSQRYFIELD table do not match column name defined in PSPGMODEL table. |
This can happen if the field in PSQuery is modified. In such cases, using the Pivot Grid Wizard re-select all the relevant columns and save the Model again. |
PIVOT-09 |
PSQuery prompt name in PSPGQRYPROMPT table for Pivot Grid does not match the bind field defined in the PSQRYBIND table. |
This can happen if the PSQuery prompts are modified. In such cases, use Pivot Grid Administration to delete the model. |
PIVOT-10 |
PSQuery bind name in PSQRYBIND does not match prompt defined in PSPGQRYPROMPT table for Pivot Grid. |
This can happen if the PSQuery prompts are modified. In such cases, use Pivot Grid Administration to delete the model. |
PIVOT-11 |
PSQuery bind variable heading in PSQRYBIND does not match prompt name defined in PSPGQRYPROMPT table for Pivot Grid. |
This can happen if the PSQuery prompts are modified. In such cases, use Pivot Grid Administration to delete the model. |
PIVOT-12 |
PSQuery bind variable prompt records in PSQRYBIND table do not match prompt record defined in PSPGQRYPROMPT table for Pivot Grid. |
This can happen if the PSQuery prompts are modified. In such cases, use Pivot Grid Administration to delete the model. |
PIVOT-13 |
Pagelets referencing non-existent pivot grid model. |
Update the pagelet to reference a valid pivot grid model. |
PIVOT-14 |
Pagelets referencing non-existent pivot grid view. |
Update the pagelet to reference a valid pivot grid view. |
See Deleting Pivot Grid Models for information on deleting Pivot Grid Models.
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
PRCSSCHED-01 |
SQR-Related Process Definitions (PS_PRCSDEFN) that override the PARMLIST field from the Process Type Definition (PS_PRCSTYPEDEFN). |
For the listed processes, select . Remove the value that is assigned to the Parameter List field.Note: The PRRSCHED-01 query is intended to be a warning. If the override of the parameter list that is specified in the process type definition is intentional, then the above action can be bypassed. |
PRCSSCHED-03 |
Process Definitions (PS_PRCSDEFN), where the OUTDESTTYPE should be set to NONE. |
For the listed processes, select . In the Output Destination Options group, set the Type option to (None). |
PRCSSCHED-04 |
Process Definitions, where the API AWARE should be set to true. |
For the listed processes, select .Select the check box that reads API Aware.If API Aware is not marked, this process gets an incorrect run status when it's viewed from Process Monitor. For additional information, please refer to the product documentation for PeopleSoft Process Scheduler. |
PRCSSCHED-05 |
Process Definitions, where process type is not found in the Process Type Definition . |
This occurs when a Process Definition is copied from another PeopleSoft database by using project upgrade. However, the Process Type definition that is associated with this Process Definition is not copied into the database. Review the project upgrade that is used to create the Process Definition. Create another project upgrade to copy Process Type definition from the database where the Process Definition originated. |
PRCSSCHED-06 |
Process Job Item (PS_PRCSJOBITEM), where Process Type is listed as a job item, but is not found in the Process Definition (PS_PRCSDEFN). |
This occurs when a PSJob is copied from another PeopleSoft database by using a project upgrade. However, the Process Definition for one or more job items in the PSJob is not copied from the database. Review the project upgrade that is used to create the PSJob. Create another project upgrade to copy the Process Definitions that are identified in this report from the database where the PSJob originated. |
PRCSSCHED-07 |
Server Class List (PS_SERVERCLASS), where Process Type is not found in the Process Type Definition (PS_PRCSTYPEDEFN). |
This occurs when a Server Definition is copied from another database by using a project upgrade. However, a process type in the Server Class list is not found in the Process Type Definition. Create another project upgrade to copy the Process Type definition from the database where the Server Definition is created. |
PRCSSCHED-08 |
Process Definitions, where the process category is invalid |
For the listed processes, select . Correct the Process Category. |
PRCSSCHED-09 |
Job Definitions, where the process category is invalid. |
For the listed jobs, select . Correct the Process Category. |
PRCSSCHED-10 |
Process Definitions, where the process category is missing. |
For the listed processes, select . Specify a Process Category. |
PRCSSCHED-11 |
Job Definitions, where the process category is missing. |
For the listed jobs, select . Specify a Process Category. |
PRCSSCHED-12 |
Server Categories, where a category defined for a server does not exist in process category definition. |
For the listed servers, select . Remove the invalid Process Category. |
PRCSSCHED-13 |
Server Categories, where a server is missing a process category definition. |
For the listed servers, select .A warning message appears when you open the page, and the missing Process Category is added to the server when the page is saved. |
PRCSSCHED-14 |
Process Scheduler Queue, where a queued/pending request specifies a category that does not exist in process category definition. |
Run the following SQL:
|
PRCSSCHED-15 |
Process Definitions, where a process specifies an invalid destination folder. |
For the listed processes, select . Correct the Destination Folder or blank it out. |
PRCSSCHED-16 |
Process Definitions, where a process definition specifies a recovery process that does not exist. |
For the listed processes, select . Correct the recovery process or blank it out. |
PRCSSCHED-17 |
Job Definitions, where a job definition specifies a recovery process that does not exist. |
For the listed jobs, select . Correct the recovery process or blank it out. |
PRCSSCHED-18 |
There are queued processes in tables used by Process Scheduler (PSPRCSPARMS and PSPRCSRQST) containing a DBNAME different than the current database name. |
This situation can occur when a database has been renamed. To resolve the database name, shut down the Process Scheduler server(s), and run the MGRPRCSTBL Application Engine program from the command line. |
PRCSSCHED-19 |
Process definitions, where a process definition specifies a run time parameter record that does not exist. |
For the listed processes, select , and perform one of the following:
|
PRCSSCHED-20 |
Process definitions, where a process definition specifies a run time parameter field that does not exist. |
For the listed processes, select , and perform one of the following:
|
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
Manager-XXX Where XXX is the associated three-letter code of the object type. |
Version Check of listed table against PSVERSION. |
Run the VERSION Application Engine program. |
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
QUERY-01 |
Query Definition Select count does not match the record count that is in the Query Select table. The query definition is corrupt. |
Run the following SQL:
|
QUERY-02 |
Query Definition Expression count does not match the record count in the Query Expression table. |
Run the following SQL:
|
QUERY-03 |
Query Definition Bind count does not match the record count in the Query Bind table |
Run the following SQL:
|
QUERY-04 |
Query Definition Record name does not exist in the Record Definition table. |
See resolution for QUERY-07. |
QUERY-05 |
Query Definition Record JoinRecord name does not exist in the Query Record table |
See resolution for QUERY-01. |
QUERY-06 |
Query Definition Record JoinField name does not exist in the Query Field table. |
See resolution for QUERY-01. |
QUERY-07 |
Query Field Record Name does not exist in Record Definition Table |
To salvage the query, you must use Application Designer to re-create the record definition. Having re-created the record, run Query and open the offending query. Remove or repair the affected areas and save the query. Or, if the query is not important, you can delete the entire query definition by using the resolution for QRY-01. |
QUERY-08 |
Query Definition Field name does not exist in the Field Definition table |
If the record on which this field appears is deleted, you have seen errors for every referenced field that belongs to the deleted record. If this is the case, see the resolution for QUERY-1. If this is not the case, some fields that the query depends on are either deleted or renamed. Run Query and open the offending query. Query automatically repairs itself and updates the query definition in the database. |
QUERY-09 |
Query Selection Record count does not match the record count in Query Record table. |
See resolution for QUERY-01. |
QUERY-10 |
Query Selection Field count does not match the record count in Query Field table. |
See resolution for QUERY-01. |
QUERY-11 |
Query Selection Criteria count does not match the record count in Query Criteria table. |
See resolution for QUERY-01. |
QUERY-11A |
Query Selection Criteria having count does not match the record count in Query Criteria table. |
See resolution for QUERY-01. |
QUERY-12 |
Query Selection Parent select number does not exist in Query Select table. |
See resolution for QUERY-01. |
QUERY-13 |
Query Criteria Selection-Left does not exist in the Query Selection table. |
Run Query and delete the corrupted criteria entry. If you can't open the query, run the following SQL to delete the corrupted criteria entry:
|
QUERY-14 |
Query Criteria Selection-Right1 does not exist in the Query Selection table. |
See resolution for QUERY-13. |
QUERY-15 |
Query Criteria Selection-Right2 does not exist in the Query Selection table. |
See resolution for QUERY-13. |
QUERY-16 |
Query Criteria Field-Left does not exist in the Query Selection table. |
See resolution for QUERY-13. |
QUERY-17 |
Query Criteria Field-Right1 does not exist in the Query Selection table. |
See resolution for QUERY-13. |
QUERY-18 |
Query Criteria Field-Right2 does not exist in the Query Selection table. |
See resolution for QUERY-13. |
QUERY-19 |
Query Criteria Expression-Right1 does not exist in the Query Selection table. |
See resolution for QUERY-13. |
QUERY-20 |
Query Criteria Expression-Right2 does not exist in the Query Selection table. |
See resolution for QUERY-13. |
QUERY-22 |
This audit identifies queries that were created without PUBLIC access. |
This is normal; the audit insures that PeopleSoft does not deliver non-public queries as part of its standard delivered products. |
QUERY-23 |
This audit identifies queries that reference non-existent database records. The query definitions are corrupt. |
This is an internal PeopleSoft audit. Contact My Oracle Support for resolution. Run the following SQL:
|
QUERY-24 |
This audit identifies queries that were created with the name UNTITLED. |
Queries should not be saved as UNTITLED. Either rename or delete these queries. |
QUERY-25 |
This audit identifies queries that were created with blank query names. |
You must either rename or delete these queries. |
QUERY-26 |
This audit identifies queries that contain unions but select an unequal number of fields. |
Ensure that every select statement in the query has an equal number of fields selected. These fields must also match in display type and length. |
QUERY-27 |
This audit identifies the queries that reference query translate fields that have been incorrectly modified to a non-translate type. When run in Microsoft Windows Query Manager, queries that reference these fields might return an inaccurate zero result set because the query metadata is corrupt. |
Run the following SQL:
|
The following table describes the audit queries and resolutions for the PeopleSoft Related Content:
Query |
Description |
Resolution |
---|---|---|
RELCONTENT-01 |
This audit verifies that the PSVERSION table contains the entries for the Related Content managed objects. |
Run the VERSION Application Engine program to reset the PSVERSION and PSLOCK entry. |
RELCONTENT-02 |
This audit verifies that the PSLOCK table contains the entries for the Related Content managed objects. |
Run the VERSION Application Engine program to reset the PSVERSION and PSLOCK entry. |
RELCONTENT-03 |
This audit lists all the missing service definitions required by the service configuration. |
Use the Application Designer to import the missing Related Content Definitions into the target database. |
RELCONTENT-04 |
This audit lists all the missing menu entries required by service configuration. |
Sign on to PeopleTools using the browser, and make a change on the and add missing menu metadata. |
RELCONTENT-05 |
This audit lists all mapped fields that are not part of any service configuration. |
Delete orphaned mapped fields with this SQL:
|
RELCONTENT-06 |
This audit lists all the root folders that are not part of any menu. |
Delete orphan folders:
|
RELCONTENT-07 |
This audit lists all the menus with no folders. |
Delete empty menus using this SQL:
|
RELCONTENT-08 |
This audit lists all the missing application packages of service definitions. |
Re-import the missing application packages using Application Designer. |
RELCONTENT-09 |
This audit lists all the orphaned links. |
Delete the orphaned links using this SQL:
|
RELCONTENT-10 |
This audit lists all the orphaned folders. |
Delete folders using this SQL:
|
RELCONTENT-11 |
This audit lists all menu entries pointing to nonexistent service configurations. |
Delete menu entries, using this SQL:
|
RELCONTENT-12 |
This audit lists missing application package PeopleCode for service definitions. |
Use the Application Designer to re-import the missing application packages. |
RELCONTENT-13 |
This audit lists all the menu links that are referring to service definitions that are not present in the database. This scenario occurs:
|
Use the RCF_SERVICE_DEFINITIONS application data set to move a new service definition which is not included in a project. Delete the orphaned menu links and folders using the following SQL:
|
RELCONTENT-14 |
This audit lists the menu links and folders which have no association to any menu layout because the related content framework objects were not deleted and exist with inconsistencies in the database. The audit may also lists menu links and folders if the corresponding menu layouts are not copied to the project in the database. |
Move the related Menu Layouts using the RCF_MENU_LAYOUTS application data sets. These Menu links do not appear on the Contextual menu. Delete the menu links and folders which have no association with any menu layout, using the following SQL:
|
RELCONTENT-15 |
This audit lists all the Related Content Services that are not attached to any Content Reference. This can occur if the parent content reference is deleted from the Structure and Content page or a new content reference is created but not copied to the target database. |
Find and delete orphaned related content data using the following SQL:
If a new content reference is not copied to the target database then move the content reference using correct mechanism. |
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
RECORD-1 |
Record Definition Field count does not match the number of records in Record Field table. |
Run the following SQL:
|
RECORD-2 |
Record Definition Fields do not exist in Record Field table. |
Run the following SQL:
Or
|
RECORD-3 |
Record Definition Parent Record does not exist in Record Definition table. |
Use Application Designer to open the definition. Select File, Object Properties, Use and specify a valid parent record. |
RECORD-4 |
Record Definition SubRecord does not exist in Record Definition table. |
Use Application Designer to open the definition. Select File, Object Properties, Type and specify a valid subrecord. |
RECORD-5 |
Record Definition Query Security Record does not exist in Record Definition table |
Use Application Designer to open the definition. Select File, Object Properties, Use and specify a valid query security record. |
RECORD-6 |
Record Field definitions contain record names that do not exist in the Record Definition table. |
Run the following SQL:
|
RECORD-7 |
DBField records do not exist for the following RecField table Fields. |
Use Application Designer to open the definition and fix the invalid fields. |
RECORD-8 |
Record definitions do not exist for the following RecField table SubRecords. |
Use Application Designer to open the definition and fix the invalid fields. |
RECORD-9 |
Invalid record definitions in record group definitions. |
Run the following SQL:
|
RECORD-11 |
Record definitions that contain more than two Long character field types. |
Note: The use of LONG data types can introduce performance and storage overhead on database platforms. The judicious use of multiple LOB data types in a single record definition is recommended. Although PeopleTools does not prevent the use of multiple LONG fields in a single record definition, assigning multiple LONGs to a single record definition is discouraged. For Db2 z/OS, LONGs are implemented as LONG VARCHAR / VARGRAPHIC data types. DB2 determines the actual length of a LONG VARCHAR / VARGRAPHIC data type when the table is created by summing the internal lengths of all of the non-LONG VARCHAR / VARGRAPHIC columns in the table, and subtracting that summed length value from the page size (PeopleTools assigns tables that contain LONGs to a 32KB page size). DB2 then reserves the remainder of the row space in the table for the LONG VARCHAR / LONG VARGRAPHIC column. If there are multiple LONG VARCHAR / VARGRAPHIC columns in the table, each must equally divide this remaining space in the row. This is why PeopleTools always accomplishes alters to tables that contain LONGs through the Alter By Table Rename method rather than the Alter In Place method. At alter time, if new columns are subsequently added to the table, or if existing column definitions are changed such that the sum of the lengths of the non-LONG columns increases, the amount of row space for the LONG VARCHAR / LONG VARGRAPHIC columns is reduced. For this reason, please use the PeopleTools LONG data type judiciously for Db2 z/OS and note that placing multiple LONGs in a single record definition is highly discouraged. For the Oracle platform, the judicious use of multiple LOB data types in a single record definition is recommended. The use of multiple LONG fields in a single record definition is supported. Multiple LONG support is made possible with the adoption of the CLOB (Character Large Object) and BLOB (Binary Large Object) Oracle LOB data types. While technically possible, you should exercise caution when using multiple LOBs in a single record definition because of potential performance overhead which might occur based on the placement and actual size of the LOB. |
RECORD-12 |
Record definitions with a blank or null record name value. |
Run the following SQL:
|
RECORD-13 |
Temp records that specify a non-standard SQL table name. |
Run the following SQL:
|
RECORD-14 |
The Field Number field in the RecordField table has an invalid value. |
If the reported record was delivered by PeopleSoft or generated as part of an upgrade, contact My Oracle Support. Run the following SQL to determine which fields need to be updated:
Note: The PSRECFIELD.FIELDNUM values should be numbered sequentially 1 through PSRECDEFN.FIELDCOUNT. If any value is skipped then renumber the FIELDNUM values accordingly. |
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
SYSLANG-01 |
Base language records that are found in the PSRECDEFNLANG table. |
Run the following SQL:
|
SYSLANG-02 |
Base language fields that are found in the PSDBFIELDLANG table. |
Check the value of LANGUAGE_CD on PSOPTIONS; this is the base language. Entries with this language code are found in PSDBFIELDLANG. Base language entries should only be in PSDBFIELD. After you establish that the base language entries in PSDBFIELD are correct, you delete them from PSDBFIELDLANG as follows:
|
SYSLANG-03 |
Foreign language records that are found in PSRECDEFNLANG table without related base records from PSRECDEFN. |
Run the following SQL:
|
SYSLANG-04 |
Foreign Language fields that are found in the PSDBFIELDLANG table without related Base Fields from PSDBFIELD. |
Run the following SQL:
|
SYSLANG-05 |
Foreign Language translate fields that are found in the XLATTABLE table without related base language translate fields. |
Either delete the offending entries using SQL, or use Application Designer to add the equivalent entries in the base language of the database. To delete the offending entries using your platform query tool, first, perform a SELECT to verify the rows indicated in the report. Then, delete the selected rows.
|
SYSLANG-07 |
Related Language records which are not valid records. |
In Application Designer, delete the specified Related Language Records. Or, use your platform query tool to delete the related language reference for each record that is listed. First, perform a SELECT to verify the rows indicated in the report. Then, update the selected rows.
|
SYSLANG-08 |
The displayed Related Language Records are effective-dated but do not have an EFFDT field defined. |
In Application Designer, add EFFDT to the specified related language table. |
SYSLANG-09 |
The displayed Related Language records point to another Related Language record |
In Application Designer, delete the related language reference for each record that is listed. Or, use your platform query tool to delete the related language reference for each record that is listed. First, perform a SELECT to verify the rows indicated in the report. Then, update the selected rows.
|
SYSLANG-13 |
Identify related language records that have more than one base record defined. |
In Application Designer, remove the related language table link to one of the base records. |
SYSLANG-15 |
The displayed Related Language fields in the PSDBFLDLABLLANG table are orphaned. |
Using the platform query tool, first, perform a SELECT to verify the rows indicated in the report. Then, delete the selected rows. This is sample SQL. Adjust accordingly for your platform:
|
SYSLANG-16 |
Invalid language code found in PSOPRDEFN. |
Using your SQL query tool, issue a SELECT to verify the rows indicated in the report. Update the affected rows as shown in the following sample SQL.
|
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
SYSRTDEFN-01 |
System table audit against PSRECFIELD. This audit identifies runtime fields on design time records. |
In Application Designer, open the record and remove the reported runtime field. |
SYSRTDEFN-02 |
System table audit against PSRECDEFN. This audit identifies runtime fields that are Set Control Field properties on design time records. |
In Application Designer, open the record and remove the reported runtime field. |
SYSRTDEFN-03 |
System table audit against PSRECDEFN. This audit identifies runtime records that are Parent Record properties on design time records. |
In Application Designer, open the record and remove the reported runtime record. |
SYSRTDEFN-04 |
System table audit against PSRECDEFN. This audit identifies runtime records that are Related Language Record properties on design time records. |
In Application Designer, open the record and remove the reported runtime record. |
SYSRTDEFN-05 |
System table audit against PSRECDEFN. This audit identifies runtime records that are Query Security Record properties on design time records. |
In Application Designer, open the record and remove the reported runtime field. |
SYSRTDEFN-06 |
System table audit against PSRECDEFN. This audit identifies runtime records that are Analytic Delete Record properties on design time records. |
In Application Designer, open the record and remove the reported runtime record. |
SYSRTDEFN-07 |
System table audit against PSRECDEFN. This audit identifies runtime records that are Audit Record properties on design time records. |
In Application Designer, open the record and remove the reported runtime record. |
SYSRTDEFN-08 |
System table audit against PSRECDEFN table. This audit identifies runtime fields that are System ID field properties on design time records. |
In Application Designer, open the record and remove the reported runtime field. |
SYSRTDEFN-09 |
System table audit against PSRECDEFN. This audit identifies runtime fields that are Timestamp Field properties on design time records. |
In Application Designer, open the record and remove the reported runtime field. |
SYSRTDEFN-10 |
System table audit against PSRECFIELD. This audit identifies runtime records that are Default Value Record properties on design time record fields. |
In Application Designer, open the record field and remove the reported runtime record. |
SYSRTDEFN-11 |
System table audit against PSRECFIELD. This audit identifies runtime fields that are Default Value Field properties on design time record fields. |
In Application Designer, open the record field and remove the reported runtime field. |
SYSRTDEFN-12 |
System table audit against PSRECFIELD. This audit identifies runtime records that are Prompt Table properties on design time record fields. |
In Application Designer, open the record field and remove the reported runtime record. |
SYSRTDEFN-13 |
System table audit against PSRECFIELD. This audit identifies runtime fields that are Set Control Field properties on design time record fields. |
In Application Designer, open the record field and remove the reported runtime field. |
SYSRTDEFN-14 |
System table audit against PSRECFIELD. This audit identifies runtime fields that are Currency Control Field properties on design time record fields. |
In Application Designer, open the record field and remove the reported runtime field. |
SYSRTDEFN-15 |
System table audit against PSRECFIELD. This audit identifies runtime fields that are Time Zone field properties on design time record fields. |
In Application Designer, open the record field and remove the reported runtime field. |
SYSRTDEFN-16 |
System table audit against PSRECFIELD. This audit identifies runtime fields that are Related Time Date field properties on design time record fields. |
In Application Designer, open the record field and remove the reported runtime field. |
SYSRTDEFN-17 |
System table audit against PSPNLFIELD. This audit identifies runtime records on pages. |
In Application Designer, open the page and remove the reported runtime record. |
SYSRTDEFN-18 |
System table audit against PSPNLTREECTRL. This audit identifies runtime records that are on Tree Control fields of a page. |
In Application Designer, open the page and remove the reported runtime record. |
SYSRTDEFN-19 |
System table audit against PSPNLGRPDEFN. This audit identifies runtime records that are Search Record properties on components. |
In Application Designer, open the component and remove the reported runtime record. |
SYSRTDEFN-20 |
System table audit against PSPNLGRPDEFN. This audit identifies runtime records that are Add Search Record properties on components. |
In Application Designer, open the component and remove the reported runtime record. |
SYSRTDEFN-21 |
System table audit against PSPCMPROG. This audit identifies runtime records with PeopleCode. |
To resolve, run this SQL:
|
SYSRTDEFN-22 |
System table audit against PSOPTREC. This audit identifies runtime records on Analytic Types. |
In Application Designer, open the Analytic Type and remove the reported runtime record. |
SYSRTDEFN-23 |
System table audit against PS_APPR_RULE_HDR. This audit identifies runtime records as Currency Records on Approval Rules. |
In Application Designer, open the object and remove the reported runtime record. |
SYSRTDEFN-24 |
System table audit against PSFLDSEGDEFN. This audit identifies runtime records on File Layouts. |
In Application Designer, open the File Layout and remove the reported runtime record. |
SYSRTDEFN-25 |
System table audit against PSOPTSETDIM. This audit identifies runtime records on the Optimization Model Index Set. |
In Application Designer, open the Optimization Model and remove the reported runtime record. |
SYSRTDEFN-26 |
System table audit against PSOPTPARARRAY. This audit identifies runtime records on the Optimization Model Parameter Array. |
In Application Designer, open the Optimization Model and remove the reported runtime record. |
SYSRTDEFN-27 |
System table audit against PSEVENTDEFN. This audit identifies runtime records on Activity Events. |
In Application Designer, open the Activity and remove the reported runtime record. |
SYSRTDEFN-28 |
System table audit against PSEVENTROUTE. This audit identifies runtime records on Activity Event Routes. |
In Application Designer, open the Activity and remove the reported runtime record. |
SYSRTDEFN-29 |
System table audit against PSMAPROLEBIND. This audit identifies runtime records on the Activity Map Role Bind table. |
In Application Designer, open the Activity and remove the reported runtime record. |
SYSRTDEFN-30 |
System table audit against PSMAPLEVEL. This audit identifies runtime records on Activity Event Level mapping. |
In Application Designer, open the Activity and remove the reported runtime record. |
SYSRTDEFN-31 |
System table audit against PSMAPRECFIELD. This audit identifies runtime records on Activity Event Field mapping. |
In Application Designer, open the Activity and remove the reported runtime record. |
SYSRTDEFN-32 |
System table audit against PSAEAPPLSTATE. This audit identifies runtime records that are State Record properties on Application Engine programs. |
In Application Designer, open the AE program and remove the reported runtime record. |
SYSRTDEFN-33 |
System table audit against PSAEAPPLTEMPTBL. This audit identifies runtime records that are Temp Table properties on Application Engine programs. |
In Application Designer, open the AE program and remove the reported runtime record. |
SYSRTDEFN-34 |
System table audit against PSROLEDEFN. This audit identifies runtime records on roles. |
Access the Roles Page (select ). Select the Dynamic Members tab, and remove the runtime record. |
SYSRTDEFN-35 |
System table audit against PSARCHOBJREC. This audit identifies runtime records on Archive Objects. |
Access the Manage Archive Object page (select ), and remove the Archive Object. |
SYSRTDEFN-36 |
System table audit against PS_ARCH_TBL table. This audit identifies runtime records on Archive Templates. |
Run the following SQL:
|
SYSRTDEFN-37 |
System table audit against PS_ARCH_CTRL. This audit identifies runtime records on the Archive Template Control table. |
Run the following SQL:
|
SYSRTDEFN-38 |
System table audit against PS_ARCH_OTH_CTRL. This audit identifies runtime records on the Archive Template Other Control table. |
Run the following SQL:
|
SYSRTDEFN-39 |
System table audit against PS_ARCH_SQL_LNG. This audit identifies runtime records on the Archive Template SQL table. |
Run the following SQL:
|
SYSRTDEFN-40 |
System table audit against PSBCITEM. This audit identifies runtime records on Component Interface items. |
In Application Designer, open the Component Interface and remove the reported runtime record. |
SYSRTDEFN-41 |
System table audit against PSCONQRSMAP. This audit identifies runtime records on Connected Query Relationships. |
Access the Connected Query Manager page (select ). Click Temp Tables, and then click Delete Temp Tables to remove the runtime record. |
SYSRTDEFN-42 |
System table audit against PSPTCONTEXT. This audit identifies runtime records on the Field Context table. |
Run the following SQL:
|
SYSRTDEFN-43 |
System table audit against PSOPTVARARRAY. This audit identifies runtime records on the Optimization Model Variable Array. |
In Application Designer, open the Optimization Model and remove the reported runtime record. |
SYSRTDEFN-44 |
System table audit against PSMSGREC. This audit identifies runtime records on the Message Definition record. |
Access the Message Definition page (select ), and remove the runtime record. |
SYSRTDEFN-45 |
System table audit against PSOPTREC. This audit identifies runtime records on Optimization Application records. |
In Application Designer, open the Analytic Type and remove the reported runtime record. |
SYSRTDEFN-46 |
System table audit against PS_PRCS_RUNPARM. This audit identifies runtime records on the Process Run Control Parameters table. |
Access the Process Scheduler Processes page (select ). Select the Runtime Parameters tab and remove the runtime record from the RunTime Parameters grid. |
SYSRTDEFN-47 |
System table audit against PSQRYRECORD. This audit identifies runtime records on the Query Record table. |
Access the Query Manager page (select ). Open the Query, select the Query tab, and remove the runtime record. |
SYSRTDEFN-48 |
System table audit against PSQRYFIELD. This audit identifies runtime records on Query fields. |
Access the Query Manager page (select ). Open the Query, select the Query tab, and remove the runtime record. |
SYSRTDEFN-49 |
System table audit against PSQRYFIELDDEP. This audit identifies runtime records on Query Fields Dependencies. |
Access the Query Manager page (select ). Open the Query, select the Dependency tab, and remove all runtime records from the Field Dependency grid. |
SYSRTDEFN-50 |
System table audit against PSPTCSSRVCONF. This audit identifies runtime records on Related Content Service configurations. |
Access the Event Mapping Configuration page (select ) and remove the runtime record. |
SYSRTDEFN-51 |
System table audit against PSPTSF_RECORDS. This audit identifies runtime records on Search Definition Application records. |
Access the Define Search Definition page ( ) and remove the runtime record from the Application Records grid. |
SYSRTDEFN-52 |
System table audit against PSPTSF_SRCHATTR. This audit identifies runtime records on Search Definition Search attributes. |
Access the Define Search Definition page ( ) and remove the runtime record from the Search Attributes grid. |
SYSRTDEFN-53 |
System table audit against PSPTSF_GN_DCATR. This audit identifies runtime records on the Search Definition child table PSPTSF_GN_DCATR. |
Access the Define Search Definition page ( ). Select the Security tab and remove the runtime record from the Field Mapping grid. |
SYSRTDEFN-54 |
System table audit against PSPTTSTCOMMAND. This audit identifies runtime records on the Test Framework Test Commands table. |
Open the Test in the PeopleSoft Test Framework (PTF) Client and delete the test step containing the runtime record. |
SYSRTDEFN-55 |
System table audit against PS_APPR_RULE_FIELD. This audit identifies runtime records on the Approval Rule Defn Route Cntl. |
In Application Designer, open the Approval Rule and remove the reported runtime record. |
SYSRTDEFN-56 |
System table audit against PS_APPR_RULE_AMT. This audit identifies runtime records on Approval Rule Amounts. |
In Application Designer, open the Approval Rule and remove the reported runtime record. |
SYSRTDEFN-57 |
System table audit against PS_APPR_RULE_QTY. This audit identifies runtime records on Approval Rule Quantities. |
In Application Designer, open the Approval Rule and remove the reported runtime record. |
The following table describes the audit queries and resolutions for the PeopleSoft Search Framework:
Query |
Description |
Resolution |
---|---|---|
PTSF-01 |
Search definition mapped in a search category is missing. |
If the definitions are delivered by Oracle and not modified, contact My Oracle Support. If the definitions are customized or the issue appears after a project migration or upgrade, please verify the related definitions are included in the project. Also check |
PTSF-02 |
There is no search category created for a search definition. |
If the definitions are delivered by Oracle and not modified, contact My Oracle Support. If the definitions are customized or the issue appears after a project migration or upgrade, please verify the related definitions are included in the project. Also check, |
PTSF-03 |
Search category does not contain a search definition with the same name as search category |
This report is provided for informational purposes. It is not necessary for a category to have a definition with the same name. However the reverse case is a mandate. A search category can contain any number of search definitions which are deployed by its own categories. |
PTSF-04 |
Source name in search definition is not available in Query or Connected Query definitions. |
If the definitions are delivered by Oracle and not modified, contact My Oracle Support. If the definitions are customized or the issue appears after a project migration or upgrade, please verify the related definitions are included in the project. Also check |
PTSF-05 |
Delete query mapped to a search definition is missing in query definition |
If the definitions are delivered by Oracle and not modified, contact My Oracle Support. If the definitions are customized or the issue appears after a project migration or upgrade, verify the related definitions are included in the project. Also check |
PTSF-06 |
Pre/Post processing AE mapped to a search definition is missing in Application Engine library |
If the definitions are delivered by Oracle and not modified, contact My Oracle Support. If the definitions are customized or the issue appears after a project migration or upgrade, verify the related definitions are included in the project. |
PTSF-07 |
Security Application Class specified in a search definition is missing in Application Class library. |
If the definitions are delivered by Oracle and not modified, contact My Oracle Support. If the definitions are customized or the issue appears after a project migration or upgrade, verify the related definitions are included in the project. |
PTSF-08 |
Indexed field in a search definition does not exist in the query fields list |
If the definitions are delivered by Oracle and not modified, contact My Oracle Support. If the definitions are customized or the issue appears after a project migration or upgrade, verify the related definitions are included in the project. |
PTSF-09 |
Attribute selected in a search definition is missing in the search attribute list |
If the definitions are delivered by Oracle and not modified, contact My Oracle Support. If the definitions are customized or the issue appears after a project migration or upgrade, verify the related definitions are included in the project. |
PTSF-10 |
Selected attribute display name does not exists in the field label definition |
If the definitions are delivered by Oracle and not modified, contact My Oracle Support. If the definitions are customized or the issue appears after a project migration or upgrade, verify the related definitions are included in the project. |
PTSF-11 |
Attribute in the search attribute list is not referenced by any search definition |
Use your SQL Editor to delete the unused attributes from record PSPTSF_ATTRS. |
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
SEC-1 |
Authorized Signon Operator does not exist in the Class Definition table. Incomplete permission list: Orphan signon times. (Verifies the existence of permission lists owning signon times.) |
Delete the extra signon times. If this is a permission list that should exist, recreate it through PeopleTools Security.
|
SEC-2 |
Incomplete permission list: Orphan page permissions. (Verifies the existence of permission lists owning page permissions.) |
Delete the extra page permissions. If this is a permission list that should exist, recreate it through PeopleTools Security.
|
SEC-3 |
Incomplete permission list: Orphan process groups. (Verifies existence of permission lists owning process groups.) |
Delete the extra process group authorizations. If this is a permission list that should exist, recreate it through PeopleTools Security.
When the SEC-3 exception does not list the permission list, check the CLASSID of the permission list that are named as a BLANK and delete them using the following script:.
|
SEC-4 |
Incomplete permission list: Orphan process profiles. (Verifies existence of permission lists owning process profiles.) |
Delete the extra process profiles. If this is a permission list that should exist, recreate it through PeopleTools Security.
|
SEC-5 |
Permission list references a nonexistent process group. (Verifies the existence of process groups.) |
Delete the extraneous process groups. If this group should exist, recreate it.
|
SEC-6 |
User profile references a role that does not exist. |
Open the user profile in PeopleTools Security and remove the reference to the Role that does not exist. |
SEC-7 |
Role references a permission list that does not exist. |
If this is a permission list that should exist, recreate it through PeopleTools Security. Otherwise, delete the permission list from the role.
|
SEC-8 |
Role references a user that does not exist in the PSOPRDEFN table. |
Remove the user from the PSROLEUSER table. |
SEC-9 |
Permission list references a role that does not exist in the PSROLEDEFN table. |
Remove the role from the PSROLECLASS table. |
SEC-17 |
Primary Permission List specified for user does not exist in the Permission List Definition table. (Verifies the existence of Permission Lists assigned to User Profiles Primary Permission List.) |
If this is a permission list that should exist, recreate it through PeopleTools Security. Otherwise, delete the Primary Permission List value for the User Profiles with the following SQL:
|
SEC-18 |
User named in a User-Role relationship does not exist in the User Definition table. (Verifies the existence of Users owning Roles.) |
If this is a user that should exist, recreate it through PeopleTools Security. Otherwise, delete the user from the role.
|
SEC-19 |
Role named in a User-Role relationship does not exist in the Role Definition table. (Verifies the existence of Roles owned by Users.) |
If this is a role that should exist, recreate it through PeopleTools Security. Otherwise, delete the role from the user.
|
SEC-20 |
Role named in a Role-Permission List relationship does not exist in the Role Definition table. (Verifies existence of Roles owning Permission Lists.) |
If this is a role that should exist, recreate it through PeopleTools Security. Otherwise, delete the role from the permission list.
|
SEC-24 |
Row Level Security Permission List specified for user does not exist in the Permission List Definition table. (Verifies the existence of Permission Lists Assigned to User Profiles Row Security Permission List.) |
If this is a permission list that should exist, recreate it through PeopleTools Security. Otherwise, delete the Row Security Permission List value for the User Profiles with the following SQL:
|
SEC-25 |
Process Profile Permission List specified for user does not exist in the Permission List Definition table. (Verifies the existence of Permission Lists Assigned to User Profiles Process Profile Permission List.) |
If this is a permission list that should exist, recreate it through PeopleTools Security. Otherwise, delete the Process Profile Permission List value for the User Profiles with the following SQL:
|
SEC-26 |
Navigator Homepage Permission List specified for user does not exist in the Permission List Definition table. (Verifies the existence of Permission Lists Assigned to User Profiles Navigator Homepage Permission List.) |
If this is a permission list that should exist, recreate it through PeopleTools Security. Otherwise, delete the Navigator Homepage Permission List value for the User Profiles with the following SQL:
|
SEC-27 |
Access Profile specified for user does not exist in the Access Profile table. |
If this is an Access Profile that should exist, recreate it through Application Designer or Data Mover, or with help from your DBA. Otherwise, manually change the value to a valid Access Profile or blank through PeopleTools Security. It is not advised to blank out the Access Profile unless you intend to disable the User Profile. If so, you can delete the Access Profile value for the User Profiles with the following SQL:
|
SEC-28 |
Invalid entries in the PSAUTHITEM table. |
See the SEC-28 Resolution section following this table. |
SEC-29 |
The displayed PSPRSMPERM rows contain invalid PORTAL_PERMTYPE values. |
Run the following SQL:
|
SEC-30 |
Missing users in the PS_ROLEXLATOPR table. |
Every User that is defined in the PSOPRDEFN table should have a corresponding Role User entry in the PS_ROLEXLATOPR table. |
SEC-31 |
Verify that the user definition table PSOPRDEFN has an entry corresponding to each user assigned to a role. |
The role users returned by the audit do not have corresponding user IDs in the PSOPRDEFN table. That is, the user ID’s don’t exist. These role users should be removed from the PS_ROLEXLATOPR table. Run the following SQL:
|
SEC-32 |
Verify that no inactive roles exist in the PSROLEDEFN table. |
The roles returned by the audit need to be fixed by either deleting them or making them active. To remove a role, use the following SQL:
Or, use the Delete Roles page. Select To activate inactive roles, use the following SQL:
|
SEC-34 |
Incomplete permission list: Orphan service operation. |
Use the Integration Broker interface to open the service operation listed in the audit. On the Web Service Access page, remove any invalid permission lists. Or, submit the following SQL:
|
SEC-35 |
Incomplete Permission List: Orphan Search Groups. (Verifies the existence of Permission Lists owning Search Groups.) |
If this is a Permission List that should exist, recreate it through PeopleTools Security. Otherwise, delete the Permission List value for a Search Group with the following SQL:
|
SEC-36 |
Permission List references a non-existent Search Group. (Verifies the existence of Search Groups Assigned to Permission Lists.) |
Use the Integration Broker interface to open the service operation listed in the audit. On the Web Service Access page, remove any invalid permission lists. Or, submit the following SQL:
|
SEC-37 |
Permission List or Permission List Alias in a Permission List-Permission List Alias relationship does not exist in the Permission List Definition table. (Verifies the existence of Permission List and Permission List Alias defined in the Permission List-Permission List Alias relationship.) |
If the reported Permission List or Permission List Alias should exist, recreate it through PeopleTools Security. Otherwise, delete the Permission List. Run the following SQL:
|
SEC-38 |
Role or Role Alias in a Role-Role Alias relationship does not exist in the Role Definition table. (Verifies the existence of Roles and Role Alias defined in the Role-Role Alias relationship.) |
If the orphaned Role or Role Alias should exist, recreate it through PeopleTools Security. Otherwise, delete the Role. Run the following SQL:
|
SEC-39 |
Role Workflow Routing Query does not exist. |
If the Workflow Routing Query should exist, recreate it through PeopleTools Query Manager. Otherwise, delete the invalid Role Definition. |
SEC-40 |
Role Dynamic Members Query Rule does not exist. |
If the Dynamic Members Query Rule should exist, recreate it through PeopleTools Query Manager. Otherwise, delete the invalid Role Definition. |
SEC-41 |
Role Dynamic Members PeopleCode Rule does not exist. |
If the Dynamic Members PeopleCode Rule should exist, recreate it through Application Designer. Otherwise, delete the invalid Role Definition. |
SEC-42 |
Role Dynamic Members LDAP Directory Rule does not exist. |
If the Dynamic Members LDAP Directory Rule should exist, recreate it through LDAP Role Membership Rules. Otherwise, edit the Role using PeopleTools Security and deselect the check box named Directory Rule Enabled on the Dynamic Members page of the Roles component. |
SEC-43 |
PSROLEGROUP rows exist for role that does not exist. |
If the missing Role should exist, recreate it through PeopleTools Security. Otherwise, delete the invalid Role Group entry. |
SEC-44 |
Orphaned Role Grant references |
If the missing Role should exist, recreate it through PeopleTools Security. Otherwise, delete the invalid Role Grant entry. |
SEC-28 Resolution
Run the following SQL:
DELETE FROM PSAUTHITEM
WHERE (PSAUTHITEM.MENUNAME NOT LIKE 'WEBLIB_%'
AND PSAUTHITEM.MENUNAME NOT IN ('CLIENTPROCESS',
'DATA_MOVER',
'IMPORT_MANAGER',
'OBJECT_SECURITY',
'QUERY',
'PERFMONPPMI'
)
AND PSAUTHITEM.MENUNAME NOT IN ('APPLICATION_DESIGNER', 'OBJECT_RUNTIME')
AND NOT (PSAUTHITEM.MENUNAME = 'ADS_DESIGNER'
AND PSAUTHITEM.BARNAME = 'TOOLS_DATASETS')
AND PSAUTHITEM.MENUNAME <>'REN'
AND NOT EXISTS
(SELECT 'X'
FROM PSMENUITEM MI
WHERE PSAUTHITEM.MENUNAME = MI.MENUNAME
AND PSAUTHITEM.BARNAME = MI.BARNAME
AND PSAUTHITEM.BARITEMNAME = MI.ITEMNAME
AND ( MI.ITEMTYPE IN (0, 1, 2, 3, 4, 6, 7, 8, 10, 11)
OR (MI.ITEMTYPE = 5
AND EXISTS
(SELECT 'X'
FROM PSPNLGRPDEFN GD, PSPNLGROUP GI
WHERE MI.PNLGRPNAME = GD.PNLGRPNAME
AND MI.MARKET = GD.MARKET
AND GD.PNLGRPNAME = GI.PNLGRPNAME
AND GD.MARKET = GI.MARKET
AND PSAUTHITEM.PNLITEMNAME = GI.ITEMNAME
)
)
OR (MI.ITEMTYPE = 9
AND EXISTS
(SELECT 'X'
FROM PSPCMNAME PCN, PSPCMPROG PCP
WHERE PCN.OBJECTID1 = 3
AND PCN.OBJECTVALUE1 = MI.MENUNAME
AND PCN.OBJECTID2 = 4
AND PCN.OBJECTVALUE2 = MI.BARNAME
AND PCN.OBJECTID3 = 5
AND PCN.OBJECTVALUE3 = MI.ITEMNAME
AND PCN.OBJECTID4 = 12
AND PCN.OBJECTVALUE4 = 'ItemSelected'
AND PCN.OBJECTID1 = PCP.OBJECTID1
AND PCN.OBJECTVALUE1 = PCP.OBJECTVALUE1
AND PCN.OBJECTID2 = PCP.OBJECTID2
AND PCN.OBJECTVALUE2 = PCP.OBJECTVALUE2
AND PCN.OBJECTID3 = PCP.OBJECTID3
AND PCN.OBJECTVALUE3 = PCP.OBJECTVALUE3
AND PCN.OBJECTID4 = PCP.OBJECTID4
AND PCN.OBJECTVALUE4 = PCP.OBJECTVALUE4
)
)
OR (MI.ITEMTYPE = 12
AND EXISTS
(SELECT 'X'
FROM PSXFERITEM XI
WHERE MI.MENUNAME = XI.MENUNAME
AND MI.ITEMNAME = XI.ITEMNAME
)
)
)
)
)
OR (PSAUTHITEM.MENUNAME LIKE 'WEBLIB_%'
AND NOT EXISTS
(SELECT 'X'
FROM PSPCMPROG PCP
WHERE PCP.OBJECTID1 = 1
AND PCP.OBJECTVALUE1 = PSAUTHITEM.MENUNAME
AND PCP.OBJECTID2 = 2
AND PCP.OBJECTVALUE2 = PSAUTHITEM.BARNAME
)
)
OR (PSAUTHITEM.MENUNAME IN ('CLIENTPROCESS',
'DATA_MOVER',
'IMPORT_MANAGER',
'OBJECT_SECURITY',
'QUERY',
'PERFMONPPMI'
)
AND (PSAUTHITEM.BARNAME <> ' '
OR PSAUTHITEM.BARITEMNAME <> ' '
OR PSAUTHITEM.PNLITEMNAME <> ' '
)
)
OR (PSAUTHITEM.MENUNAME IN ('APPLICATION_DESIGNER', 'OBJECT_RUNTIME')
AND ((PSAUTHITEM.BARNAME <> ' '
AND PSAUTHITEM.BARNAME NOT IN
(SELECT OBJNAME
FROM PS_APP_DES_OBJECTS
WHERE PSAUTHITEM.BARNAME = OBJNAME
)
)
OR PSAUTHITEM.BARITEMNAME <> ' '
OR PSAUTHITEM.PNLITEMNAME <> ' '
)
)
OR (PSAUTHITEM.MENUNAME = 'OBJECT_RUNTIME'
AND PSAUTHITEM.BARNAME = ' ')
OR (PSAUTHITEM.MENUNAME = 'REN'
AND ((PSAUTHITEM.BARNAME <> ' '
AND PSAUTHITEM.BARNAME NOT IN
(SELECT OBJNAME
FROM PS_APP_DES_OBJECTS
WHERE PSAUTHITEM.BARNAME = OBJNAME
)
)
OR PSAUTHITEM.BARITEMNAME <> ' '
OR PSAUTHITEM.PNLITEMNAME <> ' '
)
)
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
SQL-01 |
SQL text without a base definition. |
Run the following SQL:
|
SQL-02 |
SQL definitions without SQL text. |
Run the following SQL:
|
SQL-03 |
SQL descriptions without a base definition. |
Run the following SQL:
|
SQL-04 |
SQL descriptions without associated SQL text. |
Run the following SQL:
|
SQL-05 |
AE SQL without SQL definitions. |
This reveals Application Engine SQL Actions that do not contain any SQL code within them. Open the Application Engine program and complete the entry of the SQL before attempting to run the program. If the empty SQL actions are delivered by PeopleSoft, open an incident with My Oracle Support to report the corrupt AE program. |
SQL-06 |
AE SQL that's not referenced. |
This reveals an Application Engine SQL object that is not being referenced by an AE program. This indicates that the AE program is deleted but the associated SQL is not. The orphaned SQL does not cause issues other than consuming disk space. If the orphaned SQL is delivered by PeopleSoft, open an incident with My Oracle Support to make sure that it is not a symptom of a larger problem, such as a corrupted AE application. |
SQL-07 |
Record Views/Dynamic Views without SQL definitions. |
Complete the entry of the record view or dynamic view before attempting to build or create the view. Each record should be opened, and the SQL should be entered as required. |
SQL-08 |
View SQL that are not referenced by record or dynamic views. |
Run the following SQL:
|
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
STYLESHEET-1 |
Orphaned free form style sheet data. |
Issue the following SQL to remove the orphaned rows:
|
STYLESHEET-2 |
Orphaned free form style sheet definitions. |
Use Application Designer to delete the free form style sheet(s). |
STYLESHEET-3 |
Parent style sheet not found. |
Open the affected style sheet(s) in Application Designer. Remove the reference to the nonexistent parent in the Parent Style Sheet dropdown on the Style Sheet Properties dialog box. |
STYLESHEET-04 |
Sub Style Sheet not found. |
Use Application Designer to delete references to any missing sub style sheets. |
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
TREE-01 |
Tree Structure table contains Level Record name that does not exist in Record Definition table |
Use Tree Manager to open the structure and fix the invalid fields. |
TREE-02 |
Tree Structure table contains Level Page name that does not exist in Page Definition table. |
Use Tree Manager to open the structure and fix the invalid fields. |
TREE-03 |
Tree Structure table contains Node Record name that does not exist in Record Definition table. |
Use Tree Manager to open the structure and fix the invalid fields. |
TREE-04 |
Tree Structure table contains Node Field name that does not exist in RecordField table. |
Use Tree Manager to open the structure and fix the invalid fields. |
TREE-05 |
Tree Structure table contains Node Page name that does not exist in Page Definition table. |
Use Tree Manager to open the structure and fix the invalid fields. |
TREE-06 |
Tree Structure table contains Detail Record name that does not exist in Record Definition table. |
Use Tree Manager to open the structure and fix the invalid fields. |
TREE-07 |
Tree Structure table contains Detail Record name that does not exist in Record Definition table. |
Use Tree Manager to open the structure and fix the invalid fields. |
TREE-08 |
Tree Structure table contains Detail Page name that does not exist in Page Definition table. |
Use Tree Manager to open the structure and fix the invalid fields. |
TREE-09 |
Tree Structure table contains Summary Tree that does not exist in Tree Level table. |
See the TREE-09 Resolution section following this table. |
TREE-10 |
Tree Structure table contains Level Menu-Menu Bar combination that does not exist. |
Use Tree Manager to open the structure and fix the invalid fields. |
TREE-11 |
Tree Structure table contains Node Menu-Menu Bar combination that does not exist. |
Use Tree Manager to open the structure and fix the invalid fields. |
TREE-12 |
Tree Structure table contains Detail Menu-Menu Bar combination that does not exist. |
Use Tree Manager to open the structure and fix the invalid fields. |
TREE-13 |
Tree Structure table contains Level Menu-Page combination that does not exist. |
Use Tree Manager to open the structure and fix the invalid fields. |
TREE-14 |
Tree Structure table contains Node Menu-Page combination that does not exist. |
Use Tree Manager to open the structure and fix the invalid fields. |
TREE-15 |
Tree Structure table contains Detail Menu-Page combination that does not exist. |
Use Tree Manager to open the structure and fix the invalid fields. |
TREE-16 |
Tree Definition Level count does not match the record count in Tree Level table. |
Set the Count in the Tree Definition table to reflect the actual number of records that are in the PSTREELEVEL table for this tree branch. Note that a problem may occur if some levels are missing and there are still nodes referencing them. In this case, the nodes do not open the tree correctly. The third SELECT checks for the previous situation. If this is the problem, run PSTED, and define the missing levels, save the tree, and then close and reopen it.
|
TREE-17 |
Tree Definition Node count does not match the record count in Tree Node table. |
See the TREE-17 Resolution section following this table. |
TREE-18 |
Tree Definition Leaf count does not match the record count in Tree Leaf table. |
Set the Count in the Tree Definition table to reflect the actual number of records that are in the PSTREELEAF table for this branch.
|
TREE-19 |
Tree Definition contains Structure ID that does not exist in Tree Structure table |
Use Tree Manager to create the structure that you desire by using the name that is reported in this audit. |
TREE-20 |
Tree Definition contains Query Access Group structure with undefined levels and leaves. |
Query trees should have no leaves and no levels. This audit finds exceptions to that case in the definition counts.
|
TREE-21 |
Tree Selector Control contains Tree name that is not defined in Tree Definition table. |
This audit flags records in the PSTREESELCTL tables for records that don't have a corresponding record in the PSTREEDEFN table.
|
TREE-22 |
Tree Definition Level count does not match level use. |
See the TREE-22 Resolution section following this table. |
TREE-23 |
Tree Level does not exist in Tree Definition table. |
Tree Level records in the PSTREELEVEL table exist for trees that don't exist in the PSTREEDEFN table.
|
TREE-24 |
Tree Node does not exist in Tree Definition table. |
Tree Node records in the PSTREENODE table exist for trees that don't exist in the PSTREEDEFN table.
|
TREE-25 |
Tree Leaf does not exist in Tree Definition table. |
Tree Leaf records in the PSTREELEAF table exist for trees that don't exist in the PSTREEDEFN table.
|
TREE-26 |
Tree Leaf ranges are not valid in Tree Definition table. |
Finds records in the PSTREELEAF table where RANGE_FROM is less than RANGE_TO. Use Tree Manager to open the tree and correct the invalid range values. |
TREE-27 |
Tree Leaf does not have parent Tree Node in Tree Definition table. |
Run this SQL:
|
TREE-28 |
Tree Branch does not exist in Tree Branch table. |
Refer to the "Tree Audit and Repair Utilities" topic in the PeopleSoft Tree Manager documentation and run the Unbranch Tree Repair Utility so that all branches are removed from the tree. |
TREE-29 |
Tree Branch does not exist in Tree Branch table. |
Refer to the "Tree Audit and Repair Utilities" topic in the PeopleSoft Tree Manager documentation and run the Unbranch Tree Repair Utility so that all branches are removed from the tree. |
TREE-30 |
Tree Branch Node count does not match the record count in Tree Node table. |
See Resolution for Tree-29. |
TREE-31 |
Tree Branch Leaf count does not match the record count in Tree Leaf table |
See Resolution for Tree-29. |
TREE-32 |
Tree Node Num, Node Num End, or Level Num is invalid in Tree Branch table. |
See Resolution for Tree-29. |
TREE-33 |
Identify all orphan access group definitions as well as invalid access group definitions in the access group security. |
Open Query Access Group Tree in Query Access Group Manager and update the identified Access Group so that a record is created in the Access Group Table. |
TREE-34 |
Tree Definition Node Count Does Not Equal 0 for a Branched Tree. |
See Resolution for Tree-29. |
TREE-35 |
Tree Definition Leaf Count Does Not Equal 0 for a Branched Tree. |
See Resolution for Tree-29. |
TREE-09 Resolution
Lists any Summary Tree Structures that reference a level number that is on a Detail Tree that does not exist in the Tree Level table. Since a Summary Tree is a tree that is built off of the nodes from an existing Detail Tree at a given level, the level that is specified on the Summary Tree Structure must exist in the detail tree's PSTREELEVEL table. In this case, the Summary Tree is not usable from nVision or other reporting tools.
The situation could occur from several possible causes:
Summary Tree is moved or imported into a new database but Detail Tree is not.
The levels on the Detail Tree are deleted after the Summary Tree structure is created.
To correct this :
First determine if Detail Tree exists and is in a valid state. This can be done by checking the name of the Detail Tree on the Summary Tree's Structure record; check the Summary Tree tab on the Tree Structure record for the Summary Tree. Note the tree name, setID, and level number.
If Detail Tree exists, check to see if the level number that is defined on the Summary Tree Structure (step 1) exists.
To correct the situation, either add missing level to detail tree or update Summary Tree Structure to refer to a valid detail tree and level number.
TREE-17 Resolution
This audit identifies Tree Definition Node counts that do not match the record count in the Tree Node table. Use these methods to correct the issue.
Set the count in the Tree Definition table to reflect the actual number of the records that are in the PSTREENODE table for this tree branch.
SELECT COUNT(*) FROM PSTREENODE
WHERE TREE_NAME = 'tree_name'
AND SETID = 'setid'
AND EFFDT = 'effdt' AND
TREE_BRANCH = 'tree_branch_name';
UPDATE PSTREEDEFN
SET NODE_COUNT = $count
WHERE TREE_NAME = 'tree_name'
AND SETID = 'setid'
AND EFFDT = 'effdt' AND
TREE_BRANCH = 'tree_branch_name';
For branched trees, use following SQL for each branch in the tree.
Note: For trees with branches, the UPDATE also uses a different TABLE NAME and there are two UPDATE statements.
SELECT COUNT(*)
FROM PSTREENODE
WHERE TREE_NAME = 'tree_name'
AND SETID = 'setid'
AND EFFDT = 'effdt'
AND TREE_BRANCH =
'tree_branch_name';
UPDATE PSTREEBRANCH
SET NODE_COUNT = $count
WHERE TREE_NAME = 'tree_name'
AND SETID = 'setid'
AND EFFDT = 'effdt'
AND TREE_BRANCH =
'tree_branch_name'
UPDATE PSTREEDEFN
SET NODE_COUNT = 0,
WHERE TREE_NAME = 'tree_name'
AND SETID = 'setid'
AND EFFDT = 'effdt'
AND TREE_BRANCH =
'tree_branch_name'
For trees without branches, do not include the "TREE_BRANCH=" lines. For example:
SELECT COUNT(*)
FROM PSTREENODE
WHERE TREE_NAME = 'tree_name'
AND SETID = 'setid'
AND EFFDT = 'effdt'
SELECT COUNT(*)
FROM PSTREENODE
WHERE TREE_NAME = 'tree_name'
AND SETID = 'setid'
AND EFFDT = 'effdt'
UPDATE PSTREEDEFN
SET NODE_COUNT = 0,
WHERE TREE_NAME = 'tree_name'
AND SETID = 'setid'
AND EFFDT = 'effdt'
TREE-22 Resolution
This audit flags the Level Use type with the Level Count for conflicts. When the Level Use is N, there should be no levels defined, and when it is not N, levels should be defined. A problem in this audit may also report problems in the TREE-16 audit.
When the Level Use is N and the Level Count is 0 and TREE-16 does not indicate an error on the same tree, run the following SQL:
UPDATE PSTREEDEFN SET USE_LEVELS = 'S'
WHERE TREE_NAME = 'tree_name' AND SETID = 'setid'
AND EFFDT = 'effdt'
When the Level Use is S and the Level Count is 0 and TREE-16 does not indicate an error on the same tree, run the following SQL (after checking the resolution on TREE-16 to clean up any level records):
UPDATE PSTREEDEFN SET LEVEL_COUNT = 0
WHERE TREE_NAME = 'tree_name'
AND SETID = 'setid'
AND EFFDT = 'effdt'
When the Level Use is not N and the Level Count is 0 and TREE-16 does not indicate an error on the same tree, run the following SQL (after checking the resolution on TREE-16 to clean up any level records):
UPDATE PSTREEDEFN SET USE_LEVELS = 'N'
WHERE TREE_NAME = 'tree_name'
AND SETID = 'setid'
AND EFFDT = 'effdt'
UPDATE PSTREENODE SET TREE_LEVEL_NUM = 0
WHERE TREE_NAME = 'tree_name'
AND SETID = 'setid'
AND EFFDT = 'effdt'
When TREE-23 indicates an error on the same Tree with the Level Count on the PSTREEDEFN = number of PSTREELEVEL records (when the PSTREELEVEL has no levels for this tree, count is 0 ), run the following SQL:
SELECT COUNT(*) FROM PSTREELEVEL
WHERE TREE_NAME = 'tree_name'
AND SETID = 'setid'
AND EFFDT = 'effdt'
UPDATE PSTREEDEFN SET LEVEL_COUNT = 0
WHERE TREE_NAME = 'tree_name'
AND SETID = 'setid'
AND EFFDT = 'effdt'
UPDATE PSTREEDEFN SET USE_LEVELS = 'N'
WHERE TREE_NAME = 'tree_name'
AND SETID = 'setid'
AND EFFDT = 'effdt'
UPDATE PSTREENODE SET TREE_LEVEL_NUM = 0
WHERE TREE_NAME = 'tree_name'
AND SETID = 'setid'
AND EFFDT = 'effdt'
The following table describes the audit queries and resolutions for this area:
Query |
Description |
Resolution |
---|---|---|
XLATT-1 |
Translate table Field does not exist in database Field. |
Create the field by using Application Designer. |
XLATT-3 |
Translate fields do not have associated translate values defined. |
Edit translate field and enter translate value. |