Group and Output 10up

Hi

I have a job where labels are getting created and need to be output 10up. In the job preset it’s grouping by a documentset value. If I output the jobs to 1 up it works fine, as soon as I imposition to 10-up I get the error

[0034] W3001 : Error while executing plugin: HTTP/1.1 500 An unspecified error occurred which was caused by LoggedApplicationException: There was an error running the output creation process caused by ApplicationException: expression ‘set.metadata.TechID’ at line 1, column 3 in pattern ‘${set.metadata.TechID}\JobBags${set.metadata.RunNumber}\PrintOutput${set.metadata.TechID}${set.metadata.RunNumber}${set.metadata.Stream}4S${set.metadata.DueDate}.pdf’ yields value undefined (SRV000042) (SRV000001)

I’m guessing this is because I’m trying to use document set variables. I tried changing to use job set variables but then just put everything into 1 file

Hello @jbeal84,

This error can be solved by setting the metadata fields on Job Segment level instead of Document Set level and to apply something like ${segment.metadata.TechID} instead of ${set.metadata.TechID} instead.

Please let us know if you were able to solve this error after applying these changes.