ObjectFunction246 exception error

ObjectFunction246 exception error

stayhometown
Contributor Contributor
86 Views
2 Replies
Message 1 of 3

ObjectFunction246 exception error

stayhometown
Contributor
Contributor

Hi everyone,

My model encountered this exception error, but it can still keep running, so I’m not sure what exactly is wrong.
I checked the event list viewer, and I wonder if it’s related to those “no path” issues that are causing the error.
Where should I start looking in order to fix the problem?

 

Since the model file is too large, I’ve attached the system console error log, the event list viewer, and the possibly related process flow.

 

 

stayhometown_3-1757061258327.png

 

 

stayhometown_1-1757061193172.pngstayhometown_2-1757061208518.jpeg

 

 

0 Likes
Accepted solutions (1)
87 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Enthusiast
Enthusiast
Accepted solution

Most commonly this happens because an item is removed from a processor before the process has finished, but the event is not removed. When the event eventually fires the missing item is causing the error. In your Process Flow you use a Delay activity to wait for the process to finish. Even if the process time and delay are the same, floating point inaccuracies might cause an issue. You should always use a Wait for Event activity (wait for Process Finish event involving the item) to sync the Process Flow to the 3d model. To be safe, add a "Breathe" activity after the Wait for Event, so you can be sure that the processor has finished all internal logic before you load the item.

0 Likes
Message 3 of 3

stayhometown
Contributor
Contributor

The explanation is very clear, huge thanks for the replie.Really appreciate your help every time!

0 Likes