140 No Instance Some errors are generated to control the natural processing flow of the translator and these soft errors sometimes do not require any resolution. These errors get written in the trace log to show the process flow, but they do not stop the process. Cause Resolution When an item is not initialized, no reference can be made to that item. The item needs to be initialized at the beginning of the model. VAR->Count = 0 If this step is missing, then when the variable is referenced in the next statement, error 140 will be generated. VAR->Count = VAR->Count + 1
Some errors are generated to control the natural processing flow of the translator and these soft errors sometimes do not require any resolution. These errors get written in the trace log to show the process flow, but they do not stop the process.
16.2 release. Updated October 23, 2016