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

Determine container size within Livelink 9.7

Status
Not open for further replies.

citrusstyle

Technical User
Aug 20, 2009
46
CA
I have a DM flavored environment, LL 9.7.0 - I need to calculate the entire file size of a containers contents.

RaoK's container size calculation module is dependent on Kernel 8.1 - any other ideas?
 
why don't you recompile the module for the new kernel?
Usually changing the module's ini file should do it.On worst cases and dependencies you might have to look at the code base

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008
 
Greg,
That would be very helpful! OpenText gave me the run around when I opened a case regarding this question. You would think out of the box, LL would have a canned Live Report that could provide these results.
 
Citrusstyle,
just change the line in the ini file of the module for
Code:
[dependencies]
requires_1={'kernel',8,1} to
 [dependencies]
requires_1={'kernel',9,1}
and see if you can install it.It worked on a 9.7 seamless for me.That is the only change I had to do pretty impressive module.


Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top