<?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 How can I get a new document's guid after I copy it to the folder. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-get-a-new-document-s-guid-after-I-copy-it-to-the/m-p/729376#M1241694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I get a new document's guid after I copy it to the folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using qmsapi. I want to upload a qvw file and set permission to it. But after I upload the qvw file I can't get the qvw file 's guid. I use the code below:&lt;/P&gt;&lt;P&gt;string guid = QMSService.GetDocumentGuid(FileUtils.GetFullFileName(urlPath));&lt;/P&gt;&lt;P&gt;I can't get the guid until almost 1 min later.&lt;/P&gt;&lt;P&gt;How can I get the guid immediately.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T16:26:21Z</dc:date>
    <item>
      <title>How can I get a new document's guid after I copy it to the folder.</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-a-new-document-s-guid-after-I-copy-it-to-the/m-p/729376#M1241694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I get a new document's guid after I copy it to the folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using qmsapi. I want to upload a qvw file and set permission to it. But after I upload the qvw file I can't get the qvw file 's guid. I use the code below:&lt;/P&gt;&lt;P&gt;string guid = QMSService.GetDocumentGuid(FileUtils.GetFullFileName(urlPath));&lt;/P&gt;&lt;P&gt;I can't get the guid until almost 1 min later.&lt;/P&gt;&lt;P&gt;How can I get the guid immediately.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-a-new-document-s-guid-after-I-copy-it-to-the/m-p/729376#M1241694</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get a new document's guid after I copy it to the folder.</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-a-new-document-s-guid-after-I-copy-it-to-the/m-p/729377#M1241697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a slow connection to the API? Does other commands go much faster? If so, is there a lot of documents in that folder?&lt;/P&gt;&lt;P&gt;Could be that it just takes a long time to generate the contents of the folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 08:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-a-new-document-s-guid-after-I-copy-it-to-the/m-p/729377#M1241697</guid>
      <dc:creator>ergustafsson</dc:creator>
      <dc:date>2014-07-22T08:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get a new document's guid after I copy it to the folder.</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-a-new-document-s-guid-after-I-copy-it-to-the/m-p/729378#M1241700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've solved the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a trick that may help, can you check and let me know the result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http://community.qlik.com/message/265711#265711&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically first to clear the qv cache before the upload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// clear the QMS's QVS object cache from user document listings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// so that the any new user documents can be discovered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apiClient.ClearQVSCache(QVSCacheObjects.UserDocumentList);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 08:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-a-new-document-s-guid-after-I-copy-it-to-the/m-p/729378#M1241700</guid>
      <dc:creator />
      <dc:date>2014-07-22T08:29:16Z</dc:date>
    </item>
  </channel>
</rss>

