Thanks appnair,
Really useful information as always, just to be clear the intent when looking into the DB is to fetch information, I never write into the base you are perfectly right on this point. I pursue 2 goals: one is having better performance than LAPI when looking for some data, the...
Hi,
I'm looking into livelink (9.7.1) DB organization and I'm to trying to find in which tables are described the content of a category. I can see the list of fields in table catregionmap,
for instance for a catid=18629137 I can see the list of corresponding fields:
; catid; ; catname...
Thanks so much for the link Greg it was helpfull, I will investigate this. It can be we don't close connections in a clean way and so maybe some socket linger.
Hi All,
We have from time to time some difficulties to connect to a livelink server (9.5) using LAPI "AccessEnterpriseWS", the system is up and running but yet unresponsive: the client part of the application just hang and after a while - something like 10 minutes - we get a java exception.
The...
Thanks appnair good tip as always :)
http://communities.opentext.com/communities/llisapi.dll/wiki/7967685/How%20to%20clone%20an%20LLValue%20in%20LAPI.NET
Hi,
I'm wondering if there is a simple way to clone an LLValue containin a category description. The reason why I ask that is because I've got a lots of entries to process (between 5 and 10 thousand) and I'd like to speed up the import.
Today I do the following for each object I create:
-...
Thanks Appu,
Actually, AttrListNames give the correct list of category "keys" and I can replace this loop by a specific existing key e.g I have a field "version" in my category, so I try the following but did not get the expected string back in attrValues.
status =...
Hi everybody,
I'm trying to retrieve category values from a livelink object and I'm affraid I don't get the correct result, so I'm asking you a bit of help.
I get the results from GetObjectAttributesEx, then I list each category field with AttrListNames.
At this point all look fine, I'm...
Thanks appnair for this quick answer,this function seems what I'm looking for but strangely, I cant find it in the class set version I have.
I must admit without documentation I have had a hard time understanding the few bits of llk programming I know, so I'm gladly accepting you doc proposal...
Hi everybody,
I've asked a question a few weeks ago, and I'm grateful to the people of this forum for answering me.
Now, I have a couple of more questions:
- First of all, I'm trying to change nickname through java LAPI (general attribute tab on the web interface), I've read in some other...
Thanks Greg for your answer,
I was ablee to create the category, but when I create adocument (say a compound document) and i want to attach a category, if I want to set a user field it fails whereas other such as text or integer or even date are fine. Maybe user field has something special I...
Hello,
With the help of different examples I found I'm able to create compounds document and the document underneath with the correct category I want ... excepted user name fields.
Which lead to error "101103" from CreateObjectEx.
To set this field I use:
(...)
LLValue attrValuesb = new...
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.