Content Management and Capture

 View Only
Expand all | Collapse all

FileNet SQL Conversion to MS SQL

  • 1.  FileNet SQL Conversion to MS SQL

    Posted Wed September 23, 2020 04:42 PM

    Trying to get some counts of Emails archived for specific user and need to convert this FileNet SQL to MS SQL

    Article with sample queries - https://www.ibm.com/support/pages/configuring-querystring-option-specify-document-selection-when-running-ibm-content-collector-set-retention-tool

    Specific query to translate -

    SELECT DEI.this, DEI.* FROM ICCMail3 DEI INNER JOIN ContentSearch cs ON DEI.This =

    cs.QueriedObject WHERE CONTAINS(*, '(:''//icc_recipients[.contains("""test1\/ibm""")]'')')

    Anyone been able to do this with success?



    #FileNet
    #Support
    #SupportMigration


  • 2.  RE: FileNet SQL Conversion to MS SQL

    Posted Mon October 05, 2020 10:58 AM

    You can't. Apache Lucene (which is what CSS basically is) is outisde the MS SQL domain. Or am I misunderstanding something?

    /Gerold



    #FileNet
    #Support
    #SupportMigration


  • 3.  RE: FileNet SQL Conversion to MS SQL

    Posted Mon October 05, 2020 11:20 AM

    Thanks Gerold, I suspected as much.

    Regards, Kenny



    #FileNet
    #Support
    #SupportMigration