<?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: Qliksense web connector [SFTP]  failed in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-web-connector-SFTP-failed/m-p/1823619#M15291</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/141297"&gt;@Deepak_dhikale&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would suggest is that you separate out the retrieval of the files from the FTP and the building of the data-layer and visualisations.&lt;/P&gt;&lt;P&gt;Rather than calling the &lt;STRONG&gt;SFTPGetRawFile&lt;/STRONG&gt; method I would opt for &lt;STRONG&gt;SFTPDownload&amp;nbsp;&lt;/STRONG&gt;instead. With this you need to provide a local file path to write the file to, and note that you need to modify your QWC&amp;nbsp;&lt;STRONG&gt;deploy.config&lt;/STRONG&gt; file to whitelist the location that you intend to write to.&lt;/P&gt;&lt;P&gt;To make this a better incremental approach I would put a check for the file already existing before you download. This can be done like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if alt(FileSize('lib://SFTPDownload/$(vFileName)', 0) = 0 then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You will need to substring out the filename from the full path to get this, and note that the library name is required for the FileSize function, but the download requires the local path.&lt;/P&gt;&lt;P&gt;Obviously, if files can change on the SFTP server then this approach will not work, you could then get into checking the file date on the FTP server vs. the local file (taking into account locales and timezones).&lt;/P&gt;&lt;P&gt;Once you have all the files locally it's a standard incremental load from flat files. I would probably create a QVD copy of each source file, and as with the download only recreated QVDs that don't already exist. You can then stitch these together afterwards.&lt;/P&gt;&lt;P&gt;This blog post gives quite a bit of detail on this approach:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/convert-drop-folder-files-qvd/" target="_blank"&gt;https://www.quickintelligence.co.uk/convert-drop-folder-files-qvd/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note that the post is for QlikView rather than Sense, but all you need to change is from local file paths (..\..\etc.) to lib://LibraryName/etc.&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;BR /&gt;Steve&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jul 2021 13:00:09 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2021-07-21T13:00:09Z</dc:date>
    <item>
      <title>Qliksense web connector [SFTP]  failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-web-connector-SFTP-failed/m-p/1822926#M15271</link>
      <description>&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;I need to fetch some files from SFTP server to Qliksense through Qlik Web connector. but While installation I forgot to install&amp;nbsp; it with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;Run as Administrator&amp;nbsp; .&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;So&amp;nbsp;&lt;/SPAN&gt;When I put required credentials' in SFTP page its shows me below error regarding&amp;nbsp; &lt;EM&gt;deply.config&amp;nbsp;&lt;/EM&gt; file .&amp;nbsp; &amp;nbsp; for which I made required changes in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;deploy.config&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;file&amp;nbsp; but it states that u need to restart the QWC .so&amp;nbsp;when i was trying to restart QWC services it again pop up with error.[which i attached below]&amp;nbsp; and&amp;nbsp; it also&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;not allowing me to delete whole qlik webconnector file&lt;/STRONG&gt;&amp;nbsp;for fresh installation saying that it is in run state.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please guide me what should i do&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Deepak_dhikale_0-1626673689079.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58778iD3AB97A756F9EEBA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Deepak_dhikale_0-1626673689079.png" alt="Deepak_dhikale_0-1626673689079.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Deepak_dhikale_1-1626673689277.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58779i48B24439639B8E0C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Deepak_dhikale_1-1626673689277.png" alt="Deepak_dhikale_1-1626673689277.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Deepak D&lt;/P&gt;&lt;P&gt;India&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/c-cyjdu72974/Qlik+Web+Connectors/pd-p/qlikWebConnectors" target="_blank" rel="noopener"&gt;Qlik Web Connectors&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 05:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-web-connector-SFTP-failed/m-p/1822926#M15271</guid>
      <dc:creator>Deepak_dhikale</dc:creator>
      <dc:date>2021-07-19T05:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense web connector [SFTP]  failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-web-connector-SFTP-failed/m-p/1823053#M15274</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/141297"&gt;@Deepak_dhikale&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was not able to see the error the image is very small, could you type the error in the description of the issue or attach a bigger picture?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 12:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-web-connector-SFTP-failed/m-p/1823053#M15274</guid>
      <dc:creator>NadiaB</dc:creator>
      <dc:date>2021-07-19T12:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense web connector [SFTP]  failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-web-connector-SFTP-failed/m-p/1823567#M15290</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22488"&gt;@NadiaB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciated&amp;nbsp; your instant reply.&lt;/P&gt;&lt;P&gt;The issue now resolved now. But come up with new challenge now. I Have multiple files over sftp server. &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SFTP file list on qliksense.png" style="width: 853px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58923i874AEB8B0D8647A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="SFTP file list on qliksense.png" alt="SFTP file list on qliksense.png" /&gt;&lt;/span&gt;Every week there are two files created with new name. I Have two URL 1) sftpdownloadandlist&amp;nbsp; 2) singlerawfile&amp;nbsp; I ma working on below code. I want to fetch all files with single connection and want to store them into qvd.here is below code which has no error but no output to except [ path and file name]&lt;/P&gt;&lt;P&gt;I want to fetch data from table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let vQwcConnectionName = 'lib://sftp_url (allenlund_nprinting)';&lt;BR /&gt;let vDirectory = '/home/QlikServer/outbox/';&lt;BR /&gt;let vFtpBaseUrl = '&lt;A href="http://qliksense:5555/data?connectorID=FileTransferConnector&amp;amp;table=SFTPDownloadAndList&amp;amp;host=harmony-la.allenlund.com&amp;amp;port=5022&amp;amp;userName=QlikServer&amp;amp;password=sta_gen_1%3aekhHROY5hOEHHqLj%2fHgFaQ%3d%3d%3aQ5a0YHe5UOEN%2fkNHJBVKuw%3d%3d&amp;amp;ignoreProxy=False&amp;amp;ignoreClientCertificateErrors=False&amp;amp;useLegacyGroupExchange=False&amp;amp;remotePath=%2fhome%2fQlikServer%2foutbox%2f*.*&amp;amp;targetDirectory=E%3a%5ctest&amp;amp;appID=" target="_blank"&gt;http://qliksense:5555/data?connectorID=FileTransferConnector&amp;amp;table=SFTPDownloadAndList&amp;amp;host=harmony-la.allenlund.com&amp;amp;port=5022&amp;amp;userName=QlikServer&amp;amp;password=sta_gen_1%3aekhHROY5hOEHHqLj%2fHgFaQ%3d%3d%3aQ5a0YHe5UOEN%2fkNHJBVKuw%3d%3d&amp;amp;ignoreProxy=False&amp;amp;ignoreClientCertificateErrors=False&amp;amp;useLegacyGroupExchange=False&amp;amp;remotePath=%2fhome%2fQlikServer%2foutbox%2f*.*&amp;amp;targetDirectory=E%3a%5ctest&amp;amp;appID=&lt;/A&gt;';&lt;BR /&gt;let vftpsinglefileurl ='lib://sftp_url_single_file (allenlund_nprinting)';&lt;/P&gt;&lt;P&gt;FilesAndFolders:&lt;BR /&gt;LOAD&lt;BR /&gt;FileName ,&lt;BR /&gt;Path&lt;BR /&gt;FROM [$(vQwcConnectionName)]&lt;BR /&gt;(URL IS [&lt;A href="http://qliksense:5555/data?connectorID=FileTransferConnector&amp;amp;table=SFTPDownloadAndList&amp;amp;host=harmony-la.allenlund.com&amp;amp;port=5022&amp;amp;userName=QlikServer&amp;amp;password=sta_gen_1%3aekhHROY5hOEHHqLj%2fHgFaQ%3d%3d%3aQ5a0YHe5UOEN%2fkNHJBVKuw%3d%3d&amp;amp;ignoreProxy=False&amp;amp;ignoreClientCertificateErrors=False&amp;amp;useLegacyGroupExchange=False&amp;amp;remotePath=%2fhome%2fQlikServer%2foutbox%2f*.*&amp;amp;targetDirectory=E%3a%5ctest&amp;amp;appID=" target="_blank"&gt;http://qliksense:5555/data?connectorID=FileTransferConnector&amp;amp;table=SFTPDownloadAndList&amp;amp;host=harmony-la.allenlund.com&amp;amp;port=5022&amp;amp;userName=QlikServer&amp;amp;password=sta_gen_1%3aekhHROY5hOEHHqLj%2fHgFaQ%3d%3d%3aQ5a0YHe5UOEN%2fkNHJBVKuw%3d%3d&amp;amp;ignoreProxy=False&amp;amp;ignoreClientCertificateErrors=False&amp;amp;useLegacyGroupExchange=False&amp;amp;remotePath=%2fhome%2fQlikServer%2foutbox%2f*.*&amp;amp;targetDirectory=E%3a%5ctest&amp;amp;appID=&lt;/A&gt;], qvx);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;let vDirectoryEncoded = replace(vDirectory, '/', '%2f');&lt;BR /&gt;vDirectoryEncoded = replace(vDirectoryEncoded, ' ', '+');&lt;/P&gt;&lt;P&gt;LET vNoOfFiles = NoOfRows('FilesAndFolders');&lt;BR /&gt;&lt;BR /&gt;for i=0 to $(vNoOfFiles)-1&lt;BR /&gt;&lt;BR /&gt;if(peek('IsDirectory', $(i), 'FilesAndFolders') = 'False') then&lt;/P&gt;&lt;P&gt;let vFilePath = peek('Path', $(i), 'FilesAndFolders');&lt;BR /&gt;let vFilePathEncoded = replace(vFilePath, '/', '%2f');&lt;BR /&gt;vFilePathEncoded = replace(vFilePathEncoded, ' ', '+');&lt;/P&gt;&lt;P&gt;trace 'Loading file $(vFilePath)';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Data:&lt;BR /&gt;LOAD&lt;BR /&gt;'$(vFilePath)' as Path,&lt;BR /&gt;PRACTICAL_MILEAGE,&lt;BR /&gt;RATE_DATE,&lt;BR /&gt;YRMO,&lt;BR /&gt;DCITY_INDEX&lt;BR /&gt;FROM [lib://vQwcConnectionName ]&lt;BR /&gt;(URL IS [$(vFtpBaseUrl)&amp;amp;table=SFTPGetRawFile&amp;amp;remotePath=$(vFilePathEncoded)]);&lt;/P&gt;&lt;P&gt;endif&lt;BR /&gt;&lt;BR /&gt;next i&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;In Advance&lt;/P&gt;&lt;P&gt;Deepak D&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 09:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-web-connector-SFTP-failed/m-p/1823567#M15290</guid>
      <dc:creator>Deepak_dhikale</dc:creator>
      <dc:date>2021-07-21T09:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense web connector [SFTP]  failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-web-connector-SFTP-failed/m-p/1823619#M15291</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/141297"&gt;@Deepak_dhikale&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would suggest is that you separate out the retrieval of the files from the FTP and the building of the data-layer and visualisations.&lt;/P&gt;&lt;P&gt;Rather than calling the &lt;STRONG&gt;SFTPGetRawFile&lt;/STRONG&gt; method I would opt for &lt;STRONG&gt;SFTPDownload&amp;nbsp;&lt;/STRONG&gt;instead. With this you need to provide a local file path to write the file to, and note that you need to modify your QWC&amp;nbsp;&lt;STRONG&gt;deploy.config&lt;/STRONG&gt; file to whitelist the location that you intend to write to.&lt;/P&gt;&lt;P&gt;To make this a better incremental approach I would put a check for the file already existing before you download. This can be done like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if alt(FileSize('lib://SFTPDownload/$(vFileName)', 0) = 0 then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You will need to substring out the filename from the full path to get this, and note that the library name is required for the FileSize function, but the download requires the local path.&lt;/P&gt;&lt;P&gt;Obviously, if files can change on the SFTP server then this approach will not work, you could then get into checking the file date on the FTP server vs. the local file (taking into account locales and timezones).&lt;/P&gt;&lt;P&gt;Once you have all the files locally it's a standard incremental load from flat files. I would probably create a QVD copy of each source file, and as with the download only recreated QVDs that don't already exist. You can then stitch these together afterwards.&lt;/P&gt;&lt;P&gt;This blog post gives quite a bit of detail on this approach:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/convert-drop-folder-files-qvd/" target="_blank"&gt;https://www.quickintelligence.co.uk/convert-drop-folder-files-qvd/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note that the post is for QlikView rather than Sense, but all you need to change is from local file paths (..\..\etc.) to lib://LibraryName/etc.&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;BR /&gt;Steve&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 13:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-web-connector-SFTP-failed/m-p/1823619#M15291</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2021-07-21T13:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense web connector [SFTP]  failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-web-connector-SFTP-failed/m-p/1912357#M16549</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/39663"&gt;@Andre_Sostizzo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am fetching the data(.csv files) from SFTP on regular interval. [like for last 6 month]But now suddenly my reload fails frequently. So I am trying to make new connection but my QWC is not allows me to open .&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="qwc open error.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75834iF626955D9D18C663/image-size/large?v=v2&amp;amp;px=999" role="button" title="qwc open error.png" alt="qwc open error.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;FilesAndFolders:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Name,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Path,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;IsDirectory,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;CreationTime,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LastAccessTime,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LastWriteTime,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Size&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FROM [lib://sftp_url (allenlund_nprinting)]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;(URL is [&lt;A href="http://qliksense:5555/data?connectorID=FileTransferConnector&amp;amp;table=SFTPListFilesAndFolders&amp;amp;host=harmony-la.allenlund.com&amp;amp;port=5022&amp;amp;userName=QlikServer&amp;amp;password=sta_gen_1%3aekhHROY5hOEHHqLj%2fHgFaQ%3d%3d%3aQ5a0YHe5UOEN%2fkNHJBVKuw%3d%3d&amp;amp;ignoreProxy=False&amp;amp;ignoreClientCertificateErrors=False&amp;amp;useLegacyGroupExchange=False&amp;amp;remoteDirectory=%2fhome%2fQlikServer%2foutbox%2f*.csv*&amp;amp;appID=],qvx" target="_blank"&gt;http://qliksense:5555/data?connectorID=FileTransferConnector&amp;amp;table=SFTPListFilesAndFolders&amp;amp;host=harmony-la.allenlund.com&amp;amp;port=5022&amp;amp;userName=QlikServer&amp;amp;password=sta_gen_1%3aekhHROY5hOEHHqLj%2fHgFaQ%3d%3d%3aQ5a0YHe5UOEN%2fkNHJBVKuw%3d%3d&amp;amp;ignoreProxy=False&amp;amp;ignoreClientCertificateErrors=False&amp;amp;useLegacyGroupExchange=False&amp;amp;remoteDirectory=%2fhome%2fQlikServer%2foutbox%2f*.csv*&amp;amp;appID=],qvx&lt;/A&gt;);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LET vNoOfFiles = NoOfRows('FilesAndFolders');&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Please help me&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Bhagwat K&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 09:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-web-connector-SFTP-failed/m-p/1912357#M16549</guid>
      <dc:creator>Bhagwat09</dc:creator>
      <dc:date>2022-03-31T09:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense web connector [SFTP]  failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-web-connector-SFTP-failed/m-p/1912425#M16550</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/154476"&gt;@Bhagwat09&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order to run the Qlik Web Connectors Desktop app you will first need to stop the QWC Service under Services in Windows.&lt;/P&gt;
&lt;P&gt;However... it is most likely that you don't want to run the Desktop app, rather open a browser on the server and go to &lt;A href="http://localhost:5555/" target="_blank"&gt;http://localhost:5555/&lt;/A&gt;&amp;nbsp;and you will find the config screens there.&lt;/P&gt;
&lt;P&gt;The best way to debug a QWC problem is to copy the full URL into a web browser on the server. This will then either give you an XML success message, or a page of information giving error details. You can F5 in the browser to keep retrying a chunk of code, until it fails and gives a message.&lt;/P&gt;
&lt;P&gt;Note that you&amp;nbsp;&lt;STRONG&gt;really&lt;/STRONG&gt; need to edit your message above, as although you have removed some of the detail of the URL from what is shown in the message the full URL is still there on the link.&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 11:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-web-connector-SFTP-failed/m-p/1912425#M16550</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2022-03-31T11:43:52Z</dc:date>
    </item>
  </channel>
</rss>

