<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KentKeller さんのアクティビティ</title><link>https://www.aras.com/community/members/kentkeller</link><description>KentKeller さんの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>PartItem.getfileproperty(&amp;quot;thumbnail&amp;quot;, filepath) fails to upload to vault</title><link>https://www.aras.com/community/f/development/36353/partitem-getfileproperty-thumbnail-filepath-fails-to-upload-to-vault</link><pubDate>Thu, 25 Mar 2021 23:23:55 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:6d49581e-cf90-4e84-b52e-d50618186c91</guid><dc:creator>KentKeller</dc:creator><description>&lt;p&gt;I am trying to upload a thumbnail image to a part item (innovator.part.thumbnail)&lt;/p&gt;
&lt;p&gt;The method for this is the setfileproperty method.&lt;/p&gt;
&lt;p&gt;I have written a function to do this, but it failt to create a new file in the vault.&amp;nbsp; The other updates work fine and the part.thumbnail property does populate with some unknown GUID&lt;/p&gt;
&lt;p&gt;Public Sub RegisterArasPart(strPartNumber As String _&lt;br /&gt;&amp;nbsp;, strName As String _&lt;br /&gt;&amp;nbsp;, strDescription As String _&lt;br /&gt;&amp;nbsp;, strClassification As String _&lt;br /&gt;&amp;nbsp;, strLegacyNumber As String _&lt;br /&gt;&amp;nbsp;, strPDMDocumentID As String _&lt;br /&gt;&amp;nbsp;, strImagePath As String)&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;nbsp;&amp;#39;Update an existing Aras Item and populate the thumbnail&lt;br /&gt;&amp;nbsp;&amp;#39;Note: I ensured that the file specified is on the server (or available)&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;nbsp;Dim NewPartItem As Aras.IOM.Item = inn.newItem(&amp;quot;part&amp;quot;, &amp;quot;add&amp;quot;)&lt;br /&gt;&amp;nbsp;NewPartItem.setProperty(&amp;quot;item_number&amp;quot;, strPartNumber) &amp;#39; &amp;amp; iDashNumber.ToString(&amp;quot;00&amp;quot;))&lt;br /&gt;&amp;nbsp;NewPartItem.setProperty(&amp;quot;name&amp;quot;, strName)&lt;br /&gt;&amp;nbsp;NewPartItem.setProperty(&amp;quot;description&amp;quot;, strDescription)&lt;br /&gt;&amp;nbsp;NewPartItem.setProperty(&amp;quot;pdmdocumentid&amp;quot;, strPDMDocumentID)&lt;br /&gt;&amp;nbsp;NewPartItem.setProperty(&amp;quot;classification&amp;quot;, strClassification)&lt;br /&gt;&amp;nbsp;NewPartItem.setProperty(&amp;quot;_legacy_number&amp;quot;, strLegacyNumber)&lt;br /&gt;&amp;nbsp;NewPartItem.setFileProperty(&amp;quot;thumbnail&amp;quot;, strImagePath) &amp;#39;This fails to upload the file given by the strImagePath. &lt;br /&gt;&amp;nbsp;NewPartItem.apply()&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;nbsp;DisconnectFromAras() &amp;#39;This is my function to disconnect&lt;/p&gt;
&lt;p&gt;End Sub&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>KentKeller</title><link>https://www.aras.com/community/members/kentkeller/activities/b20ef6cc-486f-403c-8420-b7bc12dcce15</link><pubDate>Fri, 26 Mar 2021 15:13:34 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b20ef6cc-486f-403c-8420-b7bc12dcce15</guid><dc:creator>KentKeller</dc:creator><description>&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>getfileproperty</title><link>https://www.aras.com/community/f/development/36354/getfileproperty</link><pubDate>Thu, 25 Mar 2021 23:24:48 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c30e676f-0182-495c-92d8-37dbed204805</guid><dc:creator>KentKeller</dc:creator><description>&lt;p&gt;I am trying to upload a thumbnail image to a part item (innovator.part.thumbnail)&lt;/p&gt;
&lt;p&gt;The method for this is the setfileproperty method.&lt;/p&gt;
&lt;p&gt;I have written a function to do this, but it failt to create a new file in the vault.&amp;nbsp; The other updates work fine and the part.thumbnail property does populate with some unknown GUID&lt;/p&gt;
&lt;p&gt;Public Sub RegisterArasPart(strPartNumber As String _&lt;br /&gt;&amp;nbsp;, strName As String _&lt;br /&gt;&amp;nbsp;, strDescription As String _&lt;br /&gt;&amp;nbsp;, strClassification As String _&lt;br /&gt;&amp;nbsp;, strLegacyNumber As String _&lt;br /&gt;&amp;nbsp;, strPDMDocumentID As String _&lt;br /&gt;&amp;nbsp;, strImagePath As String)&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;nbsp;&amp;#39;Update an existing Aras Item and populate the thumbnail&lt;br /&gt;&amp;nbsp;&amp;#39;Note: I ensured that the file specified is on the server (or available)&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;nbsp;Dim NewPartItem As Aras.IOM.Item = inn.newItem(&amp;quot;part&amp;quot;, &amp;quot;add&amp;quot;)&lt;br /&gt;&amp;nbsp;NewPartItem.setProperty(&amp;quot;item_number&amp;quot;, strPartNumber)&amp;nbsp;&lt;br /&gt;&amp;nbsp;NewPartItem.setProperty(&amp;quot;name&amp;quot;, strName)&lt;br /&gt;&amp;nbsp;NewPartItem.setProperty(&amp;quot;description&amp;quot;, strDescription)&lt;br /&gt;&amp;nbsp;NewPartItem.setProperty(&amp;quot;pdmdocumentid&amp;quot;, strPDMDocumentID)&lt;br /&gt;&amp;nbsp;NewPartItem.setProperty(&amp;quot;classification&amp;quot;, strClassification)&lt;br /&gt;&amp;nbsp;NewPartItem.setProperty(&amp;quot;_legacy_number&amp;quot;, strLegacyNumber)&lt;br /&gt;&amp;nbsp;NewPartItem.setFileProperty(&amp;quot;thumbnail&amp;quot;, strImagePath) &amp;#39;This fails to upload the file given by the strImagePath. &lt;br /&gt;&amp;nbsp;NewPartItem.apply()&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;nbsp;DisconnectFromAras() &amp;#39;This is my function to disconnect&lt;/p&gt;
&lt;p&gt;End Sub&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://www.aras.com/community/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Thu, 25 Mar 2021 05:36:27 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:fdfa10b3-02a7-41ff-967d-fdd4c241926f</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>CAD documents management without connector</title><link>https://www.aras.com/community/f/getting-started/3763/cad-documents-management-without-connector</link><pubDate>Wed, 27 Jun 2018 04:07:57 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:fd29bef5-cdac-4183-b826-b3739621423c</guid><dc:creator>PaulvanderRee</dc:creator><description>Hi, we have done an Aras installation for demo/ test purposes. So we have the free downloaded version, no connectors. On the side of regular documents, parts, BOM etc. everything goes well. Where I get stuck is uploading/ managing CAD (Inventor) files. The question “can you manage CAD files and relationships without a CAD connector” has come up several times (1), but I have not found a clear answer.
 Aras states many times that it can manage/ vault any kind of file with or without a connector but a clear, concise tutorial is needed!

The main question is: Without a CAD connector, do I upload the CAD files in “documents” or in “CAD documents” (“CAD documents are mainly used by CAD integrations. It was set by Aras to standardize the way CAD integrations were made.”).
Either way, can you give a step-by-step instruction? 

If CAD models must be uploaded in “CAD documents” it is not clear what the relationship is between the “native file”/ “viewable file” fields and the “files” tab (lower part of the screen, where files are uploaded). Below is a link (2) – instruction that says to first upload the files into the vault and then connect them to the “native” and “viewable” fields. 

Link to earlier post:
 [1] &lt;a href="http://community.aras.com/fr/forums/topic/file-structure-in-the-vault/"&gt;community.aras.com/.../&lt;/a&gt;
 [2] &lt;a href="http://community.aras.com/en/forums/topic/7276-developers-forum-save-a-new-cad-document/"&gt;community.aras.com/.../&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CAD revision management</title><link>https://www.aras.com/community/f/getting-started/3938/cad-revision-management</link><pubDate>Wed, 26 Sep 2018 05:32:41 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:14852d04-2844-4fc5-9773-c9a608274826</guid><dc:creator>Former Member</dc:creator><description>I&amp;#39;ve just gotten started evaluating Aras Innovator as a PDM solution. I have been able to work out most of the functionalities we need it for, which is mainly related to keeping track of our CAD documentation. However, there are two things that get in the way, one of them being how to open assemblies from Innovator (it seems I need to open the individual parts separately to have them appear in the assembly) and the other being how CAD document revisions are handled.

Let&amp;#39;s say I have an CAD assembly named &amp;quot;Assembly 1&amp;quot; which consists of &amp;quot;Component 1&amp;quot; and &amp;quot;Component 2&amp;quot;. They all start out as revision A. At some point I make a minor adjustment to &amp;quot;Component 2&amp;quot;, bringing it to revision B. The change is small enough that I see no reason to revise the assembly. However, I want the structure for the Innovator CAD document for &amp;quot;Assembly 1&amp;quot; to reflect this update so that it now points to &amp;quot;Component 1 revision A&amp;quot; and &amp;quot;Component 2 revision B&amp;quot;. I want to avoid having to revise the entire product structure for minor changes to components used.

I tried changing the Life cycle maps for CAD, Part and Document to set the released behaviour to float and thought this would make the assembly point to the new revision. That changed nothing though.

A workaround would be to step in as an administrator and update the CAD document structure to replace superseded revisions but I&amp;#39;d much rather have it automated to avoid unnecessary mistakes.

Any suggestions on how to proceed?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>