<?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 Check for active .exe using iLogic? -Voidtools Everything causing issues in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/check-for-active-exe-using-ilogic-voidtools-everything-causing/m-p/9698842#M134948</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Long time lurker but haven't found a solution to this problem.&lt;/P&gt;&lt;P&gt;We were recently made aware of a brilliant search tool 'Everything' published by Voidtools. Works great, far faster than Windows Search and it has become an important part of speeding up our day. Regardless of any potential problems with server structure, we have found a major shortcoming: it doesn't play nicely with Inventor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refer to these issues:&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/inventor/troubleshooting/caas/sfdcarticles/sfdcarticles/VoidTools-Everything-is-causing-Error-Loading-Segment-PmDCSegment-when-accessing-Inventor-files-over-network-connections.html" target="_blank"&gt;https://knowledge.autodesk.com/support/inventor/troubleshooting/caas/sfdcarticles/sfdcarticles/VoidTools-Everything-is-causing-Error-Loading-Segment-PmDCSegment-when-accessing-Inventor-files-over-network-connections.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/inventor/troubleshooting/caas/sfdcarticles/sfdcarticles/Error-In-Reading-RSe-Stream.html" target="_blank"&gt;https://knowledge.autodesk.com/support/inventor/troubleshooting/caas/sfdcarticles/sfdcarticles/Error-In-Reading-RSe-Stream.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand that the way the tool works is basically by pinging the master file register of the server, and gives accurate search results in real time. The problem comes when there are multiple file operations happening quickly, like initially saving multiple parts in new assembly, likely too difficult for a process trying to keep an eye on the all files in a register.&lt;/P&gt;&lt;P&gt;Even saving single files seems to have issues; the quick creation of FilenameX.NewVer.ipt as part of the ordinary save process still seems to be too much for Everything.&lt;/P&gt;&lt;P&gt;The invariable result is the corrupted files described in the links above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But! Great news. I have found though that so long as Everthing.exe is not running in the foreground (or background, an option enabled by default but a simple setting change) life can continue as normal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To reduce operator error, I am looking for a way to check that Everything.exe is not running. I assume iLogic is the solution:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use "Before Save" trigger to run iLogic code&lt;/LI&gt;&lt;LI&gt;If Everything.exe is found to be running: cancel the save operation, and open a dialogue box suggesting the user close Everything.exe&lt;/LI&gt;&lt;LI&gt;If Everything.exe is not found to be running, carry on the save operation as normal.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I have been able to chop up various iLogic snippets so far but haven't found anything close to this sort of test to date.&lt;/P&gt;&lt;P&gt;Is it possible to perform the above process using iLogic? If so, and it's not too difficult, I'd be incredibly grateful for sample code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any and all help appreciated.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2020 02:21:38 GMT</pubDate>
    <dc:creator>FrazzledInventor</dc:creator>
    <dc:date>2020-08-19T02:21:38Z</dc:date>
    <item>
      <title>Check for active .exe using iLogic? -Voidtools Everything causing issues</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/check-for-active-exe-using-ilogic-voidtools-everything-causing/m-p/9698842#M134948</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Long time lurker but haven't found a solution to this problem.&lt;/P&gt;&lt;P&gt;We were recently made aware of a brilliant search tool 'Everything' published by Voidtools. Works great, far faster than Windows Search and it has become an important part of speeding up our day. Regardless of any potential problems with server structure, we have found a major shortcoming: it doesn't play nicely with Inventor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refer to these issues:&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/inventor/troubleshooting/caas/sfdcarticles/sfdcarticles/VoidTools-Everything-is-causing-Error-Loading-Segment-PmDCSegment-when-accessing-Inventor-files-over-network-connections.html" target="_blank"&gt;https://knowledge.autodesk.com/support/inventor/troubleshooting/caas/sfdcarticles/sfdcarticles/VoidTools-Everything-is-causing-Error-Loading-Segment-PmDCSegment-when-accessing-Inventor-files-over-network-connections.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/inventor/troubleshooting/caas/sfdcarticles/sfdcarticles/Error-In-Reading-RSe-Stream.html" target="_blank"&gt;https://knowledge.autodesk.com/support/inventor/troubleshooting/caas/sfdcarticles/sfdcarticles/Error-In-Reading-RSe-Stream.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand that the way the tool works is basically by pinging the master file register of the server, and gives accurate search results in real time. The problem comes when there are multiple file operations happening quickly, like initially saving multiple parts in new assembly, likely too difficult for a process trying to keep an eye on the all files in a register.&lt;/P&gt;&lt;P&gt;Even saving single files seems to have issues; the quick creation of FilenameX.NewVer.ipt as part of the ordinary save process still seems to be too much for Everything.&lt;/P&gt;&lt;P&gt;The invariable result is the corrupted files described in the links above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But! Great news. I have found though that so long as Everthing.exe is not running in the foreground (or background, an option enabled by default but a simple setting change) life can continue as normal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To reduce operator error, I am looking for a way to check that Everything.exe is not running. I assume iLogic is the solution:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use "Before Save" trigger to run iLogic code&lt;/LI&gt;&lt;LI&gt;If Everything.exe is found to be running: cancel the save operation, and open a dialogue box suggesting the user close Everything.exe&lt;/LI&gt;&lt;LI&gt;If Everything.exe is not found to be running, carry on the save operation as normal.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I have been able to chop up various iLogic snippets so far but haven't found anything close to this sort of test to date.&lt;/P&gt;&lt;P&gt;Is it possible to perform the above process using iLogic? If so, and it's not too difficult, I'd be incredibly grateful for sample code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any and all help appreciated.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 02:21:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/check-for-active-exe-using-ilogic-voidtools-everything-causing/m-p/9698842#M134948</guid>
      <dc:creator>FrazzledInventor</dc:creator>
      <dc:date>2020-08-19T02:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Check for active .exe using iLogic? -Voidtools Everything causing issues</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/check-for-active-exe-using-ilogic-voidtools-everything-causing/m-p/9705936#M134949</link>
      <description>&lt;P&gt;i don't have this exact tool therefore i wrote an example that checks if notepad is running. It's difficult to stop a save action enterally but a message box will stop the process. that time can be used to close the program manual. But its also possible to kill the program automatically.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="color: #ff0000;"&gt;Dim&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;pros&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;As&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Process&lt;/SPAN&gt;() = &lt;SPAN style="color: #800000;"&gt;Process&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;GetProcessesByName&lt;/SPAN&gt;(&lt;SPAN style="color: #008080;"&gt;"Notepad"&lt;/SPAN&gt;)
&lt;SPAN style="color: #ff0000;"&gt;If&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;pros&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;Length&lt;/SPAN&gt; &amp;gt; 0) &lt;SPAN style="color: #ff0000;"&gt;Then&lt;/SPAN&gt;
	&lt;SPAN style="color: #ff0000;"&gt;Dim&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;result&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;As&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;MsgBoxResult&lt;/SPAN&gt; = &lt;SPAN style="color: #800000;"&gt;MsgBox&lt;/SPAN&gt;(&lt;SPAN style="color: #008080;"&gt;"'Everything' is running. Do you want to close it?"&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;MsgBoxStyle&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;YesNo&lt;/SPAN&gt;, &lt;SPAN style="color: #008080;"&gt;"Kill the prosess"&lt;/SPAN&gt;)
	&lt;SPAN style="color: #ff0000;"&gt;If&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;result&lt;/SPAN&gt; = &lt;SPAN style="color: #800000;"&gt;MsgBoxResult&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;Yes&lt;/SPAN&gt;) &lt;SPAN style="color: #ff0000;"&gt;Then&lt;/SPAN&gt;
		&lt;SPAN style="color: #ff0000;"&gt;For&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;Each&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;pro&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;As&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Process&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;In&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;pros&lt;/SPAN&gt;
			&lt;SPAN style="color: #800000;"&gt;pro&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;Kill&lt;/SPAN&gt;()
		&lt;SPAN style="color: #ff0000;"&gt;Next&lt;/SPAN&gt;
	&lt;SPAN style="color: #ff0000;"&gt;End&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;If&lt;/SPAN&gt;
&lt;SPAN style="color: #ff0000;"&gt;End&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;If&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 22 Aug 2020 12:14:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/check-for-active-exe-using-ilogic-voidtools-everything-causing/m-p/9705936#M134949</guid>
      <dc:creator>JelteDeJong</dc:creator>
      <dc:date>2020-08-22T12:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Check for active .exe using iLogic? -Voidtools Everything causing issues</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/check-for-active-exe-using-ilogic-voidtools-everything-causing/m-p/10091636#M134950</link>
      <description>&lt;P&gt;Hi, I know it's been a while for this topic. Thanks for the information above. We started using Everything recently and experienced the issues mentioned above with Inventor.&lt;BR /&gt;&lt;BR /&gt;In Everything -&amp;gt; Tools -&amp;gt; Options, there's a section named "Exclude". In the Exclude files field, you can enter a wildcard filter list of files to exclude. I typed the following text to exclude Autocad .dwl files, Inventor .NewVer. and the Database files .db:&lt;BR /&gt;&lt;BR /&gt;*.db;*.dwl;*.dwl2;*.newver.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I'm not sure yet if this can prove useful, but it does not hurt to give it a try.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 23:19:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/check-for-active-exe-using-ilogic-voidtools-everything-causing/m-p/10091636#M134950</guid>
      <dc:creator>jaquinYX4QT</dc:creator>
      <dc:date>2021-02-17T23:19:00Z</dc:date>
    </item>
  </channel>
</rss>

