<?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>UKoom &#187; Documentum</title>
	<atom:link href="http://www.ukoom.com/tag/documentum/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ukoom.com</link>
	<description>Documentum, SharePoint, Alfresco, ECM...</description>
	<lastBuildDate>Thu, 13 May 2010 00:21:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Check in v.s. Save</title>
		<link>http://www.ukoom.com/check-in-v-s-save.htm</link>
		<comments>http://www.ukoom.com/check-in-v-s-save.htm#comments</comments>
		<pubDate>Sun, 02 May 2010 13:53:26 +0000</pubDate>
		<dc:creator>ukoom</dc:creator>
				<category><![CDATA[Documentum]]></category>
		<category><![CDATA[WDK Application]]></category>

		<guid isPermaLink="false">http://www.ukoom.com/?p=1065</guid>
		<description><![CDATA[
Webtop lets you [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Webtop lets you check in a document as the same (existing) version. However,  when you do this the Content Server never sees a <code>checkin</code> call or  event. Webtop simply sets the new file as content, updates any changed  attributes, and saves the object. So a <code>dm_save</code> event occurs rather  than <code>dm_checkin</code>.</p>
<p>It becomes more obvious if we look at the corresponding API call  descriptions.</p>
<ul>
<li><code>checkin</code> – creates a new version of an object in the repository  and removes the lock from the previous version.</li>
<li><code>save</code> – writes the object to the repository without creating a  new version of the object.</li>
</ul>
<p>Both of these methods have an optional argument to retain lock on the  resulting object (new version for checkin and existing version for save). This  argument defaults to FALSE – the lock is gone after the operation.</p>
<p>So why do we care? Normally we don’t need to. However, if we <em>turn  notification on</em> for a document we need to remember this difference between  checkin and save. By default, notifications are sent only for checkin event  occurrences. So we won’t get a notification if the document was “checked in as  same version”.</p>
<p>Similarly, other behavior (such as auditing) tied to events may be  affected.</p></div>
<p>This article is from http://doquent.wordpress.com/2008/08/20/check-in-as-same-version/</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.ukoom.com/dm_query_e_table_no_access.htm" title="DM_QUERY_E_TABLE_NO_ACCESS">DM_QUERY_E_TABLE_NO_ACCESS</a></li><li><a href="http://www.ukoom.com/locate-the-rendition-files.htm" title="Locate the rendition files">Locate the rendition files</a></li><li><a href="http://www.ukoom.com/platform-status-libjvm-so-cannot-open-shared-object-file-no-such-file-or-directory.htm" title="Platform Status: libjvm.so: cannot open shared object file: No such file or directory">Platform Status: libjvm.so: cannot open shared object file: No such file or directory</a></li><li><a href="http://www.ukoom.com/install-oracle-10-2-0-3-and-documentum-6-5-doc.htm" title="Install oracle-10.2.0.3 and Documentum-6.5">Install oracle-10.2.0.3 and Documentum-6.5</a></li><li><a href="http://www.ukoom.com/change-doctype.htm" title="Change doctype">Change doctype</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ukoom.com/check-in-v-s-save.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DM_QUERY_E_TABLE_NO_ACCESS</title>
		<link>http://www.ukoom.com/dm_query_e_table_no_access.htm</link>
		<comments>http://www.ukoom.com/dm_query_e_table_no_access.htm#comments</comments>
		<pubDate>Tue, 27 Apr 2010 19:05:55 +0000</pubDate>
		<dc:creator>ukoom</dc:creator>
				<category><![CDATA[Documentum]]></category>

		<guid isPermaLink="false">http://www.ukoom.com/?p=1062</guid>
		<description><![CDATA[Error &#8211; DM_QUERY_E_TABLE_NO_ACCESS [...]]]></description>
			<content:encoded><![CDATA[<p>Error &#8211; DM_QUERY_E_TABLE_NO_ACCESS the table xxx is not  registered or you do not have access to it was thrown when I use a superuser to update one registered table.</p>
<p>I checked both ACL setting and Table permit on this registered object. There&#8217;s no error.</p>
<p>After 30 minutes, I found a post told me to destroy that registered object and registered it again. Then it works&#8230;..</p>
<p>How could this happen!</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.ukoom.com/check-in-v-s-save.htm" title="Check in v.s. Save">Check in v.s. Save</a></li><li><a href="http://www.ukoom.com/locate-the-rendition-files.htm" title="Locate the rendition files">Locate the rendition files</a></li><li><a href="http://www.ukoom.com/platform-status-libjvm-so-cannot-open-shared-object-file-no-such-file-or-directory.htm" title="Platform Status: libjvm.so: cannot open shared object file: No such file or directory">Platform Status: libjvm.so: cannot open shared object file: No such file or directory</a></li><li><a href="http://www.ukoom.com/install-oracle-10-2-0-3-and-documentum-6-5-doc.htm" title="Install oracle-10.2.0.3 and Documentum-6.5">Install oracle-10.2.0.3 and Documentum-6.5</a></li><li><a href="http://www.ukoom.com/change-doctype.htm" title="Change doctype">Change doctype</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ukoom.com/dm_query_e_table_no_access.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Locate the rendition files</title>
		<link>http://www.ukoom.com/locate-the-rendition-files.htm</link>
		<comments>http://www.ukoom.com/locate-the-rendition-files.htm#comments</comments>
		<pubDate>Mon, 29 Mar 2010 16:44:56 +0000</pubDate>
		<dc:creator>ukoom</dc:creator>
				<category><![CDATA[Documentum]]></category>

		<guid isPermaLink="false">http://www.ukoom.com/?p=1057</guid>
		<description><![CDATA[To find the [...]]]></description>
			<content:encoded><![CDATA[<p>To find the path to the contents file of a rendition of a document, issue the following query from the dql editor. The example query below locates the contents for the pdf rendition of a file named &#8216;Original&#8217;. To find other types of renditions, insert the appropriate format into this query.</p>
<p>select r_object_id as the_id from dmr_content where any i_rendition !=0 and format in (select r_object_id from dm_format where name=&#8217;pdf&#8217;) and any parent_id in (select r_object_id from dm_document where object_name=&#8217;Original&#8217;)</p>
<p>You can then find the path to this object by issuing the following API commands:</p>
<p>apply,c,&lt;r_object_id returned above&gt;,GET_PATH<br />
next,c,q0<br />
get,c,q0,result</p>
<p>This article is from PowerLink.</p>
<p><img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot.png" alt="" /><img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot-1.png" alt="" /></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.ukoom.com/check-in-v-s-save.htm" title="Check in v.s. Save">Check in v.s. Save</a></li><li><a href="http://www.ukoom.com/dm_query_e_table_no_access.htm" title="DM_QUERY_E_TABLE_NO_ACCESS">DM_QUERY_E_TABLE_NO_ACCESS</a></li><li><a href="http://www.ukoom.com/platform-status-libjvm-so-cannot-open-shared-object-file-no-such-file-or-directory.htm" title="Platform Status: libjvm.so: cannot open shared object file: No such file or directory">Platform Status: libjvm.so: cannot open shared object file: No such file or directory</a></li><li><a href="http://www.ukoom.com/install-oracle-10-2-0-3-and-documentum-6-5-doc.htm" title="Install oracle-10.2.0.3 and Documentum-6.5">Install oracle-10.2.0.3 and Documentum-6.5</a></li><li><a href="http://www.ukoom.com/change-doctype.htm" title="Change doctype">Change doctype</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ukoom.com/locate-the-rendition-files.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Platform Status: libjvm.so: cannot open shared object file: No such file or directory</title>
		<link>http://www.ukoom.com/platform-status-libjvm-so-cannot-open-shared-object-file-no-such-file-or-directory.htm</link>
		<comments>http://www.ukoom.com/platform-status-libjvm-so-cannot-open-shared-object-file-no-such-file-or-directory.htm#comments</comments>
		<pubDate>Fri, 29 Jan 2010 13:46:43 +0000</pubDate>
		<dc:creator>ukoom</dc:creator>
				<category><![CDATA[Documentum]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ukoom.com/?p=1034</guid>
		<description><![CDATA[Error &#8221;
Generic Status: [...]]]></description>
			<content:encoded><![CDATA[<p>Error &#8221;</p>
<p>Generic Status: Library Open failed, Library Name: /dctm65/shared/java/1.5.0_12/jre/lib/i386/libjava.so, Platform Status: libjvm.so: cannot open shared object file: No such file or directory</p>
<p>IDQL failed to run.  dmAPIInit() returned a failed status.</p>
<p>&#8221; was thrown when executing IDQL command.</p>
<p>I came across this issue after I installed one docbase on linux server.</p>
<p>It seemed that IDQL read the .so file in the wrong place.</p>
<p>I used the link command to resolve this problem:</p>
<p>ln -s /dctm65/shared/java/1.5.0_12/jre/lib/i386/server/libjvm.so /dctm65/shared/java/1.5.0_12/jre/lib/i386/libjvm.so</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.ukoom.com/check-in-v-s-save.htm" title="Check in v.s. Save">Check in v.s. Save</a></li><li><a href="http://www.ukoom.com/dm_query_e_table_no_access.htm" title="DM_QUERY_E_TABLE_NO_ACCESS">DM_QUERY_E_TABLE_NO_ACCESS</a></li><li><a href="http://www.ukoom.com/locate-the-rendition-files.htm" title="Locate the rendition files">Locate the rendition files</a></li><li><a href="http://www.ukoom.com/chown-change-the-owner-of-a-file.htm" title="chown &#8211; change the owner of a file">chown &#8211; change the owner of a file</a></li><li><a href="http://www.ukoom.com/an-internal-virtual-machine-error-13-has-occurred.htm" title="An internal virtual machine error (13) has occurred">An internal virtual machine error (13) has occurred</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ukoom.com/platform-status-libjvm-so-cannot-open-shared-object-file-no-such-file-or-directory.htm/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Install oracle-10.2.0.3 and Documentum-6.5</title>
		<link>http://www.ukoom.com/install-oracle-10-2-0-3-and-documentum-6-5-doc.htm</link>
		<comments>http://www.ukoom.com/install-oracle-10-2-0-3-and-documentum-6-5-doc.htm#comments</comments>
		<pubDate>Mon, 28 Dec 2009 03:49:17 +0000</pubDate>
		<dc:creator>Murphy</dc:creator>
				<category><![CDATA[Documentum]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.ukoom.com/?p=990</guid>
		<description><![CDATA[The whole process [...]]]></description>
			<content:encoded><![CDATA[<p>The whole process is installing oracle 10.2.0.1 first then updating it to 10.2.0.3</p>
<p>You can follow this article step by step:</p>
<p><a href="http://www.itpub.net/viewthread.php?tid=806933&amp;extra=&amp;page=1">http://www.itpub.net/viewthread.php?tid=806933&amp;extra=&amp;page=1</a></p>
<p>Note:</p>
<ol>
<li>I was installing oracle in RedHat Enterprise Linux 4 Update 3, the only missing package is gcc.You can get help from this page:</li>
</ol>
<p><a href="http://hi.baidu.com/thinkinginlamp/blog/item/f91ad1138ac429025aaf53e2.html">http://hi.baidu.com/thinkinginlamp/blog/item/f91ad1138ac429025aaf53e2.html</a></p>
<ol>
<li>If you are installing oracle in linux OS which doesn’t have language Chinese installed, then you should not set environment variable NLS_LANG mentioned in the above article.</li>
<li>After update oracle to 10.2.0.3, you should run the following sql statements to upgrade data dictionary: (go to folder ORACLE_HOME, then startup sqlplus)</li>
</ol>
<p>SQL&gt; STARTUP UPGRADE<br />
$K&#8221;qE5x[1]e.gd&#8217;rO0SQL&gt; @?\rdbms\admin\catupgrd.sql</p>
<p>SQL&gt;@?\rdbms\admin\utlrp.sqlITPUB个人空间F/`Q Q.qu7yqOITPUB个人空间i5y(D*zT&#8217;?</p>
<p><strong>Install Documentum Content server 6.5</strong></p>
<p>The main resource is ContentServerInstallGuide_6.5.pdf.</p>
<ol>
<li>Follow chapter <em>Required Environment Variables for UNIX and Linux </em>and chapter<em> Preparing the Database for Content Server Installation</em> to set all required environment variables.</li>
<li>Copy files tnsnamse.ora and listener.ora from $ORACLE_HOME/network/admin to $TNS_ADMIN</li>
<li>Follow chapter <em>Installing content Server</em> to install content server and create docbase and docbroker.</li>
</ol>
<p><strong>Appendix A: How to start/stop oracle:</strong></p>
<p><a href="http://hua6884858.javaeye.com/blog/441251">http://hua6884858.javaeye.com/blog/441251</a></p>
<p><strong>Appendix B: How to start/stop docbase/docbroker:</strong></p>
<p>All the shell file is located in $DOCUMENTUM/dba</p>
<p>Such as dm_launch_&lt;Docbroker-name&gt;, dm_stop_&lt;Docbroker-name&gt;, dm_start_&lt;Dobase-name&gt;, dm_shutdown_&lt;Docbase-name&gt;</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.ukoom.com/check-in-v-s-save.htm" title="Check in v.s. Save">Check in v.s. Save</a></li><li><a href="http://www.ukoom.com/dm_query_e_table_no_access.htm" title="DM_QUERY_E_TABLE_NO_ACCESS">DM_QUERY_E_TABLE_NO_ACCESS</a></li><li><a href="http://www.ukoom.com/get-definition-for-view-in-oracle.htm" title="Get definition for view in Oracle">Get definition for view in Oracle</a></li><li><a href="http://www.ukoom.com/locate-the-rendition-files.htm" title="Locate the rendition files">Locate the rendition files</a></li><li><a href="http://www.ukoom.com/platform-status-libjvm-so-cannot-open-shared-object-file-no-such-file-or-directory.htm" title="Platform Status: libjvm.so: cannot open shared object file: No such file or directory">Platform Status: libjvm.so: cannot open shared object file: No such file or directory</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ukoom.com/install-oracle-10-2-0-3-and-documentum-6-5-doc.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change doctype</title>
		<link>http://www.ukoom.com/change-doctype.htm</link>
		<comments>http://www.ukoom.com/change-doctype.htm#comments</comments>
		<pubDate>Sat, 12 Dec 2009 07:24:50 +0000</pubDate>
		<dc:creator>ukoom</dc:creator>
				<category><![CDATA[Documentum]]></category>

		<guid isPermaLink="false">http://www.ukoom.com/?p=961</guid>
		<description><![CDATA[Changing objects from [...]]]></description>
			<content:encoded><![CDATA[<p>Changing objects from one type to another type is pretty easy..One dql statement is all it needs..However there are a few constraints on the hierarchy with which you can change types.</p>
<p>Rules and Constraints on Changing Types</p>
<p>There are some constraints when you change an object’s type:</p>
<p>• The object’s current type and the new type must have the same type identifier, and they must be SysObjects or SysObject subtypes.</p>
<p>• The type identifier is the first two characters in an object ID. For example, all documents have 09 as their type identifier.</p>
<p>• The old and new types cannot be at the same level in the type hierarchy.</p>
<p>You can move objects up or down in the object hierarchy but not laterally. For example, the dm_document and dm_process object types are peers—they are at the same level because both are direct subtypes of dm_sysobject. Now, suppose you have two dm_document subtypes, proposal_doc and report_doc. Using CHANGE&#8230;OBJECT, you can change a proposal_doc or report_doc object to a dm_document object or a dm_document object to a proposal_doc or report_doc object, but you cannot change any of the document types or subtypes to dm_process objects.</p>
<p>You simply cant change r_object_type to change an object&#8217;s type. You must use the &#8220;change object&#8221; dql statement to accomplish this.</p>
<p>Please refer to page 59 of 5.2.5 DQL Guide:</p>
<p>Changing objects from one type to another type is pretty easy..One dql statement is all it needs..However there are a few constraints on the hierarchy with which you can change types.</p>
<p>Rules and Constraints on Changing Types<br />
There are some constraints when you change an object’s type:<br />
• The object’s current type and the new type must have the same type identifier, and they must be SysObjects or SysObject subtypes.<br />
• The type identifier is the first two characters in an object ID. For example, all documents have 09 as their type identifier.<br />
• The old and new types cannot be at the same level in the type hierarchy.</p>
<p>You can move objects up or down in the object hierarchy but not laterally. For example, the dm_document and dm_process object types are peers—they are at the same level because both are direct subtypes of dm_sysobject. Now, suppose you have two dm_document subtypes, proposal_doc and report_doc. Using CHANGE&#8230;OBJECT, you can change a proposal_doc or report_doc object to a dm_document object or a dm_document object to a proposal_doc or report_doc object, but you cannot change any of the document types or subtypes to dm_process objects.</p>
<p>Reference:</p>
<p><a href="https://forums.emc.com/forums/thread.jspa?tstart=0&amp;threadID=18561">https://forums.emc.com/forums/thread.jspa?tstart=0&amp;threadID=18561</a></p>
<p><a href="https://forums.emc.com/forums/thread.jspa?tstart=0&amp;threadID=18626">https://forums.emc.com/forums/thread.jspa?tstart=0&amp;threadID=18626</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.ukoom.com/check-in-v-s-save.htm" title="Check in v.s. Save">Check in v.s. Save</a></li><li><a href="http://www.ukoom.com/dm_query_e_table_no_access.htm" title="DM_QUERY_E_TABLE_NO_ACCESS">DM_QUERY_E_TABLE_NO_ACCESS</a></li><li><a href="http://www.ukoom.com/locate-the-rendition-files.htm" title="Locate the rendition files">Locate the rendition files</a></li><li><a href="http://www.ukoom.com/platform-status-libjvm-so-cannot-open-shared-object-file-no-such-file-or-directory.htm" title="Platform Status: libjvm.so: cannot open shared object file: No such file or directory">Platform Status: libjvm.so: cannot open shared object file: No such file or directory</a></li><li><a href="http://www.ukoom.com/install-oracle-10-2-0-3-and-documentum-6-5-doc.htm" title="Install oracle-10.2.0.3 and Documentum-6.5">Install oracle-10.2.0.3 and Documentum-6.5</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ukoom.com/change-doctype.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DM_QUERY_E_REPEAT_REG</title>
		<link>http://www.ukoom.com/dm_query_e_repeat_reg.htm</link>
		<comments>http://www.ukoom.com/dm_query_e_repeat_reg.htm#comments</comments>
		<pubDate>Tue, 08 Dec 2009 07:18:40 +0000</pubDate>
		<dc:creator>ukoom</dc:creator>
				<category><![CDATA[Documentum]]></category>

		<guid isPermaLink="false">http://www.ukoom.com/?p=952</guid>
		<description><![CDATA[Here is the [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the full error: &#8220;[DM_QUERY_E_REPEAT_REG]error: &#8220;You have specified  repeating attribute(s) and columns from a registered table in the same select  list.&#8221;   Please refer to the Server Reference Manual on page 3-67 in the section  dealing with attribute values. It states that you cannot select a repeating  attribute if the selected values list includes one or more columns from a  registered table.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.ukoom.com/check-in-v-s-save.htm" title="Check in v.s. Save">Check in v.s. Save</a></li><li><a href="http://www.ukoom.com/dm_query_e_table_no_access.htm" title="DM_QUERY_E_TABLE_NO_ACCESS">DM_QUERY_E_TABLE_NO_ACCESS</a></li><li><a href="http://www.ukoom.com/locate-the-rendition-files.htm" title="Locate the rendition files">Locate the rendition files</a></li><li><a href="http://www.ukoom.com/platform-status-libjvm-so-cannot-open-shared-object-file-no-such-file-or-directory.htm" title="Platform Status: libjvm.so: cannot open shared object file: No such file or directory">Platform Status: libjvm.so: cannot open shared object file: No such file or directory</a></li><li><a href="http://www.ukoom.com/install-oracle-10-2-0-3-and-documentum-6-5-doc.htm" title="Install oracle-10.2.0.3 and Documentum-6.5">Install oracle-10.2.0.3 and Documentum-6.5</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ukoom.com/dm_query_e_repeat_reg.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Tuning Documentum Server</title>
		<link>http://www.ukoom.com/oracle-tuning-documentum-server.htm</link>
		<comments>http://www.ukoom.com/oracle-tuning-documentum-server.htm#comments</comments>
		<pubDate>Mon, 07 Dec 2009 06:44:56 +0000</pubDate>
		<dc:creator>ukoom</dc:creator>
				<category><![CDATA[Documentum]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://www.ukoom.com/?p=942</guid>
		<description><![CDATA[Modifying the dmcl.ini [...]]]></description>
			<content:encoded><![CDATA[<h2>Modifying the dmcl.ini File on the Oracle WebCenter Content Service for Documentum Host</h2>
<p><a name="wp1046181"> </a> On all computers that host the Oracle WebCenter Content Service for Documentum, you can increase the <span style="font-weight: bold;">max_session_count</span> variable in the<span style="font-weight: bold;"> dmcl.ini</span> file to allow for additional concurrent sessions. By default, the <span style="font-weight: bold;">max_session_count</span> is set to 10, meaning there can be 10 concurrent sessions to Documentum.</p>
<div>
<ul>
<li><a name="wp1046182"> </a>The number of Documentum sessions depends on the number of content crawlers you expect to run concurrently, as well as the number of users you expect to click through links concurrently. We recommend you set the <span style="font-weight: bold;">max_session_count </span>parameter accordingly. You can increase this setting later if you find that you run out of sessions or want to increase the number of content crawlers running simultaneously.</li>
<li><a name="wp1046183"> </a>A session is started for each user with a unique user name/password that tries to click through to a Documentum document in the portal. The <span style="font-weight: bold;">max_session_count</span> must accommodate the estimated number of click through users to be handled concurrently.</li>
</ul>
<h2>Modifying the server.ini File on the Documentum Server</h2>
<p><a name="wp1046185"> </a> On the Documentum Server computer, you can change the settings in the <span style="font-weight: bold;">server.ini</span> file to allow for additional concurrent sessions.</p>
<div>
<ul>
<li><a name="wp1046186"> </a>The <span style="font-weight: bold;">concurrent_sessions</span> variable controls the number of connections the Documentum server can handle concurrently. This parameter should accommodate for the sum of all the <span style="font-weight: bold;">max_session_count</span> values in your environment.</li>
</ul>
</div>
<p><a name="wp1046187"> </a> If you plan to use the Oracle WebCenter Content Service for Documentum with several different docbases, you must modify the <span style="font-weight: bold;">server.ini</span> for each docbase. When making these configuration changes, consider the following:</p>
<div>
<ul>
<li><a name="wp1046188"> </a>As with any configuration changes, take into account any hardware limitations.</li>
<li><a name="wp1046189"> </a>The configuration settings depend on both existing and projected Documentum usage.</li>
</ul>
</div>
</div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.ukoom.com/check-in-v-s-save.htm" title="Check in v.s. Save">Check in v.s. Save</a></li><li><a href="http://www.ukoom.com/dm_query_e_table_no_access.htm" title="DM_QUERY_E_TABLE_NO_ACCESS">DM_QUERY_E_TABLE_NO_ACCESS</a></li><li><a href="http://www.ukoom.com/get-definition-for-view-in-oracle.htm" title="Get definition for view in Oracle">Get definition for view in Oracle</a></li><li><a href="http://www.ukoom.com/locate-the-rendition-files.htm" title="Locate the rendition files">Locate the rendition files</a></li><li><a href="http://www.ukoom.com/powerdesigner-non-sqlerror.htm" title="PowerDesigner Non SQLError">PowerDesigner Non SQLError</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ukoom.com/oracle-tuning-documentum-server.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>select clause and i_is_deleted</title>
		<link>http://www.ukoom.com/select-clause-and-i_is_deleted.htm</link>
		<comments>http://www.ukoom.com/select-clause-and-i_is_deleted.htm#comments</comments>
		<pubDate>Wed, 02 Dec 2009 07:21:35 +0000</pubDate>
		<dc:creator>Murphy</dc:creator>
				<category><![CDATA[Documentum]]></category>

		<guid isPermaLink="false">http://www.ukoom.com/?p=924</guid>
		<description><![CDATA[1.select clause:SELECT [ALL&#124;DISTINCT] [...]]]></description>
			<content:encoded><![CDATA[<p>1.select clause:SELECT [ALL|DISTINCT] columns</p>
<p>The optional ALL and DISTINCT keywords determine whether the SELECT statement returns duplicate rows. ALL returns all rows, including any duplicates. DISTINCT does not return duplicate rows. If neither keyword is included, the default is determined by the server’s default behavior. (The server’s default behavior is determined by the distinct_query_results flag in the server’s server.ini start‑up file.)<br />
The DISTINCT keyword is ignored if the SELECT statement also includes an IN DOCUMENT or IN ASSEMBLY clause. The server issues a warning if the statement includes both the DISTINCT keyword and an IN DOCUMENT or IN ASSEMBLY clause.<br />
The warning is also issued if the server’s default setting is not to return duplicates and the query contains an IN DOCUMENT or IN ASSEMBLY clause.</p>
<p>2.select clause: from type_name [(ALL)|(DELETED)|(LITE)]</p>
<p>The keyword ALL directs the server to search all versions of each object. The keyword DELETED directs the server to search all versions of each object including any versions for which i_is_deleted is set to TRUE. (This property is set to TRUE if you delete the object and it is the root version of a version tree). The keyword LITE directs the server to search only the properties in the lightweight type, otherwise the server also searches the properties in the shareable parent and the supertype(s). If you specify LITE, then you must only specify properties in the lightweight type. You must enclose ALL, DELETED, and LITE in parentheses.<br />
If the FROM clause includes neither ALL nor DELETED, the server searches only the CURRENT version.</p>
<p>3.If the object is the root version of a version tree, deleting the object sets this property to TRUE.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.ukoom.com/check-in-v-s-save.htm" title="Check in v.s. Save">Check in v.s. Save</a></li><li><a href="http://www.ukoom.com/dm_query_e_table_no_access.htm" title="DM_QUERY_E_TABLE_NO_ACCESS">DM_QUERY_E_TABLE_NO_ACCESS</a></li><li><a href="http://www.ukoom.com/locate-the-rendition-files.htm" title="Locate the rendition files">Locate the rendition files</a></li><li><a href="http://www.ukoom.com/platform-status-libjvm-so-cannot-open-shared-object-file-no-such-file-or-directory.htm" title="Platform Status: libjvm.so: cannot open shared object file: No such file or directory">Platform Status: libjvm.so: cannot open shared object file: No such file or directory</a></li><li><a href="http://www.ukoom.com/install-oracle-10-2-0-3-and-documentum-6-5-doc.htm" title="Install oracle-10.2.0.3 and Documentum-6.5">Install oracle-10.2.0.3 and Documentum-6.5</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ukoom.com/select-clause-and-i_is_deleted.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>delete a custom filetype using sql</title>
		<link>http://www.ukoom.com/delete-a-custom-filetype-using-sql.htm</link>
		<comments>http://www.ukoom.com/delete-a-custom-filetype-using-sql.htm#comments</comments>
		<pubDate>Tue, 01 Dec 2009 08:03:33 +0000</pubDate>
		<dc:creator>Murphy</dc:creator>
				<category><![CDATA[Documentum]]></category>

		<guid isPermaLink="false">http://www.ukoom.com/?p=907</guid>
		<description><![CDATA[The normal way [...]]]></description>
			<content:encoded><![CDATA[<p>The normal way to delete a custom file type is(dql):</p>
<p>delete &lt;type_name&gt;(all) object;</p>
<p>drop type &lt;type_name&gt;;</p>
<p>if  when excuting the above statement,an error which says&#8221;Attempt to remove type&lt;type_name&gt; , which still has objects&#8221;,you can excute this statement to get all the hidden objects: select * from &lt;type name&gt; (all) where i_is_deleted=1 or a_is_hidden=1</p>
<p>The following is the last way to delete a custom file type.(sql)</p>
<p>delete from dm_sysobject_r where r_object_id in (select r_object_id from dm_sysobject_s where r_object_type=&#8217;&lt;type name&gt;&#8217;);<br />
delete from dm_type_r where r_object_id in (select r_object_id from dm_type_s where name=&#8217;&lt;type name&gt;&#8217;);<br />
delete from dmi_dd_common_info_r where r_object_id in (select r_object_id from dmi_dd_common_info_s where type_name = &#8216;&lt;type name&gt;&#8217;);<br />
delete from dmi_object_type where r_object_id in (select r_object_id from dm_sysobject_s where r_object_type=&#8217;&lt;type name&gt;&#8217;);<br />
delete from dmi_type_info_r where r_object_id in (select r_object_id from dmi_type_info_s where r_type_name=&#8217;&lt;type name&gt;&#8217;);</p>
<p>delete from dmi_type_info_s where r_type_name=&#8217;&lt;type name&gt;&#8217;;<br />
delete from dmi_dd_common_info_s where type_name = &#8216;&lt;type name&gt;&#8217;;<br />
delete from dm_type_s where name=&#8217;&lt;type name&gt;&#8217;;<br />
delete from dm_sysobject_s where r_object_type=&#8217;&lt;type name&gt;&#8217;;</p>
<p>drop table &lt;type name&gt;_r;</p>
<p>drop table &lt;type name&gt;_s;</p>
<p>BTW,as a plus: turn API trace on: apply,c,NULL,SQL_TRACE,LEVEL,I,1</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.ukoom.com/check-in-v-s-save.htm" title="Check in v.s. Save">Check in v.s. Save</a></li><li><a href="http://www.ukoom.com/dm_query_e_table_no_access.htm" title="DM_QUERY_E_TABLE_NO_ACCESS">DM_QUERY_E_TABLE_NO_ACCESS</a></li><li><a href="http://www.ukoom.com/locate-the-rendition-files.htm" title="Locate the rendition files">Locate the rendition files</a></li><li><a href="http://www.ukoom.com/platform-status-libjvm-so-cannot-open-shared-object-file-no-such-file-or-directory.htm" title="Platform Status: libjvm.so: cannot open shared object file: No such file or directory">Platform Status: libjvm.so: cannot open shared object file: No such file or directory</a></li><li><a href="http://www.ukoom.com/install-oracle-10-2-0-3-and-documentum-6-5-doc.htm" title="Install oracle-10.2.0.3 and Documentum-6.5">Install oracle-10.2.0.3 and Documentum-6.5</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ukoom.com/delete-a-custom-filetype-using-sql.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
