<?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: iLogic error in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7139947#M100394</link>
    <description>&lt;TABLE class=" cke_show_border" width="100%" cellspacing="0" cellpadding="6px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Daniel Zdeněk&lt;/SPAN&gt;,&lt;BR /&gt;you are right, in Inventor 2017 with iLogic you were able to modify properties even in write protected files like standard parts in library path. But you couldn't edit these properties from BOM.&lt;BR /&gt;From my point of view, this was a defect in the behavior in former releases and is corrected now in Inventor 2018. I understand that you used this leak for your own purposes.&lt;/P&gt;
&lt;P&gt;With Try - catch - end Try, you can suppress the error message in the code, but you still can't write in the properties of the write protected parts, because they are "write protected".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it really necessary to modify the properties of standard parts every time you run this rule?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Udo Huebner&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
    <pubDate>Fri, 09 Jun 2017 05:25:07 GMT</pubDate>
    <dc:creator>udo.huebner</dc:creator>
    <dc:date>2017-06-09T05:25:07Z</dc:date>
    <item>
      <title>iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7133836#M100391</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Can i ask you for help with iLogic?&lt;BR /&gt;I use iLogic rules to configure our products, and until 2018 it all worked.&lt;BR /&gt;I have used the same rules since the 2015 version and everything is ok. In the version 2018, I ceased to run a rule that has the task of tying the project name to all parts.&lt;BR /&gt;There is a lot of others involved in the rule, and that's why it's virtually nothing to do with this error.&lt;BR /&gt;Now I can not make orders and I am practically standing, which is why it burns a lot.&lt;/P&gt;&lt;P&gt;The rule is here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Dim IPJ as String
Dim IPJ_Name As String
Dim IPJ_Path As String
Dim FNamePos As Long
'set a reference to the FileLocations object.
IPJ = ThisApplication.FileLocations.FileLocationsFile
'get the location of the last backslash seperator
FNamePos = InStrRev(IPJ, "\", -1)    
'get the project file name with the file extension
IPJ_Name = Right(IPJ, Len(IPJ) - FNamePos)
'get the project name (without extension)
'IPJ_ShortName = Left(IPJ_Name, Len(IPJ_Name) - 4)
'get the path of the folder containing the project file
IPJ_Folder_Location = Left(IPJ, Len(IPJ) - Len(IPJ_Name))

Dim oAsmDoc As AssemblyDocument
oAsmDoc = ThisApplication.ActiveDocument
'oAsmName = Left(oAsmDoc.DisplayName, Len(oAsmDoc.DisplayName) -4)
oAsmName = Left(IPJ_Name, Len(IPJ_Name) - 4)

Dim oRefDocs As DocumentsEnumerator
oRefDocs = oAsmDoc.AllReferencedDocuments
Dim oRefDoc As Document

Dim i As Integer
i=1

For Each oRefDoc In oRefDocs
        oRefDocs.Item(i).PropertySets.Item("Inventor Summary Information").Item("Title").Value=oAsmName
        i=i+1    
Next

iProperties.Value("Summary", "Title") = oAsmName

ThisDoc.Save&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We found out that this rule throws out this error when it writes to standard parts. Until 2018 there was no problem.&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Daniel Zdenek&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2017 06:18:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7133836#M100391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-07T06:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7136733#M100392</link>
      <description>&lt;P&gt;Hello Daniel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using inventor with Windows 8.1 OS?&lt;/P&gt;
&lt;P&gt;I can see the same issue as you with windows 8.1 OS, while the same code works well on window 7 OS. This seems a windows update issue:&lt;/P&gt;
&lt;HEADER class="section-header ng-scope"&gt;
&lt;H3 class="section-title ng-binding"&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3 class="section-title ng-binding"&gt;Resolution&lt;/H3&gt;
&lt;/HEADER&gt;
&lt;DIV class="container section-body ng-scope"&gt;
&lt;DIV class="row"&gt;
&lt;DIV class="ng-scope col-xs-24"&gt;
&lt;DIV class="ng-isolate-scope"&gt;
&lt;DIV class="kb-resolution-section section ng-scope"&gt;To resolve this issue, install update 2919355. For more information about how to obtain update 2919355, click the following article number to view the article in the Microsoft Knowledge Base:
&lt;DIV class="indent"&gt;&lt;A id="kb-link-1" class="" href="https://support.microsoft.com/en-us/help/2919355" target="_blank"&gt;2919355 &lt;/A&gt; Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 Update April, 2014&lt;/DIV&gt;
&lt;DIV class="indent"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;The upper resolution is get from following Microsoft website, please check more details there.&lt;/P&gt;
&lt;P&gt;&lt;A title="E_FAIL (0x80004005) error occurs on the ICredentialProviderCredentialEvents::OnCreatingWindow method in Windows 8.1" href="https://support.microsoft.com/en-us/help/2938832/e-fail-0x80004005-error-occurs-on-the-icredentialprovidercredentialevents-oncreatingwindow-method-in-windows-8.1" target="_self"&gt;https://support.microsoft.com/en-us/help/2938832/e-fail-0x80004005-error-occurs-on-the-icredentialprovidercredentialevents-oncreatingwindow-method-in-windows-8.1&lt;/A&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, 08 Jun 2017 02:50:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7136733#M100392</guid>
      <dc:creator>JaneFan</dc:creator>
      <dc:date>2017-06-08T02:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7137205#M100393</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using Win 10, and I used Win 10 at the Inventor 2017. I figured out here at the forum that the API was modified with the 2018 version. Can not it be that? And how to fix it?&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;BR /&gt;Daniel Zdeněk&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 09:52:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7137205#M100393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-08T09:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7139947#M100394</link>
      <description>&lt;TABLE class=" cke_show_border" width="100%" cellspacing="0" cellpadding="6px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Daniel Zdeněk&lt;/SPAN&gt;,&lt;BR /&gt;you are right, in Inventor 2017 with iLogic you were able to modify properties even in write protected files like standard parts in library path. But you couldn't edit these properties from BOM.&lt;BR /&gt;From my point of view, this was a defect in the behavior in former releases and is corrected now in Inventor 2018. I understand that you used this leak for your own purposes.&lt;/P&gt;
&lt;P&gt;With Try - catch - end Try, you can suppress the error message in the code, but you still can't write in the properties of the write protected parts, because they are "write protected".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it really necessary to modify the properties of standard parts every time you run this rule?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Udo Huebner&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 09 Jun 2017 05:25:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7139947#M100394</guid>
      <dc:creator>udo.huebner</dc:creator>
      <dc:date>2017-06-09T05:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7142822#M100395</link>
      <description>&lt;P&gt;Here a discussion/wish on Inventor Idea Station to have write protected files really write protected. No permanent, temporary or local changes should be possible.&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-ideas/write-protection-for-write-protected-files/idi-p/5602366" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-ideas/write-protection-for-write-protected-files/idi-p/5602366&lt;/A&gt;&lt;BR /&gt;Now, you need this unwanted behavior back? You can post this as Idea - but explain clearly, why it is useful for you and most other Inventor users.&lt;BR /&gt;Let's try to find a better way to solve your intention. Explain your desired result and we can search for a solution. The old way - modifying write protected files - is closed for now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 06:37:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7142822#M100395</guid>
      <dc:creator>udo.huebner</dc:creator>
      <dc:date>2017-06-10T06:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7169895#M100396</link>
      <description>&lt;P&gt;Hello Daniel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just tried this issue again both with inventor 2017 and 2018, but see no difference that iLigic rule can run without error both in Win7 OS and Win 10 OS.&lt;/P&gt;
&lt;P&gt;But I can reproduce the error you saw with a unsaved part or assembly file with following steps. Please check whether your assembly file is saved or not prior to running the rule. &lt;/P&gt;
&lt;P&gt;1. Ceating a new assembly or part document, do not save it manually. &lt;/P&gt;
&lt;P&gt;2. Add a new iLogic rule, with just one lline of your rule: &lt;/P&gt;
&lt;P&gt;ThisDoc.Save.&lt;/P&gt;
&lt;P&gt;Result: It fails saying:&lt;/P&gt;
&lt;P&gt;Error in rule: Rule0, in document: Part1&lt;BR /&gt;Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 06:51:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7169895#M100396</guid>
      <dc:creator>JaneFan</dc:creator>
      <dc:date>2017-06-22T06:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7170355#M100397</link>
      <description>&lt;P&gt;Hello Jane, please insert a standard part from content center (stored in a lib.path), then test again. The exception occurs mainly with write protected files.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 10:14:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7170355#M100397</guid>
      <dc:creator>udo.huebner</dc:creator>
      <dc:date>2017-06-22T10:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7174225#M100398</link>
      <description>&lt;P&gt;Hi Udo,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your clarification. My misunderstanding previously. You are right, It's a new change from Inventor 2018 in API.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 15:40:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7174225#M100398</guid>
      <dc:creator>JaneFan</dc:creator>
      <dc:date>2017-06-23T15:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7184880#M100399</link>
      <description>&lt;P&gt;Hello Udo,&lt;/P&gt;&lt;P&gt;Yes, it is really necessary.&lt;BR /&gt;Skanska has used it to create elements that hang on the facade.&lt;BR /&gt;At this point, they have a 14-day slip in the projection, and the situation is serious about being threatened with redundancies, and they are considering finding new software to ensure that the update does not happen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They did not know about the use of the hole in the system, and so no one even thought of preparing for such a situation in the future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not possible to override an element because it consists of 2000+ components and has more than 20 different rules applied to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please can you&amp;nbsp;create a patch that would allow the rule to work again?&lt;BR /&gt;Or is there no way to put it into operation?&lt;BR /&gt;I suppose that when the hole was repaired, it should go for this rare case to pay off.&lt;/P&gt;&lt;P&gt;Thank you for your quick response and your greetings,&lt;BR /&gt;Daniel Zdenek&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 09:40:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7184880#M100399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-28T09:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7185146#M100400</link>
      <description>&lt;P&gt;Hello Daniel, I understand that this is an current Problem.&lt;/P&gt;
&lt;P&gt;But in 2017 in former releases you also were&amp;nbsp;not able to modify Properties in Standard parts in library path or in general write protected files. If you opened the files directly you got always the message&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Standardparts-writeprotected.PNG" style="width: 559px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/372281i516906B6E3D5CF6D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Standardparts-writeprotected.PNG" alt="Standardparts-writeprotected.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and in the BOM the properties were greyed out.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BOM-Writeprotected.PNG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/372282i0574BE94AD5BCDE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="BOM-Writeprotected.PNG" alt="BOM-Writeprotected.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only using the leak in the API you were able to modify the properties in the write protected parts. But a save of these files was also not possible. So what is your intention or the result you need - an modified BOM export? You have to modify your iLogic rule to write a individual BOM with the name of the current Project directly to a file (text or Excel), without modifying the properties of standard parts.&lt;BR /&gt;I understand that this is a hot issue and it have to be changed soon. As a workaround you can Pack&amp;amp;Go your Assembly and then use your Ilogic rules with the copied assembly when standard parts not write protected.&lt;/P&gt;
&lt;P&gt;Why has this issue (functionality of rules) has not been tested before upgrading to Inventor 2018 companywide?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only quick and clean solution from my point of view is to modify your iLogic rules to reach your result, but in a different way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 11:14:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7185146#M100400</guid>
      <dc:creator>udo.huebner</dc:creator>
      <dc:date>2017-06-28T11:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7217117#M100401</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Maybe you don't really need to modify the properties in the library files? If that's the case, you can make the rule run without error by checking the location of each file before trying to modify it.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 16:46:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7217117#M100401</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2017-07-10T16:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7217570#M100402</link>
      <description>&lt;P&gt;Poor workflows and poor understanding of the software you use leaves room for catastrophic "failure".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps going into the future, your employees who use this software should look into doing their processing using the&amp;nbsp;AUTODESK SUPPORTED methods so that there is zero % chance they would change things that would leave you hanging.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 19:19:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7217570#M100402</guid>
      <dc:creator>MechMachineMan</dc:creator>
      <dc:date>2017-07-10T19:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7218747#M100403</link>
      <description>&lt;P&gt;Hey, currently see two possible solutions to this (workarounds):&lt;/P&gt;
&lt;P&gt;1) Don't store the project number in the CC (or any write-protected) parts. (If it's for BOM purposes or smt. it can be re-written in the table).&lt;/P&gt;
&lt;P&gt;2) Copy the&amp;nbsp;&lt;SPAN&gt;CC (or any write-protected) parts from the library to the project folder (programatically, and link the files to the new location). This way you will be able to write to them.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I can write the code if you wish.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 08:09:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7218747#M100403</guid>
      <dc:creator>Owner2229</dc:creator>
      <dc:date>2017-07-11T08:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7523931#M100404</link>
      <description>&lt;P&gt;I have the same problem with a .NET addin I wrote for a customer.&lt;/P&gt;&lt;P&gt;It is necessary for me too to access CC's components iProperties from my Addin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I explain how it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;- The user checks a file out from the Vault&amp;nbsp;&lt;/P&gt;&lt;P&gt;- He launches my addin: the addin does many things; the most useful one is accessing their ERP with the component's part number (read from the iPropeties) and write its properties, read from the ERP, back inside the component. They need it because those data are mapped in Vault, and useful both for the designers and for everybody who has access to the Vault and need to look for files.&lt;/P&gt;&lt;P&gt;- The same properties are then mapped with the items, creating a full sync between Vault, Inventor and ERP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything has always worked like a clockwork until r2018&lt;/P&gt;&lt;P&gt;Now it still works for normal components, but it is impossibile to access the iProperties of CC's files, even if they are checked out, but&amp;nbsp;Ineed to write the society's special information even inside them, not only inside the normal components.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that in this case Autodesk should take a step back and let us access library's properties as before by releasing a proper fix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Davide Brizio&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 14:42:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7523931#M100404</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T14:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7524032#M100405</link>
      <description>&lt;P&gt;We're planning to add an API option that you can set to restore the ability to modify library files.&lt;BR /&gt;(The internal number of this issue is INVGEN-6002).&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 15:05:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7524032#M100405</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2017-11-07T15:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7524909#M100406</link>
      <description>It's not impossible. Just difficult.&lt;BR /&gt;&lt;BR /&gt;If you open a secondary application and change the content center files&lt;BR /&gt;locations in either the project or application settings, it will let you&lt;BR /&gt;modify the content center file in inventor because it will no longer&lt;BR /&gt;recognize it as a protected location.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Nov 2017 19:35:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7524909#M100406</guid>
      <dc:creator>MechMachineMan</dc:creator>
      <dc:date>2017-11-07T19:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7527184#M100407</link>
      <description>&lt;P&gt;I solved the problem by dinamically copying the component into a temporary directory, modifying its properties, and then copying it back into its original position.&lt;/P&gt;&lt;P&gt;It seems to work, even if it's not beautiful to see because you can see the file closing and opening in front of you, and of course it is slower than the previous solution. But at least it's a solution, and it works.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Davide&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 14:11:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7527184#M100407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-08T14:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7549146#M100408</link>
      <description>&lt;P&gt;Exists already an API option for the internal issue number INVGEN-6002 ?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 11:00:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7549146#M100408</guid>
      <dc:creator>NPieper</dc:creator>
      <dc:date>2017-11-16T11:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7550604#M100409</link>
      <description>&lt;P&gt;There is an option. It's&amp;nbsp;available only in the recently released Inventor 2018.2 Update.&lt;BR /&gt;To enable it, set the Inventor.Application._LibraryDocumentModifiable property to true. Example:&lt;BR /&gt;&lt;BR /&gt;ThisApplication._LibraryDocumentModifiable = True&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 18:28:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7550604#M100409</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2017-11-16T18:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic error</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7551300#M100410</link>
      <description>&lt;P&gt;Is there a reason this API change isn't documented in the 2018.2 release notes?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/inventor-products/downloads/caas/downloads/content/inventor-2018-updates-for-customers-subscription.html" target="_blank"&gt;https://knowledge.autodesk.com/support/inventor-products/downloads/caas/downloads/content/inventor-2018-updates-for-customers-subscription.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 22:22:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-error/m-p/7551300#M100410</guid>
      <dc:creator>MechMachineMan</dc:creator>
      <dc:date>2017-11-16T22:22:21Z</dc:date>
    </item>
  </channel>
</rss>

