uncatcheble error when running a single external rule twice at the same time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
version: Inventor Professional 2022.5
problem: when you have 2 instances of Inventor open and those run the same external rule at the same time this error pops up:
error happens when the external rule is called from a different rule or as event trigger
usually this happens:
-when the same external rules that gets called multiple times in both documents at the same time
-when opening/closing multiple documents that have the same external rule as event trigger "open/close document"
placing a try/catch around iLogicvb.RunExternalRule(..) does not catch the error!
Anyone noticed this as well? are there solutions for this problem?
I would be fine with an option to automatically log this error instead of a reocurring pop-up that pauzes al code...
or if it could be catched...
As long as this problem exists I won't be able to turn certain reocurring rules into external rules because I'd be limited to be working in a single instance of Inventor...