BI Publisher (MOSC)

MOSC Banner

how to add another printer in burst control file in XMLP

edited Mar 24, 2017 12:11PM in BI Publisher (MOSC) 12 commentsAnswered ✓

Hi All,

In the xdodelivery.cfg file i have a code like this.

<?xml version="1.0" encoding="UTF-8" ?> 

<config xmlns="http://xmlns.oracle.com/oxp/delivery/config"> 

<servers> 

  <server name="ipp_test1" type="ipp_printer" default="true">

   <uri>ipp://localhost:631/printers/TestHP602n</uri>

   <filter>pdf2ps -paper Letter {infile} {outfile}</filter>

  </server> 

  <server name="ipp_test2" type="ipp_printer1" default="true">

   <uri>ipp://localhost:631/printers/TestHPLJ4250</uri>

   <filter>pdf2ps -paper Letter {infile} {outfile}</filter>

  </server>

</servers> 

<properties> 

  <property name="ds-temp-dir">/tmp</property> 

  <property name="ds-buffering">true</property>

</properties> 

</config>

I have to add one more printer to the above

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center