Member since
05-19-2025
6
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
278 | 06-06-2025 04:51 AM |
06-06-2025
11:01 AM
Hi @MattWho @ArtiW @gtorres Do you have any insights here? Thanks!
... View more
06-06-2025
04:51 AM
Turns out the issue is because of the NVARCHAR(MAX) as the processor and JDBC driver cannot seem to properly handle it as the string being stuffed is too large. I ended up returning all rows into an ExecuteGroovyScript processor and then concatenating all the validation errors into a single string.
... View more
05-26-2025
07:28 AM
Thanks for clarifying the ListFile vs Get<abc> usage in cluster mode. That load-balancing tip really helps when scaling out. I’ll definitely try adjusting the image size next time too, didn’t realize it could be dragged larger before replying.
... View more