After a migration from Exstream 16.6.4 to 16.6.70, I havean issue with GetGlobalSerno.
I call GetGlobalSerno and use it in the filename for pdf output.
When I send in a batch file, containing multiple documents and documents with the same customer number should end up in one output file. They are already sorted by customer number in the input, so I just need to keep the same filename until the next customer number.
Log says, that everthing is fine and that there is a different filename for each customer number, but in the output directory, I just get one pdf file containing all documents.
Also when I log the filename variable, that I use in SetDestPath, it looks good.
Anyone ever spot that or might even have a solution?
Thanks in advance.