Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello what kind of error this could be?
The Load script gets interrupted with the attched error.
The problem happens here
when tmp << myqvd
What could cause this error? ANd what could "-129 =" mean?
There seems to be a lot of duplicate line in your source file (QVD2). The server may not have the computational capacity of the server. Favor the distinct.
Is there a field in common between the 2 tables (list_tmp0 and tmp)? The fields must have the same name. If not, it creates a Cartesian product, which can be the cause of the -129 error.
Enjoy your Qlik.
Kind regards,
Théo ATRAGIE.
Yes- agree with @theoat
-129 error is basicly "out of memory" error. Your server does not have resources to process your query and the reason would be possibly the cartesian product due to lack of key field between tables.
Hello actually yhere is.
[Key Document] is the a column field name in common
THanks
The problem doesn't happen if I put
So I guess it's as your wrote an "out of memory" error.
There seems to be a lot of duplicate line in your source file (QVD2). The server may not have the computational capacity of the server. Favor the distinct.
Feel free to put an answer in solution to close the topic.
Enjoy your Qlik.
Kind regards,
Théo ATRAGIE.