-
Looking for a Documentum archiving tool
Hi All - We are ready to start archiving our 4+ TB of content into a separate system which will host this data for users who need old data. The idea is to have only 1 year of data available in the production system. The intention is to benefit in the following ways : 1. Performance improvement - for search, retrieval and…
-
Xplore index issues with small size files
hi - Xplore 1.3 Content server 6.7 Sp1 we are running a high ingestion setup where small text files arrive into the system to get indexed (about 60,000 each day). We however noticed that only the files larger than 200 KB are getting FT indexd and smaller ones are not. we realised this after many users performed search only…
-
LBRequestException: An error has occured or no CTS instance was found capable of executing the item
hi - Content server 6.7 SP1 ADTS 6.6 P12 CTS websrvice - 6.7 i am running my code that will merge a VD into PDF using CTS WS. the code is working fine, but sporadically the CTS does not seem to be rendering the PDF> i get the below error in my CTS_WS.log please note that this is only sporadic. Probably i could say,…
-
CTS webservice error when transforming VD
hi all - CTS webservice 6.7 ADTS 6.6 patch 12 Content Server - 6.7 i have used code snippets from the SDK and put togeather a program that will make a webservice call to ADTS for converting a virtual doc into PDF. Everyhting is working fine and even the rendition is getting generated and saved correctly. However in the…
-
Webtop "ContainerIncludeTag can only be included within a Container" error
Dear all - i am running into this issue with the view action called from my component - In webtop i have a custom menu that is invoked after selecting multiple objects which will then get merged into a single pdf and a view action needs to be triggered so the document is displayed to the user. i created a container and a…
-
DQL - ADTS error when transforming VD
hi - i am firing a DQL query to queue up an ADTS request. the request is getting queued up on the server however the ADTS server is throwing an error as given below. I am able to manually trigger the rendition of the virtual document by selecting it and clicking file --> transform --> more formats and the request is…
-
WDK passing args from container to component - java.lang.NullPointerException
hi - i am running WDK 6.7 framework. i have defined the following files to my customization that involves invoking "file --> print multiple" menu that will trigger a series of steps involving export of documents and finally printing. 1. printmultiplepdfcontainer_component.xml 2. printmultiplepdf_component.xml 3.…