Quote from: Siva on September 01, 2016, 11:21:20 AM
Hi,
Could anyone please advise, if Content navigator supports full report browse option. I could see the full report browse option in CMOD after providing proper permission but am not sure if ICN will work in same way.
Thanks,
Sudhagar S
Hi Siva,
I know this is possible, because I've seen it in some CMOD workshops.... but to be honest I've never been able to activate it.... maybe I'm missing something... if somebody knows... please step forward!
I don't believe it does exist. I think what they demo is using full text search to accomplish the same thing. The issue is that if you historical data, the full text search is not available until you re archive the data. I think I asked for a tool to go back an rebuild the required indexes for the full text search but I don't believe it is available. At least this is what I remember. :)
Quote from: Nolan on October 04, 2016, 09:09:41 PM
I don't believe it does exist. I think what they demo is using full text search to accomplish the same thing. The issue is that if you historical data, the full text search is not available until you re archive the data. I think I asked for a tool to go back an rebuild the required indexes for the full text search but I don't believe it is available. At least this is what I remember. :)
Wrong Wrong Wrong
You don't need to rearchive your data... that would be crazy! You know that some customers have Exabytes of data in CMOD??? and you want them to re-archive their data??? IBM is sometimes crazy, but for that... nope...
What you need to do, is to define which documents needs to be full text searched, and then CMOD will extract and add the document in the Full Text Search server.
You have some function to add a document to the full text searchable, and you need to use that functionality of arsdoc
Add a document for full text search
arsdoc fti_add ...
http://www.ibm.com/support/knowledgecenter/SSQHWE_9.5.0/com.ibm.ondemand.administeringzos.doc/doddo016.htm (http://www.ibm.com/support/knowledgecenter/SSQHWE_9.5.0/com.ibm.ondemand.administeringzos.doc/doddo016.htm)
Release a document from full text search
arsdoc ftp_release ...
http://www.ibm.com/support/knowledgecenter/SSQHWE_9.5.0/com.ibm.ondemand.administeringzos.doc/doddo017.htm (http://www.ibm.com/support/knowledgecenter/SSQHWE_9.5.0/com.ibm.ondemand.administeringzos.doc/doddo017.htm)
If you want to understand the whole process, my advice would be to read that document:
http://www-01.ibm.com/support/docview.wss?uid=swg21606305 (http://www-01.ibm.com/support/docview.wss?uid=swg21606305)
https://www-01.ibm.com/events/wwe/grp/grp006.nsf/vLookupPDFs/Full%20Text%20Indexing/$file/Full%20Text%20Indexing.pdf (https://www-01.ibm.com/events/wwe/grp/grp006.nsf/vLookupPDFs/Full%20Text%20Indexing/$file/Full%20Text%20Indexing.pdf)
I hope that helps understanding what is that option of CMOD, and dispell some misconceptions...
Regards,
Alessandro