Page 1 of 1

CSWEB - Problems with sync

Posted: November 27th, 2022, 9:42 pm
by matenek
Hi folks,
I configured csweb, but after synchronizing the tablet with csweb, the cases are not shown on the sync report screen.
I already started the script to process, but without result.

php bin/console csweb:process-cases
Running blob breakout process.
Processing dictionary: MEJD_SCHOOLS_DICT- Running threads 0
creating a new blob breakout thread
Creating process for dictionary MEJD_SCHOOLS_DICT jobID: 1
Processing for dictionary MEJD_SCHOOLS_DICT jobID: 1
Processing dictionary: MEJD_SCHOOLS_DICT- Running threads 1
creating a new blob breakout thread
Creating process for dictionary MEJD_SCHOOLS_DICT jobID: 2
Processing for dictionary MEJD_SCHOOLS_DICT jobID: 2
Processing dictionary: MEJD_SCHOOLS_DICT- Running threads 2
creating a new blob breakout thread
Creating process for dictionary MEJD_SCHOOLS_DICT jobID: 0
No jobs available to run for dictionary: MEJD_SCHOOLS_DICT

The target schema in mysql are not populated with the case data
cspro 7.7.3 - csweb 7.7.0 via docker -php 7.4 - MYSQL 8

Re: CSWEB - Problems with sync

Posted: November 30th, 2022, 10:47 pm
by matenek
Hi guys,
I already solved this issue.
I checked the processing logs and identified that a null record in the dictionary caused the problem. I deleted it from the dictionary.

tks