Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

DavidMcDivitt
DavidMcDivitt
Offline

Badges

Badges
11

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
55

Discussions

Discussions
0

Questions

Questions
16

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by DavidMcDivitt
Customize the badges you want to showcase on your profile
Re: write document then renderPDFForm - Adobe LiveCycle 19-03-2010
We have ES1 .Where you mentioned the Form Data parameter, that's what I'm using to specify the XML data to be merged with the form.

Views

93

Likes

0

Replies

0
Re: write document then renderPDFForm - Adobe LiveCycle 18-03-2010
Jasmin,I have XML data to be merged with the form, that's in a document-variable, and the Form Data parameter contains the name of the variable. I tried many different things, but it always says the contentURI parameter is blank, or if I put the standard value there it tries to create a filename using contentURI combined with the Form to Render parameter. I looked at the java class description and the renderPDFForm requires a physical file to be present and it reads that.So, I need to write the ...

Views

90

Likes

0

Replies

0
write document then renderPDFForm - Adobe LiveCycle 18-03-2010
I have a document in a document-variable and need to use renderPDFForm. It seems renderPDFForm will only render a hard file from the Adobe server and has no functionality to render a document contained in a variable. So, I need to save the document to the Adobe server and have it pull from there. I can't seem to get paths right. A document name and document version are provided as input. In a script that populates the document variable I'm also setting some variables to be used by makeDirectory ...

Views

760

Likes

0

Replies

4
Re: using blob or clob from db as document - Adobe LiveCycle 17-03-2010
I have no idea what JDBC driver. It's whatever Adobe decides I guess. It's a DB2 database. The problem I was having was where the querySingleRow operation tried to map a database field to a variable. It would either not coerce and not store, one of he two.

Views

309

Likes

0

Replies

0
moderator, please move discusion - Adobe LiveCycle 17-03-2010
Please move the discussion http://forums.adobe.com/thread/597537 to the workbench group. It was started in the designer group by accident.

Views

195

Likes

0

Replies

0
Re: using blob or clob from db as document - Adobe LiveCycle 17-03-2010
Steve,Going against DB2 doesn't work for me with a document variable type. It gives a coercion error.I did solve my problem though from the following URL: http://groups.google.com/group/livecycle/browse_thread/thread/6c4b9156b52b71a7JYates:You can do this, but you have to use the Execute Script service -- at this time there isn't a deployable component for it.Use this sort of script in the Execute Script service to read the PDF blob from the database and populate a Document variable.import java....

Views

320

Likes

0

Replies

0
using blob or clob from db as document - Adobe LiveCycle 16-03-2010
I'm changing a working process to fetch an XDP document from a database rather than fetch from resources:// on the Adobe server. The DB2 database field containing the XDP is a clob data type. We were using blob. The services operations are:- Foundation/JdbcService/Query Single Row this fetches the XDP- Foundation/SetValue/Execute this converts whatever was fetched into a document variable- Forms/FormsService/renderPDFForm this merges the document with XML and produces PDF outputI'm unable to wri...

Views

2.2K

Likes

0

Replies

4
Re: what "service operation" to use - Adobe LiveCycle 15-03-2010
Thanks Jasmin. You're a real help. I figured out the query single row, but probably would not have gotton the set value.

Views

92

Likes

0

Replies

0
Re: what "service operation" to use - Adobe LiveCycle 15-03-2010
What service operation names should be used? That's what I'm needing to find out,

Views

89

Likes

0

Replies

0
what "service operation" to use - Adobe LiveCycle 15-03-2010
I have a working process with one service operation that is Forms/FormsService/renderPDFForm . There are two input variables and one output variable. For input the path of the template is given as a string, and XML data is given as a document. The template is fetched fron resources and XML data is merged with it. For output a flat PDF is given as a document.We want to leave the two inputs and one output the same but have the process fetch the template from a DB2 database table instead. What addi...

Views

523

Likes

0

Replies

4