Errors

ERROR messages are displayed if any errors are detected. If the fix parameter has been specified, and the error can be fixed, a FIX message is displayed immediately after the ERROR message, indicating what has been done.

The following list shows the errors that can occur and be fixed, and the fixes that are applied if you specify the fix parameter:

ERROR: PM_OBJECTS ObjectName - ObjectGUID refers to proc_id: proc_id which does not exist
FIX: delete PM_OBJECTS record ObjectName - ObjectGUID
ERROR: PM_OBJECTS ObjectName - ObjectGUID refers to proc_id: proc_id which is the proc_id for procedure proc_name
FIX: delete PM_OBJECTS record ObjectName - ObjectGUID
ERROR: PROC_MGT_HIERARCHY record refers to non existent object ObjectGUID
FIX: delete PROC_MGT_HIERARCHY record ObjectGUID
ERROR: PROC_MGT_HIERARCHY record refers to non existent folder ParentGUID
FIX: change PROC_MGT_HIERARCHY record ObjectGUID to point to Root
ERROR: PM_OBJECTS ObjectName - ObjectGUID not in hierarchy
FIX: add PROC_MGT_HIERARCHY record ObjectGUID to point to Root

The following list shows the errors that can occur but that cannot currently be fixed by specifying the fix parameter. If any of these errors occur you should contact TIBCO Support for further assistance.

ERROR: PM_OBJECTS ObjectName - ObjectGUID refers to proc_id: proc_id which is too small
ERROR: PM_OBJECTS ObjectName - ObjectGUID refers to proc_id: proc_id which is too big(>pcount)
ERROR: PM_OBJECTS ObjectName - ObjectGUID refers to proc_id: proc_id which is referred to by other record(s)
ERROR: PM_OBJECTS ObjectName - ObjectGUID (PROC) refers to proc_id: proc_id which is a SUBPROC
ERROR: PM_OBJECTS ObjectName - ObjectGUID (SUBPROC) refers to proc_id: proc_id which is a PROC
ERROR: PROC_INDEX p_ix - proc_name is not referred to by any PM_OBJECTS records