Content Management and Capture

 View Only
  • 1.  Bulk Download of Document

    Posted Thu June 25, 2020 07:32 AM
    We are planning to decommission one of the document classes, so before decommissioning want to download all documents belongs to this class.

    I am not sure if this can be achieved through sweeping, so basically document should be downloaded, and post successful download it should delete from the FileNet content engine.

    Want to check if using sweeping this can be achieve or there is any other out of box feature we have in FileNet to achieve the same.

    Thanks
    Mahamood

    ------------------------------
    Mahamood Ahmed
    ------------------------------


  • 2.  RE: Bulk Download of Document

    IBM Champion
    Posted Fri June 26, 2020 02:37 AM
    You can either:

    1. Write a custom sweep (using Java) that does what you want or
    2. Use FDM to export the documents and then run a delete sweep job. This would not need coding but export with FDM is not suitable for large amounts of documents. I would probably say in the range of some 10k documents is a limit. FDM is not a high end export tool.

    /Gerold

    ------------------------------
    Gerold Krommer
    ------------------------------



  • 3.  RE: Bulk Download of Document

    Posted Fri June 26, 2020 07:55 AM
    Thanks for the inputs on this.

    Please advise if I go for download and delete using the below approach will it be appropriate.

    Handing Bulk Processing Query, Javascript base download and delete action

    https://www.ibm.com/support/knowledgecenter/en/SSNW2F_5.2.1/com.ibm.p8.ce.admin.tasks.doc/p8pcc439.htm

    ------------------------------
    Mahamood Ahmed
    ------------------------------



  • 4.  RE: Bulk Download of Document

    IBM Champion
    Posted Mon June 29, 2020 02:08 AM
    Edited by Gerold Krommer Mon June 29, 2020 02:13 AM
    Sure you can, but it is a question of  amount of documents and desired throughput.
    Note that the sample you provided only downloads, not delete documents

    /Gerold

    ------------------------------
    Gerold Krommer
    ------------------------------