Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Load over 31 rows from HTML fails

Hello I'm trying to recover file properties from HTML and it's fail when I have more than 31 files with this script:

Ficheros:

LOAD *

FROM

[ftp://user:pass@page.com/exportpass@page.com/export]

(html, codepage is 1252, embedded labels

);


Does anybody knows why?


Thanks

4 Replies
buzzy996
Master II
Master II

wht was the error u received?

Anonymous
Not applicable
Author

Only this

error.JPG

thanks fot reply

buzzy996
Master II
Master II

i believe u was produced right credentials to pull data from FTP drive,if not check again.

1. try to open ur ftp folder from RUN

2. check any space related issues on html file

3. try to publish one file on googledrive ans fetch and see

hth

Anonymous
Not applicable
Author

I don't have credentials problem, I can reach folder from ftp, from cmd, via browser and also via QlikView but only until 29 files.

If I add another one shows the error, it's very extrange...