![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
where fix is an optional parameter that you can use to fix any errors that are reported - for example, if a database record in the pm_objects table has become corrupt. (See Errors.)
• type is one of the following single characters that indicates what the object is:
− F is a library.
− P is a procedure.
− S is a sub-procedure.
− T is a sub-procedure parameter template.
• ObjectName is the name of the procedure or library.
• ObjectGUID is the unique identifier for this procedure or library.
To identify a list of sub-procedure parameter templates, you can also use the SWDIR\util\plist -p command. In the Flag column returned by the command:
• the flag T indicates that the procedure is a sub-procedure parameter template.
• the flag I indicates that the procedure is a sub-procedure.For more information about the plist -p command, see "Procedure Information" in Using the plist Utility to Obtain Information About TIBCO iProcess Engine Facilities.ERROR messages are displayed if any errors are detected. If the fix parameter has been specified, and the error is one that 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 is the proc_id for procedure proc_nameFIX: delete PROC_MGT_HIERARCHY record ObjectGUIDFIX: change PROC_MGT_HIERARCHY record ObjectGUID to point to RootFIX: 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 referred to by other record(s)
1. This example shows the output from the swadm show_servers command. The root library contains the CARPOOL, HIRING and QUOTA procedures and two libraries - Purchasing and Admin, each of which contains further procedures.
# swadm show_procedures
2. This example shows the output when the swadm show_servers fix command is used to correct the problem found in the previous example. The corrupt TEST3 record is deleted.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |