<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Inventor 2025 - Vault iLogic checks issue in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763352#M10372</link>
    <description>&lt;P&gt;Hi Jonathan - Thanks. I tested with your assembly and I was able to check it in with no problem.&lt;BR /&gt;&lt;BR /&gt;Can you check for extra copies of a file named&amp;nbsp;RulesOnEvents.xml on your system? That stores the event triggers for all documents. Please check to see if you have a file with that name in your workspace. If you do, please move it somewhere else.&amp;nbsp;&lt;BR /&gt;If that file does not exist in your workspace, please send me a copy of the file from your External Rule Directory folder (as set in the iLogic Configuration dialog). Since you have no event triggers set, that file should be almost empty. It should have no rule names.&lt;BR /&gt;&lt;BR /&gt;If you haven't already done so, please try exiting and restarting Inventor.&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2024 18:29:04 GMT</pubDate>
    <dc:creator>MjDeck</dc:creator>
    <dc:date>2024-05-09T18:29:04Z</dc:date>
    <item>
      <title>Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12761334#M10363</link>
      <description>&lt;P&gt;I have a simple code on several drawings that run the "Update copied properties" command, this code is set trigger on "Before save" event. In Inventor 2022 the drawing would save &amp;amp; checkin properly, but in Inventor 2025 it's impossible to check-in to Vault if the code is set to trigger before save&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jonathanvictor_0-1715201864852.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1359886iB025D4D02AD7E36B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jonathanvictor_0-1715201864852.png" alt="jonathanvictor_0-1715201864852.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oControlDef&lt;/SPAN&gt; &lt;SPAN&gt;as&lt;/SPAN&gt; &lt;SPAN&gt;ControlDefinition&lt;/SPAN&gt;  = &lt;SPAN&gt;ThisApplication&lt;/SPAN&gt;.&lt;SPAN&gt;CommandManager&lt;/SPAN&gt;.&lt;SPAN&gt;ControlDefinitions&lt;/SPAN&gt;.​&lt;SPAN&gt;Item&lt;/SPAN&gt;(&lt;SPAN&gt;"UpdateCopiedModeliPropertiesCmd"&lt;/SPAN&gt;)
 
&lt;SPAN&gt;oControlDef&lt;/SPAN&gt;.&lt;SPAN&gt;Execute2&lt;/SPAN&gt;(&lt;SPAN&gt;True&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this a bug? Does anyone have the same issue with this "iLogic checks"?&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 20:58:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12761334#M10363</guid>
      <dc:creator>jonathan.victor</dc:creator>
      <dc:date>2024-05-08T20:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12762067#M10364</link>
      <description>&lt;P&gt;Try to use application events not the document events!&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 06:46:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12762067#M10364</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2024-05-09T06:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12762504#M10365</link>
      <description>&lt;P&gt;I've tried and had the same results.&lt;/P&gt;&lt;P&gt;Also, now I'm trying to check-in an iAssemblie, that has not a single one rule or even any event trigger set and yet facing the same issue, pretty sure this is a bug on this version. The issue happens when trying to check-in to vault in the factory and each member assembly, rules doesn't exists in any of them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jonathanvictor_1-1715254187108.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1360115i1DF0E10B5FE0625B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jonathanvictor_1-1715254187108.png" alt="jonathanvictor_1-1715254187108.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 11:31:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12762504#M10365</guid>
      <dc:creator>jonathan.victor</dc:creator>
      <dc:date>2024-05-09T11:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12762806#M10366</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537534"&gt;@MjDeck&lt;/a&gt;&amp;nbsp;would you be able to look at this and tell us what the expected behavior is? What we can and can't do using this before check-in trigger, etc?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've run up against this as well, but did not find any information about this aspect of it in the documentation of this new trigger ( maybe I overlooked something?).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 13:53:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12762806#M10366</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2024-05-09T13:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12762871#M10367</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/105031"&gt;@Curtis_Waguespack&lt;/a&gt;&amp;nbsp;, a rule that runs on the new Before Vault Check-In event cannot modify the document. It can only do read-only checks. This is noted in the &lt;A href="https://help.autodesk.com/view/INVNTOR/2025/ENU/?guid=GUID-AB407A72-1C02-4C89-B2D0-72A7E962FB90" target="_blank" rel="noopener"&gt;What's New&lt;/A&gt;:&lt;BR /&gt;&lt;EM&gt;A rule executing on this event must treat the file as read-only. Once saved, the file is prepared for check-in. While the rule can verify values, it cannot modify them.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;That is: you save first and then do the check-in. The rules that run during the check-in operation aren't allowed to change the files. If they try, you will get the "Unable to check in files" message.&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11586491"&gt;@jonathan.victor&lt;/a&gt;&amp;nbsp;, can you verify that your rules are not set to run on the Before Vault Check-In event? If so, please post sample files or screenshots of the Event Triggers dialog.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 14:21:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12762871#M10367</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2024-05-09T14:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763183#M10368</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537534"&gt;@MjDeck&lt;/a&gt;&amp;nbsp;The files I've teste on the first moment, and attached the screenshot first time, they had the above code triggered to run on "before save" and it have been working in the last five years without any issue. But in the third reply on this post I've attached a screenshot of a bunch of iAssemblies that don't have rules or trigges configured and show the same behavior (So I think we can forget iLogic issues at the moment), as I'll show below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(While I was recording my screen and writting this message Inventor showed two simillar behaviors, as I will show)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#1 Case: I open the file, save document (no errors), press check-in button, Inventor analizes the factory table and proceeds to save model to check-in, trows an save uncessfull error message, close the model and then Inventor crashes itself.&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6352605401112w960h540r79" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6352605401112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6352605401112w960h540r79');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6352605401112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#2 Case: I open the file, save document (no errors), press close document, Inventor asks if I wanna check-in to Vault, confirm check-in, Inventor proceeds to analyze factory members, all looks fine, check-in dialog show up and then I confirm check-In to Vault, then Vault trows the "Unable to check in files" error with "The file was modified by a rule that ran on check-in." restriction for each member, wich not a songle member or subcomponent has any rule or trigger defined. I showed the event triggers dialog and it doesn't have rules to be run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6352603557112w960h540r300" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6352603557112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6352603557112w960h540r300');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6352603557112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jonathanvictor_0-1715272921844.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1360256iC31173189CA25EFD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jonathanvictor_0-1715272921844.png" alt="jonathanvictor_0-1715272921844.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Those files haven't any change or revision from last version (2022), i just opened them and went to check-in in newer version (2025).&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 16:44:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763183#M10368</guid>
      <dc:creator>jonathan.victor</dc:creator>
      <dc:date>2024-05-09T16:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763203#M10369</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11586491"&gt;@jonathan.victor&lt;/a&gt;&amp;nbsp;, can you post one of the files that can't be checked in?&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 16:54:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763203#M10369</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2024-05-09T16:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763265#M10370</link>
      <description>&lt;P&gt;See attached files.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 17:28:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763265#M10370</guid>
      <dc:creator>jonathan.victor</dc:creator>
      <dc:date>2024-05-09T17:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763269#M10371</link>
      <description>&lt;P&gt;Sorry, I replyied myself by mistake.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 17:29:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763269#M10371</guid>
      <dc:creator>jonathan.victor</dc:creator>
      <dc:date>2024-05-09T17:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763352#M10372</link>
      <description>&lt;P&gt;Hi Jonathan - Thanks. I tested with your assembly and I was able to check it in with no problem.&lt;BR /&gt;&lt;BR /&gt;Can you check for extra copies of a file named&amp;nbsp;RulesOnEvents.xml on your system? That stores the event triggers for all documents. Please check to see if you have a file with that name in your workspace. If you do, please move it somewhere else.&amp;nbsp;&lt;BR /&gt;If that file does not exist in your workspace, please send me a copy of the file from your External Rule Directory folder (as set in the iLogic Configuration dialog). Since you have no event triggers set, that file should be almost empty. It should have no rule names.&lt;BR /&gt;&lt;BR /&gt;If you haven't already done so, please try exiting and restarting Inventor.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 18:29:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763352#M10372</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2024-05-09T18:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763421#M10373</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537534"&gt;@MjDeck&lt;/a&gt;&amp;nbsp;I've searched and I found one copy of that file on my PC, changed it's name and tested again, the same error showed up. I also changed the on in external rules directory and got the results. Right now I have tested check-in on another computer, one of my colleagues with the same settings as mine, and got the same errors including the Inventor crash behavior. I have attached the external file below. And as I see, no rules are defined there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jonathanvictor_0-1715280106803.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1360306i88400B74C6BDE612/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jonathanvictor_0-1715280106803.png" alt="jonathanvictor_0-1715280106803.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 18:41:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763421#M10373</guid>
      <dc:creator>jonathan.victor</dc:creator>
      <dc:date>2024-05-09T18:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763445#M10374</link>
      <description>&lt;P&gt;Hi Jonathan - you only have one External Rules Directory, is that correct? (It's possible to add more than one.)&lt;BR /&gt;&lt;BR /&gt;As a test, can you try removing that directory in the iLogic Configuration dialog? Then restart Inventor.&lt;BR /&gt;There is no need to delete it in Windows. Just remove the name in the&amp;nbsp;iLogic Configuration.&lt;BR /&gt;&lt;BR /&gt;Do you have any 3rd-party add-ins loaded?&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 19:08:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763445#M10374</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2024-05-09T19:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763498#M10375</link>
      <description>Yeah, we only use one directory, and none of the rules there is configured&lt;BR /&gt;to have an trigger event.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 May 2024 19:25:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763498#M10375</guid>
      <dc:creator>jonathan.victor</dc:creator>
      <dc:date>2024-05-09T19:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763582#M10376</link>
      <description>&lt;P&gt;Hi Jonathan - we have been able to reproduce the problem. As a workaround, please disable rules on events before checking in, and re-enable them after checking in. You can disable them in the dialog shown by the Options button on the Event Triggers dialog, as shown in the screenshot in your Message 6 above.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 20:11:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763582#M10376</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2024-05-09T20:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763637#M10377</link>
      <description>&lt;P&gt;Hi MjDeck, I've teste your hint and it worked! Disabling and then checkin files made the errors disapear also, after checkin in the files I turned it on again. It's is a workaround that helps, but autodesk needs to solve this problem, since this is an annormal behavior from Inventor. We have several documents that uses event triggers and its not right to turn then on/off everytime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jonathanvictor_0-1715286664534.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1360343i599ECCD87FBB3E10/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jonathanvictor_0-1715286664534.png" alt="jonathanvictor_0-1715286664534.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jonathanvictor_1-1715286687809.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1360344i241FD575034BE218/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jonathanvictor_1-1715286687809.png" alt="jonathanvictor_1-1715286687809.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 20:31:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763637#M10377</guid>
      <dc:creator>jonathan.victor</dc:creator>
      <dc:date>2024-05-09T20:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763676#M10378</link>
      <description>&lt;P&gt;Yes, I think we can fix it soon. Thanks for reporting it. This is internal issue INVGEN-77745.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 20:58:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12763676#M10378</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2024-05-09T20:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12770086#M10379</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11586491"&gt;@jonathan.victor&lt;/a&gt;&amp;nbsp;, we have been able to reproduce a problem with the iLogic Checks dialog blocking the check-in operation. But so far, we haven't been able to do it with the assembly you sent us. Do you have an old copy of the assembly as saved from Inventor 2022? If so, could you post it?&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 17:16:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12770086#M10379</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2024-05-13T17:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12774698#M10380</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537534"&gt;@MjDeck&lt;/a&gt;&amp;nbsp;, sorry for late response, unfortunatelly, we have only the migrated version of that iAssemblie, we could download the older versions from vault, but since that iAssemblie Ihave uploaded before has several another iParts inside, I don't think it would have only the older versions of each iPart. Another thing I noticied, is that the "All events enabled except 'Afeter Open' and 'Close' Recommended setting" option has worked just as fine as the "None" option. If you want to got an 2022 version of the "vedação.iam", I can try to get the older version, but I can't guarantee it will have only the older versions. Thanks ever since, plase keep us update for this issue topic for furter solutions and future fix on next updates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jonathanvictor_0-1715773750502.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1362509i14388F5E3D173CA4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jonathanvictor_0-1715773750502.png" alt="jonathanvictor_0-1715773750502.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 11:54:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12774698#M10380</guid>
      <dc:creator>jonathan.victor</dc:creator>
      <dc:date>2024-05-15T11:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12775017#M10381</link>
      <description>&lt;P&gt;Hi Jonathan - thanks. If you have any other iAssembly models like this, but you have not opened them in Inventor 2025 yet, please keep a backup copy of the 2022 version.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 14:04:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/12775017#M10381</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2024-05-15T14:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2025 - Vault iLogic checks issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/13115045#M10382</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":sign_of_the_horns:"&gt;🤘&lt;/span&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With this post, I was able to solve my issue with iLogic and Vault by using external rules. I don't know if this post will help you, but I tried changing the trigger to "before saving the document," and it solved the problem. In my case, Vault and the "after save the document" trigger were causing issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 11:34:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2025-vault-ilogic-checks-issue/m-p/13115045#M10382</guid>
      <dc:creator>sergicasadogarcia</dc:creator>
      <dc:date>2024-10-29T11:34:50Z</dc:date>
    </item>
  </channel>
</rss>

