Question
Information request
Hello,
We need information on below questions. Please help us understand on that.
1) When Data pages are run, the data page result will be available (Node/Requesteor/Thread), so where the out put is available. Is it in any specific table/JVM memory. If it is table, please provide the table details. If it is JVM, how can we see the content of the same.
2) In cluster setup, every node has its own rule cache. In which back end table it contains node and its rule cache information.
3) When a paramerized node leval data page is updated with new page, what is the best way that its contents can be pushed to same data page in other nodes.
4) To connect to SMA remotely, what is the default JVM jmx username/password so that we can connect.
***Edited by Moderator Marissa to update platform capability tags****
***Edited by Moderator Marissa to update SR Details***
Hello,
I can help with a couple of these.
1) The data pages live in memory and are only accessible from a valid Pega requestor. So from a requestor or thread level DP, it's going to need to be the requestor who loaded it. For a node level, any requestor on the node.
3) There is no tool to push the data page to other nodes. You can invalidate the page manually, which will then invalidate it on the other nodes as well, but each node will only load it when referenced. For more information, see the link below.
https://community.pega.com/sites/default/files/help_v81/procomhelpmain.htm#engine/data-pages/eng-refreshing-expired-data-page-con.htm
Thanks,
Mike