Page 1 of 1

CSWEB Process-case

Posted: December 27th, 2021, 5:54 am
by loic
Hi everyone,
Please, I need help!
I deployed CSWEB (7.6.0) on a server, but I have a problem when I want to execute the command: php bin/console csweb:process-cases.

I have this error:
-bash-4.2$ php bin/console csweb:process-cases
Running blob breakout process.
bash-4.2$ php bin/console csweb:blob-breakout-worker
Thread started processing cases Dictionary: JobID:

In DictionarySchemaHelper.php line 40:

Argument 1 passed to AppBundle\CSPro\DictionarySchemaHelper::__construct() must be of the type string, null given,
called in /home/u583866467/domains/kyria-consulting.com/public_html/csweb/csweb/src/AppBundle/Command/BlobBreakOutW
orker.php on line 51
everything is properly configured in CSWEB.

Re: CSWEB Process-case

Posted: December 27th, 2021, 1:34 pm
by aaronw
It looks like "php bin/console csweb:process-cases" ran successfully. However, you followed it up with:
  • php bin/console csweb
  • php bin/console csweb:blob-breakout-worker
Which wasn't necessary. Take a look at the destination database. Is your relational data there?

Re: CSWEB Process-case

Posted: December 27th, 2021, 2:30 pm
by loic
The destination database is empty and on CSWEB the number of processed case is 0.

Re: CSWEB Process-case

Posted: December 27th, 2021, 3:07 pm
by aaronw
It may be that the dictionary has changed since data collection. See this post: viewtopic.php?f=1&t=4612&p=14466&hilit= ... ses#p14466