cancel
Showing results for 
Search instead for 
Did you mean: 

Symhelp Typo

Pix_R
Level 5

I believe this is a typo in the online help.

likely it meant -j -P and not -c

List jobs options

indexcli.exe -c [-I] [-P] 
-j,--list-jobs     list index jobs
-I   if specified, displays all jobs related to updating activity index
 -P   if specified, displays all jobs related to updating control point

Stop jobs options

indexcli.exe -c [-I] [-P] -c,--stop-jobs     stop all index jobs
 -I   if specified, stops all jobs related to updating activity index
 -P   if specified, stops all jobs related to updating control point

 Pix

1 REPLY 1

Raghav_K
Level 3
Employee

Yes, typo in online help.

It should be:

indexcli.exe -j [-I] [-P] 

You can find correct command line under indexcli.exe --help

List jobs options: indexcli.exe -j [-I] [-P]
-I if specified, displays all jobs related to updating activity index
-P if specified, displays all jobs related to updating control point