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

MvGemert
MvGemert
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
13

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by MvGemert
Customize the badges you want to showcase on your profile
FilUtilService runas specific user - Adobe LiveCycle 01-02-2013
Hello,A process generates a pdf file based on xml input and a template definition.The result is written to specific file location.For production we want the output to be written to an external file share. Since livecycle runtime defaults runs as system account i want to configure a specific user to be used to write the file.Configuration:Livecycle ES2 foundation + outputWebsphere Application Server v7Windows 2008 serverMy solution:I configured the FileUtilsService to runas a specific user from t...

Views

1.9K

Likes

0

Replies

1
xfa.record reference incorrect - Adobe LiveCycle 25-06-2012
While trying to reference passed data in javascript i am blocked...using method as described: xfa.record.When i extract the generated form xml using xfa.saveXML() i notice that an empty root element preceding the actual data being passed probably interferes: value1 The xsd definition respects the expat restrictions and the testdata used is validated ok using the xsd of the dataconnection.Trying to refer to xfa.record.MYDATA probaly ends at node 1 when in stead i need to get into node2????Us...

Views

698

Likes

0

Replies

0
javascript reference to xml data fails - Adobe LiveCycle 25-06-2012
Hello,Would like some advice regarding referencing xmldata passed to a form via a dataconnection.According documentation the reference would be: xfa.record preceding the rootelement of your data connection.version:designer 9.0.0.2.Dataconnection xsd definition is according expat parser definitions. the testdata used is checked against the xsd definitions and is valid. It has the following structure: I am failing to get the data though, due to the fact that in preview m

Views

329

Likes

0

Replies

0
Re: regular expression does not execute runtime - Adobe LiveCycle 04-06-2012
somehow the string option for defining a regular expression works as suggested by radzmar! Thanks!Strang though that previewing in adobe designer worked while processing the template runtime in adobe livecycle output module did not.

Views

98

Likes

0

Replies

0
regular expression does not execute runtime - Adobe LiveCycle 04-06-2012
Hello adobe collegue's,I am currently stumbling on a strange issue regarding javascript embedded to compress a string:// main function to compress any string, removing all non-word characters and making the string all lowercasefunction compressString(input){ var patt=new RegExp("\\W","g"); patt.compile(patt); var output = input.toLowerCase().replace(patt,"")+"YESS"; return output;}Somehow this code does execute perfectly while previewing in adobe designer 9.0.0.2 but runtime all javascript does ...

Views

761

Likes

0

Replies

2
Re: Livecycle ES2, Oracle configuration, limited tablespace - Adobe LiveCycle 13-02-2012
Thanks KhushwantSingh.I do have some extra remarks/question though.I can imagine livecycle needs to extend it's tablespace unlimitly to prevent database locks during deployment or runtime process handling. No question about that!The unlimited tablespace setting is not about extending a specific tablespace but about granting a user an unlimited amount of any tablespace in the database.See Unlimited tablespace Oracle definition:=====================UNLIMITED TABLESPACE System Privilege To permit a...

Views

94

Likes

0

Replies

0
Livecycle ES2, Oracle configuration, limited tablespace - Adobe LiveCycle 10-02-2012
Hello,I am busy preparing and installing a clustered environment:2 servers, each their own WAS. Both instances must use a Oracle 11G database configuration.According the documentation livecycle requires the Oracle database to allow the LC runtime user to have the following privileges:CREATE SEQUENCECREATE VIEWUNLIMITED TABLESPACECREATE TABLECREATE CLUSTERCREATE SESSIONThe database expert involved does not want to grant the bold-indicated privilege.Will this introduce installation or runtime erro...

Views

1.6K

Likes

0

Replies

3
Re: Error in ReaderExtension WatchFolder Concept - Adobe LiveCycle 04-08-2011
Solved:The pdfDoc variable for labelled as output parameter which was not correct.The process then tries to store the variable somewhere (don't know where the default variable storage is located) where it has no rights (i presume).The errormessage was somewhat cryptic which made me think something was wrong in the adobe livecycle internal storage configuration.

Views

138

Likes

0

Replies

0
Re: fragment changes not updated - Adobe LiveCycle 04-08-2011
Solved.When working with multiple fragment libraries (and different application libraries) be aware which library you update!

Views

77

Likes

0

Replies

0
Re: Error in ReaderExtension WatchFolder Concept - Adobe LiveCycle 04-08-2011
Hello,I do have the same error as mentioned above in a livecycle process using output services to generate a pdf for print.The process uses:1. WatchedFolder endpoin...some steps, not relevant..4. Output.OutputService.generatePdfOutput to generate a pdf based on a template and input xml.5. Common.ConvertPdfService.toPS to prepare a document for postscript printing.6. Output.OutputService.SendToPrinter to print the damn thing...When i run the process on a jboss turnkey installation on a windows 20...

Views

198

Likes

0

Replies

1