<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Significance of the Checkedout Path on the File file type</title><link>https://www.aras.com/community/f/development/5912/significance-of-the-checkedout-path-on-the-file-file-type</link><description>Good morning - I&amp;#39;m hoping someone can help me here. I&amp;#39;m wondering what is the significance of the property Checkedout Path when adding a file to the vault manually. 
 I have the following code that takes a PDF file from a data structure that I am passing</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Significance of the Checkedout Path on the File file type</title><link>https://www.aras.com/community/thread/2748?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2019 13:41:36 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2417df22-f5a7-4ad4-8db7-563ec2d8ca4e</guid><dc:creator>Mark Lawrence</dc:creator><description>&lt;p&gt;Chris&lt;/p&gt;
&lt;p&gt;I think I have tracked the problem down to it being a corruption on my local disk.&amp;nbsp; I have moved my code to our development server and am testing it there with no problems at all.&amp;nbsp; Going to unfortunately take some time to re-image my 1TB development laptop &lt;span class="emoticon" data-url="https://www.aras.com/community/cfs-file/__key/system/emoji/1f61e.svg" title="Disappointed"&gt;&amp;#x1f61e;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks for all your help!!!&lt;/p&gt;
&lt;p&gt;Mark&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Significance of the Checkedout Path on the File file type</title><link>https://www.aras.com/community/thread/2747?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2019 12:32:34 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:007d89e1-919c-4072-8c8d-1acd1a9eb6d5</guid><dc:creator>Mark Lawrence</dc:creator><description>&lt;p&gt;Chris - thanks for testing it in your environment.&amp;nbsp; I looked in the Event Viewer (actually cleared it out totally and then recreated the problem) and there is nothing in there.&amp;nbsp; The only thing I can look at is the minidump files from the operating system and I see the following:&lt;/p&gt;
&lt;table border="1" cellpadding="5"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td nowrap="nowrap" bgcolor="#FFFFFF"&gt;PAGE_FAULT_IN_NONPAGED_AREA&lt;/td&gt;
&lt;td nowrap="nowrap" bgcolor="#FFFFFF"&gt;0x00000050&lt;/td&gt;
&lt;td nowrap="nowrap" bgcolor="#FFFFFF"&gt;ffffb501`2365f000&lt;/td&gt;
&lt;td nowrap="nowrap" bgcolor="#FFFFFF"&gt;00000000`00000000&lt;/td&gt;
&lt;td nowrap="nowrap" bgcolor="#FFFFFF"&gt;fffff806`6be628da&lt;/td&gt;
&lt;td nowrap="nowrap" bgcolor="#FFFFFF"&gt;00000000`00000000&lt;/td&gt;
&lt;td nowrap="nowrap" bgcolor="#FFFFFF"&gt;ntoskrnl.exe&lt;/td&gt;
&lt;td nowrap="nowrap" bgcolor="#FFFFFF"&gt;
&lt;p&gt;ntoskrnl.exe+1aa0a0&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In researching the 0x000000050 code, it is almost like a catch all error - it can be anything from software to hardware and anything else in between.&amp;nbsp; Back to the drawing board unfortunately, but I will also email Aras Support to see if they have come across anything similar.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Mark&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Significance of the Checkedout Path on the File file type</title><link>https://www.aras.com/community/thread/2745?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2019 20:12:10 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:989a3a48-bfe4-4169-b394-948adfa34faf</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;Hi Mark,&lt;/p&gt;
&lt;p&gt;I set up a similar test in an 11.0 SP10 instance I had installed locally with a larger PDF file matching the size range you are using, and I still wasn&amp;#39;t able to reproduce the issue. To the best of my knowledge, the&amp;nbsp;&lt;strong&gt;checkedout_path&lt;/strong&gt; property on the File item primarily exists now for legacy purposes, so I&amp;#39;m not sure that it would be causing the crashing behavior that you&amp;#39;re seeing.&lt;/p&gt;
&lt;p&gt;I&amp;#39;d recommend checking out the system logs that happen directly before the crash in the Windows Event Viewer to see if that gives you an idea of what&amp;#39;s causing the crash. If that doesn&amp;#39;t yield any results, you can contact Aras Support. They might have seen this behavior before, and they can also help to check your Windows and browser settings to see if there&amp;#39;s anything that might be causing this.&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Significance of the Checkedout Path on the File file type</title><link>https://www.aras.com/community/thread/2744?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2019 19:49:10 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:cfcc0e21-8118-42e1-8072-3a6b3224ca61</guid><dc:creator>Mark Lawrence</dc:creator><description>&lt;p&gt;Chris&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for the answer.&amp;nbsp; I am using 11SP10.&amp;nbsp; The size of the PDF can vary between 500K to 1.50Mb - the one that I was loading in my example was 1.37Mb.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I located the file in the physical vault and am able to view it fine through File Explorer.&amp;nbsp; The problem comes when using the application.&amp;nbsp; If the source file is there (as in D:\Temp), then there are no issues.&amp;nbsp; However when I rename the file, that is when I get the issue.&amp;nbsp; I have tried this both on IE 11 and Chrome and it gives the issue.&amp;nbsp; I&amp;#39;m not sure if this also might be related to my PDF software which is Foxit, but I have completely deleted and re-installed it and I still have the same issue.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your help&lt;/p&gt;
&lt;p&gt;Mark&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Significance of the Checkedout Path on the File file type</title><link>https://www.aras.com/community/thread/2743?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2019 18:55:47 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:92d95962-6f86-4f9f-b10c-56b16843cf24</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;Hi Mark,&lt;/p&gt;
&lt;p&gt;To the best of my knowledge, Aras Innovator does not create a link between the original file and File item. It merely creates a copy in the physical vault location specified in your VaultServerConfig.xml.&lt;/p&gt;
&lt;p&gt;I tried replicating your code in an 11.0 SP15 instance I have installed on my machine, but I was able to view the File without issue even with the code that deletes the file running properly. Could you let us know what the approximate size of this pdf that you&amp;#39;re uploading is? Could you also let us know what version of Aras Innovator you are using? If you don&amp;#39;t know what version you are using, you can check by&amp;nbsp;selecting&amp;nbsp;&lt;strong&gt;Help &amp;gt; About&lt;/strong&gt; on the main menu when you log in.&lt;/p&gt;
&lt;p&gt;To answer your last question, you can view the physical File after it&amp;#39;s been created in the vault by first navigating to your physical Vault folder. You can find this information in the &lt;strong&gt;VaultServerConfig.xml&lt;/strong&gt; at the root of your Aras Innovator installation. By default the physical Vault will be at&amp;nbsp;&lt;strong&gt;C:\Aras\Vault\&lt;/strong&gt;. Once there you should see a folder corresponding with the name of the database you are using, e.g. &lt;strong&gt;InnovatorSolutions&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;From here, the rest of the path to the physical file will be determined by the ID of the File item within Aras Innovator. The first folder will correspond with the first character of the File&amp;#39;s ID. The name of the second folder will be the first and second characters of the File&amp;#39;s ID. The last folder will be the rest of the File&amp;#39;s ID. For example, the path to the file &amp;quot;Test.pdf&amp;quot; with ID&amp;nbsp;&lt;span&gt;0D71DA1CE0B24EE690802BAF977D3216&amp;nbsp;stored in the database&amp;nbsp;&lt;strong&gt;&lt;/strong&gt;InnovatorSolutions would be:&amp;nbsp;&lt;strong&gt;C:\Aras\Vault\InnovatorSolutions\0\D7\1DA1CE0B24EE690802BAF977D3216\Test.pdf&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Chris&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Christopher Gillis&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Aras Labs Software Engineer&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>