XML Bursting program not working with delivery option 'print', same control file working for email
In xdo log file we see the following:
---------------------------------------
IPP version: 6072
operation id: 8477
charset: utf-8
request id: 1279147080
-- operation attrs --
[0]><TITLE>401 Unauthorized</TITLE></HEAD><BODY><H1>Unauthorized</H1>This server could not verify that you are authorized to access the resource.</BODY></HTML>
---------------------------------------
The xdodelivery.cfg:
<!--========================================================-->
<servers>
<server name="bep203" type="ipp_printer">
<host>vmohsgeca001.oracleoutsourcing.com</host>
<port>631</port>
<uri>ipp://auohsgeca78.oracleoutsourcing.com:631/printers/bep203</uri>
</server>
<server name="mysmtp2" type="smtp_email" >
<host>mysmtp12.oracle.com</host>
<port>25</port>
<username>xdo</username>
<password>xdo</password>
</server>
</servers>
<!--========================================================-->
What could be the cause of this?
---------------------------------------
IPP version: 6072
operation id: 8477
charset: utf-8
request id: 1279147080
-- operation attrs --
[0]><TITLE>401 Unauthorized</TITLE></HEAD><BODY><H1>Unauthorized</H1>This server could not verify that you are authorized to access the resource.</BODY></HTML>
---------------------------------------
The xdodelivery.cfg:
<!--========================================================-->
<servers>
<server name="bep203" type="ipp_printer">
<host>vmohsgeca001.oracleoutsourcing.com</host>
<port>631</port>
<uri>ipp://auohsgeca78.oracleoutsourcing.com:631/printers/bep203</uri>
</server>
<server name="mysmtp2" type="smtp_email" >
<host>mysmtp12.oracle.com</host>
<port>25</port>
<username>xdo</username>
<password>xdo</password>
</server>
</servers>
<!--========================================================-->
What could be the cause of this?
0