as the topic~how can I set the room settings and lock the room?by now i know that i can change the room timeout setting with setting roomAccess and property "timeOut".with the code as follow:itemVO.Add("nodeName", "roomAccess")itemVO.Add("itemID", "timeOut")itemVO.Add("body", "3600")but I don't know...
Is there a standard place to look to download and see release notes of LCCS versions?I'm currently on 1.2.5. Are there any known issues with this version using the standard webcam pod with audio publisher/subscriber? Any issues with interacting with the current LCCS servers?Should I be on the newest...
Hello,I would like to clearly understand if when i use P2P webcam or Audio publishing, that is when i use the recipientIDs array, if the App swith from 2P2 to hub-spoke protocol, for any reason, what exactly changes for the user?Does the stream will still be delivered to the users listed in recipien...
INTRODUCTION:I have created a form using Livecycle Designer 8.2 and Acrobat 9.4.Its intended users are trusted people in the company so distribution is performed manually and security is not an issue.Upon being opened with Reader 9.4.1, the form's docReady event handler calls a trusted function (loc...
Hi, I am creating a custom component that can retrieve form data for a task, when I run the component in workflow, it throws an exception:"com.adobe.idp.taskmanager.dsc.client.task.TaskImpl cannot be cast to com.adobe.idp.taskmanager.dsc.client.task.TaskInfo"at the line:"TaskInfo tinfo = taskManager...
Hi, I am able to convert .doc,.jpg file in pdf and marge them, I like to Thank all the people in this forum for helping me to get this thing done. In Installing and deploying livecycle guide I have seen that for multi threaded convertion I have to create at least 3 user with admin right...
I create an OLEDB data connection with Excel file on Designer ES2, my form will only need to read this file for data, there is no need to lock it at all.Following is my connection string :Provider=MSDASQL.1;Persist Security Info=False;Data Source=Excel Files;Mode=Read;Extended Properties="DSN=Excel ...
Hi,I would like to invoke a process every 3 minutes to check for documents I can use EJB or SOAP. Can any one help me on how to invoke a process automatic every 3 minutes. Thank you,
Hi all,Disclaimer: Not a JAVA/programmer type. I typically Google things to death and try to learn from there. Created a form and followed some other's suggestions but I'm in a bind with expanding a field (text field) to allow for users to enter info and for it to print the full entry once submitted...