Hi,
I've developed a process using the generatePDFOutput activity in LiveCycle Workbench of the LiveCycle Output ES service.
In the INPUT properties, I set the Transformation format to PDF. The Form was a variable (strFormName) set as input required. the Content Root was a variable (strContentRoot) set as input required, likewise for the Input Data (docXML).
In the OUTPUT properties, I set the PDF output as a variable set as output.
After activating the process, the process was invoked. This prompted a window asking for the input parameters (strFormName, strContentRoot, docXML) for the process invoked. strFormName = "test.xdp"; strContentRoot = "C:\Documents and Settings\...\testOutputPdf\"; docXML = "C:\Documents and Settings\...\testOutputPdf\xml_entry.xml".
It worked well rendering a pdf in output that contained the data in the form as expected. I noticed that the script in the form was not running on the server: I had left the script to run on client and not server so I changed that in the form design. When I invoked the process again, the output was empty.
I tried developing another process on the same basis using other files that worked well: output document EMPTY!
What is wrong in my process development? Did I miss something important? HELP!
Sharon