Search found 2659 matches

by maschoff
Fri Dec 19, 2025 3:43 pm
Forum: Installation & Upgrades
Topic: CSV Import fails with "user_status" cannot be null
Replies: 28
Views: 58354

Re: CSV Import fails with "user_status" cannot be null

Download link for OVA 24.10 is https://share.agnitas.de/index.php/s/gbe4JZwjepB4j5L

You can build executables of old OpenEMM versions from GitHub at https://github.com/agnitas-org/openemm/branches/all
by maschoff
Fri Dec 19, 2025 11:23 am
Forum: Installation & Upgrades
Topic: CSV Import fails with "user_status" cannot be null
Replies: 28
Views: 58354

Re: CSV Import fails with "user_status" cannot be null

DB schema looks ok. The problem is that error message ERROR [WorkerExecutorService-emm-thread-#2] org.agnitas.dao.impl.ImportRecipientsDaoImpl - Error: PreparedStatementCallback; SQL [INSERT INTO customer_1_binding_tbl (customer_id, user_type, user_status, user_remark, timestamp, creation_date, exit...
by maschoff
Thu Dec 18, 2025 4:17 pm
Forum: Installation & Upgrades
Topic: CSV Import fails with "user_status" cannot be null
Replies: 28
Views: 58354

Re: CSV Import fails with "user_status" cannot be null

Let's check the schema of your customer_1_binding_tbl:

Code: Select all

# mysql -u root -p
> use openemm
> DESC customer_1_binding_tbl;
What do you get? (edited)
by maschoff
Thu Dec 18, 2025 1:40 pm
Forum: Installation & Upgrades
Topic: CSV Import fails with "user_status" cannot be null
Replies: 28
Views: 58354

Re: CSV Import fails with "user_status" cannot be null

The import profile looks OK. Does the mapping contain all fields which are present in the import file?

Which exact version of OpenEMM do you use?
by maschoff
Thu Dec 18, 2025 12:39 pm
Forum: Installation & Upgrades
Topic: CSV Import fails with "user_status" cannot be null
Replies: 28
Views: 58354

Re: CSV Import fails with "user_status" cannot be null

Root cause is "Column 'user_status' cannot be null". Please share the settings of your import profile.
by maschoff
Wed Dec 17, 2025 6:53 pm
Forum: Installation & Upgrades
Topic: CSV Import fails with "user_status" cannot be null
Replies: 28
Views: 58354

Re: CSV Import fails with "user_status" cannot be null

This log does not help. Please post the stacktrace from Tomcat's log catalina.out.
by maschoff
Wed Dec 17, 2025 3:29 pm
Forum: Installation & Upgrades
Topic: 25.04: cannot add new import profile
Replies: 7
Views: 13553

Re: 25.04: cannot add new import profile

When saving of the import profile fails, you should get a stacktrace in Tomcat's log catalina.out. Please post it here
by maschoff
Mon Dec 15, 2025 1:37 pm
Forum: Bugs, bug fixes & releases
Topic: Final Version of OpenEMM 25.11 now Available
Replies: 0
Views: 110

Final Version of OpenEMM 25.11 now Available

We just published the first GA (general availability) version of OpenEMM 25.11. What is new in OpenEMM 25.04? Have a look at the factsheet for OpenEMM 25.11: https://wiki-iframe.agnitas.de/lib/exe/fetch.php?media=agnitas-openemm-news-version-25.11-en.pdf See the OpenEMM Wiki at https://wiki.openemm....
by maschoff
Tue Sep 30, 2025 2:11 pm
Forum: Installation & Upgrades
Topic: CSV Import fails with "user_status" cannot be null
Replies: 28
Views: 58354

Re: CSV Import fails with "user_status" cannot be null

Wow! I will check the JSON file if it is really clean. It may contain some artifacts too.
by maschoff
Mon Sep 29, 2025 3:53 pm
Forum: Installation & Upgrades
Topic: CSV Import fails with "user_status" cannot be null
Replies: 28
Views: 58354

Re: CSV Import fails with "user_status" cannot be null

From which version of OpenEMM do you come initially?

Is "uupload_tb" a typo from your side? But "upload_tbl" is not part of OpenEMM either.
by maschoff
Fri Sep 26, 2025 2:49 pm
Forum: Installation & Upgrades
Topic: ERROR: Missing value for field nextstart in table job_queue_tbl for JobWorker DBCleaner
Replies: 7
Views: 538

Re: ERROR: Missing value for field nextstart in table job_queue_tbl for JobWorker DBCleaner

Try

Code: Select all

DELETE FROM job_queue_parameter_tbl WHERE job_id = (SELECT id FROM job_queue_tbl WHERE description = 'DBCleaner');
by maschoff
Fri Sep 26, 2025 2:07 pm
Forum: Installation & Upgrades
Topic: ERROR: Missing value for field nextstart in table job_queue_tbl for JobWorker DBCleaner
Replies: 7
Views: 538

Re: ERROR: Missing value for field nextstart in table job_queue_tbl for JobWorker DBCleaner

Class DBCleanerJobWorker is not part of OpenEMM. Please execute DELETE FROM job_queue_result_tbl WHERE job_id = (SELECT id FROM job_queue_tbl WHERE description = 'DBCleaner'); DELETE FROM job_queue_tbl WHERE description = 'DBCleaner'; INSERT INTO agn_dbversioninfo_tbl (version_number, updating_user,...
by maschoff
Fri Sep 26, 2025 12:38 pm
Forum: Installation & Upgrades
Topic: ERROR: Missing value for field nextstart in table job_queue_tbl for JobWorker DBCleaner
Replies: 7
Views: 538

Re: ERROR: Missing value for field nextstart in table job_queue_tbl for JobWorker DBCleaner

Please show us the complete entry for description "DBCleaner" and tell us which exact version of OpenEMM you use.
by maschoff
Thu Sep 18, 2025 4:12 pm
Forum: Installation & Upgrades
Topic: CSV Import fails with "user_status" cannot be null
Replies: 28
Views: 58354

Re: CSV Import fails with "user_status" cannot be null

I added it in section "OpenEMM Downloads" in the OpenEMM Wiki (https://wiki.openemm.org).