1646
Cannot find field in Procedure <ProcName >, Step <StepName >: Field <FieldName >
Description
A Background process (BG) needs to find a value for field FieldName, but it cannot find a field definition for the field in the ProcName procedure.
This can happen if, for example, a field is used in an expression (such as a conditional action) in a procedure, but the procedure definer later deletes the field from the procedure definition.
Appears In
SWDIR\logs\sw_warn
Severity
2 (Severe)
Action
Refer the problem to the application developers responsible for procedure ProcName. They will need to investigate where the invalid FieldName is being referenced and rectify the procedure.
If an invalid field is used in a calculation or a condition the correct working of a case can be seriously impacted:
| • | If the field is used in a calculation, you can issue an event to set the correct field value (for example, by using the SWDIR\bin\swutil or SWDIR\util\swbatch utilities, or TIBCO iProcess Objects\TIBCO iProcess Server Objects). |
| • | If the field is used in conditions between steps, then the wrong steps may have been sent out. The application developers will need to investigate further to determine the scope of the problem and what needs to be done to rectify it. |