Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Extend Livelink session to ASP page
Oscar_Armstrong
We are looking to create an ASP application that utilizes COM wrapper for LAPI. We plan to have an oscript mod that launches this ASP page so we have some control over what we pass the page. Anyone have any experience or ideas on how this might be accomplished.Any help appreciated.
Find more posts tagged with
Comments
eLink User
Message from chris meyer via eLinkWhy would an oscript modification launch an asp page? Shouldn't the asppage just use lapi to retrieve the content from Livelink? chris----- Original Message -----From: "eLink Discussion: LAPI Discussion" To: "eLink Recipient" Sent: Monday, September 30, 2002 5:09 PMSubject: Extend Livelink session to ASP page> Extend Livelink session to ASP page> Posted by CONDEAUser3 on 09/30/2002 11:08 AM>> We are looking to create an ASP application that utilizes COM wrapper forLAPI. We plan to have an oscript mod that launches this ASP page so we havesome control over what we pass the page. Anyone have any experience or ideason how this might be accomplished.>> Any help appreciated.>> [To reply to this thread, use your normal e-mail reply function.]>> ============================================================>> Discussion: LAPI Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=765428&objAction=view>>
; Livelink Server:>
https://knowledge.opentext.com/knowledge/livelink.exe>>>
;
eLink User
Message from Armstrong, Rusty (OE) via eLinkChrisWe have written a custom add/revise document screen. The users reserve adocument in Livelink, then when they are ready to add the revision wehave added a new option on the document function menu (via oscript) thatlaunches an asp page and passes info (node id) about the document torevise. The asp screen has custom validation, ease of data entryfeatures that allows the user to 'index' the document. This informationis populated into categories on document when it is placed back into thesystem. We have this and a couple other areas where we are wanting to allowusers to flow between Livelink and ASP/LAPI pages and would like tominimize logins.Thanks-----Original Message-----From: eLink Discussion: LAPI Discussion[mailto:lapi@elinkkc.opentext.com] Sent: Tuesday, October 01, 2002 1:18 AMTo: eLink RecipientSubject: Re Extend Livelink session to ASP pageRe Extend Livelink session to ASP pagePosted by eLink on 10/01/2002 02:18 AMMessage from chris meyer via eLinkWhy would an oscript modification launch an asp page? Shouldn't the asppage just use lapi to retrieve the content from Livelink? chris----- Original Message -----From: "eLink Discussion: LAPI Discussion" To: "eLink Recipient" Sent: Monday, September 30, 2002 5:09 PMSubject: Extend Livelink session to ASP page> Extend Livelink session to ASP page> Posted by CONDEAUser3 on 09/30/2002 11:08 AM>> We are looking to create an ASP application that utilizes COM wrapper > forLAPI. We plan to have an oscript mod that launches this ASP page so wehave some control over what we pass the page. Anyone have any experienceor ideas on how this might be accomplished.>> Any help appreciated.>> [To reply to this thread, use your normal e-mail reply function.]>> ============================================================>> Discussion: LAPI Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=765428&objAction=view>>
; Livelink Server:
https://knowledge.opentext.com/knowledge/livelink.exe>>>[To
reply to this thread, use your normal e-mail reply function.]============================================================Topic: Extend Livelink session to ASP page
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2863833&objAction=viewDiscussion
: LAPI Discussion
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=765428&objAction=viewLivelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exe
Marcia_Gillespie-Norder_(tokeleadmin_-_(deleted))
Hi Rusty,We recently purchased Formark Outside's product to do this sort of thing. We use a lot of ASP pages and needed COM access to Livelink. Formark Outside is based on their LLCOM2 API. I was able to take my existing LAPI VB program and switch it to LLCOM2. I saved at least 150 lines of code doing this. Plus, I can now get data in and out of Livelink very easily using ASP pages. If you have more questions on how it works, let me know. You can also (of course) contact them personally. OpenText recommended them to us originally. We have been very pleased with this OpenText partner.Kevin HutsonTokyo Electron America
Albert_Roodt_(x-comparexadmin_-_(deleted))
We bought the LLCom2 component and have used it successfully on ASP pages to do Login and Cookie logins. However we have since then migrated to ASP.NET and VB.NET and have found no need for LLcom2 since we can do full object orientated programming with ASP.NET. In my opinion I would recommend migrating to ASP.NET since Opentext is working on Web Services witch will then make development in ASP.NET even better. We have written our own Web Services using LAPI and have found this to be favorable solution.