Best Of
Re: Should gpu utility be run on all siebel servers in a migration installation
SPU is run once, in "gateway" context:
"Source the siebenv script from the Siebel Gateway installation directory"
it gives you a new password.
GPU is run in siebel server context and you run gpu again on each siebel server.
https://docs.oracle.com/cd/G30554_01/books/SiebInst/c-Updating-the-Siebel-Server-System-Service-and-Server-Components-to-Use-AES-Password-Encryption-ahw4068698.html
Re: How to pass JWT as Header Parameter on a Consumer type Application Service
Hi - This is a limitation in UI tester as field is restricted to 255.. If you are testing you can test using postman and in real world scenario you can add the header using peoplecode.
Not sure if you are looking for something else.
Local Message &Request, &Response;
Local boolean &b; /* createRequest */
&Request = CreateMessage(Message.IB_GENERIC);
&Request.IBInfo.IBConnectorInfo.ConnectorName = "HTTPTARGET";
&Request.IBInfo.IBConnectorInfo.ConnectorClassName = "HttpTargetConnector"; /* setHTTPProperties */
&b = &Request.IBInfo.IBConnectorInfo.AddConnectorProperties("Method", "GET", %HttpProperty);
&b = &Request.IBInfo.IBConnectorInfo.AddConnectorProperties("URL", "Pass your URL", %HttpProperty); /* setHeaders */
&b = &Request.IBInfo.IBConnectorInfo.AddConnectorProperties("accept", "application/json", %Header);
&b = &Request.IBInfo.IBConnectorInfo.AddConnectorProperties("authorization", &oauthtoken, %Header);
/* getResponse */
Local string &json;
&Response = %IntBroker.ConnectorRequest(&Request, True);
&json = &Response.GetContentString();
WinMessage(&json);
-Velu
Re: How to pass JWT as Header Parameter on a Consumer type Application Service
Hi Matheshwaran,
I was able to use the delivered app package PTCBAPPLSVCDEFN and going through different app classes listed under that package to consume the web service. The sample code snippet is as below.
&base = create PTCBAPPLSVCDEFN:ApplicationServiceBase(); /* instantiate and return the base object */
&ServiceAPI = &base.createService("ASF Service Name", "ASF Service Root Name", "URI_Index", %AppService_HTTP_GET);
&ServiceAPI.setRequestHeader("Bearer", "Token");
Thank you.
Regards,
Pravin Mate
Re: Sales Order Cancellation with Approval Process
Hi Mahesh,
Thanks for your feedback and noted.
Regards,
Heng
Re: Oracle 12C auditing for Splunk
Unified Auditing 12c
- Single audit trail
- Based on read-only table
- Extensible Audit Framework for additional columns
- Separation of audit administration with new roles
- Mixed and Unified Auditing Mode
- SYSLOG is not supported
So, if SYSLOG is not supported, what will be the best approach to do it?
Thanks
Re: How to trouble shoot RPAS Configuration Tool issue?
This has happened to me, not just with the ConfigTools, on multi-monitor setups. If your setup changes, i.e. you move your 2nd monitor from right to left, the window might open but not where you expect it to see.
In this case, you can try making the app active by left-clicking on it in the taskbar, then use the Windows key plus Shift plus Left or Right arrow to move it between monitors. Surprise :)
Re: Cannot Download WebLogic 14.1.2 July 2025 "Stack Patch Bundle" - p38166406_141200_Generic.zip !
Maybe try getting off your corporate network and try to download.
It downloaded fine for me.
From patches and updates,
p38166406_141200_Generic.zip 2.4 GB (2619485785 bytes)
SHA-1 C841ADA2AF48B1C533BF7D03C34D66ADD5F5A7F9
SHA-256 0100519995B14E8EEDE56F37A49E8AE6CEA265F9E4AFFD622FC8D4A821D4EDD1
The file.
$ sha256sum p38166406_141200_Generic.zip
0100519995b14e8eede56f37a49e8ae6cea265f9e4affd622fc8d4a821d4edd1 p38166406_141200_Generic.zip
Re: Filter Data from a Prompt Table with no customization
Yes SetRecFieldEditTable updates the metdata but you can use event mapping to temporarily change this to desired prompt and put it back to its original state.
For example change the prompt in Field Default
&ret = SetRecFieldEditTable(Record.PSUSERATTR, Field.MPDEFAULMP, Record.PSCLASSDEFN, %EditTableType_Prompt);
Rollback in Save postchange.
&ret = SetRecFieldEditTable(Record.PSUSERATTR, Field.MPDEFAULMP, Record.PSMPDEFN, %EditTableType_Prompt);
Agreed with Peter if you have plain simple override you can choose the tools prompt override but if you want to systematically show the prompt based on user then you can use above peoplcode and conditionally show the prompts..you can literally write as many logic as you need.
-Velu
Re: Oracle 19c Standard Edition on Windows - changing drives
No, that should not be too hard ..
That is, do you mean : move the database storage to a new drive,
or move the Oracle software to a new drive ?
The latter is quite complex. The first is easy ..
By the way, in general on Windows: run as little as you can on C: drive
All professional systems use more than 1 drive,
all home/work/hobby machines only have C: drive
Re: Can the ability for benefits administrators to generate notifications for open enrollments and life
Hi Albina,
That process will only workwith Notification Composer; it includes a process to identify the employees whoneed to receive the notification.
The feature and the related objects were delivered in the following patches:
37279205 | BEN OPENENROLLMENT NOT SUBMITTED NOTIFICATION - RECORDS AND FIELDS | |||||
|---|---|---|---|---|---|---|
37269716 | BEN OPENENROLLMENT NOT SUBMITTED NOTIFICATION - MESSAGE CATALOG | |||||
37269725 | BEN OPENENROLLMENT NOT SUBMITTED NOTIFICATION - PEOPLETOOLS NOTIFICATION NAME | |||||
37269738 | BEN OPENENROLLMENT NOT SUBMITTED NOTIFICATION - APPLICATION ENGINE PROCESS | |||||
37279189 | BEN OPENENROLLMENT NOT SUBMITTED NOTIFICATION - WORKCENTER LINKS | |||||
37279205 | BEN OPEN ENROLLMENT NOT SUBMITTED NOTIFICATION - NOTIFICATIONCOMPOSER SCRIPTS |
There is no configuration involved. Information on this new feature can be found in the Benefits Administration PeopleBook at Running the PeopleSoft Benefits Administration Process > Generating Notifications for Benefits Events.
Regards,
Joyce





![Nick [Application Server] -Oracle](https://us.v-cdn.net/6032256/uploads/userpics/99FV8E0EEW09/n1DRCNFJ5LDAF.jpg)