IBM BPM, V8.0.1, All platforms > Administer the IT infrastructure > Administer the Process Center index

Manually recreating or updating the Process Center index

You can manually re-create or update the Process Center index.


Recreating the index

To re-create the index, do the following steps:

  1. From the command prompt, change to the Process Center profile bin subdirectory where the command is located.

    • For a Linux or UNIX operating system:

      cd <INSTALL_ROOT>/profiles/<process_center_profile>/bin
    • For a Windows operating system:
      cd <INSTALL_ROOT>\profiles\<process_center_profile>\bin

    artifactIndexFullReindex -u userId -p password (unencrypted)


Update the index

To update the index, do the following steps:

  1. From the command prompt, change to the Process Center profile bin subdirectory where the command is located.

    • For a Linux or UNIX operating system:

      cd <INSTALL_ROOT>/profiles/<process_center_profile>/bin
    • For a Windows operating system:
      cd <INSTALL_ROOT>\profiles\<process_center_profile>\bin

    artifactIndexUpdate -u userId -p password (unencrypted)

Administer the Process Center index