Since you are using SOAP, you need to have the AXIS jars available. They are in the LiveCycle_ES_SDK\client-libs\thirdparty directory: activation.jar (required for SOAP mode) axis.jar (required for SOAP mode) commons-codec-1.3.jar (required for SOAP mode) commons-collections-3.1.jar (required for...
1 - You are right in that you don't need the data resource in the package file if you are going to populate data from a process. I usually leave it in the flex project however for testing purposes. Once I compile the template and bring it into LiveCycle I remove that resource reference.One thing t...
At first glance, it looks like the document is not making it to the LiveCycle server. How are you attaching the document to the request (base64, MTOM, File URL)?http://help.adobe.com/en_US/livecycle/9.0/workbenchHelp/help.htm?content=003896.html
umm, the password is in the zip file.I opened the zip file to which you linked and it has two files in it. A 0007421_Exp_03312011.pfx and 0007421_Exp_03312011.txt. Open the txt file. The only thing in it is the password.
Fair enough. The presumption is that posts are about Adobe's LiveCycle products because this is the LiveCycle section of the forums. Most of the Adobe folks answering questions here are involved with the LC products and its the world in which we live.There is another, very active, set of forums fo...
When you use an input folder containing multiple files, and you don't know how many files there will be, use a List of Documents as the input variable. That way you get all of the documents from the input folder in one data structure.The nice thing about this is that you can use Assembler to map th...
Interesting thought. If that is the case then you should be able to add a check into your SQL query to ensure that you are using the current record. and status="CURRENT" may suffice.
It looks like the step is trying to assign a task to a specific group and that group is either not found or is inactive. You say that the process gets a user id, but the error says the system is trying to lookup the entry as a group.Can you check the task step and see if the UserID is assigned to a ...