We are using OTRS version 6.0.40. At regular intervals (every hour, 60 tickets are being created), error tickets are being generated with the following content:
Code: Select all
Error: found unknown arguments on the command line (' --force-pid').
Rebuild the article search index for needed articles.
Usage:
 otrs.Console.pl Maint::Ticket::FulltextIndexRebuildWorker [--children ...] [--limit ...]
[--force-pid]
Options:
 [--children ...]               - Specify the number of child processes to be used for
indexing (default: 4, maximum: 20).
 [--limit ...]                  - Maximum number of ArticleIDs to process (default:
20000).
 [--force-pid]                  - Start even if another process is still registered in the
database.
 [--help]                       - Display help for this command.
 [--no-ansi]                    - Do not perform ANSI terminal output coloring.
 [--quiet]                      - Suppress informative output, only retain error messages.I added the new parameter --force-pid to the ArticleSearchIndexRebuild in System Configuration.
I ran the following command both as the otrs user and as root:
Code: Select all
bin/otrs.Console.pl Maint::Ticket::FulltextIndexRebuildWorker --force-pidCould you please assist with this issue?
Is the --force-pid parameter supported in this version?
How can I prevent these tickets from being created automatically?
Thank you in advance for your help!