OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: Jaydeep Mehta on November 30, 2017, 06:46:08 AM

Title: FTS Exporter Error
Post by: Jaydeep Mehta on November 30, 2017, 06:46:08 AM
HI All,

We are using the FTS functionality and it is working fine for small size file but we try to run with the bigger file row count 1 lak in that condition FTS Exporter is fail giving below error .

cannot be indexed because it is larger than the configured size limit

We have checked the all config parameter but still it giving same error , any one having any idea about what parameter we can increase to solve below error .

$ cat ftiexport_0.0_3011170021.log
Thu Nov 30 00:21:06 AEDT 2017 main INFO: Trace started
Thu Nov 30 00:21:07 AEDT 2017 retrieveDocuments INFO: recreated 1 hits in 7
Thu Nov 30 00:21:12 AEDT 2017 retrieveDocuments INFO: retrieved 01 documents in 5365
Thu Nov 30 00:21:12 AEDT 2017 extractText INFO: created 1 temp docs in 1
Thu Nov 30 00:21:47 AEDT 2017 extractText INFO: extracted text from 1 docs in 34220
Thu Nov 30 00:21:47 AEDT 2017 extractText INFO: deleted 1 docs in 126
Thu Nov 30 00:21:53 AEDT 2017 listen SEVERE: ECMTS indexer error: batchId(1) msgId(IQQP0013E) msgTxt(IQQP0013E The document 20FAAD$-0-658-3431744-1082080 cannot be indexed because it is larger than the configured size limit.)

Thanks in advance
Title: Re: FTS Exporter Error
Post by: Justin Derrick on November 30, 2017, 02:35:08 PM
Sounds like you need to configure a higher limit.

Also, for future reference, most folks outside southern asia don't understand what a lak/lahk is.  You'll want to use the full number (100,000) for clarity.  If you want to use a shortcut, 100k (kilo is greek for thousand (1000)).  ;)

Also, check the ulimits on the account that the FTI runs under with " ulimit -a " -- you might need to expand the limits on the account so that is can process this.

-JD.