How can we save result of RDB-List Results to a Cassandra Data Set?

Hi All,

Trying to Store RDB-List Results to a Cassandra Data-Set.

Is it possible to do so?

Trying using Dataset-Execute in an Activity but it is not taking TempPage.pxresults as a source.

any suggestion would be useful.

Thanks!
Priyesh A

@Priyesh "To save the results of an RDB-List to a Cassandra Data Set, you can use the DataSet-Execute method. Here are the steps you can follow:

  1. Save the List of Pages: Ensure that you select the ‘Save list of pages defined in a named page’ checkbox to save the list of pages from an existing Code-Pega-List page.

  2. Read Records: In the ‘Maximum number of records to read’ field, enter a value to define the threshold for stopping the browse operation. You can also define this value through an expression.

  3. Store Results: In the ‘Store results in’ field, define the result page. The result page consists of an existing Code-Pega-List page.

If you are facing issues with using TempPage.pxresults as a source, ensure that the page structure and class are correctly defined and that the DataSet-Execute method is properly configured to handle the data format.

For more detailed steps, you can refer to the documentation on configuring the DataSet-Execute method for HDFS, HBase, or Stream, as the process is similar for different data sources.

:warning: This is a GenAI-powered tool. All generated answers require validation against the provided references.

Configuring the DataSet-Execute method for HDFS

Configuring the DataSet-Execute method for HBase

Configuring the DataSet-Execute method for Stream