-
How to edit advanced search xCelerator
Hi! I would like to know how can I edit some aspects of the advanced search xCelerator such as the object types shown in the dropdown list of the search window. Is it possible to edit the xCelerator using composer or forms buider? Thanks in advance!
-
Index server not recognized in DA
Hi, I have recently installed xPlore on my index server host. The thing is that in this host, both index server and agent work, but in the application server host, in DA, only agent is recognized and no instances of server are displayed. Searches are possible in the index server host dsearchadmin,but not possible in the…
-
Faceted search xCelerator installation problems
I've installed tha faceted search xcelerator, but it doesn't work...The installation consist in copying some files into the taskspace deployment folder, and when I perform the copy, something extrange happens. Only one of the files that must be copied already exists in the folder with the exactly same name. If I replace…
-
Edit webtop search templates with forms builder
Hi! I would like to know if there is any way of editing the advanced search template used by webtop (or something similar) with forms builder to edit it, and afterwards be able to use it in a taskspace application. Thanks!
-
How to get DropDownList input parameters
Hi! I'm using Forms buider to create a Search Template. The aim of the template is to do a search in a table (table_prueba) by name or by NIF (both are diferent parameters of the table; att_NIF and att_name). The search must work like this: The user must write either his NIF or his name in a TextField, after it, to define…
-
Documentum user domain name
Hi! I'm installing ADTS, but I'm stuck in the step in which domain user name and password are required. The format of the domain user name must be [domain]\[user]. I knwo the user, but not the domain. If I put only the user it's not accepted, so it's compulsory to put a domain. I have tried with the host computer domain…
-
IDfSession treatment
Hi! I'm deploying some java code for documentum, and I've a doubt. To get an IDfDocument, I previously get an IDfSession with the method getSession() defined in the class IDfTypedObject: IDfSession session = getSession(); IDfDocument document = (IDfDocument)this.session.getObject(getObjectId()); My question is, do I need…
-
Web application server memory collapsed
Hi! I'm having the same problem again and again and I don't know why... It happens that a proeccess called java.exe increases more and more in my web application server (where DA and webtop are located) until the memory is collapsed and both da and webtop stup working. I restart the system, but in a while I get the same…
-
How to create a log file for content server
Hi! The log file that I had for the content server doesn´t work anymore, and I don´t know why... Obviously I need a way to view the trace lines of the content server, what should I do? Is it any place where I have to make reference to this file (I mean a ".properties" or something similar)? or should I create a new log…
-
Jboss memory requirements
Hi! I'm trying to deploy webtop and DA in Docuemntum 6.7, but I get a jboss memory error message, where can I find the jboss memory requirements for deploying DA and webtop?? Thanks in advance!!
-
Job running forever
Hi! I have a job in the DA which doesn´t stop running, even if I set it's status to Inactive. I have read that a possible solution is to kill the process that is running the job, is this correct? and if so, how can I do it? Thanks in advance!
-
Relaunch workflows using Documentum Administrator
Hi! I need to relaunch some workflows from the "Workflow / My Workflows" window of the documentum administrator but I can´t find the way to do it... Can anybody help me? Thanks in advance!!!
-
Problems with log file
Hi everybody! My content server's log file (dctm/dba/*.log) doesn´t receive any trace and I don't know why...Where can I find the reference or the call to this log file in order to discover if it's anything wrong there? Thanks in advance!!
-
Job execution error
Hi everybody! I've just created a new job at the DocumentumAdministrator. This job runs a java method which at the same time runs a java class. The java class doesn't contain any compilation error, but when I run the job, it fails. When I look at the job's properties, in the Last Status field the next message is displayed:…
-
Input accel index log
Hi! I would like to know if it exists any log file in which errors when uploading flies using the input accel index application are shown, and where can I find it. Thanks in advance!
-
Problem with a DQL insert query
Hi, First of all I don´t know whether I've started that discussion in the proper place,so I'm sorry if I haven´t.... I have a problem with a dql statement, my aim is to insert into a table (la_tp_nif) a row with only 3 values in the columns: object_name, la_atr_ubicacion and la_atr_pre_ubicacion. The query I'm using is…