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:
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-.
Save and close the prpcServiceUtils.properties file.
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.