Auto-generating PPQs When a StreamServer application processes documents to be stored in a Document Broker repository, it can also auto-generate a PPQ. This PPQ can be used to select and process all documents in a batch and you have the following options: • Save the PPQ as a file for later processing of documents stored in the Document Broker repository. • Send the PPQ directly to an input or output connector for immediate processing. Note: In most cases it is recommended to send the PPQ to a connector, since it gives you more control and additional processing options. See Scenarios for auto-generated PPQs. Example 8 Auto generated PPQ. This example shows an auto-generated PPQ file that will process all documents in the stored batch with job ID=8FA23889-7BE7-B743-8842-2607A980C851. <?xml version="1.0" encoding="utf-8"?> <s-dbs action="process"> <database> <jobset sel="ID='8FA23889-7BE7-B743-8842-2607A980C851'"/> </database> </s-dbs> To auto generate a PPQ 1 In the Runtime configuration view in Design Center, open the Runtime Output Connector Settings dialog box for the Document Broker Plus connector. 2 Activate the generic layer and click the Job End icon. 3 On the Device Driver Settings tab, enter a PPQ file name and/or the name of the connector. For information about the settings on the tab, see Connector settings for auto-generated PPQs.