Search found 6 matches

by pquotto
Tue May 27, 2025 2:56 pm
Forum: Installation & Upgrades
Topic: CSV Import fails with "user_status" cannot be null
Replies: 9
Views: 22123

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

Hm, maybe the upgrades didnt work for >22.10. That would explain why it works before and not after, and why on a fresh installation it works.
I will test on a fresh 24.10 or 25.04 and check database differences. I think this table might be somehow kaputt.

Thanks
by pquotto
Mon May 26, 2025 12:07 pm
Forum: Installation & Upgrades
Topic: CSV Import fails with "user_status" cannot be null
Replies: 9
Views: 22123

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

For clarification: did your testing come from a fresh 25.04 (or 24.10) installation or upgraded one (from 20.04 up to latest)?

(And where can I find the 25.04 version?)

Thanks!
by pquotto
Fri May 23, 2025 9:08 pm
Forum: Installation & Upgrades
Topic: CSV Import fails with "user_status" cannot be null
Replies: 9
Views: 22123

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

Sorry I forgot this missing " in the forum, its there in my real CSV.
by pquotto
Wed May 21, 2025 9:11 am
Forum: Installation & Upgrades
Topic: CSV Import fails with "user_status" cannot be null
Replies: 9
Views: 22123

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

Yes, it fails with the same error on 24.10. On 22.10 the import works with quotes also. 2025-05-21 10:05:36,656: ERROR [WorkerExecutorService-emm-thread-#5] org.agnitas.dao.impl.ImportRecipientsDaoImpl - Error: PreparedStatementCallback; SQL [INSERT INTO customer_1_binding_tbl (customer_id, user_typ...
by pquotto
Mon May 19, 2025 2:38 pm
Forum: Installation & Upgrades
Topic: CSV Import fails with "user_status" cannot be null
Replies: 9
Views: 22123

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

Update:
We've found out that 22.10.x was the last working version for us.
(We have snapshots of each of the upgrades I went through and could easily move back and forwards).

Continuing the search..
by pquotto
Thu Apr 24, 2025 12:58 pm
Forum: Installation & Upgrades
Topic: CSV Import fails with "user_status" cannot be null
Replies: 9
Views: 22123

CSV Import fails with "user_status" cannot be null

Hello all, on a test system we've upgraded from 20.04.x to the now latest 24.10.x. Upon finalizing the test system, we've tried the CSV Import feature, which is heavily in use, which worked good enough on 20.04.x. On some import state, we receive the following error: 2025-04-23 19:36:59,511: ERROR [...