
ajithp.com
Ajith Prabhakar’s WeblogA beginner's guide to Documentum (by Ajith Prabhakar)
http://www.ajithp.com/
A beginner's guide to Documentum (by Ajith Prabhakar)
http://www.ajithp.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
3.8 seconds
16x16
32x32
Ajith Prabhakar
2405 V●●●●●● Drive
Av●●el , New Jersey, 07001
United States
View this contact
Ajith Prabhakar
2405 V●●●●●● Drive
Av●●el , New Jersey, 07001
United States
View this contact
Ajith Prabhakar
2405 V●●●●●● Drive
Av●●el , New Jersey, 07001
United States
View this contact
16
YEARS
2
MONTHS
11
DAYS
WILD WEST DOMAINS, LLC
WHOIS : whois.wildwestdomains.com
REFERRED : http://www.wildwestdomains.com
PAGES IN
THIS WEBSITE
18
SSL
EXTERNAL LINKS
26
SITE IP
192.0.78.25
LOAD TIME
3.822 sec
SCORE
6.2
Ajith Prabhakar’s Weblog | ajithp.com Reviews
https://ajithp.com
A beginner's guide to Documentum (by Ajith Prabhakar)
Sample DQLs « Ajith Prabhakar’s Weblog
http://ajithp.com/dql-tips
Ajith Prabhakar’s Weblog. A beginner’s guide to Documentum. Java Code Generator (New). About Aditi, Usha and Ajith. Filter topics by Category. Filter topics by Category. About Aditi, Usha and Ajith. Java Code Generator (New). Download All Study Notes. To Download all these notes (PDF) as a Single Zip file. More Documentum study notes. Introducing Java Code Generator 1.0 A Utility to generate Java Beans from Documentum Objects. Service Based Objects (SBO’s) in Documentum. Chaining of Custom Services in DFS.
Java Code Generator (New) « Ajith Prabhakar’s Weblog
http://ajithp.com/java-code-generator
Ajith Prabhakar’s Weblog. A beginner’s guide to Documentum. Java Code Generator (New). About Aditi, Usha and Ajith. Filter topics by Category. Filter topics by Category. About Aditi, Usha and Ajith. Java Code Generator (New). Download All Study Notes. To Download all these notes (PDF) as a Single Zip file. More Documentum study notes. Introducing Java Code Generator 1.0 A Utility to generate Java Beans from Documentum Objects. Service Based Objects (SBO’s) in Documentum. Chaining of Custom Services in DFS.
Introducing Java Code Generator 1.0 A Utility to generate Java Beans from Documentum Objects « Ajith Prabhakar’s Weblog
http://ajithp.com/2009/09/07/introducing-java-code-genarator-beta-a-utility-to-genarate-java-beans-from-documentum-objects
Ajith Prabhakar’s Weblog. A beginner’s guide to Documentum. Java Code Generator (New). About Aditi, Usha and Ajith. Filter topics by Category. Filter topics by Category. About Aditi, Usha and Ajith. Java Code Generator (New). Download All Study Notes. To Download all these notes (PDF) as a Single Zip file. More Documentum study notes. Introducing Java Code Generator 1.0 A Utility to generate Java Beans from Documentum Objects. Service Based Objects (SBO’s) in Documentum. Chaining of Custom Services in DFS.
Difference between Super User and Sysadmin « Ajith Prabhakar’s Weblog
http://ajithp.com/2008/06/23/difference-between-super-user-and-sysadmin
Ajith Prabhakar’s Weblog. A beginner’s guide to Documentum. Java Code Generator (New). About Aditi, Usha and Ajith. Filter topics by Category. Filter topics by Category. About Aditi, Usha and Ajith. Java Code Generator (New). Download All Study Notes. To Download all these notes (PDF) as a Single Zip file. More Documentum study notes. Introducing Java Code Generator 1.0 A Utility to generate Java Beans from Documentum Objects. Service Based Objects (SBO’s) in Documentum. Chaining of Custom Services in DFS.
Service Based Objects (SBO’s) in Documentum « Ajith Prabhakar’s Weblog
http://ajithp.com/2009/07/20/service-based-objects-sbos-in-documentum
Ajith Prabhakar’s Weblog. A beginner’s guide to Documentum. Java Code Generator (New). About Aditi, Usha and Ajith. Filter topics by Category. Filter topics by Category. About Aditi, Usha and Ajith. Java Code Generator (New). Download All Study Notes. To Download all these notes (PDF) as a Single Zip file. More Documentum study notes. Introducing Java Code Generator 1.0 A Utility to generate Java Beans from Documentum Objects. Service Based Objects (SBO’s) in Documentum. Chaining of Custom Services in DFS.
TOTAL PAGES IN THIS WEBSITE
18
udayDocumentum
http://udaydocumentum.blogspot.com/2015/01/how-to-change-attribute-length-in.html
Tuesday, January 6, 2015. How to change Attribute length in Documentum? Attribute length in a object type can be changed using API or DA or Composer. Create new documentum project - Import the object type in which you want to modify the attribute length. Go to length and change to required character length. In order to decrease character length you need to need to drop the attribute and then recreate it with desired length. ALTER TYPE type name. DROP attribute name [PUBLISH]. ALTER TYPE type name.
udayDocumentum: Sample Questions
http://udaydocumentum.blogspot.com/2012/03/sample-questions.html
Sunday, March 25, 2012. 1) what is the scope of workflow alias. 2) what is the scope of webtop preset. 3) When a document with rendition is checked out and checked in from a file as same version which is true. 4) Which Activity Template is used to send email messages with attachments to list of users. 5) Which is true regarding rendition. A) a document can have multiple renditions with same format. B) a document can have only one rendition with one format. 6) What is the use of object type. 19) Inorder t...
udayDocumentum: April 2011
http://udaydocumentum.blogspot.com/2011_04_01_archive.html
Friday, April 15, 2011. Documentum Federation and troubleshooting. Federation is a distributed configuration where there is one governing repository and member repositories. The advantage of federation is global users, global groups and global ACL's created on governing repository will be replicated on to member repositories. User will have access to all repositories though he was created only in governing repository. General issues seen in Federation. Touching means incase of users to make some modifica...
udayDocumentum: January 2011
http://udaydocumentum.blogspot.com/2011_01_01_archive.html
Sunday, January 23, 2011. DQL to find queued items. Selectg.r object id,g.object name,q.date sent,g.r object type,g.r content size,q.sent by from gar global g, dm queue q where q.name='dm mediaserver' and g.r object id=q.item id order by q.date sent. API to dequeue items. Dequeue,c, stamp. Status of a workflow can also be monitored using certain DQL statements. The following are a few DQL queries that can be used for the monitoring purposes:. Task name: current task/activity that the workflow is running.
udayDocumentum: March 2012
http://udaydocumentum.blogspot.com/2012_03_01_archive.html
Sunday, March 25, 2012. 1) what is the scope of workflow alias. 2) what is the scope of webtop preset. 3) When a document with rendition is checked out and checked in from a file as same version which is true. 4) Which Activity Template is used to send email messages with attachments to list of users. 5) Which is true regarding rendition. A) a document can have multiple renditions with same format. B) a document can have only one rendition with one format. 6) What is the use of object type. 19) Inorder t...
udayDocumentum: EMCPA Certification
http://udaydocumentum.blogspot.com/2012/03/emcpa-certification.html
Monday, March 19, 2012. This certification acknowledges competency in the basic operations of the Documentum/xCP platform. Associate (EMCPA) recognition for Documentum/xCP is achieved after passing the Content Management Foundations exam. The total number of test questions are 66 and the pass % is 71. Sections to be focused:. Workflow and Lifecycle Management. Some quick notes for preparing for certification. FSS (File Share Services). A lightweight set of content management features. Queue policy contai...
udayDocumentum: January 2015
http://udaydocumentum.blogspot.com/2015_01_01_archive.html
Tuesday, January 6, 2015. Extract war using java commands. Navigate to java bin path and execute below command make sure war file is present in c:. Java jdk-1.7.0 bin. To navigate to necessary bin path from you default path run below command. Cd c:java jdk-1.7.0 bin. C:java jdk-1.7.0 bin jar -xvf example.war. How to change Attribute length in Documentum? Attribute length in a object type can be changed using API or DA or Composer. Go to length and change to required character length. ALTER TYPE type name.
TOTAL LINKS TO THIS WEBSITE
26
Welcome to my site
Welcome to my site. Hi, this site belongs to Ajith Nayar. We're still under construction. Check in later.
Aji Thomas - A professional web designing company in Dubai UAE
Email / Fax Campaign. Aji Thomas, a professional web designing company in Dubai , United Arab Emirates (UAE). Main activities includes Web Designing, Web Hosting and Ecommerce Solutions.
ajithon.net Coming soon...
Generic Template
Would you like to make this site your homepage? It's fast and easy. Yes, Please make this my home page! Don't show this to me again. Ajith Online all about the star! Ajith welcomes U all!
Ajith Prabhakar’s Weblog
Ajith Prabhakar’s Weblog. A beginner’s guide to Documentum. Java Code Generator (New). About Aditi, Usha and Ajith. Filter topics by Category. Filter topics by Category. About Aditi, Usha and Ajith. Java Code Generator (New). Download All Study Notes. To Download all these notes (PDF) as a Single Zip file. More Documentum study notes. Introducing Java Code Generator 1.0 A Utility to generate Java Beans from Documentum Objects. Service Based Objects (SBO’s) in Documentum. Chaining of Custom Services in DFS.
Ajith Pathirana.com
I have Fresh Ideas. Let’s Create Your Company’s Growth Strategy Together! Let’s create your company’s growth strategy together! Following the Diploma in System Administration. I am following the Diploma in System Administration Course at Lalith Athulathmudali Vocational Training Centre, Ratmalana, Sri Lanka. It improves the knowledge on Programming, Web Site Designing and Developing, Database Installation, Maintenance and Security. Started on Aug-2014. more. Degree in Computer Networks.
Ajithpatnaik's Blog | Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream
Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover -mark twain. Thanks for dropping by Ajithpatnaik's Blog! Take a look around and grab the RSS feed. To stay updated. See you around! We should change the way we look at things. Latest Entries ». 17th JULY- A PAIN IN THE A%$! Mdash; Leave a comment. July 17, 2011. Well…...
Ajith Paul | Full Stack Developer
Somewhere something needs to be coded. I am here for you! I've got what you need! I have everything you need to get your new website up and running in no time! All the new design frameworks and best in class ui. Your work is my priority. Nothing else stands between that! I will be responsible for whatever i had committed. You have to make your websites with passion these days! Let's Get In Touch! Ready to start your next project with me?
Pegasus Entertainment
Friday, 11 April 2014. Miss Queen of India Part 1. Wednesday, 9 April 2014. Thottal Vidathu Talim Film Song - Nirai Nila. Friday, 28 March 2014. Friday, 29 November 2013. Tuesday, 26 November 2013. Minnalai Episode - Mounam. Minnalai Episode - Maan kuttiye. Subscribe to: Posts (Atom). Miss Queen of India Part 1. Thottal Vidathu Talim Film Song - Nirai Nila. Chairman of PEGASUS. Organizers of Miss South India, Miss Queen of India, MBA Award, Minnalai Film TV Award and Editor of Unique Times.