Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView and Qlik Sense FTP differences

I'm struggling with FTP load in Qlik Sense.

I've tried to reuse some QlikView code into Sense Server (Standard mode disabled inside QMC-->Engines..)

Code:

LOAD @1,

     @2,

     @3,

     @4,

     @5

FROM

[ftp://xxx:pwd@servername.com/HttpLink_2015324.logpwd@servername.com/HttpLink_2015324.log]

(txt, codepage is 1252, no labels, delimiter is ';', msq);

Actually this code works as expected if I run it using QlikView Desktop (Data Connection is ok) But fails when using Sense.

FTP Server msg: Can't open data connection for transfer of "filename.log".

Does anyone know what should I check besides legacy mode ?

1 Reply
ingoniclas
Creator II
Creator II

I am facing the same challenge. I'd appreciate any help regarding this issue.