Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Jerrie85
  • Order by date
  1. Jerrie85

    LAPI: getting server

    actually its all fixed; apparently, the LL Admin had resetted the pass for the dummy account; thankx!
  2. Jerrie85

    LAPI: getting server

    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.
  3. Jerrie85

    LAPI: getting server

    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"
  4. Jerrie85

    LAPI: getting server

    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
  5. Jerrie85

    Sun Java Studio Developer -> JRUN4

    I've created a jsp file in sun java studio, and i want to convert it into the format suitable for JRUN4 web deployment..how would i do it?
  6. Jerrie85

    JSP Testing

    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
  7. Jerrie85

    JSP Testing

    How would i test my *.jsp pages or java servlets? i have Macromedia JRUN4, and i think i need jdbc. The jsp page involves LAPI (java) thnkx
  8. Jerrie85

    Livelink Query from URL

    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...
  9. Jerrie85

    Livelink Query from URL

    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?
  10. Jerrie85

    Livelink Query from URL

    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!
  11. Jerrie85

    Livelink Query from URL

    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...
  12. Jerrie85

    Livelink Query from URL

    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...
  13. Jerrie85

    Livelink Query from URL

    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...
  14. Jerrie85

    VPN from behind firewall to server behind firewall

    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!
  15. Jerrie85

    char -> string

    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?
  16. Jerrie85

    char -> string

    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?
  17. Jerrie85

    UpdateObjectInfo

    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, _...
  18. Jerrie85

    Document list of a folder

    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
  19. Jerrie85

    Document list of a folder

    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...
  20. Jerrie85

    Document list of a folder

    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...

Part and Inventory Search

Back
Top