SecurePDF on Hp-UX

I want to generate password-protected pdf files with reports.
Based on a note I downloaded SecurePDFDestination from OTN together with Plop 2.1.
I followed the instructions to install this on HP-UX, but when I run the report
using:
http://server:port/reports/rwservlet?destype=SecurePDF&desformat=pdf&desname="plop;reportname.pdf;"&server=servername&report=reportname.rdf&userid=user/password@database
the pdf file is not created.
(it is created in the cache dir, but not password protected)
The report queue shows following error:
REP-56109:Job xxx is terminated due to connection timeout
I already increased the timeout setting from 15 to 120 in the reports configuration file, but no result
My report server works fine, since following URL works:
http://server:port/reports/rwservlet?destype=file&desformat=pdf&desname="reportname.pdf;"&server=servername&report=reportname.rdf&userid=user/password@database
The version number of reports = 9.0.4.0.29.
When I use the command line tool of plop to password protect the pdf:
plop -user plop -master PLOP -outfile encrypted.pdf -infile test.pdf
this works fine.
I created a SR for this and they asked me to test it on a windows server with 9iDS installed.
I did this and here it works!
The readme file of securepdf says:
- on windows, copy the plop_java.dll file to a directory that is in the system PATH.
- on solaris and linux, copy the libplop_java.so file to ORACLE_HOME/lib.
In my test on the windows system I copied the file plop_java.dll of course.
In my test on the unix system I shouldn't do any of this , but since it didn't work, I copied
libplop_java.sl to ORACLE_HOME/lib. Note, the file is called .sl and not .so
as the readme file says.
Oracle Support just updated the SR and they say:
"I checked the details on this , however couldn't get technical details on this issue .
Please post this request in OTN discussion forum to get assistance ."
Can anyone help me to get SecurePdfDestination at work on HP-UX? Thanks!

I am facing the same problem. If somebody has ever deployed it in HP UX machine, please guide me to overcome the problem.
PLOP is working fine in windows but when in case of HPUX it is not working. In case of windows there is a installation file (PLOP-2.1.0p1-Windows.msi). But in case of HP UX there is no such installation file.

Similar Messages

  • Report Failed with SecurePDF

    Hi
    Has anyone use the Plop (2.1.0) plugin and SecurePDF with Reports Server (9.0.4)?
    We've been getting a REP-56109 every time a report is being executed via: http://Aserver:7778/reports/rwservlet?destype=securePDF&desformat=PDF&desname="
    plop;/tmp/junk,pdf;"&report=test.rdf&userid=Auser/Apassword@AnInstance
    Increasing the value of idelTimeout parameter from 20 to 120 does not
    resolve the issue:
    <connection maxConnect="20" idleTimeOut="120">
    Would appreciate if anyone would share their successful use of this plugin with us.
    Thanks
    Boris

    Hi,
    Please provide the code which is used for calling report from form.
    Reards
    Venu

  • Report builder, image issue with PDF output

    hi there,
    i generate report to PDF. i got the company logo on the header. everything is working fine. my pdf is generated and my letter comes out nice and proper.
    now once the PDF is generate and i view it on adobe reader, i want to protect the logo from been copied. like, when u click on the image and then right click on it, it gives u the option to copy image. i want to protect this from happening. i dnt want the logo to be able to be copied.
    anyone know on how i can protect the images from been copied. or direct me to a site where i can find some help.
    thanks in advance.
    cheers
    The software and version i am uising
    Oracle9i Enterprise Edition Release 9.2.0.5.0 - Production
    With the Partitioning option
    JServer Release 9.2.0.5.0 - Production
    Report Builder 10.1.2.0.2
    ORACLE Server Release 10.1.0.4.2
    Oracle Procedure Builder 10.1.2.0.2
    Oracle ORACLE PL/SQL V10.1.0.4.2 - Production
    Oracle CORE     10.1.0.4.0     Production
    Oracle Tools Integration Services 10.1.2.0.2
    Oracle Tools Common Area 10.1.2.0.2
    Oracle Toolkit 2 for Windows 32-bit platforms 10.1.2.0.2
    Resource Object Store 10.1.2.0.2
    Oracle Help 10.1.2.0.2
    Oracle Sqlmgr 10.1.2.0.2
    Oracle Query Builder 10.1.2.0.2 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle ZRC 10.1.2.0.2
    Oracle XML Developers Kit 10.1.0.4.2 - Production
    Oracle Virtual Graphics System 10.1.2.0.2
    Oracle Image 10.1.2.0.2
    Oracle Multimedia Widget 10.1.2.0.2
    Oracle Tools GUI Utilities 10.1.2.0.2

    You can configure a custom destination (securePDF) to enable PDF security settings.
    Check out the following thread Re: how can prevent user for printing report
    Edited by: Rodolfo Ferrari on Jun 18, 2009 11:25 PM

  • PDF security..Pls. help

    I tried using the PSP SecurePdfDestination (the sample code for secure PDF in the pluggable destination) I don't get the output at all. I tried running the command from the dos prompt, from the url and there is no output. But if I go to the 9ids/reports/cache dir, I can see the temp file. This file doesn't have the permissions that I want to set.
    http://<machine.domain>:8888/reports/rwservlet?report=<repna
    me>&orientation=LANDSCAPE&DESTYPE=securepdf&DESFORMAT=pdf&DE
    SNAME=wel3;D:\myoutput.pdf;noprint:nomodify
    dos>rwclient server=<server> userid=<user/pwd@db> REPORT=<repname> orientation=LANDSCAPE destype=securepdf desformat=pdf desname=we13;T:\temp\zzz.pdf;noprint:nomodify
    Am I missing something?
    I have the jar in the classpath, dll in the system dir, reports conf has the correct destype. Everything that is mentioned in the readme.doc is in the right place.
    Any ideas? Pls. help........

    Hi,
    1. What version of Reports are you using (though it works with both 9i and 10g).
    2. Once again make sure that the dll and psp.jar files are present in the respective directories. If you directly extract these files from winzip, then it extracts them in the right folder, however, it extracts them inside some particular path like psp_windows\folder1\folder2...
    3. What OS are you on?
    By the way, your Q about the cached output - it will not have the required permissions, because the plugin jar takes this cached output and converts this into a secure PDF before putting it in the location specified in DESNAME.
    Navneet.

  • PdfSecurityUtil class errors in Database

    Hi Experts,
    I am trying to compile java based plsql stored procedure in database (version 10.2.0.5.0) but getting below error. Kindly advice on this issue.
    3: cannot resolve symbol
    symbol :class PDFSecurityUtil
    location: package util
    import oracle.apps.xdo.common.pdf.util.PDFSecurityUtil;
    CREATE OR REPLACE AND COMPILE JAVA SOURCE NAMED "indiatds" AS
    import java.io.*;
    import java.util.Properties;
    import oracle.apps.xdo.common.pdf.util.PDFSecurityUtil;
    import java.sql.*;
    import oracle.apps.fnd.framework.*;
    public class indiatds
    public boolean securePDF(String unixSourcePath, String unixTargetPath, String fileName)
    PDFSecurityUtil pdfSecurityUtil = null;
    try
          unixTargetPath = "/nfs/UTL//hlncd/India/secure/";
          unixSourcePath = "/nfs/utl/hlncd/India/";
          if (unixSourcePath !=null)
             if (fileName.endsWith("pdf"))
             addPasswordToPDF(unixSourcePath, unixTargetPath, fileName);
    catch (Exception ex)
                  ex.printStackTrace();
           return true;
         public void addPasswordToPDF(String unixSourcePath, String unixTargetPath, String fileName) throws FileNotFoundException, IOException
            InputStream inPDFStream = new FileInputStream(unixSourcePath);
            OutputStream outPDFStream = new FileOutputStream(unixTargetPath + fileName);       
    PDFSecurityUtil pdfSecurityUtil = new PDFSecurityUtil(inPDFStream , outPDFStream);
    String filePassword = null;
    if (fileName !=null)
      filePassword = fileName.substring(0,9);
    Properties props = new Properties();
    props.put("pdf-security", "true");
    props.put("pdf-open-password", filePassword);
    pdfSecurityUtil.encrypt(props);
    inPDFStream.close();
    outPDFStream.close();

    Hi Experts,
    I am trying to compile java based plsql stored procedure in database (version 10.2.0.5.0) but getting below error. Kindly advice on this issue.
    3: cannot resolve symbol
    symbol :class PDFSecurityUtil
    location: package util
    import oracle.apps.xdo.common.pdf.util.PDFSecurityUtil;
    CREATE OR REPLACE AND COMPILE JAVA SOURCE NAMED "indiatds" AS
    import java.io.*;
    import java.util.Properties;
    import oracle.apps.xdo.common.pdf.util.PDFSecurityUtil;
    import java.sql.*;
    import oracle.apps.fnd.framework.*;
    public class indiatds
    public boolean securePDF(String unixSourcePath, String unixTargetPath, String fileName)
    PDFSecurityUtil pdfSecurityUtil = null;
    try
          unixTargetPath = "/nfs/UTL//hlncd/India/secure/";
          unixSourcePath = "/nfs/utl/hlncd/India/";
          if (unixSourcePath !=null)
             if (fileName.endsWith("pdf"))
             addPasswordToPDF(unixSourcePath, unixTargetPath, fileName);
    catch (Exception ex)
                  ex.printStackTrace();
           return true;
         public void addPasswordToPDF(String unixSourcePath, String unixTargetPath, String fileName) throws FileNotFoundException, IOException
            InputStream inPDFStream = new FileInputStream(unixSourcePath);
            OutputStream outPDFStream = new FileOutputStream(unixTargetPath + fileName);       
    PDFSecurityUtil pdfSecurityUtil = new PDFSecurityUtil(inPDFStream , outPDFStream);
    String filePassword = null;
    if (fileName !=null)
      filePassword = fileName.substring(0,9);
    Properties props = new Properties();
    props.put("pdf-security", "true");
    props.put("pdf-open-password", filePassword);
    pdfSecurityUtil.encrypt(props);
    inPDFStream.close();
    outPDFStream.close();

Maybe you are looking for

  • Merge InDesign, Illustrator and Photoshop together?

    Wouldn't it be great to have everything you need in one app? Actually, there are currently some applications like this. Take a look at DAWs. They deal with recorded audio (similar to bitmap) and MIDI (like vector) at the same time. And if you are loo

  • What is best practice to iterator  VO ?

    Hi, Please Let me know what is the best approach to iterator the VO.i used to do like following -- ViewObject viewObject=getTestObject(); Row[] row=viewObject.getAllRowsInRange(); for(int i=;i<row.lenght;i++)      //operation logic }Is this correct w

  • Problem with BBP_PD_PO_UPDATE and BADI BBP_DOC_CHANGE_BADI

    Hello, I've found out the following issue in SRM 7.0: during the run-time of the FM BBP_PD_PO_UPDATE in the program or BAdI something strange happens instead of the standard change of the DB: - the updated data appear as a result after the running of

  • Hp pavilion dv6 3055 tx speakers not working. no sound coming what to do ??

    no sound coming what to do ?? using win7 pro 64 bit. what could be the possible solution for this problem. and how tocheck whether it is a hardware or asoftware problem ?

  • Change the Status Message description of IDOC

    Hi All, As per the requirement, we need to change the Description of the standard IDOC status messages. Example: STANDARD : Status 51 - Application Document not posted DESIRED       : Status 51 - Application Document not posted, can be reprocessed We