-
CPS Daemon startup error
Hello, I have xPlore 1.2, and when I perform any search I get this error: <Repository name>: Problem with this source. Looking at the log files I find several errors that point to CPS daemon as the blame of the issue. dsearch.log: <event timestamp="2013-03-11 10:17:27,190" level="WARN" thread="pool-12-thread-9"…
-
Setting default value to a time attribute
Hello, I need to set a defualt value for a time attribute. I use the following dql: ALTER TYPE lae_informe_60000012 MODIFY (lae_atr_fechalistado(SET default= date('05-12-2011'),SET read_only=true,SET not_null=true)) publish But then, I check the value and is the following one: lae_atr_fechalistado13/04/2011 1:00:00 As you…
-
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…
-
DB connection error
Hello, I have developed a custom component that extends the importContent component in webtop. This component calls a class that has to connect to a DB for data validation. First of all, I have a configuration file (la_config.properties) with the following information: dbserver = spr02.lagunaro.local dbport = 1145 database…
-
ADTS uninstallation trouble
Hello, I'm trying to uninstall ADTS 6.7 SP1 but when I go to Programs and Features, select ADTS and click on remove I get the attached error. How can I proceed to unisntall the product? Thanks in advance!
-
Error validating oracle user in new repository creation
Hello, I'm installing CS 6.7 SP1. I have created the docbroker with no problem, but when I create the new repository with the option of using an existing database account I get an error. The installer recognizes the DB, but when I introduce the user account name and password I get this: Install user decided to use existing…
-
DM_API_E_EXIST]error: "Document/object specified by 0901c0c080028515 does not exist."
Hi! I have done a DCTM migration from 6.5 to 6.7 version. All my custom types have been successfully migrated, but when I try to import a document of one of those custom types, I get this [DM_API_E_EXIST]error...Looking at the app server log I see that this is caused because of another earlier exception:…
-
Error starting primary dsearch
Hi! i have installed xPlore in a Red Hat linux, and when I try to start the promary dsearch I get the following error: 09:14:27,738 INFO [http] WSSERVLET12: JAX-WS context listener initializing 09:14:29,615 INFO [http] WSSERVLET14: JAX-WS servlet initializing 09:14:33,202 ERROR [[/dsearch]] El Servlet /dsearch lanzó…
-
Error while running xPlore diagnostic.groovy script
Hi, I need to run the diagnostic.groovy script in order to find he cause of a problem with xPlore. The script is under dsearch/admin/scripts directory, but when I run it I get the following excpetion: What can I do to solve it? Thanks in advance!!
-
Killing XPlore 1.2 processes
Hello, I need to lis all the xPlore 1.2 processes, and kill the one's that are hung when the dsearch is stopped, because I get an error when I try to start it as any of these processes seem to be hung. Can anybody help me?, I don´t know how to do it... Thanks in advance!
-
Primary Dsearch start problem
Hi! I have recently installed xPlore 1.2 in a Red Hat 5.7 linux. The instalation didn't give away any problem, and after that I configured the dsearch. Before configuring the index agent, I tried to start the dsearch using the script destinated to it (startPrimaryDsearch.sh), but I get the following error: 08:33:56,663…
-
xPlore dsearch configuration problem
Hello, I have installed xPlore, but after installing it, when I try to run the dsearch configuration wizard I can't complete it. I get stuck in the "Get Installation Owner Password" step. "You are logged in as user:null" message is displayed in the top of the window, and whatever password I enter, nothing happens when I…
-
How to get attribute type with it's name
Hi! I would like to know how can I use dfc to get the type of an attribute when I only have it's name as a String. Thanks in advance!
-
Docbase log size limit
Hello,does anybody know how to limit the maximun size of the docabse log? I want it to be saved as a backup when it reaches a size, and a new one to created... Thanks in advance!
-
Workflow launching when editing document attributes.
Hello, I have developed a TBO and a custom workflow that makes some actions on documents. I launch the workflow inside the doSave method of the TBO class. Everything works perfectly when I import a document, but when I just edit the attributes of a document already imported, the workflow is not launched. I can't understand…
-
Installing xPlore HA active-passive deployment
Hi! I want to install a xPlore High Availability Active-Passive deployment, but I can't find the steps to do it correctly anywhere...In EMC® Documentum xPlore Version 1.2 High Availability and Disaster Recovery Guide this deployment is mentioned, but is not explained step by step. Can anybody who has already installed it…
-
IDfDocument saveLock error
Hi, I'm developing some code using DFC. What I'm trying to do is to set some attributes in a DfDocument, so first I get the document from the docbase, then I set the attributes using doc.setString/Int...(attrName, attrValue) for each attribute, and after that I do the doc.saveLock() to have my new settings saved. But when…
-
Documentum 6.7 log tracing
Hi! I'm using Documentum 6.7, and I have created a custom workflow which calls a method that at the same time calls a java class with some custom code. This workflow is intended to be launched when a document is imported, but when importing documents using webtop, I cannot see a single trace line of my method anywhere.…
-
SearchAttributeTag null pointer exception
Hello! I'm developing some code. On it, im trying to set the display values of a SearchAttributeGroup object depending on the value previously selected in a SearchObjectTypeDropDownList. This is my code (the in variable type_name is the type selected in the dropdown list): private void…
-
Rol preferences in webtop
Hi! I want to set the cluster tree definition in webtop. I have found out that I can do it at user level in DA at Cabinets/Resources/Preferences/Webtop directly modifying the content of the 'application.display.clusterTreeDefinition' field inside the username.preferences file. But I would like to do it at role level…
-
How to get taskspace application name in my java code
Hi! I'm developing some java code, and I need to get the taskspace application name that calls the java class containing the code...What I want to do is to select the folder names in which the search will be done, depending on the taskspace application in which I perform the advanced search. The names of my taskspace…
-
different advanced search for different taskspace applications
Hi, I have two different taskspace applications, and I need a different advanced search for each one and I'm using the advanced search xcelerator To achieve that I have duplicated the xcelerator component (xcelerator_advsearch.xml), and I have given each of them a different id, of course. I have also duplicated the start…
-
How to set trace level to debug
Hi! I would like to know how can I set the looging trace level to debug mode for the docbase and application web server log files. Any idea? I'm using content server 6.7 SP1. Thanks in advance!
-
Own type based criterion in advanced search cluster strategies
Hi! I'm configuring the advanced search cluster strategies. If I create a cluster strategy based on a documentum custom attribute there is no problem, but if I do it using an own attribute no results are displayed in the cluster tree view: Not enough relevant data to compute clusters. And of course I have created some…
-
Edit criterion in advanced search cluster strategies
Hi! I'm customizing the advanced search cluster strategies, and by now I've been able to show new cluster strategies based on attributes of the search results, such as the object_name or i_cabinet_id. But the next thing I want to get is a cluster strategy based on an attribute of a related type. I mean, for example,…
-
Taskspace not working
Hi! I've been configuring the smart navigation panel of the advanced search in taskspace. To do this, I have created a copy of the clusterstrategies_config.xml located in wdk/config called clusterstrategies_modification.xml, and I have located it in custom/config. The problem is that it may be an error in any of the…
-
Show objetc types & subobject types in different dropdownlist
I am using AdvSearchEx in order to build an advanced search. I have a dropdownlist where only appers object types (not subobjecs). Now I want to show another dropdownlist with subobjets. The user has to choose one option in the first dropdownlist and the second dropdownlist has to be reloaded with the childs of the first…