Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Bhagwat09
Contributor II
Contributor II

QWC is not open [ SFTP server]

Hi All,

I established a connection from Qlikserver to SFTP server through QWC. Every week there were new files was updated And I was successfully able to fetch it into Qlikserver and then created QVDs out of that.

But Suddenly It is now stopped working . The reload gets failed. I did all possible troubleshooting at script level perhaps it looks like I need to recreate the connection to SfTP server But I a not able to open QWC application [see the instance]

qwc open error.png

 

Here is my code


FilesAndFolders:
LOAD
Name,
Path,
IsDirectory,
CreationTime,
LastAccessTime,
LastWriteTime,
Size
FROM [lib://sftp_url (allenlund_nprinting)]
(URL is [http://qliksense:5555/data?connectorID=FileTransferConnector&table=SFTPListFilesAndFolders&host=harm...);
LET vNoOfFiles = NoOfRows('FilesAndFolders');

 

Please help asap

 

Thanks 

Bhagwat K

Labels (1)
1 Solution

Accepted Solutions
Francisco_Fernandez
Former Employee
Former Employee

Hi @Bhagwat09 ,

Check the services also, just it case that you are running the connector as a service.

View solution in original post

2 Replies
Daniele_Purrone
Support
Support

Hi @Bhagwat09 ,

it looks like QWC is already running in the background. Can you please check with the Windows Task Manager?

Daniele - Principal Technical Support Engineer & SaaS Support Coordinator at Qlik
If a post helps to resolve your issue, please accept it as a Solution.
Francisco_Fernandez
Former Employee
Former Employee

Hi @Bhagwat09 ,

Check the services also, just it case that you are running the connector as a service.