<?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: Get UDP File Properties when using FindFilesB​ySearchCon​ditions vault 2011 in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/get-udp-file-properties-when-using-findfilesb-ysearchcon-ditions/m-p/4293512#M11137</link>
    <description>&lt;P&gt;thanks, was a long week &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was a school boy error on my part, I only had 28 file results returned but had an array of 128 UDPs, I had a linq query to pull only the UDPs I was interested in but had not passed this into the method call. As soon as I did, lightning fast just as it is in the vault client.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help, much appreciated&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2013 08:39:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-06-10T08:39:15Z</dc:date>
    <item>
      <title>Get UDP File Properties when using FindFilesB​ySearchCon​ditions vault 2011</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/get-udp-file-properties-when-using-findfilesb-ysearchcon-ditions/m-p/3949879#M11135</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am writing an app that interfaces with vault and one of the searches I need to do when it has found the matching files is display a grid using specific file properties. When I do the advanced search through vault with the column layout I require it is lightning fast. I have checked in Fiddler and onyl see two web service calls by vault which are FindFilesBySearchConditions and GetLatestFilesByMasterIds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I do it via code it is painfully slow, the search using FindFilesBySearchConditions is fast enough but it doesn't have any of the file properties, as I can't see how the vault client manages it I have scanned the API docs and found a method called GetProperties on the Document Service web service, it is this call that takes forever. There must be another method call I can use, I have looked at one of the file objects returned by FindFilesBySearchConditions and it doesn't have any file properties.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anybody know what the vault client is doing that I am obviously missing?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2013 15:56:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/get-udp-file-properties-when-using-findfilesb-ysearchcon-ditions/m-p/3949879#M11135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-07T15:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Get UDP File Properties when using FindFilesB​ySearchCon​ditions vault 2011</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/get-udp-file-properties-when-using-findfilesb-ysearchcon-ditions/m-p/4293240#M11136</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Are you limiting the number of propertyDefIds you are calling with GetProperties method for each entity Id? If your&amp;nbsp;page size&amp;nbsp;is set to the maximum 1000 (ADMS Console settings)&amp;nbsp;and you are calling a large amount of property values for 1000 entities I would expect it to be slow.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would suggest maybe limiting the page size setting in your ADMS console or limiting the number of propertyDefIds for each entityId in your GetProperties method parameters.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m making some assumptions that you’re returned file array and the number of properties you are trying to call on that file array are larger than you think. I typically fetch the data the same way you are describing (Perform Search, GetProperties() using returned search array entityIds) and the performance has been pretty fast.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2013 12:18:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/get-udp-file-properties-when-using-findfilesb-ysearchcon-ditions/m-p/4293240#M11136</guid>
      <dc:creator>orbjeff</dc:creator>
      <dc:date>2013-06-09T12:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get UDP File Properties when using FindFilesB​ySearchCon​ditions vault 2011</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/get-udp-file-properties-when-using-findfilesb-ysearchcon-ditions/m-p/4293512#M11137</link>
      <description>&lt;P&gt;thanks, was a long week &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was a school boy error on my part, I only had 28 file results returned but had an array of 128 UDPs, I had a linq query to pull only the UDPs I was interested in but had not passed this into the method call. As soon as I did, lightning fast just as it is in the vault client.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help, much appreciated&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2013 08:39:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/get-udp-file-properties-when-using-findfilesb-ysearchcon-ditions/m-p/4293512#M11137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-10T08:39:15Z</dc:date>
    </item>
  </channel>
</rss>

