<?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: Alternate between CONNECT32 and CONNECT64 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alternate-between-CONNECT32-and-CONNECT64/m-p/846255#M1001824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌connect instead of connect32/64&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 19:36:15 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2015-06-17T19:36:15Z</dc:date>
    <item>
      <title>Alternate between CONNECT32 and CONNECT64</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-between-CONNECT32-and-CONNECT64/m-p/846253#M1001822</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;In my environment we are 32 bits on Desktop and 64 bits no Server. Because of that, we need to change the connection strings from something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLEDB &lt;STRONG&gt;CONNECT32&lt;/STRONG&gt; TO [Provider=OraOLEDB.Oracle.1;Persist Security Info=False;User ID=myuser;Data Source=animus;Extended Properties=""] (XPassword is XXXXXXX);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;OLEDB &lt;STRONG&gt;CONNECT64&lt;/STRONG&gt; TO [Provider=OraOLEDB.Oracle.1;Persist Security Info=False;User ID=myuser;Data Source=animus;Extended Properties=""] (XPassword is XXXXXXX);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;every time we need to deploy the application in qlikview server, and do the opposite when we need to do some maintenance on it in the desktop.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I'm wondering if there is any feature (eg, a conditional) in qlikview scripting than I can use here to avoid changing the connection string by hand. If so, how can I do that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Matheus&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 17:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-between-CONNECT32-and-CONNECT64/m-p/846253#M1001822</guid>
      <dc:creator />
      <dc:date>2015-06-17T17:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate between CONNECT32 and CONNECT64</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-between-CONNECT32-and-CONNECT64/m-p/846254#M1001823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Hi Matheus,&lt;/P&gt;&lt;P&gt;Use a varible in the script with the full sente ce or keyword and include it in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(Include=arch.txt);&lt;/P&gt;&lt;P&gt;OLEDB '$(vArch)' TO [...];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where arch.txt is a file with a single line:&lt;/P&gt;&lt;P&gt;SET vArch = 'CONNECT32';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and likewise in the server with the 64 bit command.&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 19:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-between-CONNECT32-and-CONNECT64/m-p/846254#M1001823</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2015-06-17T19:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate between CONNECT32 and CONNECT64</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-between-CONNECT32-and-CONNECT64/m-p/846255#M1001824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌connect instead of connect32/64&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 19:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-between-CONNECT32-and-CONNECT64/m-p/846255#M1001824</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-06-17T19:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate between CONNECT32 and CONNECT64</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-between-CONNECT32-and-CONNECT64/m-p/846256#M1001825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would be great, but I'm getting an "unregistered class" error when I use CONNECT instead of CONNECT32 on desktop:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ErrorSource: Microsoft OLE DB Service Components, ErrorMsg: Classe não registrada&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO [Provider=OraOLEDB.Oracle.1;Persist Security Info=False;User ID=XXXX;Data Source=XXXX;Extended Properties=""] (XPassword is XXXXX)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 12:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-between-CONNECT32-and-CONNECT64/m-p/846256#M1001825</guid>
      <dc:creator />
      <dc:date>2015-06-18T12:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate between CONNECT32 and CONNECT64</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-between-CONNECT32-and-CONNECT64/m-p/846257#M1001826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Miguel! I just had to take off the quotes, the following worked like a charm:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(Include=arch.txt)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OLEDB $(vArch) TO [...]; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 12:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-between-CONNECT32-and-CONNECT64/m-p/846257#M1001826</guid>
      <dc:creator />
      <dc:date>2015-06-18T12:21:56Z</dc:date>
    </item>
  </channel>
</rss>

