Bursting control sending one file to printer instead of multiple files
I have copied the bursting control file below. While running I am giving concurrent request that has data for 4 employees in it. I am expecting the below control file to split the output into 4 files and send it to the printer with file name as employee name. But it is sending only one file with the filename as unknown.
<?xml version="1.0" encoding="UTF-8"?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
<xapi:request select="/XXHRCABEN/LIST_G_BEN_STMT/LIST_G_BEN_STMT">
<xapi:delivery>
<xapi:print id="PRINT_DELIVERY" printer="ipp://NN.NNN.NN.NN/ipp/hold" copies="1" />