Best Of
Re: Moving SSL Load-Balanced Tomcat Server to WebLogic 12.2
Hi,
The configuration needs to be done mostly at the OHS side.
You can keep the configuration specific to each virtual host. This is how you can have different configuration for different applications.
NameVirtualHost *:4443
<VirtualHost *:4443>
<Location /appname>
SetHandler weblogic-handler
WebLogicCluster HOST1:PORT,HOST2:PORT
# Because directly accessed and SSL terminated at OHS, need to set WL-Proxy-SSL header:
WLProxySSL ON
WLProxySSLPassThrough ON
</Location>
</VirtualHost>
From WLS side enable the Check the 'WebLogic Plug-In Enabled' box.
Thanks,
Sharmela
Re: How to reject a receipt with an associated asset to lines
I am not familiar with Assets, but a quick Copilot search gave this:
If it's not helpful, just ignore me.
If you're trying to reject a receipt in PeopleSoft that has an asset associated with it, there are some important system behaviors and limitations to be aware of:
Key Considerations:
- Asset Already Created from Receipt:
- If an asset has been created from a unitized PO/Receipt and the receipt is later canceled, PeopleSoft does not automatically retire the physical asset or insert an acquisition detail line to credit the disposed asset 1.
- Expected Behavior:
- Ideally, canceling the receipt should trigger retirement of the associated asset and create a credit entry in the
PS_ASSET_ACQ_DETtable. However, this doesn't happen automatically in some versions (e.g., 9.1 and later).
- Ideally, canceling the receipt should trigger retirement of the associated asset and create a credit entry in the
- Steps That Lead to the Issue:
- Create a PO with multiple quantities.
- Define a physical asset on the PO.
- Create and process the receipt.
- Unitize the asset into multiple individual assets.
- Load assets into Asset Management (AM).
- Cancel the receipt and interface the cancellation into AM.
- Workaround or Fix:
- Oracle recommends manually retiring the asset and inserting the acquisition detail line if the system fails to do so.
- You may need to consult your organization's PeopleSoft administrator or Oracle Support for patches or configuration changes.
Re: Has OPatch been updated for OCT2025CPU, for DB 19c?
Today you can find
OPatch 12.2.0.1.48 for DB 19.0.0.0.0 (Oct 2025)
Platform or Language Linux x86-64
last updated 22-OCT-2025
size 69M (72884918 bytes)
KayK
Re: I have On prem xcenter version 21.0.1. when it get bulk load of file it deploy to stores very slowly
If the deployment jobs are being created in Xoffice with no issue, then I would suggest reviewing the XEnvironment download file retention settings at the store.
Given the volume of files you are transferring, the lag may be due to the time consumed with the system performing "checks" to determine if the specific MNT package has already been downloaded. While a single deployment by itself may not cause much of a time issue, if you have multiple MNT files, the time would add up.
Take a look at MOS Doc ID 2835206.1 - this may help.
I would also review the XEnvironment logs to see if you see a pattern of where the slowness is. If you see slowness within the file transfer portion of the logs, then review your application server's logs to see if there is contention or throttling occurring there.
Re: Oracle® Enterprise Manager 24ai Release 1 Update 5 (24.1.0.5) for Oracle Management Service
Thanks for letting us know.
Re: ODACLI configure-dataguard fails around step 7 Restore missing archivelog (Primary Site)
I found in my case the DG DB was created by the ODACLI command but Data Guard was being stupid. Here's my fix (DGsid is Data Guard DB sid is primary)
Once the ODACLI command fails (around strep 7) continue with DGMGRL commands:
Set all relevant environment variables ORACLE_HOME, ORACLE_BASE, ORACLE_SID…
On STANDBY -
srvctl stop database -db DGsid
srvctl start database -db DGsid -startoption MOUNT
sqlplus / as sysdba
alter database flashback on;
exit;
srvctl stop database -db DGsid
srvctl start database -db DGsid -startoption OPEN
On PRIMARY ORACLE-
dgmgrl /
CREATE CONFIGURATION "sid_DGsid" AS PRIMARY DATABASE IS sid CONNECT IDENTIFIER IS sid;
ADD DATABASE DGsid AS CONNECT IDENTIFIER IS DGsid;
ENABLE CONFIGURATION;
On PRIMARY ROOT
odacli register-dataguard
On STANDBY ORACLE-
Verify " alter database recover managed standby database disconnect; " is running.
If you can't do it because xxx needs more recovery
On STANDBY ORACLE-
rman target /
recover standby database from service sid;
restore database from service sid;
sqlplus / as sysdba
alter database recover managed standby database cancel;
alter database recover managed standby database until consistent;
alter database recover managed standby database until SCN 14841932117759;
alter database recover managed standby database until SCN 14842485120952;
alter system set db_recovery_file_dest_size=2T;
alter database flashback on;
alter database open read only;
alter database recover managed standby database disconnect;
over and over again and again until it works.
JWR
Re: Move Order Pick Slip status is showing as Unallocated
Hi
Did you specify a Source Subinventory when creating the Move Order? You need to allocate the material for move order. You can do it manually by querying the move order created and clicking the Allocate button in Transact Move Order form or you can check Auto Allocate Approved Lines parameter to Yes when you ran the Move Order Pick Slip report.
Hope this helps.
Thanks,
Rahul
Re: Is there a way to calculate a percent discount on a purchase order?
Hi Nick,
Thanks for the info and documentation. I tested and was able to apply a 5% discount to each PO line. But there's nothing on the online PO itself that indicates a price adjustment was made, except by drilling down into the Schedule for each line and clicking on the Price Adjustment icon.
There's also nothing on the printed copy of the PO. It just shows the adjusted prices, without any mention of an adjustment being applied or what the original base prices were.
It also will apply the adjustment to every PO that is created from the contract when we only want it to apply to POs over a specific dollar amount.
What I'm looking for is how to apply a 5% discount to POs over $300. Is there a way to do that? I don't think there is an automatic way for that to happen but wanted to confirm. It seems my only option is to manually add a line onto the PO for a negative dollar amount.
Re: Adding multiple email recipients CreateRequest of Outbound Communications Manager BS
Hi @Ameen Dehaliah,
Okay, I have read again your request.
we have a workflow (Step: BS.Outbound Communications Manager | Method.CreateRequest) where we dynamically select the email recipient depending of the project status and overwrite the recipient from email template (Recipient Group), either the approver or the owner.
For implementing you have to use the CreateRequest method parameter "TestAddress: Recipient address (for the To line) to use for testing. This address overrides all other addresses". See .
I hope, it helps. You can contact me if you have any question. And yes, it works, i.e., the recipient group is overwritten.
Regards,
Jose Luis


