- Ankush Kumar, Lead Software Engineer @ Adobe
Many a times, we have the requirement to deploy single or group of system or custom DSCs. System DSCs are deployed by LiveCycle Configuration Manager. However, in the case of custom DSCs, we need to manually deploy the component through LiveCycle Workbench. Sometimes, launching Workbench for solely deploying component seems like too much effort. Moreover, it’s not very easy to automate.
You can use the attached sample tool to deploy a DSC using command-line.
- Download and extract the tool archive on your machine. It contains a folder libs, a runme.bat file, and an ImportDSC.jar file.
- Place <LiveCycle Installation Dir>\sdk\client-libs\thirdparty\*.jar files in libs folder.
- Place adobe-usermanager-client.jar and adobe-livecycle-client.jar files in libs folder.
- Modify runme.bat accordingly.
The ImportDSC.jar is used in the following way in the runme.bat file (provided classpath is set):
java com.adobe.livecycle.sample.ImportDSC appserver=<websphere|weblogic|jboss> serverhost=<name of machine> port=<port of LC> username=<user to install DSC> password=<password of mentioned user> dscpath=<absolute path till DSC> force=<true|false>
The source code is also included in the archive. Please review it in case of any doubt and modify as per your requirements.
DISCLAIMER: This sample code is not officially delivered or supported as part of Adobe LiveCycle product. One should verify this on a testing environment before employing in production environment.



Configuring email notifications for the Managed Review & Approval Solution Accelerator
The Adobe Managed & Approval Solution Accelerator 9.5 is a wonderful solution for automating reviews for documents in your organization. One of the handy features of the solution is email updates for automated reviews. For example, emails are automatically sent for these scenarios:
This requirement is necessary for organizations that have regulated review and approval workflows. However, in non-regulated environments, this requirement may be a distraction to users because of the number of emails that can be sent in reviews that involve significant number of people.
Alexandra Phillips has provided an article to describe how to configure the emails that are sent using the Solution Template provided with the Managed Review & Approval Solution Accelerator. Check out the article here.