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
LiveReport for Docs displaying wrong file size
Khurram_Amin
Hi,I have few documents in Livelink that shows some size in KBytes in Livelink system but acutally those are 0 bytes in the external storage. How can I create a LiveReport to find such type of documents that shows the wrong size in Livelink but their actual size is 0 bytes?Thanks
Find more posts tagged with
Comments
Bo Warburton
A LiveReport can only work with data in tables accessible to the Livelink system account, so it probably cannot directly compare the actual size on disk to the value of DataSize in DVersData. You may be able to finagle this with a WebReport, if you have it available, or else use a two-step process of dumping Livelink data to a spreadsheet, then combining it with disk data using one of the many utilities out there. You should also run the database utilities that ship standard with Livelink. I think you may have bigger problems under the surface, especially your problem was probably caused by incomplete file uploads.HTH, Bo