<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The LiveCycle Post &#187; Abhijit Ghosh</title>
	<atom:link href="http://blogs.adobe.com/livecyclepost/author/abghosh/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.adobe.com/livecyclepost</link>
	<description>Hand-picked user assistance content from the LiveCycle community</description>
	<lastBuildDate>Tue, 23 Apr 2013 08:15:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Managing User Access</title>
		<link>http://blogs.adobe.com/livecycle/2012/07/managing-user-access.html</link>
		<comments>http://blogs.adobe.com/livecycle/2012/07/managing-user-access.html#comments</comments>
		<pubDate>Sun, 22 Jul 2012 16:47:55 +0000</pubDate>
		<dc:creator>Abhijit Ghosh</dc:creator>
				<category><![CDATA[LiveCycle Enterprise Suite]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[LiveCycle]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/livecycle/?p=3891</guid>
		<description><![CDATA[You must have the Application Administrator role assigned to your LiveCycle ES2 user account in order to develop applications. In this role, you can assign limited access to the application development environment for users who have other roles assigne...]]></description>
				<content:encoded><![CDATA[<p>You must have the Application Administrator role assigned to your LiveCycle ES2 user account in order to develop applications. In this role, you can assign limited access to the application development environment for users who have other roles assigned. You can permit other users to have the following type of access:</p>
<ul>
	<li>Read: The user can view the application.</li>
	<li>Delegate: Although the user is not the Application Administrator, that user can extend read/write permissions to another user.</li>
	<li>Write: The user can modify the application and save the changes.</li>
</ul>
<p>Essentially one can classify user permissions under the following two categories:</p>
<ol>
	<li>Role Based Permissions</li>
	<li>Resource Level Permissions</li>
</ol>
<p>Role Based Permissions typically would cover the roles that the user has been assigned via the Role Assignment interface and this supersedes the “Resource Level Permission ” which are assigned via the Manage Access interface as described in the following link.</p>

<p>In order to achieve the above scenario one would need to ensure that the user has not been assigned any such permissions which would otherwise allow the user to perform the Read/Delegate/Write operations on an application.</p>

<p>---</p>

<p>Read the complete post at https://blogs.adobe.com/livecycle/2012/07/managing-user-access.html.</p>]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/livecyclepost/2012/07/managing-user-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re-build lucene indexes for Content Services</title>
		<link>http://blogs.adobe.com/livecycle/2012/07/re-build-lucene-indexes-for-content-services.html</link>
		<comments>http://blogs.adobe.com/livecycle/2012/07/re-build-lucene-indexes-for-content-services.html#comments</comments>
		<pubDate>Sun, 22 Jul 2012 00:26:21 +0000</pubDate>
		<dc:creator>Abhijit Ghosh</dc:creator>
				<category><![CDATA[LiveCycle Enterprise Suite]]></category>
		<category><![CDATA[Content Services]]></category>
		<category><![CDATA[LiveCycle]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/livecycle/?p=3878</guid>
		<description><![CDATA[Content services uses the filesystem to store Apache Lucene indexes (/lucene-indexes). At times we are faced with the need of re-building indexes hence just wanted to summarize the ways in which the same can be achieved: 1. Include the JVM &#8230; Cont...]]></description>
				<content:encoded><![CDATA[<p><em>- <strong>Abhijit Ghosh</strong>, TRT Engineer @ Adobe</em></p>

<p>Content services uses the filesystem to store Apache Lucene indexes (/lucene-indexes). At times we are faced with the need of re-building indexes hence just wanted to summarize the ways in which the same can be achieved:</p>

<p>1. Include the JVM argument –Dindex.recovery.mode=FULL and restart the server.</p>

<p>2. Stop the server, delete the lucene indexes under the index root directory and restart the server.</p>

<p>3. Change the index directory to a different location during restart so that indexes are re-built again.</p>]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/livecyclepost/2012/07/re-build-lucene-indexes-for-content-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calling custom code implementation during LiveCycle Server Startup</title>
		<link>http://blogs.adobe.com/livecycle/2012/07/calling-custom-code-implementation-during-livecycle-server-startup.html</link>
		<comments>http://blogs.adobe.com/livecycle/2012/07/calling-custom-code-implementation-during-livecycle-server-startup.html#comments</comments>
		<pubDate>Wed, 18 Jul 2012 21:08:13 +0000</pubDate>
		<dc:creator>Abhijit Ghosh</dc:creator>
				<category><![CDATA[LiveCycle Enterprise Suite]]></category>
		<category><![CDATA[custom code]]></category>
		<category><![CDATA[LiveCycle]]></category>
		<category><![CDATA[server startup]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/livecycle/?p=3868</guid>
		<description><![CDATA[We were recently working on a customer scenario who wanted to make a custom code call during server startup.In order to achieve the same you would need to implement the Load interface in your custom component as described below: In &#8230; Continue rea...]]></description>
				<content:encoded><![CDATA[<p><em>- <strong>Abhijit Ghosh</strong>, TRT Engineer @ Adobe</em></p>

<p>We were recently working on a customer scenario who wanted to make a custom code call during server startup.In order to achieve the same you would need to implement the<strong>Load</strong> interface in your custom component as described below:</p>

<p>In the <strong>component.xml</strong> you would need to use the load-class tag in for the classes which implement the same and are to be loaded.</p>

<p>---</p>

<p>Read the complete post at <a href="https://blogs.adobe.com/livecycle/2012/07/calling-custom-code-implementation-during-livecycle-server-startup.html">Adobe LiveCycle Blog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/livecyclepost/2012/07/calling-custom-code-implementation-during-livecycle-server-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LiveCycle ES2 Connector for Microsoft SharePoint – Upload Large File sizes</title>
		<link>http://blogs.adobe.com/livecycle/2012/05/livecycle-es2-connector-for-microsoft-sharepoint-upload-large-file-sizes.html</link>
		<comments>http://blogs.adobe.com/livecycle/2012/05/livecycle-es2-connector-for-microsoft-sharepoint-upload-large-file-sizes.html#comments</comments>
		<pubDate>Wed, 09 May 2012 16:11:21 +0000</pubDate>
		<dc:creator>Abhijit Ghosh</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[LiveCycle Enterprise Suite]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[connector]]></category>
		<category><![CDATA[error message]]></category>
		<category><![CDATA[LiveCycle]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/livecycle/?p=3456</guid>
		<description><![CDATA[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 &#8230; Continue reading...]]></description>
				<content:encoded><![CDATA[<p><strong>- <em>Abhijit Ghosh</em>, LiveCycle TRT Engineer @ Adobe</strong></p>

<p>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.</p>

<p>---</p>

<p><strong><em>Read the complete post at <a href="http://blogs.adobe.com/livecycle/2012/05/livecycle-es2-connector-for-microsoft-sharepoint-upload-large-file-sizes.html">Adobe LiveCycle Blog</a>.</em></strong></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/livecyclepost/2012/05/livecycle-es2-connector-for-microsoft-sharepoint-upload-large-file-sizes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
