Batchprint Number of copies

Hello,

we are facing now a problem with remote batch printing. We create a xml file for every page, which should be printed. So if the 20 page should be printed we create 20 xml-files. This leads to the problem, that  SBO does not respond in time and only 10 pages get printed. The other files are in the _error folder with the message. "<!-- Der RPC-Server ist nicht verf&#252;gbar. (Ausnahme von HRESULT: 0x800706BA) -->"

How can we tell in the xml-file send to the printer to print 20 copies.

I have tried to give the parameter "NrOfCopies" and also tried "NrOfCopy", but it doesn't work. Is there an other parameter which can be placed in the xml-file to say the printer to print a page x times?

Here is an example of the XML-file:

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<job>
<type mode="Print" layoutid="" formtype="140" />
<paramsets>
<paramset>
<params>
<param key="DocEntry" value="11785" />
<param key="PrintDef" value="T0000011" />
<param key="NrOfCopies" value="20" />
</params>
</paramset>
</paramsets>
</job>

 

Kind regards

Marco

0

Comments

1 comment
  • Hi Marco,

    there could be perhabs two ways.

    First you use @@repeatrow and put only all field in a detail the repeatrow will print the amount of copies. (I don't really now if it works)

    Second you generate a new parameter, and make a new query where you just add select [%Paramname] and syve this query in the copies folder. After that you were able to use it in the pulldown-options of the field m-copies

    kind regards 

    Lothar

    0
    Comment actions Permalink

Please sign in to leave a comment.

Didn't find what you were looking for?

New post