<?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: QlikView Salesforce connector - problems running from server (Publisher) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371875#M1229491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much to all, resovled this, but wanted to update the information here for the potential benefit of others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, it was an organizational firewall issue that was preventing the SalesForce connector from reaching their datacenter.&amp;nbsp; I found helpful information by searching the Salesforce site for "Mirrorforce" (which is the technology they use for the API Server).&amp;nbsp; In that document, I found the ports that I needed to request open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the IP address blocks for the Salesforce relevant datacenters.&amp;nbsp; Once I had our security folks open these, the connector worked as it should:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;204.14.232.0/23&amp;nbsp;&amp;nbsp; East Coast Data Center (set one)&lt;BR /&gt;204.14.237.0/24&amp;nbsp;&amp;nbsp; East Coast Data Center (set two)&lt;BR /&gt;96.43.144.0/22&amp;nbsp;&amp;nbsp;&amp;nbsp; MidWest Data Centers&lt;BR /&gt;96.43.148.0/22&amp;nbsp;&amp;nbsp;&amp;nbsp; MidWest Data Centers&lt;BR /&gt;204.14.234.0/23&amp;nbsp;&amp;nbsp; West Coast Data Center (set one)&lt;BR /&gt;204.14.238.0/23&amp;nbsp;&amp;nbsp; West Coast Data Center (set two)&lt;BR /&gt;182.50.76.0/22&amp;nbsp;&amp;nbsp;&amp;nbsp; Japan Data Center&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ports:&amp;nbsp; &lt;STRONG&gt;80&lt;/STRONG&gt;, &lt;STRONG&gt;443&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2012 20:44:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-17T20:44:06Z</dc:date>
    <item>
      <title>QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371866#M1229482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using QlikView 10SR2 and the most current SalesForce connector.&amp;nbsp; Running Publisher on a x64 server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple extract file that selects records from a couple of Salesforce tables and creates QVDs.&amp;nbsp; The file works fine from my desktop, and also runs fine &lt;EM&gt;when run from the QlikView desktop &lt;/EM&gt;on the server where publisher is installed.&amp;nbsp; However, when run as a publisher job, although it does not error or abend, it simply pulls 0 records.&amp;nbsp; So it seems to connect fine and the SELECT statements are fine, but nothing is retrieved.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've re-installed the connector, played with proxy settings, restarted services, restarted the server, all without success.&amp;nbsp; Oddly, I tried to re-create the connection string along the way, and it actually ran ONCE from Publisher, but only that one time.&amp;nbsp; All other attempts have failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When run from my workstation or from the Publisher/Server but using QlikView desktop, the log output is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0020&amp;nbsp; CUSTOM CONNECT*Provider*SalesForceDLL.dll*XUserId*XPassword*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0023&amp;nbsp; Portfolio:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0024&amp;nbsp; SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0025&amp;nbsp; FROM Portfolio__c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 237 fields found: Id, IsDeleted, Name, RecordTypeId, [etc... omitted to simplify post], 603 lines fetched&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0027&amp;nbsp; STORE * FROM Portfolio INTO ..\Datasources\QVD\Salesforce\Portfolio.qvd (qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0029&amp;nbsp; DROP TABLE Portfolio&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0031&amp;nbsp; Account:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0032&amp;nbsp; SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0033&amp;nbsp; FROM Account&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 334 fields found: Id, IsDeleted, MasterRecordId, Name, [etc... omitted to simplify post], 1,774 lines fetched&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0035&amp;nbsp; STORE * FROM Account INTO ..\Datasources\QVD\Salesforce\Account.qvd (qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0037&amp;nbsp; DROP TABLE Account&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0039&amp;nbsp; exit script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution finished.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when run from Publisher, this same file generates a lot like the following, and retrieves no records:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0020&amp;nbsp; CUSTOM CONNECT*Provider*SalesForceDLL.dll*XUserId*XPassword*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0023&amp;nbsp; Portfolio:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0024&amp;nbsp; SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0025&amp;nbsp; FROM Portfolio__c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 fields found: *, 0 lines fetched&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0027&amp;nbsp; STORE * FROM Portfolio INTO ..\Datasources\QVD\Salesforce\Portfolio.qvd (qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0029&amp;nbsp; DROP TABLE Portfolio&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0031&amp;nbsp; Account:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0032&amp;nbsp; SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0033&amp;nbsp; FROM Account&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 fields found: *, 0 lines fetched&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0035&amp;nbsp; STORE * FROM Account INTO ..\Datasources\QVD\Salesforce\Account.qvd (qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0037&amp;nbsp; DROP TABLE Account&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;0039&amp;nbsp; exit script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution finished.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also tried using specific columns in the SELECT rather than the * wildcard, but no joy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas from folks using Salesforce in a Server/Publisher environment?&amp;nbsp; Thanks so much for any inputs or suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371866#M1229482</guid>
      <dc:creator />
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371867#M1229483</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;I've never pulled data from SalesForce so no experience on that. But first thing I'd check is to see if the user configured to run the QV service has the same privileges as the user you logged in your workstation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 02:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371867#M1229483</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2012-06-28T02:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371868#M1229484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Did you try to use QlikTech's template for sales force? &lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://us.demo.qlik.com/detail.aspx?appName=Salesforce.qvw" title="http://us.demo.qlik.com/detail.aspx?appName=Salesforce.qvw"&gt;http://us.demo.qlik.com/detail.aspx?appName=Salesforce.qvw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There, the connections string is similar but has an additional paramenter in the middle. I'm not sure if this may be thedifference. &lt;/P&gt;&lt;P&gt;Did you include the 26-char token in the password? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOMCONNECT TO "Provider=SalesForceDLL.dll;F21;UserId=$(SF_Username);Password=$(SF_Password);";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 09:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371868#M1229484</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-06-28T09:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371869#M1229485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Fernando, but the credentials for Salesforce are included in the connect string.&amp;nbsp; And again, this same file works fine when run using Qlikview desktop on that same machine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 12:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371869#M1229485</guid>
      <dc:creator />
      <dc:date>2012-06-28T12:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371870#M1229486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Erich.&amp;nbsp; Although I've not tried to re-load the demo app, I have verified my connection string, and yes it appears much the same.&amp;nbsp; The F21 you see there is the API level.&amp;nbsp; And yes, the token is in the password.&amp;nbsp; Again, it all runs fine from desktop (on both my development workstation and from the very same machine where Publisher is running.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 12:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371870#M1229486</guid>
      <dc:creator />
      <dc:date>2012-06-28T12:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371871#M1229487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you use QV Desktop on the server is it x64 as well? &lt;/P&gt;&lt;P&gt;Which SalesForce connector did you install? x64 or x86 or both? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the Force32 checkbox make any difference in your case? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 12:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371871#M1229487</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-06-28T12:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371872#M1229488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a x64 machine, with x64 Server/Publisher, x64 Salesforce connector, and x64 QlikView desktop as well -- so 64 bit across the board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you connect using the Salesforce custom connector (with 64 bit anyway), the "Force32" checkbox is not available (it's disabled).&amp;nbsp; I think the same is true when using Salesforce.com x32 connector.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 13:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371872#M1229488</guid>
      <dc:creator />
      <dc:date>2012-06-28T13:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371873#M1229489</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;I know this might be too late, but I just had the same problem and have worked out the solution!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My original file SalesForceDLL.dll was saved in C:/Program Files on the server machine for the QVW.&amp;nbsp; I think this may have been a legacy file from a previous installation of QVW (I am now running v10 SR4).&amp;nbsp; I moved the file to here: C:\Program Files\QlikView\Distribution Service and it worked fine.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I worked out where to move it to by looking in the log from the QVW file - it said "Error: Invalid custom connector SalesForceDLL.dll" (I'm guessing you had this too?), and then it said something like "used file C:\Program Files\QlikView\Distribution Service\qvconnect64.exe".&amp;nbsp; So I figured it was trying to look for files in that folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worked fine for me, hope it does for you too!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 12:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371873#M1229489</guid>
      <dc:creator>sarahallen1</dc:creator>
      <dc:date>2012-08-03T12:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371874#M1229490</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;Did you leased a license to the Service Account? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign a license to Service account and lease it by logging into the Service account. if you have a cluster you have to lease in the machines running QDS. Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 20:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371874#M1229490</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-17T20:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371875#M1229491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much to all, resovled this, but wanted to update the information here for the potential benefit of others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, it was an organizational firewall issue that was preventing the SalesForce connector from reaching their datacenter.&amp;nbsp; I found helpful information by searching the Salesforce site for "Mirrorforce" (which is the technology they use for the API Server).&amp;nbsp; In that document, I found the ports that I needed to request open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the IP address blocks for the Salesforce relevant datacenters.&amp;nbsp; Once I had our security folks open these, the connector worked as it should:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;204.14.232.0/23&amp;nbsp;&amp;nbsp; East Coast Data Center (set one)&lt;BR /&gt;204.14.237.0/24&amp;nbsp;&amp;nbsp; East Coast Data Center (set two)&lt;BR /&gt;96.43.144.0/22&amp;nbsp;&amp;nbsp;&amp;nbsp; MidWest Data Centers&lt;BR /&gt;96.43.148.0/22&amp;nbsp;&amp;nbsp;&amp;nbsp; MidWest Data Centers&lt;BR /&gt;204.14.234.0/23&amp;nbsp;&amp;nbsp; West Coast Data Center (set one)&lt;BR /&gt;204.14.238.0/23&amp;nbsp;&amp;nbsp; West Coast Data Center (set two)&lt;BR /&gt;182.50.76.0/22&amp;nbsp;&amp;nbsp;&amp;nbsp; Japan Data Center&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ports:&amp;nbsp; &lt;STRONG&gt;80&lt;/STRONG&gt;, &lt;STRONG&gt;443&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 20:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371875#M1229491</guid>
      <dc:creator />
      <dc:date>2012-10-17T20:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371876#M1229492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Donald,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanx for sharing the information about the SF data centers.Hope you can help me out with one more issue.&lt;/P&gt;&lt;P&gt;I too am extracting data from SF,and its working fine as long as the proxy settings are configured in IE,&lt;/P&gt;&lt;P&gt;But we have a option of specifying the proxy in the connection string itself.However its not fetching anydata.&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CUSTOM CONNECT TO "Provider=SalesForceDLL.dll;F21;UserId=&amp;lt;uid&amp;gt;;Password=&amp;lt;password&amp;gt;;Proxy=http=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;proxy:port&amp;gt;;ProxyBypass=&amp;lt;local&amp;gt;;";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What i found in the refernce manual is that we need to use the syntax describe by windows which says that we need to encapsulate the proxy string in double quots (") ie."Proxy=http=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;proxy:port&amp;gt;;ProxyBypass=&amp;lt;local&amp;gt;" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;but that conflicts with the other two " already in the string.&lt;/P&gt;&lt;P class="mcePaste"&gt;﻿﻿&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Anyone any idea??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 05:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371876#M1229492</guid>
      <dc:creator />
      <dc:date>2013-05-17T05:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371877#M1229493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;alchemist,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to specify the Proxy server in the CUSTOM CONNECT string using any of the following formats:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOM CONNECT TO "&lt;STRONG&gt;Proxy=10.10.10.10:880&lt;/STRONG&gt;;Provider=SalesForceDLL;F21...etc..."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOM CONNECT TO "&lt;STRONG&gt;Proxy=www.site.com:8080&lt;/STRONG&gt;;Provider=SalesForceDLL;F21...etc..."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CUSTOM CONNECT TO "&lt;STRONG&gt;Proxy=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;A class="jive-link-external-small" href="http://www.site.com:8080"&gt;http://www.site.com:8080&lt;/A&gt;&lt;/STRONG&gt;;Provider=SalesForceDLL;F21...etc&lt;SPAN&gt;..."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So just add the proxy server with port with the other parameters in the connect string, and it doesn't matter where in the string (putting it first as I have done works fine).&amp;nbsp; You should not add any extra quote marks, nor shoud you need the extra "http=" like you see in the Salesforce reference guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 12:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371877#M1229493</guid>
      <dc:creator />
      <dc:date>2013-05-17T12:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371878#M1229494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Donald, I am having the exact same issue... However, we performed your suggested fix as shown below but the problem still creates blank QVD files when run through publisher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 2 internal IP Addresses have rules to all of those Saleforce networks using ports 80 and 443.&amp;nbsp; Below shows that neither of those servers have used the firewall rules.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no proxy exception for salesforce.com so anything that is configured to use the proxy server will go through WebSense and not use these firewall rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;cch-fw1/corp/act/pri# show access-list | in 10.0.3.112&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;access-list inside_access_in line 521 extended permit tcp host 10.0.3.112 object-group SalesForce object-group WEB 0x620cde33&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 521 extended permit tcp host 10.0.3.112 204.14.232.0 255.255.254.0 eq www (hitcnt=0) 0x6ab2a1a0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 521 extended permit tcp host 10.0.3.112 204.14.232.0 255.255.254.0 eq https (hitcnt=0) 0x11e4b943&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 521 extended permit tcp host 10.0.3.112 204.14.237.0 255.255.255.0 eq www (hitcnt=0) 0x1c30e022&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 521 extended permit tcp host 10.0.3.112 204.14.237.0 255.255.255.0 eq https (hitcnt=0) 0xcb795718&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 521 extended permit tcp host 10.0.3.112 96.43.144.0 255.255.252.0 eq www (hitcnt=0) 0x76f4eaea&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 521 extended permit tcp host 10.0.3.112 96.43.144.0 255.255.252.0 eq https (hitcnt=0) 0xf8223438&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 521 extended permit tcp host 10.0.3.112 96.43.148.0 255.255.252.0 eq www (hitcnt=0) 0xa4c300b0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 521 extended permit tcp host 10.0.3.112 96.43.148.0 255.255.252.0 eq https (hitcnt=0) 0x4025aee8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt; access-list inside_access_in line 521 extended permit tcp host 10.0.3.112 204.14.234.0 255.255.254.0 eq www (hitcnt=0) 0x9b6c71ee&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 521 extended permit tcp host 10.0.3.112 204.14.234.0 255.255.254.0 eq https (hitcnt=0) 0x597e69fb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 521 extended permit tcp host 10.0.3.112 204.14.238.0 255.255.254.0 eq www (hitcnt=0) 0xa24da4cf&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 521 extended permit tcp host 10.0.3.112 204.14.238.0 255.255.254.0 eq https (hitcnt=0) 0x5df0259e&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 521 extended permit tcp host 10.0.3.112 202.129.242.0 255.255.254.0 eq www (hitcnt=0) 0xb10ac25c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 521 extended permit tcp host 10.0.3.112 202.129.242.0 255.255.254.0 eq https (hitcnt=0) 0x014629b3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 521 extended permit tcp host 10.0.3.112 182.50.76.0 255.255.252.0 eq www (hitcnt=0) 0x4f99e54a&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 521 extended permit tcp host 10.0.3.112 182.50.76.0 255.255.252.0 eq https (hitcnt=0) 0x97fe5d24&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;cch-fw1/corp/act/pri# show access-list | in 10.0.25.199&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;access-list inside_access_in line 522 extended permit tcp host 10.0.25.199 object-group SalesForce object-group WEB 0xfe10e266&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 522 extended permit tcp host 10.0.25.199 204.14.232.0 255.255.254.0 eq www (hitcnt=0) 0xe483e1a1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 522 extended permit tcp host 10.0.25.199 204.14.232.0 255.255.254.0 eq https (hitcnt=0) 0xb972f1d7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 522 extended permit tcp host 10.0.25.199 204.14.237.0 255.255.255.0 eq www (hitcnt=0) 0xb1db40c9&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 522 extended permit tcp host 10.0.25.199 204.14.237.0 255.255.255.0 eq https (hitcnt=0) 0x4ee8008e&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 522 extended permit tcp host 10.0.25.199 96.43.144.0 255.255.252.0 eq www (hitcnt=0) 0xeb921b66&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 522 extended permit tcp host 10.0.25.199 96.43.144.0 255.255.252.0 eq https (hitcnt=0) 0x32b02cb8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 522 extended permit tcp host 10.0.25.199 96.43.148.0 255.255.252.0 eq www (hitcnt=0) 0x060d8397&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 522 extended permit tcp host 10.0.25.199 96.43.148.0 255.255.252.0 eq https (hitcnt=0) 0x2ea476c8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 522 extended permit tcp host 10.0.25.199 204.14.234.0 255.255.254.0 eq www (hitcnt=0) 0x26c41ae3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 522 extended permit tcp host 10.0.25.199 204.14.234.0 255.255.254.0 eq https (hitcnt=0) 0x034f53fd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 522 extended permit tcp host 10.0.25.199 204.14.238.0 255.255.254.0 eq www (hitcnt=0) 0xaf1c0230&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 522 extended permit tcp host 10.0.25.199 204.14.238.0 255.255.254.0 eq https (hitcnt=0) 0x471de855&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 522 extended permit tcp host 10.0.25.199 202.129.242.0 255.255.254.0 eq www (hitcnt=0) 0x7fd7e0f1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 522 extended permit tcp host 10.0.25.199 202.129.242.0 255.255.254.0 eq https (hitcnt=0) 0x3a00a95c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 522 extended permit tcp host 10.0.25.199 182.50.76.0 255.255.252.0 eq www (hitcnt=0) 0x0b2539f2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; access-list inside_access_in line 522 extended permit tcp host 10.0.25.199 182.50.76.0 255.255.252.0 eq https (hitcnt=0) 0x34bc2f98&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 19:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371878#M1229494</guid>
      <dc:creator />
      <dc:date>2013-08-16T19:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371879#M1229495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry if this is an obvious thing to ask, but just curious...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On your Publisher server, if you manually reload (just while remoting to the server or logging in locally), are you then able to connect to Salesforce and pull the records?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or does the reload only work when you reload from your desktop or another machine?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And based on your notes above, I'm not sure ... but must you use your Proxy server, or is the note you have there imply that you can omit it (and then the rules you have in place will apply)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 20:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371879#M1229495</guid>
      <dc:creator />
      <dc:date>2013-08-16T20:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371880#M1229496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, when logged into the server and run manaully, it runs fine..... but when run as publisher task it produces empty QVD files....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 20:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371880#M1229496</guid>
      <dc:creator />
      <dc:date>2013-08-16T20:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371881#M1229497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the account you have setup for logon to your Publisher/Distribution service on the server have privileges to access the internet (salesforce.com)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you logon using the credentials of whatever account you have setup for your Publisher/Distribution service on the server, just to verify you can get to the net and perhaps try a manual run using that account?&amp;nbsp; Or if this is a service account and your network admin won't allow interactive/local logons, perhaps try changing the account used by the Distribution service (just to test).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 20:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371881#M1229497</guid>
      <dc:creator />
      <dc:date>2013-08-16T20:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371882#M1229498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Donald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of now i have tried to turn off the firewall just to assure that all IP and ports are allowed, however i am still getting&lt;/P&gt;&lt;P&gt;0 line fetched when reloading from publisher.. well of course with the same scenario of yours by manually reloading the file itself it works, i hope you can give some advice btw im also using windows 2008 server r2 on 64 bit, Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add note : i am using different credentials&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When connecting to the windows server 2008 r2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;qvdadmin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When connecting to salesforce&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:--user1@someemail.com"&gt;--user1@someemail.com&lt;/A&gt;&lt;SPAN&gt; (sample only for confidentiality)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 03:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371882#M1229498</guid>
      <dc:creator />
      <dc:date>2013-10-23T03:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371883#M1229499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayson Xxx, Donald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for sharing info. I am also having exactly the same issue and my credentials are the same aas Jayson Xxx.&lt;/P&gt;&lt;P&gt;Can someone please advise if any solution for this, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 06:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371883#M1229499</guid>
      <dc:creator />
      <dc:date>2013-10-28T06:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371884#M1229500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jason and Shanti...&lt;/P&gt;&lt;P&gt;I'm not sure what to suggest behond what I've posted above.&amp;nbsp; If indeed it works fine &lt;STRONG&gt;from this same server&lt;/STRONG&gt; when you logon and manually re-load, then again I would verify that it still works if you logon to your server with whatever credentials you have specified for the Publisher/Distribution service on the server.&amp;nbsp; You can do this in one of two ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) change the credentials for the Publisher/Distribution server to your own account, and stop/restart the service, then retry to reload using Publisher, or&lt;/P&gt;&lt;P&gt;2) use the credentials that you've specified for the Publisher/Distribution service when you interactively logon to the server, then manually try to reload using those credentials (instead of your own).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using a service account where interactive logon is not permitted for your Distribution service, then option #1 will be your easiest way to verify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 17:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371884#M1229500</guid>
      <dc:creator />
      <dc:date>2013-10-28T17:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Salesforce connector - problems running from server (Publisher)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371885#M1229501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;managed to get this working on my laptop on the corporate network but not on the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the server we need to force use of the proxy server, but the suggested syntax is comes up with an error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;...Proxy=http=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;proxyIP:proxyPort&amp;gt;;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 17:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Salesforce-connector-problems-running-from-server/m-p/371885#M1229501</guid>
      <dc:creator />
      <dc:date>2013-11-05T17:38:27Z</dc:date>
    </item>
  </channel>
</rss>

