-
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 =…
-
Diference between dql and sql statements
Hello, I have noticed many times that when I execute a delete dql checking the show sql check box, the equivalent sql is a select instead of a delete, and this doesn't make sense to me...for example, the following dql: delete dm_sysobject objects where object_name like 'delete%' turns into: SELECT dm_dbalias_B.R_OBJECT_ID…