Open a PDF file from Unix Server thru Enterprise One Application

choudharyc

Member
Hi All,
Here we hav some pdf documents which we hav copied in the Print Queue Path of Enterprise Server (Unix).The naming convention of the files we hav kept as CustomerNo_InvoiceNo.pdf , these are the actual invoice documents generated thru OPTIO so we don't hav any job number for them.

Now thru the P03B2002 - Customer Ledger Inquiry Application the user would like to take a Row Exit to see these invoice documents from the Print Queue path of Server based on Customer No & Invoice No available in the grid column values.
So on the Row Exit I am using the BSFN - B34A1030 (mapped to run On Server) to open this .pdf file in the Enterprise One Application . Below is a call to the business function which Doesn't Work.

Execute External Program
/devl/peoplesoft/b9/PrintQueue/34223_130.pdf -> szCommandLine

When I try copy it works fine :

Execute External Program
cp /devl/peoplesoft/b9/PrintQueue/34223_129.pdf /devl/peoplesoft/b9/PrintQueue/34223_130.pdf

But I need to open the pdf file which is not happening .


Thanks in Advance
 
Back
Top