Archive for August, 2007

What’s new in D6

Here are some hot new features in D6. Please feel free to share if you know more
ACS/BOCS:

  • ACS/BOCS server can write content to a repository, either synchronously or asynchronously. Writing content synchronously ensures that all users at all network locations have immediate access to the content. Writing content asynchronously improves the performance of import and check-in operations, because remote users do not need to wait for the content to be uploaded to the central site. And Content can be pre-cached on BOCS servers using new BOCS caching jobs.
  • DA can be used to gather key statistics about cache requests and monitor status of the ACS and BOCS servers

Read the rest of this entry »

Comments (1)

ETL for Documentum

ETL, Extract, Transfer & Load, tools are essential for customers implementing Content Management solutions. Although initial implementation tends to focus on generating new content, the solution inevitably ends up having to migrate their legacy content. The most popular, out of the shelf, ETL solution available in the market for Documentum migration today is Crown Partner’s Buldoser.

Now, do you really need to buy the product for this purpose?
Read the rest of this entry »

Comments

Annoying little things with Documentum

More often than not, the bugs (uncritical) encountered by QA are retained in the product, than push the release date. Seldom, its also the case that QA doesn’t account for certain test cases trying to keep up with the ever growing features of the product. Here are some annoying little details that I ran into in the last couple weeks alone, with Documentum suite of products
Read the rest of this entry »

Comments

XML - the heart of the future CMS Infrastructure

Content, by definition, is difficult to categorize and provide structure; and XML technology, by definition, is a general-purpose markup language and is classified as an extensible language because it allows its users to define their own tags. The flexibility offered by XML technology makes it a natural fit for the complexity posed by the Content Management Systems.

Read the rest of this entry »

Comments

Free-Form Taxonomy

When designing Content Management System for an organization, the architects inevitably spend time designing the Taxonomy for the content. It is enormously important from the business stand point to organize the content to be able to logically access it the way we would find paper based files in the huge locked away cabinets (this very line exposes the disconnect).

Now, I am here to question the ROI on this.

Read the rest of this entry »

Comments (1)

Can I ping a docbroker?

Often times it becomes necessary to know which Docbases a Docbroker is aware of. One of the typical scenario’s that this becomes necesssary is when you are at a client’s site and the connection to docbase is not happening and you need to be doubly sure that the docbroker is not just up, but it knows of the docbase you want to connect to. And ofcourse, if you need any health check scripts, this comes handy.

Read the rest of this entry »

Comments

Kaam Chor (Slacker)

[Definition: Kaam Chor - One who evades his or her duty or work; shirker]
I ponder why its so hard to create, find and retain well natured, ethical, hard-working and honest employees for a company these days (relativity kept in mind!) Its not perhaps all the the individual’s fault - the company’s have become blood-sucking leeches which drop their employees like what the Dracula does to its victim when its done with it - all in the name of business (obviously, I am not generalizing here).

Just like the perfect balance with food-chain its all a balance here as well, and it seems especially skewed these days.

Read the rest of this entry »

Comments

Performance with DTS (Document Transformation Services)

Anybody who worked with Documentum’s DTS know that it comes with variety of issues. One of the challenging ones I had to face was to do with performance. Here are some pointers that I learnt from this process:

DTS is multi-threaded:

Its exciting to know that DTS is multi-threaded and that it can take advantage of a dual CPU Servers. But listen to this - threading is limited by the plug-in and/or application being used to perform the transformation. If there are 2 documents being processed by DTS and they both use the same plug-in or application, then the processing is *serial*. If they use different plug-ins and applications, then the processing is concurrent. With MS format documents dominating in numbers in most organizations, multi-threading is not truly used.

Read the rest of this entry »

Comments