This table stores package status attributes used for resetting package status. HarPackageStatus stores additional information on packages whose status is not "Idle" or "Archived." This helps the Harvest server decide when it is safe to reset the status of a package (to Idle).
| Column Name | Column Datatype | Column Null Option | Column Comment |
| packageobjid | integer | not null | Object ID of package |
| clientname | varchar(1024) | not null | When package status is not idle, this is the name of the client process that is operating on the package |
| servername | varchar(1024) | not null | When package status is not idle, this is the name of the server process that is operating on the package |
| statusinfo | varchar(1) | with null | STATUSINFO is set to 'P' by part 1 of a 2-part process (promote, demote, and interactive merge). Part 2 resets STATUSINFO to null. |
Product Name: AllFusion Harvest Change Manager
Table Type: Table