BI Publisher (MOSC)

MOSC Banner

Error!! Could not deliver the output for Delivery channel:null while while selecting Landscape print

edited Jul 19, 2016 5:06AM in BI Publisher (MOSC) 13 commentsAnswered

Hi All,

I have added new code to below  xdodelivery.cfg file

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

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

<servers>

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

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

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

  </server>

<!--- new below code is for Pasta driver for Landscape -->

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

   <uri>ipp://localhost:631/printers/TEST1</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>

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