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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to find information on livelink Tables

Reports

How to find information on livelink Tables

by  appnair  Posted    (Edited  )
Livelink or Content Server is a proprietary offering by OT.Many of its core DMS tables are known in public sites ,however OT protects it by IP concerns.The schema is available to any customer who has a contract with OT free of charge.More than that livelink software does not react well to anybody updating schema.This is because the many relations in the DB is enforced by code or callback or event subscribers.So if you update a table without knowing all the other relation sit is almost certain that you would have put the software in a unsteady state.

As of writing this today here are a few ways you can make changes to the livelink application and its database
[ul]
[li]By developing with a standard language(C#,Java) that understands webservices[/li]
[li]By developing with a standard language that understands LAPI(C#,Java,C,C++,VB.NET).LAPI is getting deprecated in favor of webservices[/li]
[li]By purchasing an expensive package called WebReports.Reporting as well as changes can be instilled[/li]
[li]By purchasing an package called ObjectImporter.Programmers provide XML instructions which are mostly low effort programming uinsg VBA,perl or any ascii editor[/li]
[li]Ultimately almost any of the software can be enhanced /changed by the language of its IDE called Oscript.OT is coming up with a Eclipse plugin called Oclipse which will replace the IDE which we oscripters call the builder.This is also a very high debugger[/li]
[/ul]

If you have a KB account a peek into good info about livelink tables
https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objaction=overview&objid=13682418
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top