i want to break the dictionary data into relational data in the csweb i ran locally so i can view the data in a laravel dashboard, but after i upload the dictionary and add the configuration the cases is still zero and when i ran the php bin/console csweb:process-cases it showed this :
Deprecated: ini_set(): assert.warning INI setting is deprecated in C:\laragon\www\cswebtes\vendor\symfony\error-handler\Debug.php on line 34
Running blob breakout process.
Processing dictionary: CBPOM_2022_DICT- Running threads 0
creating a new blob breakout thread
Creating process for dictionary CBPOM_2022_DICT jobID: 0
No jobs available to run for dictionary: CBPOM_2022_DICT
how to fix ? i'm still new to csweb and cspro
How do you add cases in csweb?
-
nlxlee
- Posts: 13
- Joined: May 8th, 2021, 11:51 pm
Re: How do you add cases in csweb?
Have you considered using the swagger api? you'd be able to pull the data in form of JSON
viewtopic.php?t=3850
viewtopic.php?t=3850
-
Gregory Martin
- Posts: 1948
- Joined: December 5th, 2011, 11:27 pm
- Location: Washington, DC
Re: How do you add cases in csweb?
Perhaps this is too obvious a question, but just to check: have you uploaded cases to the server?
-
Lejuste2
- Posts: 4
- Joined: May 17th, 2013, 10:15 am
Re: How do you add cases in csweb?
I am also facing the same issue with the WAMP server.
I tried several versions of PHP, but the issue remains the same.
I confirm that I have data.
I tried several versions of PHP, but the issue remains the same.
I confirm that I have data.
-
Lejuste2
- Posts: 4
- Joined: May 17th, 2013, 10:15 am
Re: How do you add cases in csweb?
I finally found the issue. The PHP environment variable was pointing to the incorrect PHP path.Lejuste2 wrote: May 29th, 2025, 6:18 am I am also facing the same issue with the WAMP server.
I tried several versions of PHP, but the issue remains the same.
I confirm that I have data.
I fixed it by adding the full path like:
c:\wamp64\bin\php\php8.3.14\php bin/console csweb:process-cases