Hi,
i was able to create a connector between QDC and QS, the entities were created (registered mode), but the samples are not created, as the load fails.
the problem with load is that the Qlik Core engine cannot be connected, as it seems, the socket is closed. ( code 1, error from js that converts qvd to csv)
both containers are running:
[qdc@qdcsn qlikcore]$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
db23953c8acf qliktech-docker-release.jfrog.io/licenses:3.31.0 "licenses '-licenses…" 11 hours ago Up 25 minutes (healthy) 0.0.0.0:9200->9200/tcp licenses
00e2db05c856 qliktech-docker-release.jfrog.io/engine:12.722.0 "/usr/local/bin/engi…" 11 hours ago Up 25 minutes 0.0.0.0:9090->9090/tcp, 0.0.0.0:19076->9076/tcp qlikcore_qix-engine_1
the load log looks like this:
2020-11-05 22:29:03.195: Starting job: QlikSenseQVDrepository.cityAliases.20201105222901
2020-11-05 22:29:03.200: Watching for process completion/termination.
2020-11-05 22:29:03.203: Started loading into dock.
2020-11-05 22:29:03.382: 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.1604611743.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
any idea what how to fix it?