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

sterym
sterym
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by sterym
Customize the badges you want to showcase on your profile
Re: pageCount from generatePDFOutput and hostname in process - Adobe LiveCycle 24-09-2010
Jasmin,Could you tell me whether I did something wrong with the assembler component. Because I noticed that I get strange errors when I use the assembler service. Livecycle says it can't delete some temp files and keeps trying.RegardsSteven

Views

125

Likes

0

Replies

0
Re: pageCount from generatePDFOutput and hostname in process - Adobe LiveCycle 16-09-2010
Ok, I reverted the "render at client" option and get my error:2010-09-16 14:21:28,443 INFO [com.adobe.internal.ddxm.Executive] DDXM_N00000: Started processing result named doc22010-09-16 14:21:28,459 INFO [com.adobe.internal.ddxm.Executive] DDXM_N00001: Successful assembly of result named doc22010-09-16 14:21:28,475 INFO [com.adobe.internal.ddxm.Executive] DDXM_N00000: Started processing result named out-docinfo.xml2010-09-16 14:21:28,506 ERROR [com.adobe.internal.ddxm.Executive] DDXM_S00001: Fa...

Views

128

Likes

0

Replies

0
Re: pageCount from generatePDFOutput and hostname in process - Adobe LiveCycle 16-09-2010
I found out what caused the exception, when I generate the pdf, I use generatePDFOutput and I didn't have the property "render at client" set to "Yes".When I changed it to "Yes", it worked.Now everything seems ok, but my numPages is always 1. Can someone tell me why this isn't the real number of pages?Regards

Views

125

Likes

0

Replies

0
Re: pageCount from generatePDFOutput and hostname in process - Adobe LiveCycle 16-09-2010
I found a way to access the hostname, I added a script object where I use the following:import java.lang.String;import java.net.InetAddress;InetAddress address = InetAddress.getLocalHost();String IP = new String (address.getHostAddress());And this works.I use the assembler service to get the documentInformation from my rendered document. At the moment I still get a nullpointer exception, but I'm getting closer. My DDX is:

Views

127

Likes

0

Replies

0
pageCount from generatePDFOutput and hostname in process - Adobe LiveCycle 15-09-2010
Hey,I'm working on a project where I have to add some custom logging to a livecycle ES process.The process is short-lived and uses an xml with data to generate a pdf (generatePDFOutput) and optionally e-mail, print or fax the pdf.I would like to know whether it's is possible to obtain the hostname of the livecycle server from the process (using execute script?), because we want to see which livecycle server is used the most (2 livecycle server behind a loadbalancer).And I would like to know how ...

Views

1.6K

Likes

0

Replies

8