Hi Everyone,
There are many departments. And there are some documents restricted to those departements. So, I want to search documents containing words exactly like "dept1 restricted", "dept2 restricted","dept3 restricted". There are so many departments. If I search for the documents having the...
Livelinkpro,
The options that I set are
Look For: Complex Query
Modifier: None
Within: All
Query String (I1 or I2 or ...) prox[0] (I1 or I2 or ...)
I search with these options set.
I've tried the way that you said. But, the resulting will have documents if there is a word from 1st set...
Appnair,
Sorry. It's LQL only. What I'm doing is, I'm going to Advanced Search. Selecting "Complex Query" option from the drop down and entering the above query string and searching.
Regards,
Bala
All,
I have 2 set of words. First set has M items and the second set has N items. I want to search for items having a word from the first set followed immediately by any word in the second set. I thought of using the OTSQL for this. I thought the below should work.
(I1 or I2 or I3 or... Im)...
Appnair,
We have a rule set already to stop extractor if the number of pending messages with Update Distributor goes above 250. That's not a problem for us. The problem is we don't want to run Search and Indexing at the same time as it's causing issues because of lack of resources. So, We have...
Appnair,
What I am trying to achieve is, I need to switch off for a particular period of time daily. Currently, I am switching off/on manually. I am aiming at automating this process so that the search federator and dataflow processes stop at particular time and start at a particular time. If...
I am looking for LAPI function to start/stop Search Engines/Search Federator and Processes in the data flow. I couldn't find one. Is there any function for this?
Regards,
Bala
This has been solved by adding the mime type to this entry under webedit section.
MIMESupportedWebDAV2={'application/vnd.ms-excel','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet','application/vnd.ms-excel.sheet.macroEnabled.12',''}
Hi,
We are unable to edit files with extn XLSM. I have checked in opentext.ini. We have an entry for this Mime type in the webedit section. The below is the entry...
The issue is now solved.
I have found one entry in the message file which was too big and occupying 3/4 of the whole message file. I've removed that entry from the message file and restarted indexing. Unluckily, there was some lock by the windows explorer on the message file and it returned...
Hi,
Currently some of the index engines are returing this error and we are unable to run indexing. I have seen in a discussion in KC that it's due to the value set in otadmin.cfg, i.e. the amount of memory that UD is allowed to use. Anyone having any ideas?
Regards,
Bala
Hi Appnair,
Thanks for the response. This is particular to only one PC, not for everyone. I'll check out the configuration details of that PC.
Regards,
Bala
Hi,
Anyone heard of this before. When LL explorer is installed, MS Applications are functioning slowly.(i.e. Saving, closing, switching between docs are slow). If I remove LL Explorer from my machine, MS applications are working OK. Any idea?
Regards,
Bala
Hi,
I have a form in livelink. Sub type=227. I am not able to delete it. When I try to delete, I get the error "This node type is not supported". I have configured recycle bin to move Forms to Recycle bin and direct delete as well. Both these are not working. Any idea, where the problem is...
I have written both Query and PL/SQL code for this. It may be useful for someone.
select A.Name, a.id, a.mailaddress, a.firstname, a.lastname, SUM(b.DataSize)/(1024*1024)
from KUAF A inner join DTREE c on A.id = -c.OwnerID
inner join dversdata b on b.docID = c.DataID
where a.deleted = 0...
Thanks Greg. It gives me an idea to progress with this. Now I am at this stage. Please refer to the SQL below
select sum(datasize) from dversdata where docid in(
select dataid from dtree start with dataid in(select dataid
from dtree where subtype=142) connect by prior dataid=parentid)
This...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.