Related Content Integrity
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. |