<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Sample DQLs</title>
	<atom:link href="http://ajithp.com/dql-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://ajithp.com</link>
	<description>A beginner's guide to Documentum</description>
	<lastBuildDate>Mon, 10 May 2010 12:32:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: abeishbabu</title>
		<link>http://ajithp.com/dql-tips/#comment-64</link>
		<dc:creator><![CDATA[abeishbabu]]></dc:creator>
		<pubDate>Fri, 23 Oct 2009 15:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajithprabhakar.wordpress.com/dql-tips/#comment-64</guid>
		<description><![CDATA[Hi Ajith

Is it possible using DQL query to see whether an attribute name for an object type is a repeating attribute or single attribute?

Any suggestions would be helpful.]]></description>
		<content:encoded><![CDATA[<p>Hi Ajith</p>
<p>Is it possible using DQL query to see whether an attribute name for an object type is a repeating attribute or single attribute?</p>
<p>Any suggestions would be helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abeishbabu</title>
		<link>http://ajithp.com/dql-tips/#comment-63</link>
		<dc:creator><![CDATA[abeishbabu]]></dc:creator>
		<pubDate>Fri, 23 Oct 2009 15:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajithprabhakar.wordpress.com/dql-tips/#comment-63</guid>
		<description><![CDATA[Hi Ajith,

I have the following query to list all documents and folders in a cabinet. 

select object_name,r_object_type from dm_sysobject where folder(&#039;/Test&#039;) and r_object_type IN (&#039;dm_document&#039;,&#039;dm_folder&#039;)

But how can I list folders and documents in the same way as it is listing in Webtop ( folders are listed first in sorted order, then documents are listed in sorted order)]]></description>
		<content:encoded><![CDATA[<p>Hi Ajith,</p>
<p>I have the following query to list all documents and folders in a cabinet. </p>
<p>select object_name,r_object_type from dm_sysobject where folder(&#8216;/Test&#8217;) and r_object_type IN (&#8216;dm_document&#8217;,'dm_folder&#8217;)</p>
<p>But how can I list folders and documents in the same way as it is listing in Webtop ( folders are listed first in sorted order, then documents are listed in sorted order)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajith Prabhakar</title>
		<link>http://ajithp.com/dql-tips/#comment-42</link>
		<dc:creator><![CDATA[Ajith Prabhakar]]></dc:creator>
		<pubDate>Tue, 04 Nov 2008 13:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajithprabhakar.wordpress.com/dql-tips/#comment-42</guid>
		<description><![CDATA[You can create a PDF rendition of a Acsii file, for that you need a PDF converter plugin, for searching within the contents of a file you should have full text search enabled on that content server.  removing characters from ASCII files you can use create a TBO  (Type based object)]]></description>
		<content:encoded><![CDATA[<p>You can create a PDF rendition of a Acsii file, for that you need a PDF converter plugin, for searching within the contents of a file you should have full text search enabled on that content server.  removing characters from ASCII files you can use create a TBO  (Type based object)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pavlinpatel</title>
		<link>http://ajithp.com/dql-tips/#comment-41</link>
		<dc:creator><![CDATA[pavlinpatel]]></dc:creator>
		<pubDate>Mon, 03 Nov 2008 21:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajithprabhakar.wordpress.com/dql-tips/#comment-41</guid>
		<description><![CDATA[Hello there.

Brand new to Documentum. Can you please let me know if there is way to convert an ASCII file to pdf and file to Documentum so that a user and search on it. Also is there any way to remove certain characters from ASCII file before creating PDf file?]]></description>
		<content:encoded><![CDATA[<p>Hello there.</p>
<p>Brand new to Documentum. Can you please let me know if there is way to convert an ASCII file to pdf and file to Documentum so that a user and search on it. Also is there any way to remove certain characters from ASCII file before creating PDf file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajith Prabhakar</title>
		<link>http://ajithp.com/dql-tips/#comment-39</link>
		<dc:creator><![CDATA[Ajith Prabhakar]]></dc:creator>
		<pubDate>Thu, 16 Oct 2008 19:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajithprabhakar.wordpress.com/dql-tips/#comment-39</guid>
		<description><![CDATA[You get DM_ACL_E_BAD_STATE  when you have an ACL that points to a group that dont exist,]]></description>
		<content:encoded><![CDATA[<p>You get DM_ACL_E_BAD_STATE  when you have an ACL that points to a group that dont exist,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: plotus</title>
		<link>http://ajithp.com/dql-tips/#comment-38</link>
		<dc:creator><![CDATA[plotus]]></dc:creator>
		<pubDate>Thu, 16 Oct 2008 18:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajithprabhakar.wordpress.com/dql-tips/#comment-38</guid>
		<description><![CDATA[Hi Ajith,

Could you pl. help? I am a total newbie at this and found your extremely useful blog with related matters and hope you can help. I tried to reassign a group to a new group and the job worked except that it did not update one folder. This one folder still has the old group and the new group in the permissions list. Any effort to remove it fails with this error: &#039;dm_acl_e_bad_state&#039;; should I remove the old group from the acl?]]></description>
		<content:encoded><![CDATA[<p>Hi Ajith,</p>
<p>Could you pl. help? I am a total newbie at this and found your extremely useful blog with related matters and hope you can help. I tried to reassign a group to a new group and the job worked except that it did not update one folder. This one folder still has the old group and the new group in the permissions list. Any effort to remove it fails with this error: &#8216;dm_acl_e_bad_state&#8217;; should I remove the old group from the acl?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashil</title>
		<link>http://ajithp.com/dql-tips/#comment-34</link>
		<dc:creator><![CDATA[prashil]]></dc:creator>
		<pubDate>Sat, 13 Sep 2008 14:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajithprabhakar.wordpress.com/dql-tips/#comment-34</guid>
		<description><![CDATA[Hi Ajith,
I am working in a Documentum Support Team and this DQLs are really helpful to me. Thanks. Prashil.]]></description>
		<content:encoded><![CDATA[<p>Hi Ajith,<br />
I am working in a Documentum Support Team and this DQLs are really helpful to me. Thanks. Prashil.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

