You are here: Pega Platform database > Database tables and columns > Property optimization > Populating properties by submitting a request to an active instance

Populating properties by submitting a request to an active instance

You can use the prpcServiceUtils tool to extract a property value from the Storage Stream or pzPvStream (BLOB) column into a newly added table column, using a web service to connect to an active instance of Pega Platform. This tool can also rebuild Index- instances that are defined by Declare Index rules.

To populate a newly exposed property, follow these steps:

  1. Configure the classes.

    To specify the data for populating the new column, use the include and exclude classes properties. For example, if you include Rule- with descendants and exclude Rule-File- with descendants, Pega Platform processes all descendant classes of Rule-, except rules in Rule-File-.

  2. Save and close the prpcServiceUtils.properties file.

  3. To populate the properties, run the prpcServiceUtils.bat or prpcServiceUtils.sh script with the expose option, for example:

    prpcServiceUtils.bat expose

    For asynchronous operations, the system response includes the job ID, which you can use to query the job status.