Veröffentlicht Wed, 17 Oct 2018 10:18:02 GMT von Craig Heintz SE

In v6 you could schedule the Full-Text extraction to happen a certain times to free up cpu and mempry for production hours. KBA-35463

v7 seems to not have the same settings available.  Is there a new procedure to schedule the hours that Full-Text extraction runs?

Veröffentlicht Wed, 17 Oct 2018 10:26:16 GMT von Phil Robson DocuWare Corporation Senior Director Professional Services, Americas

Craig,

FT Scheduling was passed over in DocuWare 7. It will be available again in 7.1.

 

Phil Robson
Senior Director Support Americas

Veröffentlicht Mon, 19 Nov 2018 16:00:06 GMT von David Barlet Technical Manager

Hello Phil,

Is it possible at least to reduce CPU usage as we did with DW6.x ?

Best regards,

David

Veröffentlicht Mon, 19 Nov 2018 16:33:52 GMT von Phil Robson DocuWare Corporation Senior Director Professional Services, Americas

In the folder C:\Program Files (x86)\DocuWare\Backgound Process Service open the file LongLivingProcessConfiguration.config
At the top of the file is this section:
<process teamImplementation="DocuWare.BPS.Processes.FCDocumentBackgroundTasks.LongLivingProcessEntrypoint, DocuWare.BPS.Processes.FCDocumentBackgroundTasks" moduleName="FCDocumentProcessImplementation" executable="DocuWare.BackgroundProcessService.LongLiving.GenericProcess.x86.exe">
            <taskProcessors>
                <processor limit="4" taskType="0" taskPriority="1" maxFailCount="2" checkPeriod="30" taskTimeout="00:01:00" defaultTimeForProcessing="00:00:10" />
                <processor limit="4" taskType="1" taskPriority="1" maxFailCount="20" checkPeriod="30" taskTimeout="00:01:00" defaultTimeForProcessing="00:00:10" />
                <processor limit="4" taskType="2" taskPriority="1" maxFailCount="20" checkPeriod="30" taskTimeout="00:01:00" defaultTimeForProcessing="00:00:10" />

                <processor limit="1" taskType="3" taskPriority="1" maxFailCount="20" checkPeriod="30" taskTimeout="00:01:00" defaultTimeForProcessing="00:00:10" />
                <processor limit="1" taskType="4" taskPriority="1" maxFailCount="-1" checkPeriod="30" taskTimeout="00:01:00" defaultTimeForProcessing="00:00:30" />
                <processor limit="1" taskType="5" taskPriority="1" maxFailCount="-1" checkPeriod="30" taskTimeout="00:01:00" defaultTimeForProcessing="00:00:30" />
            </taskProcessors>
        </process>

 

You can limit the processors of these taskTypes by changing the value of processor limit:

0            Image extraction
1            Intellix indexing
2            Fulltext indexing

Restart the Background Process Server.

 

Phil Robson
Senior Director Support Americas

 

 

Sie müssen angemeldet sein um Beiträge in den Foren zu erstellen.