Yes, it shows the correct path. Ir is oracle 10G.
I used to dothis before as well, and it was working. I used to change jsut the kini table and restart livelink and it used to work. Livelink Ver 9.5
Hi,
I have updated my File Storage location in Kini table. After that I restarted the server using two livelink services. It is showing new Location updated in Livelink Admin UI as well. I had done this in past and it was working. My database is in Linux and File system is SAN drive. Everything...
Hi,
The Dtree and WebNides table contains almost same information. Wanted to know, what is the use of WebNodes table, I mean, WHat extra information it contains?
When we use Dtree and when Webnodes?
I wanted to create it from Livelink UI itself. But while adding attribute to the category, I can not see any option to add a attribute whose values can be referred from Database. Pop-up attribute is there, but it kind of combo box. I am not talking about that.
How can I create attribute type 10013, which is basically a data source. It gives Text both and next to that there is button. When I click on that button it pop-up new windows and gives me list of options (fetched this lsit from data base) and I can select any of that.
Below is the defination...
How can I retrive modify by from database? Which table and which field?
If you are refering to Audit trail then there are many activites comes under Audit trail, all are not considered as document modified.
What should I qery to get document modify by?
How can I retrive Rating information usign Query? Which table is used?
Also, Synopsis and Key phrase are part of rating which is auto populated for some of the document. How can I retrive that information using Query?
On what basis it decide the Key phrase? For Synopsis it takes first few...
How can I add a data source to any attribute in Category.
I saw one category attribute details as below. How can I create like that?
Attribute Name: Vendor
A<1,?,Required=false,DisplayName=Vendor,customSQL=false,ValidKeyAttr={},ValidValues={select distinct Vendor from File_Data order by...
Hi,
I am using below Query to find out document count for specific Folder using its ID. But those Queries returns different result, can you please tell me why?
1) Select count(*) from dtree where ownerid = -2000 and modifydate > TO_DATE('29/12/2011','dd/mm/yyyy')
2) select count(*) from...
How can I retrive Category Version information using Oracle Query?
I am using below QUery to retrive category information. But Versions are not comming with that.
select CatTbl.subtype, CatMasterTbl.dataid as CatID, CatMasterTbl.name as CatName, CatParentTbl.name as CatParentName...
I have created code which uses Database query and LAPI(Livelink 9.5) to retrive the Document information. For single LAPI call I am facing performance issue. Initially I had Livelink and Oracle in same machine for testing my code, it was working fine.
Now, I have installed Livelink and...
I Used Below code:
LAPI_DOCUMENTS lapiDocuments = new LAPI_DOCUMENTS(llSession);
LLValue attrCatID = new LLValue().setAssoc();
attrCatID.add("ID",CatID);
attrCatID.add("Version",0); ---- Shoudl I add this line?
LLValue attrCatVer = new LLValue().setAssoc()...
Hi,
I am trying to fetch livelink category attribute information using lapiDocuments.FetchCategoryVersion(CatID, CatVer);
I am able to fetch using this in my Livelink server, but when I run into other livelink server which is also 9.5 only I am getting below error:
Error in retriving Attribute...
Hi,
I wanted to retrive value of Key Phrase which is part of Rating Tab of Document Properties. I have seen this in one of the system of Livelink. How to retrive using Query or LAPI?
But, In my livelink system I am not able to add Key Phrase. How to add it in UI?
Thanks you very much for such a wonderul explanation.I have few doubts in this.
First,I am using LAPI and nto the webservice, reason, I am not aware of webserrvices, know only LAPI. (Let me know if webservices are really eassy to impliment compare to LAPI then will learn that).
So, you are...
thanks for the reply. So, we we do not use setAssocNotSet then what cna I use? Also when I run single thread, or 2 to 3 thread it runs fine, but when I run more thread then it is giving error.
Is there any setting needs to be done at livelink server side?
I have created different sessions for...
I am facing a problem while trying to implement multi-threading to extract content using the LinktoShare extraction tool. The exception occurs when multiple threads try to call an inbuilt LAPI method FetchVersion.I have written a c# code which populates a list with object ID’s and threading is...
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.