so i dont make this change on my client computer? i'm trying to logon into livelink using a dummy account i created a while back for a specific project.
i did it both in java, and VB.
in VB, it used to work.
Now i get this error:
"LL_SessionAlloc:
A required privellege is not held by the client.
Error -2147482645"
LAPI used to work fine until the server i used changed from windows 2000 sp3 -> sp4
now i cant seem to connect using LAPI
how do i get server name info?
if it requires opentext.ini, where do i find this file?
thx
i'm really new to JSP Deployment, sry!
since im deploying a web application, i created a WEB-INF folder, within which has my classes. Do i have to create folders in there "com", "opentext", "api" and insert all the *.class files in there? subsequently, wat do i do write in the web.xml file?
thx
thankx for the input!
syntergy, the second option i think sums up exactly what i want to do. the custom request handler, wat form does it manifest? (.NET, .asp, .jsp?) i'm very familiar with LAPI..would it have the same flexiblity as working in LAPI?do you have samples? thank a bunchhh!
salgoMS...
how would u enable it to execute its server side script in livelink? Using asp seems to be the most appropriate way;
how would u convert that document into a server object?
have looked at xml; a final question; as i said before, can i pass parameters to an asp page in livelink? as in
http://livelink/livelink/llisapi.dll?func=ll&objid=2273596&objaction=browse and pass parameters to that object? thx for all ur help!
Sounds cooL! except instead of doing a query to the DB from the asp page, can i pass the asp page a set of parameters? like http://livelink/page.asp?CaseTitle="Down the rainbow" and the asp page processes this information and searches livelink, finds the objID of the first link, and displays the...
I have a separate oracle database that runs at another server. That database has file information pertinent to our company. The actual files are stored in livelink. I want to create a link between the file information and the actual files so the user can click on the file and it will go to...
A few disparate questions, so do bear with me!
1. How would u execute a livelink query, get the first result's link and open that link all from a url? as in if i execute this particular _____________ url, i'll be able to
simulatenoesly execute a livelink query and open the first link. is htis...
hi!,
i need to setup a VPN connection from university to a corporate network at a company. Is that feasible? the university has a firewall and the corporate servers have firewalls too..Is it possible to Univ. Server->Firewall->Internet->Firwall->Corporate Server
Thx!
how would you assign it to the string from the nth position to the ith position, instead of from 0 to n?
so for a char[1000], i wanna assign to string from position 3 - 10?
how would i convert a char array to string?
e.g string temp;
char chararray[100];
temp should have chararray's contents from 0 to 500
how would you do this?
Lol, i'm back again; now that i've got things rolling, almost everything seems to work except for the LL_UpdateObjectInfo and LL_CreateObjectEx;
Long LL_CreateObjectEx( _
ByVal session as Long, _
ByVal parentVolID as Long, _...
lol thx; man they should make this easier to use;
instead of always repeating sessionIds, volume, parent IDs,
they should make it Object Oriented; how easy it would be......alas no
FINALLy, it works! I had to LL_ValueAlloc the children long variable for this to work; and the DOCUMENTSUBTYPE wasn't found in the colums so i didn't use it
here's the code (btw, i use debug.Print to get past the output long type)
Dim children as long
Dim length as long
Dim out, outvalue as...
so exhausted; tried almost everything to fix this; i think there was another person in this forum who used LL_Objects and had the same problem;
Dim output as long
output = LL_ListObjects(mlngSessionID, mlngParentVolume, mlngParentID, "DTree", "DOCUMENTSUBTYPE", LL_PERM_READ, children)
i tried...
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.