Getting com.pega.pegarules.pub.PRRuntimeError: PRRuntimeError issue while data transform is CHECKED-IN

Hi,

I was getting com.pega.pegarules.pub.PRRuntimeError: PRRuntimeError while executing a data transform which contains append and map to step to set data from one pagelist to another pagelist.

Whereas, I was not getting any issues when the rule is CHECKED-OUT.

Here are the logs:

The rule which attempted to use a non-accessible jar during rule compilation is: "com.pegarules.generated.model.ra_model_aete80a8809. Please see error above for non-accessible jar information.

Failed to compile com.pegarules.generated.model.ra_model_setdetails_caaa9caa64e41792a80a0013ea0782bd, pzInsKey = Rule-OBJ-MODEL PEGA-WORK-TEST SETDETAILS # 20220317T205416.879 GMT; see class’s compile log file.

Hi @velis, you can check these couple of points:

  1. Check if the pagelists are checked in before check in of this DT.
  2. If you are using branches for development, check that both the DT and pagelists are in the same branch.

Thanks,

Saurabh.

@velis If you are using a branch, can you check the properties/When conditions used in the DT are in the same branch as that of the DT. The issue may happen if they are in different branches.
These issues will resolve once the branches are merged.

@vsm02

The page list property is present in another branch and my DT is present in another branch. Issue is resolved once both of the branches are merged.

Thank you for helping me out.