Search found 12 matches

by pquotto
Fri Sep 12, 2025 12:44 pm
Forum: Installation & Upgrades
Topic: 25.04: cannot add new import profile
Replies: 3
Views: 1830

Re: 25.04: cannot add new import profile

The above text was with version 25.04.000.145, but I can confirm I have the same issue with 25.04.000.171.
by pquotto
Fri Sep 12, 2025 12:31 pm
Forum: Installation & Upgrades
Topic: CSV Import fails with "user_status" cannot be null
Replies: 10
Views: 44695

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

Hey, where can I find the schematic file?
by pquotto
Fri Sep 12, 2025 12:30 pm
Forum: Development
Topic: OpenEMM 25.04 code
Replies: 2
Views: 8831

Re: OpenEMM 25.04 code (solved)

Thank you :)
by pquotto
Fri Sep 12, 2025 12:26 pm
Forum: Installation & Upgrades
Topic: 25.04: cannot add new import profile
Replies: 3
Views: 1830

Re: 25.04: cannot add new import profile

I've restarted the instance, found nothing in the log files after the restart. Went to the existing import profile, didnt change anything and just clicked save: 2025-09-12 13:25:06,288: ERROR [http-nio-8080-exec-4] com.agnitas.emm.core.ErrorController - Failed to parse multipart servlet request Mult...
by pquotto
Wed Aug 06, 2025 12:52 pm
Forum: Installation & Upgrades
Topic: 25.04: cannot add new import profile
Replies: 3
Views: 1830

25.04: cannot add new import profile

Just wanted to test 25.04, which was upgraded from 24.10, but I cannot add a new import profile: 2025-08-06 13:47:34,300: ERROR [http-nio-8080-exec-5] com.agnitas.emm.core.ErrorController - Failed to parse multipart servlet request MultipartException: Failed to parse multipart servlet request StackT...
by pquotto
Fri Jul 11, 2025 9:55 am
Forum: Development
Topic: OpenEMM 25.04 code
Replies: 2
Views: 8831

OpenEMM 25.04 code

Hello,

is the code no longer published at https://github.com/agnitas-org/openemm or does it come at a later date?

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

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: 10
Views: 44695

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: 10
Views: 44695

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: 10
Views: 44695

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: 10
Views: 44695

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: 10
Views: 44695

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 [...