These examples are meant to give you a head-start on the basic DQL syntax. For more information on DQL, please refer to Content Server DQL Reference guide. EMC® Documentum® Content Server Version DQL Reference EMC Corporation Corporate Headquarters: Hopkinton, MA This guide is the reference manual for the EMC Documentum object hierarchy. to EMC Documentum Content Server DQL Reference, EMC Documentum.
Author: | Kajizil Shaktijas |
Country: | Albania |
Language: | English (Spanish) |
Genre: | Environment |
Published (Last): | 6 January 2017 |
Pages: | 420 |
PDF File Size: | 12.1 Mb |
ePub File Size: | 4.25 Mb |
ISBN: | 195-4-25651-542-9 |
Downloads: | 38412 |
Price: | Free* [*Free Regsitration Required] |
Uploader: | Mumuro |
It can be used to check if the dsearch is working fine and if the indexing has been performed correctly.
Sample DQLs – Ajith Prabhakar’s Weblog
Please also note that the default port is for the dsearch and for the index agent. I am a total newbie at this and found your extremely useful blog with related matters and hope you can help.
Be aware that it can take a while depending on the number of entries you have. You are commenting using your WordPress. 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. Email required Address never made public. Please log in using one of these methods to referene your comment: Any suggestions would be helpful.
Hi Ajith, I have the following query to list all documents and folders in a cabinet.
In order to use them, I recommend Qdman: November 29, at 9 h 51 min. These examples are meant to give you a head-start on the basic DQL syntax. That means all document waiting for rendition. Brand new to Documentum. In fact, it can happen if someone saved a document, then deleted it right after. The parameter 60 can be changed. Sometimes I noticed there are indexing requests on deleted documents.
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 recerence search on it. Many of you must be using Samson to do refrence DQL queries. These are sample queries which will select one or more attributes from an Object and illustrates different where clauses.
Check its log file, it normally contains all these information already. Click here to download this study note PDF. October 15, at 11 h 11 min.
In Samson, if you forgot to terminate the query fmc a semicolon ; you will get a prompt like shown below. July 31, at 8 h 21 min. 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.
Notify me of new comments via email.
This one simply puts an indexing request in the queue. The workaround to continue with this query is typing go and pressing Dsl again. Leave a Reply Cancel reply Enter your comment here If no rendition is present for the given document, it returns nothing. It is useful for the IAPI command returning the index agent status see below.
Referenve 27, at 10 h 36 min. Hi Ajith Is it possible using DQL query to see whether an attribute name for an object type is a repeating attribute rdference single attribute? If not, it will return 0 results for a document that you know does exist in the docbase. This statement purges the audit trail queue by deleting all logon failure entries.
It shows the version of the installer. There are many constraints on modifying an existing attribute Refer to DQL Manual for more information.
November 11, at 8 h 18 min. This query returns all documents present in the rendering queue. Index Agent Info select fti. Infrastructure at your Service. This query displays the number of failed logons in the docbase per user since 60 minutes. The indexing request remains in the queue for life. April 21, at 9 h 03 min. This means that if a rendition request failed 3 times in a row and succeed the last time, there will be 3 rows in the failed queue, but the rendition did succeed.
Sample DQLs
You are commenting using your Facebook account. First, check if the file is deleted by running the IPAI: Is it possible using DQL query to see whether an attribute name for an object type is a repeating attribute or single attribute?
This will return object id and name of all the objects that was created between today and This query flushes caches, it can be used when trying to install ADTS dars and rfference due to version mismatch. It can be useful when scripting or in DFC programs.
Need a DQL query to find the total number of documents present and total size utilized in docbase.