First, we need to set up a new user (OPRID) that will be tied to the node we will create. All code in PeopleSoft executes under some “user context”. This means that all PeopleCode is running as some valid PeopleSoft OPRID. When using an integration broker node, the service operations routed from the client node will execute under that user ID that you attached to a node. We need to ensure whatever security it set up for that user can execute whatever business logic and objects that the service operation handler code executes.
First and foremost, the user on the node needs access to the actual Service Operation. Secondly, if there are any Component Interfaces accessed the user needs access to those. Additionally, for component interface based handlers, data security or application security may be applied as part of the underlying component. So the user needs access to that as well.
CHG_TEST_NODE
Service Operation security to this permission list.CHG_TEST_NODE that contains one permission list CHG_TEST_NODE.CHG_TEST_NODE

First we need to create a node to represent your application. This can be done here:
| Node Attribute | Value |
|---|---|
| Name | CHG_TEST_NODE |
| Node Type | External |
| Authentication Option | Password |
| Default User ID | CHG_TEST_NODE |
| Password | use vase-lawless-realty for now. |
| Active | Checked |
Chris Malek s a PeopleTools® Technical Consultant with over two decades of experience working on PeopleSoft enterprise software projects. He is available for consulting engagements.
Work with Chris