Set Docket State to Work

Overview

You try to set a docket state to 'WORK' and the following error message appears:

"CIMS-14259: Body fabric inconsistency between items and components for docket 271751 item 3 color DENIM-MID WASH - re trigger parts"

Solution

Please reach out to the Support team and provide the docket number of the docket requiring a state update.

<supportagent>

Note: The agent should have access to the customer's DB.

Run the following query:

update doc_defs set doc_state = 'WORK' where doc_num = 271751 and doc_state = 'MAKE' and gor_num = 64094;
commit;

where doc-num is the docket number in the error and gor_num is the purchase ID of the docket which can be seen on the PS0C screen such as follows:

</supportagent>

Comments

0 comments

Please sign in to leave a comment.