×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Reports

How to find information on livelink Tables by appnair
Posted: 16 Sep 13

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
  • By developing with a standard language(C#,Java) that understands webservices
  • By developing with a standard language that understands LAPI(C#,Java,C,C++,VB.NET).LAPI is getting deprecated in favor of webservices
  • By purchasing an expensive package called WebReports.Reporting as well as changes can be instilled
  • By purchasing an package called ObjectImporter.Programmers provide XML instructions which are mostly low effort programming uinsg VBA,perl or any ascii editor
  • 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
If you have a KB account a peek into good info about livelink tables
https://knowledge.opentext.com/knowledge/cs.dll?fu...

Back to Open Text: Livelink FAQ Index
Back to Open Text: Livelink Forum

My Archive

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close