I have a workflow, and today i have found that if it produces more than 1000 pages as an output, it errors; if I remove a few records, it’s fine.
Can you think where this restriction is being imposed?
Thanks in advance
I have a workflow, and today i have found that if it produces more than 1000 pages as an output, it errors; if I remove a few records, it’s fine.
Can you think where this restriction is being imposed?
Thanks in advance
Hi @Karl.Butler.cuk ,
At what point in the process does it failed, Execute Datamapping? Create Print Content?, Create Job? or Create Output?
Are there any logs or the console logs?
If you check the folder location, might give you some hints
%USERPROFILE%\Connect\logs
Can you try taking your input data, split it in two and duplicate the first part as a new input data?
This is to remove the possibility that the problem is not the number of output page but a record that is at the end of the original data.