-
bof jars are getting downloaded in two cache locations.
Hi, I noticed that bof jars are getting downloaded in two cache locations. As per my understanding it should download in one cache location. i.e. It downloads in cache/6.0.0.9 as well as in cache/6.0.0.113SP1. Can anyone help me in understanding this cache/{version} concept and how it picks a perticular version to download…
-
DCTM Migration
Hi, How to migrate from Sybase/Solaris to Oracle/AIX. - I dont want to use dump & load as docbase size is very large - I know we can use 3rd party tools like buldoser,Open Migrate But has someone actually implemented such a cross platform migration(Database change,OS Change)...I have heard of Oracle Migration workbench for…
-
The workflow agent status has changed because the JMS is unavaiable
I am seeing this issue suddenly in our environment . None of our auto activity is working now . 2013-01-22T09:30:49.964000 3172[3376] 01015d8d80000007 [DM_WORKFLOW_I_AGENT_STATUS_CHANGE]info: "The workflow agent status has changed because the JMS is unavaiable. The workflow agent is currently checking for available JMS.."…
-
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,…
-
IDfFormatRecognizer gives old content type of documents
Hello , I have a method which gives content type of document public String getContentType (String strPath){ String format = ""; try{ IDfFormatRecognizer formatRec = clientX.getFormatRecognizer(idfSession, strPath, null); if(formatRec.getDefaultSuggestedFileFormat() != null) { format =…