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

azathoth_
azathoth_
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
28

Discussions

Discussions
0

Questions

Questions
10

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by azathoth_
Customize the badges you want to showcase on your profile
ExportPDF not working - Adobe LiveCycle 24-11-2010
Hello allI've just concluded a LC ES2.5 installation and I'm verifying PDF Generator functionality in adminuiI'm able to use GeneratePDF service (it takes about 10 seconds per document), but whenever I try to export PDF to any format that is not an image (for example, PDF to HTML or PDF to DOC) I get the following error in adminui:ALC-PDG-010-010 conversion timed outAn unexpected exception while resolving a new connection to an Adobe Service.The app server log reads:2010-11-24 16:52:02,320 WARN ...

Views

827

Likes

0

Replies

0
Re: XML iteration trouble - Adobe LiveCycle 10-11-2010
As the matter of fact, I have checked out some similar process I have working, and noticed I was missing a number() function.The indices must be cast to number before being able to iterate, so:/process_data/@fooCount = count(/process_data/xmlVar/routes/route[number(/process_data/@routesCounter)]/elements/foo)works fine.Anyway, the intermediate XML var tip was useful too.Thank you.

Views

146

Likes

0

Replies

0
XML iteration trouble - Adobe LiveCycle 09-11-2010
Hello all In my orchestration I have a xml variable like this: xxx yyy zzz ee ii kk aa xxx ff mmm I use a setValue/decisionPoint combination to iterate through it, first of all I get the routes count with an xPath and start a counter like this: /process_data/@routesCount = count(/process_data/xmlVar/routes/route) /process_data/@routesCounter = /process_data/@routesCounter +1 Then I go on to iterate inside that routes/route[1] node using the same method, I want to get the number o...

Views

687

Likes

0

Replies

2
Re: web service for populating drop-down lists - Adobe LiveCycle 01-11-2010
can I have that sample too, please?

Views

140

Likes

0

Replies

0
Re: Customizing Complete Task email notification - Adobe LiveCycle 06-10-2010
Thank you, this is just what I needed

Views

146

Likes

0

Replies

0
Re: Workbench ES can't play recordings - Adobe LiveCycle 04-10-2010
Nith:I'm certain the files haven't been deletedI didn't know of the recording limit. I don't think it's been surpassed, since I only have like 20 recordings in total. Can you point out where is that limit established?The virtual memory for Workbench is set to 1024 MB

Views

100

Likes

0

Replies

0
Workbench ES can't play recordings - Adobe LiveCycle 30-09-2010
Hello allA NullPointerException shows up when trying to play any process' recordings in Workbench ES 8.2. I have been able to play these recordings several times before. The log reads:2010-09-30 10:29:26,003 ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeException in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal.doRequiresNew(com.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.TransactionCa...

Views

618

Likes

0

Replies

2
Customizing Complete Task email notification - Adobe LiveCycle 29-09-2010
Hello all I have an orchestration that makes use of Complete Task email endpoint, so an actor is able to continue the process by submitting data from a PDF form he got via email. Everything works fine, save for the fact that the end-user wants to receive the notification ("Task successfully completed") in another format, maybe even translated.Is there a way to customize this email template? I'm using LC ES update 1 (8.2) Thank you

Views

891

Likes

0

Replies

5
Re: Exception in XMLFormService org.omg.CORBA.COMM_FAILURE - Adobe LiveCycle 09-09-2010
I'm facing the same situation here, using LC ES, does anyone know what causes XMLForm.exe to terminate abruptly?

Views

628

Likes

0

Replies

0
Re: Dynamic form calling webservice everytime it changes its structure - Adobe LiveCycle 08-09-2010
Yeah, now I understand it what you mean by remerge and what xfa.datasets.data contains. Now it's working as expectedIs this a good practice? I have heard that you can set up an orchestration whose output variable is a List and populate the DDList right from the WS, but never been able to achieve that.Thank you

Views

164

Likes

0

Replies

0