Expand my Community achievements bar.

Issues with renderformguide when you assign to next user

Avatar

Level 1

Hi all,

I created an application where i am using guide to take inputs from user and then i will submit the guide.At workbench i am binding the xml data to the guide by using renderform guide activity and i am assigning to user.Here i am getting problem,the next user is not getting the guide in the workspace.

we are getting document as the output of renderform activity, We are trying to open the doc as a guide but we are getting some parserexception

please tell me how to open the guide

please help me on this issue and its urgent

Thanks

Arun Kumar

5 Replies

Avatar

Level 10

Instead of using a RenderFormGuide and then assigning to a user, why don't you just configure the creation of the guide within the user step?

If you use ES2, you just configure the Presentation & Data tab, by selecting the guide (within assets) and specify the data within Initial Task Data.

If you use ES, you need to configure the render service from the xfaForm variable.

Jasmin

Avatar

Level 1

Hi Jasmin,


Thanks for your reply.
We are experimenting "RenderFormGuide" activity. We want know how to use this activity effectivily.
We already knew that we can assign guide to next user by configure Presentation & Data tab.
We want to do it using the "RenderFormGuide" activity.

We are getting com.adobe.livecycle.formsservice.exception.RenderFormException: com.adobe.forms.guide.GuideGenerator: Missing <guides> tag error when we record and playback the process.......

Thanks

Arun Kumar

Avatar

Level 10

From the error, it look like your guide (filename.guide) is not valid.

Are you passing a *.guide file to the operation?

Jasmin

Avatar

Level 1

Hi Jasmin,

Thanks for your reply.

Here is the entire configuration i have done with this activity:


Input



Form to render:
Student.xdp(which is created using the same datamodel as that of the guide)

Form Data:

formdata.xml(which is obtained when the guide is submitted)


pdf form render options(just mentioning the ones i have changed):

cache form on server:true

acrobat version: 9 and above

populate xml data:true


Form guide render options:


Guide Name: StudentGuide.guide

guide pdf:true

guide submit all:true

inject form bridge:true


Url Options:

Content root uri: repository:///Applications/guidePDF/1.0/forms/

Output:

Result:formResultVar

Rendered form: renderformdocumentvar


The output rendered form i am trying to assign it to a user, when opened it shows blank guide without any tabs and content

When i change the cb option to true i am getting the missing guides error or else i amnot getting any error .......


Thanks

Arun Kumar

Avatar

Level 10

In ES2, you can only render a guide from a *.guide file and NOT from an XDP.

The capability will be added again with SP1 coming shortly.

Jasmin