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: 
pandabrowski
Partner - Contributor III
Partner - Contributor III

QVDs to CSV conversion error - socket closed

Hi,

i'm integrating QDC with QS. At this point i can see entities and their columns - but the load fails.

It seems, that i cannot open socket to qlik core, as it is closed. (it happens when the js script for conversion with qlik core runs)

Do you have idea what can be missconfigured? it seems that the port and localhost are hardcoded, the docker container is running and the port is opened on my localhost.

i'm running the september realease.

the docker containers are as follow:

 

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
db23953c8acf qliktech-docker-release.jfrog.io/licenses:3.31.0 "licenses '-licenses…" 23 hours ago Up 13 hours (healthy) 0.0.0.0:9200->9200/tcp licenses
00e2db05c856 qliktech-docker-release.jfrog.io/engine:12.722.0 "/usr/local/bin/engi…" 23 hours ago Up 13 hours 0.0.0.0:9090->9090/tcp, 0.0.0.0:19076->9076/tcp qlikcore_qix-engine_1

 

and the error log says:

 

2020-11-06 09:20:41.826: Starting job: QlikSenseQVDrepository.cityAliases.20201106092040
2020-11-06 09:20:41.834: Started loading into dock.
2020-11-06 09:20:41.853: Watching for process completion/termination.
2020-11-06 09:20:42.025: Custom script stdout:
Reading qvd named:cityAliases.qvd from folder:/qdc_host_root/usr/local/qdc/source/qliksenseqvdrepository/ and generating csv named:qvd_cityAliases.qvd.1604650841.csv in folder:/qdc_host_root/tmp/
A fatal error occurred in Qlik Core javascript. { code: -1, message: 'Socket closed' }

Error: node qvd_2_csv_transformer.js unsuccessful, exit code: 1

2020-11-06 09:20:42.025: Custom script stderr:

2020-11-06 09:20:42.025: Custom script exit code:
1
2020-11-06 09:20:42.054: Task DockHandLoader failed: PodiumFault: core.error.code.OPENCONNECTOR_SCRIPT_FAILED - OPENCONNECTOR script failed with exit code '1'

 

 

best regards, rd

Labels (1)
2 Replies
ASpivey01
Contributor
Contributor

Hi -- did you ever get this resolved? I am facing the exact same issue in our Catalog deployment.

kiral9
Contributor
Contributor

I don't think there is any ready way. There are tools that know how to read QVD data and I suppose it would be possible to write some kind of connector(?). But I don't know if there are any legal problems and it could also be a problem if Qlik makes some change to the file format.