<?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>article How to convert between different QlikView shared file formats in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-between-different-QlikView-shared-file-formats/ta-p/1712634</link>
    <description>&lt;P&gt;The original format is recognizable by the&amp;nbsp;&lt;I&gt;.Shared&lt;/I&gt;&amp;nbsp;ending, while the transactional shared file format ends with&amp;nbsp;&lt;I&gt;.TShared&lt;/I&gt;. A shared file using the transactional .&lt;I&gt;TShared&lt;/I&gt;&amp;nbsp;format is more reliable in case of failures, such as network issues, power outages, or insufficient storage space on disk. We recommend to use the&amp;nbsp;.&lt;I&gt;TShared&lt;/I&gt;&amp;nbsp;format for files larger than 2 GB, because this format can handle file size up to 16 EB (exabyte). You can use the two different formats, original and transactional, simultaneously for different applications on the same server. However, only one format (either&amp;nbsp;.&lt;I&gt;Shared&lt;/I&gt;&amp;nbsp;or&amp;nbsp;.&lt;I&gt;TShared&lt;/I&gt;) should be used in a given application.&lt;BR /&gt;&lt;BR /&gt;The -&lt;SPAN&gt;f&lt;/SPAN&gt; parameter allows to use the cleaning tool to convert between different shared file formats, such as .&lt;I&gt;TShared&lt;/I&gt; and .&lt;I&gt;Shared.&lt;/I&gt;&lt;BR /&gt;The format can be specified as:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;same &lt;/FONT&gt;The file format of the input file will be used.&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;orig &lt;/FONT&gt;The original .&lt;I&gt;Shared&lt;/I&gt; format is used as output format.&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;tx &lt;/FONT&gt;The .&lt;I&gt;TShared&lt;/I&gt; format is used as output format.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If the &lt;FONT face="courier new,courier"&gt;-f &lt;/FONT&gt;parameter is not specified, the default option is &lt;FONT face="courier new,courier"&gt;same&lt;/FONT&gt;.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;QlikView 12.20 (November 2017) and up&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Resolution:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a copy of the QVS executable. By default the QVS.exe is installed in&amp;nbsp;&lt;I&gt;C:\Program Files\QlikView\Server&lt;/I&gt;&lt;/LI&gt;
&lt;LI&gt;Navigate to the folder where the copy of the QVS.exe is located.&lt;/LI&gt;
&lt;LI&gt;Example to change the output format:&lt;BR /&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Convert .&lt;I&gt;TShared&lt;/I&gt; to .&lt;I&gt;&lt;I&gt;Shared&lt;BR /&gt;&lt;/I&gt;&lt;/I&gt;&lt;LI-CODE lang="cpp"&gt;QVS.exe -x "C:\Temp\1.QVW.TShared" -p -f orig​&lt;/LI-CODE&gt;&lt;I&gt;&amp;nbsp;And you will get a 1.QVW.Shared_clean file on the same folder as a result. Simply rename the resulting .&lt;I&gt;Shared_clean&lt;/I&gt;&lt;SPAN style="font-family: inherit;"&gt; to .&lt;/SPAN&gt;&lt;I&gt;Shared&lt;/I&gt;&lt;SPAN style="font-family: inherit;"&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/LI&gt;
&lt;LI&gt;Convert .&lt;I&gt;Shared&lt;/I&gt; to .&lt;I&gt;&lt;I&gt;TShared&lt;BR /&gt;&lt;/I&gt;&lt;/I&gt;&lt;LI-CODE lang="cpp"&gt;QVS.exe -x "C:\Temp\1.QVW.Shared" -p -f tx&lt;/LI-CODE&gt;And you will get a 1.QVW.TShared_clean file on the same folder as a result. Simply rename the resulting .&lt;I&gt;TShared_clean&lt;/I&gt;&lt;SPAN style="font-family: inherit;"&gt; to .&lt;/SPAN&gt;&lt;I&gt;TShared&lt;/I&gt;&lt;SPAN style="font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://support.qlik.com/articles/Basic/What-is-DefaultBlobDbType" target="_blank" rel="noopener"&gt;What is DefaultBlobDbType? - Defining which to create by default: .shared or .tshared&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Server/Content/QlikView-Server/QVSRM_Cleaning_Shared_Files.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Server/Content/QlikView-Server/QVSRM_Cleaning_Shared_Files.htm&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 03 Aug 2021 06:23:01 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2021-08-03T06:23:01Z</dc:date>
    <item>
      <title>How to convert between different QlikView shared file formats</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-between-different-QlikView-shared-file-formats/ta-p/1712634</link>
      <description>&lt;P&gt;The original format is recognizable by the&amp;nbsp;&lt;I&gt;.Shared&lt;/I&gt;&amp;nbsp;ending, while the transactional shared file format ends with&amp;nbsp;&lt;I&gt;.TShared&lt;/I&gt;. A shared file using the transactional .&lt;I&gt;TShared&lt;/I&gt;&amp;nbsp;format is more reliable in case of failures, such as network issues, power outages, or insufficient storage space on disk. We recommend to use the&amp;nbsp;.&lt;I&gt;TShared&lt;/I&gt;&amp;nbsp;format for files larger than 2 GB, because this format can handle file size up to 16 EB (exabyte). You can use the two different formats, original and transactional, simultaneously for different applications on the same server. However, only one format (either&amp;nbsp;.&lt;I&gt;Shared&lt;/I&gt;&amp;nbsp;or&amp;nbsp;.&lt;I&gt;TShared&lt;/I&gt;) should be used in a given application.&lt;BR /&gt;&lt;BR /&gt;The -&lt;SPAN&gt;f&lt;/SPAN&gt; parameter allows to use the cleaning tool to convert between different shared file formats, such as .&lt;I&gt;TShared&lt;/I&gt; and .&lt;I&gt;Shared.&lt;/I&gt;&lt;BR /&gt;The format can be specified as:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;same &lt;/FONT&gt;The file format of the input file will be used.&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;orig &lt;/FONT&gt;The original .&lt;I&gt;Shared&lt;/I&gt; format is used as output format.&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;tx &lt;/FONT&gt;The .&lt;I&gt;TShared&lt;/I&gt; format is used as output format.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If the &lt;FONT face="courier new,courier"&gt;-f &lt;/FONT&gt;parameter is not specified, the default option is &lt;FONT face="courier new,courier"&gt;same&lt;/FONT&gt;.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;QlikView 12.20 (November 2017) and up&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Resolution:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a copy of the QVS executable. By default the QVS.exe is installed in&amp;nbsp;&lt;I&gt;C:\Program Files\QlikView\Server&lt;/I&gt;&lt;/LI&gt;
&lt;LI&gt;Navigate to the folder where the copy of the QVS.exe is located.&lt;/LI&gt;
&lt;LI&gt;Example to change the output format:&lt;BR /&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Convert .&lt;I&gt;TShared&lt;/I&gt; to .&lt;I&gt;&lt;I&gt;Shared&lt;BR /&gt;&lt;/I&gt;&lt;/I&gt;&lt;LI-CODE lang="cpp"&gt;QVS.exe -x "C:\Temp\1.QVW.TShared" -p -f orig​&lt;/LI-CODE&gt;&lt;I&gt;&amp;nbsp;And you will get a 1.QVW.Shared_clean file on the same folder as a result. Simply rename the resulting .&lt;I&gt;Shared_clean&lt;/I&gt;&lt;SPAN style="font-family: inherit;"&gt; to .&lt;/SPAN&gt;&lt;I&gt;Shared&lt;/I&gt;&lt;SPAN style="font-family: inherit;"&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/LI&gt;
&lt;LI&gt;Convert .&lt;I&gt;Shared&lt;/I&gt; to .&lt;I&gt;&lt;I&gt;TShared&lt;BR /&gt;&lt;/I&gt;&lt;/I&gt;&lt;LI-CODE lang="cpp"&gt;QVS.exe -x "C:\Temp\1.QVW.Shared" -p -f tx&lt;/LI-CODE&gt;And you will get a 1.QVW.TShared_clean file on the same folder as a result. Simply rename the resulting .&lt;I&gt;TShared_clean&lt;/I&gt;&lt;SPAN style="font-family: inherit;"&gt; to .&lt;/SPAN&gt;&lt;I&gt;TShared&lt;/I&gt;&lt;SPAN style="font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://support.qlik.com/articles/Basic/What-is-DefaultBlobDbType" target="_blank" rel="noopener"&gt;What is DefaultBlobDbType? - Defining which to create by default: .shared or .tshared&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Server/Content/QlikView-Server/QVSRM_Cleaning_Shared_Files.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Server/Content/QlikView-Server/QVSRM_Cleaning_Shared_Files.htm&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 03 Aug 2021 06:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-between-different-QlikView-shared-file-formats/ta-p/1712634</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-08-03T06:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert between different QlikView shared file formats</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-between-different-QlikView-shared-file-formats/tac-p/1826204#M3928</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the post.&lt;/P&gt;&lt;P&gt;I need to convert the existing Shared file to TShared withour loosing it's content.&lt;/P&gt;&lt;P&gt;Perhaps I am missing something, but the only option that works in my case was the option [-p], which purges the file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to present all the content of the "original" file, but just convert it to TS format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried to do that using [........ -v -f tx] command, but nothing happens. No error, just no conversion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would appreciate any suggestions.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 03:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-between-different-QlikView-shared-file-formats/tac-p/1826204#M3928</guid>
      <dc:creator>VladKomarov</dc:creator>
      <dc:date>2021-08-03T03:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert between different QlikView shared file formats</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-between-different-QlikView-shared-file-formats/tac-p/1826213#M3929</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/136471"&gt;@VladKomarov&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are using the correct syntax. A&amp;nbsp;&lt;SPAN&gt;Shared_clean file should be created, which you can then rename. If that does not happen, even with the right syntax used, I would recommend logging a ticket with support and sending over the .shared file that you wish to have converted.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Make certain to mention the versions used!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 06:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-between-different-QlikView-shared-file-formats/tac-p/1826213#M3929</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-08-03T06:24:23Z</dc:date>
    </item>
  </channel>
</rss>

