<?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 error when reloading the document using 2 database servers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/error-when-reloading-the-document-using-2-database-servers/m-p/154164#M30880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haneesh,&lt;/P&gt;&lt;P&gt;Thanks, One more doubt, For UNION query how can i give the connection string?. Check the tab3 in the last post. For that how can i give the connection string?.&lt;/P&gt;&lt;P&gt;I need to use that query .&lt;/P&gt;&lt;P&gt;-Raghu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Aug 2010 10:17:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-10T10:17:37Z</dc:date>
    <item>
      <title>error when reloading the document using 2 database servers</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading-the-document-using-2-database-servers/m-p/154162#M30878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have 2 database server and i want to show data by combining from both servers. I have created 2 connection strings from both servers.&lt;/P&gt;&lt;P&gt;After that i had given 2 queries,&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;SELECT sum(SALES),countries from Server1.SALES.DBO.YearSales(Nolock) Group by Countries;&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;SELECT sum(SALES),countries from Server2.SALES.DBO.YearSales(Nolock) Group by Countries;&lt;/P&gt;&lt;P&gt;When i refresh i got an error invalid object name "SELECT sum(SALES),countries from Server1.SALES.DBO.YearSales(Nolock);"&lt;/P&gt;&lt;P&gt;Why it is happening? Difficult to find what is wrong?&lt;/P&gt;&lt;P&gt;One more query by adding 2 servers sales values.&lt;/P&gt;&lt;P&gt;Tab3:&lt;/P&gt;&lt;P&gt;SELECT sum(SALES),countries from Server1.SALES.DBO.YearSales(Nolock) Group by Countries;&lt;/P&gt;&lt;P&gt;UNION&lt;/P&gt;&lt;P&gt;SELECT sum(SALES),countries from Server2.SALES.DBO.YearSales(Nolock) Group by Countries;&lt;/P&gt;&lt;P&gt;This query is also giving error.&lt;/P&gt;&lt;P&gt;Can anyone help me on this.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 09:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading-the-document-using-2-database-servers/m-p/154162#M30878</guid>
      <dc:creator />
      <dc:date>2010-08-10T09:22:35Z</dc:date>
    </item>
    <item>
      <title>error when reloading the document using 2 database servers</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading-the-document-using-2-database-servers/m-p/154163#M30879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Qlikview takes the last mentioned connection string before executing the SQL. Try to add the first connection string and then the corresponding SQL. Then include the next connection string and corresponding SQL or place the connection strings and corresponding SQLs in seperate tabs.&lt;/P&gt;&lt;P&gt;-Haneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 09:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading-the-document-using-2-database-servers/m-p/154163#M30879</guid>
      <dc:creator />
      <dc:date>2010-08-10T09:36:02Z</dc:date>
    </item>
    <item>
      <title>error when reloading the document using 2 database servers</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading-the-document-using-2-database-servers/m-p/154164#M30880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haneesh,&lt;/P&gt;&lt;P&gt;Thanks, One more doubt, For UNION query how can i give the connection string?. Check the tab3 in the last post. For that how can i give the connection string?.&lt;/P&gt;&lt;P&gt;I need to use that query .&lt;/P&gt;&lt;P&gt;-Raghu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading-the-document-using-2-database-servers/m-p/154164#M30880</guid>
      <dc:creator />
      <dc:date>2010-08-10T10:17:37Z</dc:date>
    </item>
    <item>
      <title>error when reloading the document using 2 database servers</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading-the-document-using-2-database-servers/m-p/154165#M30881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;I think you need two do it in two steps.&lt;/P&gt;&lt;P&gt;Connection string 1;&lt;/P&gt;&lt;P&gt;QVTab1:&lt;/P&gt;&lt;P&gt;Load data from first server;&lt;/P&gt;&lt;P&gt;Connection string 2;&lt;/P&gt;&lt;P&gt;QVTab2:&lt;/P&gt;&lt;P&gt;Load data from second server;&lt;/P&gt;&lt;P&gt;QVTab3:&lt;/P&gt;&lt;P&gt;QVTab1&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;QVTab2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Cyriac&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading-the-document-using-2-database-servers/m-p/154165#M30881</guid>
      <dc:creator />
      <dc:date>2010-08-10T10:35:58Z</dc:date>
    </item>
    <item>
      <title>error when reloading the document using 2 database servers</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading-the-document-using-2-database-servers/m-p/154166#M30882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may need to CONCATENATE the two tables rather than join them.&lt;/P&gt;&lt;P&gt;Use the following steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Connection string for first server&lt;/LI&gt;&lt;LI&gt;Load from first server&lt;/LI&gt;&lt;LI&gt;Connection string for second server&lt;/LI&gt;&lt;LI&gt;CONCATENATE load from the second server.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 11:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading-the-document-using-2-database-servers/m-p/154166#M30882</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-08-10T11:26:19Z</dc:date>
    </item>
  </channel>
</rss>

