Dealing with – Tried to assign more tasks [xxx] than the maximum tasks per transaction threshold [110]. – error message

0

Ameeth Palla, Technical Account Manager @ Adobe

I had recently worked on an issue where the process had an ‘Assign Mutiple Tasks’ step in it. It was assigning the same task to many users (>110). During runtime, when this step was executed, it would fail with the below error message and stack trace:

Tried to assign more tasks [xxx] than the maximum tasks per transaction threshold [110].

---

Read the complete post at Adobe LiveCycle Blog.

Correspondence Management: Move active assets betwixt systems

0

- Samartha Vashishtha, Content and Community Lead @ Adobe

Correspondence Management 9.5 now lets you conveniently move active assets from one system to another. You can export the selected assets from the source system as a ZIP package and import the ZIP package into the target system.

This functionality is useful in several scenarios; for example, when you’re moving assets from a development environment to a production environment.

---

Read the complete post at The Doc Fox.

LiveCycle Hidden Gems

0

- Girish Bedekar, LiveCycle Solution Evangelist @ Adobe

LiveCycle team did a webinar on 5/15/2012. The webinar showcased 5 HiddenGems which can be used to accelerate your LiveCycle Application Development. The webinar covered the following topics:

  1. Using Events in LiveCycle
  2. Creating and using Data Models with WSDL and LCDS
  3. Prepare Data Process
  4. Dynamic XDP Stitching
  5. Using Wizards-Approval,Iteration and Archival Wizards

---

Read the complete post @ Adobe LiveCycle Blog.

Correspondence Management: Adding custom asset action buttons

0

The Correspondence Management solution lets you add new actions to the Manage Assets UI for a particular asset type. The following broad steps are involved in this process:

  1. Modify the asset FML
  2. Extend the asset handler
  3. Register the modified asset handler
  4. Rebuild and redeploy the solution template

Details, including code snippets, are available here.

Exploring the powerfull features of Fire WS in livecycle workbench

0
Fire WS and Fire DS are two powerful features added in workbench. Using Fire WS you can now create a data model based on a WSDL and LC will then create a DSC (component) with corresponding service operations of the … Continue reading

XDP Stitching using DDX

0

- Girish Bedekar, LiveCycle Solution Evangelist @ Adobe

A common use case is to let the end user select various fragments to insert in the final PDF. The screen shot below would better explain what I mean by this. AS you can see this screen captures some user information, and allows the user to select fragments that need to be inserted in the final pdf. When the user hits the submit button it will call a LC process which will parse the parameters and build the DDX needed for XDP Stitching. The Process makes use of a custom component called xmlUtilities which allows you to insert elements in an xml document. The input parameters to the process are the name,city,address,state,zip and fragments. The fragments variable will hold a comma separated list of selected fragments.

---

Read the complete post at Adobe LiveCycle Blog.

LC ES3: ReaderExtensionsService – PKI Intialization failed. Exception: com/rsa/jsafe/provider/JsafeJCE

0

David McMahon, Sr. Technical Account Manager @ Adobe

Issue

If you have installed ADEP/LC ES3 (10.0.x) you may notice the following error in the server log when starting the application server:

2012-04-18 15:32:49,500 ERROR [com.adobe.livecycle.readerextensions.ReaderExtensionsService] (main) PKI Intialization failed. 
Exception: com/rsa/jsafe/provider/JsafeJCE
2012-04-18 15:32:49,515 ERROR [org.jboss.ejb.plugins.LogInterceptor] (main) RuntimeException in method: 
public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterLocal.doRequiresNew(
com.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.TransactionCallback) 
throws com.adobe.idp.dsc.DSCException:ALC-DSC-099-000: com.adobe.idp.dsc.DSCRuntimeException:
java.lang.ClassNotFoundException: Class name com.rsa.jsafe.provider.JsafeJCE from package com.rsa.jsafe.provider not found.
 

----

Read the complete post at Adobe LiveCycle Blog.

reference: (183158539)

LiveCycle XMLForms Native Process and WebSphere Global Security

0

- Santosh Tatke, Sr. Support Architect @ Adobe

Debugging form rendering issues related to XMLforms native process could be challenging. In one of the earlier blogs I’ve put together a few points those could help narrow down problem areas. Blog post is available here.

We recently encountered a situation with another customer which was another manifestation of form rendering related problem and root cause was very different.

They were using LiveCycle ES2 SP2 + AIX 6.1 + WAS 7.0.0.17 + Oracle 11g.

---

Read the complete post at Adobe LiveCycle Blog.

LiveCycle ES2 Connector for Microsoft SharePoint – Upload Large File sizes

0

- Abhijit Ghosh, LiveCycle TRT Engineer @ Adobe

We were recently working on a customer scenario who was facing issues with uploading documents greater than 50 MB on the Microsoft Sharepoint Server 2010. There are a couple of things that one needs to keep in mind when dealing with large file sizes.

---

Read the complete post at Adobe LiveCycle Blog.

LiveCycle ES3 Trial Download now Available

0
The trial download for LiveCycle ES3 is now available – http://www.adobe.com/devnet/livecycle/downloads.html.   The trial includes LiveCycle ES3 Server, LiveCycle ES3 Data Services, the development tools and extras such as the Reader Extensions certificate, Acrobat Pro for use with PDF Generator and … Continue reading
Go to Top