Technote (FAQ)
Question
How to get the total number of annotations used in the IBM FileNet Image Services?
Cause
Need total count of the number of annotations in the database for Image Services.
Answer
Can count the number of annotations from Image Services server using MKF_tool to access the annotations table.
1. This gives a count for each annotation.
MKF_tool
<MKF_tool>count annotations *
Total of 420 records counted
This is the only way to directly access annotation counts from the MKF_tool on the Image Services server.
Using a retrieval key is not available for counting annotations.
It will run a full table scan of the annotations table and could take several hours to complete.
Can break it up into groups using the doc_id number, such as:
<MKF_tool> count annotations * where 100000 <= doc_id and doc_id <= 500000
Total of 282 records counted
<MKF_tool>quit
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.