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

bugrake
bugrake
Offline

Badges

Badges
10

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
25

Discussions

Discussions
0

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by bugrake
Customize the badges you want to showcase on your profile
Re: How can I check if an attachment is an xfa form - Adobe LiveCycle 01-10-2013
The problem I am trying to solve is the blocking of intelligent or annotated attachments to our livecycle designer form, as these are causing our downstream processing system to crash. The form requires a number of attachments, and everything was working fine until about 12 months ago when customers started adding more complex pdf's. The form already does checks for attachment file size and file type, I was hoping to extend these checks to block "non flattened" attachments or alternatively to tr...

Views

973

Likes

0

Replies

0
Re: How can I check if an attachment is an xfa form - Adobe LiveCycle 25-09-2013
Bruce,It worked - XFA forms are flaggedvar oDoc = event.target;if (oDoc.dataObjects != null) { var d = oDoc.dataObjects; for (var i = 0; i < d.length; i++) { var sizeKB = (d[i].size/1024).toFixed(1); app.alert("file: " + d[i].path + ";\nSize: " + sizeKB + "KB;\nDate modified: " + d[i].modDate + ";", 3, 0, "Attachment Information"); var oObj = event.target.openDataObject(d[i].path) if (oObj.xfa != undefined) { app.alert("This is an XFA Form",3,0,"XFA check"); } } }Is there a way to check the atta...

Views

925

Likes

0

Replies

0
Re: How can I check if an attachment is an xfa form - Adobe LiveCycle 16-09-2013
thanks bruce for a quick reply - will check this option when i get back from vacation regards steve

Views

935

Likes

0

Replies

0
How can I check if an attachment is an xfa form - Adobe LiveCycle 13-09-2013
I have a button on the form to help users add attachements, I can get the name / path / size / filetype - but is there a way to check if the new attachemnt is an xfa form ?thanks

Views

2.7K

Likes

0

Replies

6
Re: Adminui - Application Management - Internal Server Error - Adobe LiveCycle 19-12-2012
hi nith - good to hear from youThis was on my dev machine, i could not get the application tab to display anything, so i re-installed LC and re-loaded my apps Will check out this link in case i get this error again.thanks for the response.

Views

420

Likes

0

Replies

0
Re: Issue while configuring LiveCycle - Adobe LiveCycle 28-11-2012
[Livecycle root] is just a generic placeholder. In practice the actual location could be different on each machine. If you did the default turnkey installation on windows you LiveCycle Root it will be something like C:\Adobe\Adobe LiveCycle ES3so the location of your file will be ... C:\Adobe\Adobe LiveCycle ES3\configurationManager\bin\ConfigurationManager.exeI am guessing because I have the ADEP LiveCycle installation which is C:\Adobe\Adep\configurationManager\bin\ConfigurationManager.exe any...

Views

525

Likes

0

Replies

0
Adminui - Application Management - Internal Server Error - Adobe LiveCycle 28-11-2012
Live Cycle v 10.0 [ ADEP]SP1 I got a failure message when attempting to deploy an application - now i cannot see any of the applications in the application manager screenThe deploy failure caused by hitting the deploy button a second time before the first deploy had completed.Here is the error in the log file - com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal.doRequired(com.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.TransactionCallba...

Views

2.4K

Like

1

Replies

3
Re: Cannot start JdbcService - Adobe LiveCycle 15-05-2012
Hi,This problem was fixed following a re-installation of the livecycle software.

Views

220

Likes

0

Replies

0
Re: Cannot start JdbcService - Adobe LiveCycle 25-04-2012
Hi, Some additional information which may be of use I have 2 ES3 installations : The first installation is behaving correctly, the second installation is the one where JDBC will not start. There are minimal differences but I will llist them in case any are relevant - Installation 1 ( good) > Windows 7 Full turnkey istallation to C: Installation 2 (broken) > Windows Server 2008 R2 6.1, Installed options - ProcessManagement ReaderExtensions Foundation Forms Turnkey Installation to E: thanks again ...

Views

229

Likes

0

Replies

0
Re: Cannot start JdbcService - Adobe LiveCycle 23-04-2012
The screen message is : ALC-AAC-0017-000: Service(s) failed to start. It could be configuration problem.The log is...2012-04-23 15:23:15,087 ERROR [org.jboss.ejb.plugins.LogInterceptor] (http-0.0.0.0-8080-4) RuntimeException in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterLocal.doBMT(com.adobe.idp.dsc.transaction.TransactionCallback) throws com.adobe.idp.dsc.DSCException:java.lang.IllegalStateException: Component: com.adobe.livec...

Views

211

Likes

0

Replies

0
Likes from