CSWEB Process-case

Discussions about syncing data via Bluetooth, Dropbox, FTP, and using CSWeb
Post Reply
loic
Posts: 2
Joined: November 30th, 2021, 11:09 am

CSWEB Process-case

Post 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.
You do not have the required permissions to view the files attached to this post.
aaronw
Posts: 571
Joined: June 9th, 2016, 9:38 am
Location: Washington, DC

Re: CSWEB Process-case

Post 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?
loic
Posts: 2
Joined: November 30th, 2021, 11:09 am

Re: CSWEB Process-case

Post by loic »

The destination database is empty and on CSWEB the number of processed case is 0.
You do not have the required permissions to view the files attached to this post.
aaronw
Posts: 571
Joined: June 9th, 2016, 9:38 am
Location: Washington, DC

Re: CSWEB Process-case

Post 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
Post Reply