on ‎2021 Aug 04 5:34 PM
Hi All,
I have a complex iFLow that reads the entire employee population (top of stack).
It runs for about 40 mins and fails with this:
<Exception> A sequence of more than one item is not allowed as the first argument of fn:concat() (<preferredName>, <preferredName>) </Exception>
Obviously this is a data issue, but I am having trouble debugging. The error does not give me the bad data.
Questions:
Is there a way for me to get the bad data?
If I turn on trace, it remains active for only 10 mins. This iFlow runs for 40 mins. Is there a way for trace to be active for longer than 10 mins?
Any and all help is deeply appreciated.
Regards,
-Anurag
Request clarification before answering.
Hi Anurag ,
Just to debug purpose try to add Write data store before the step where error is occurring , later which you can download the payload from datastore and delete the datastore step from your flow .
Make sure to set Transaction Handling to Not Required for debugging purpose so that data is stored even in case of error .
Thanks,
Manoj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anurag ,
You need to use "Write" data store step in your flow just before the step where your flow is failing. You can create a data store with any name . Check this link for more detail.
Thanks,
Manoj
Hi Priyanka,
I already have a groovy script to log payload, but my log is full, and no logs are displayed in "INFO".
So, I can change it to TRACE, but it has a limit of 10 mins.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anurag,
You can add groovy script to log payload.
Regards,
Priyanka
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.