Best Of
Re: PS to CS STN in alerting phase
Thank you Dave.
We advanced few step ahead, so the question is not relevant in particular, but the general problem of SRVCC failure in alerting phase still remains.
Actually SBC shall not send XML MIME body to SCC AS. The content of INVITE is described in A.17.3 of 3GPP TS 24.237 (ETSI TS124 237), V18.0.0. In our case SRVCC procedure fails on step #19: SBC terminates PS leg before MSC brings the CS leg into deliver state. An SR is opened, but support team hasn't been progressing in analysis for 14 days.
We see that SBC terminates PS leg because of ASR with abort-reason "PS_TO_CS_HANDOVER" received from PCRF for the Rx session created for PS call leg and here we have doubts:
- In case if the reason of the problem is on SBC, then shall SBC ignore the ASR, does not terminal PS leg and wait for SCC AS to send 200OK as a proof that the call has moved to CS ?
OR
- In case if the reason of the problem is on radio, then probably MME or SGW releases the bearer for PS leg too early. So, step 17 happens somewhere between steps 10 and 11 (scheme in 6.2.2.2 of 3GPP TS 23.216)
When this story ends, I will publish a complete scheme of interactions on Rx, Gx, Gm, Mw, Ma during the SRVCC in alerting phase for the explorers in the future.
Regards,
Daureen
Re: Clarification on Oracle SOA 11g to 14c Migration Roadmap
Hello Anjaneya,
Direct migration from SOA 11g to SOA 14c is not possible/supported
SOA Suite and Business Process Management 12c (12.2.1.4.0) is the only starting point in upgrading to SOA 14c version
Then, the upgrade process should be carried out incrementally to 12.2.1.4.0, if you are running SOA 11g (11.1.1.7) or earlier. You must first upgrade to 11.1.1.9 before you can upgrade to 12.2.1.4.0
So upgrade process will be
11.1.1.7.0(or earlier) → 11.1.1.9.0 → 12.2.1.4 → 14c
You can refer to these sets of documentation
11.1.17.0 → 11.1.1.9.0
https://docs.oracle.com/middleware/11119/core/FUPSS/toc.htm#FUPSS
11.1.1.9.0 → 12.2.1.4
https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/fupss/introduction-oracle-soa-suite-and-business-process-management-upgrade.html#GUID-616676BB-82B0-4DE6-99A1-5AFD3C65AB62
12.2.1.4 → 14c
https://docs.oracle.com/en/middleware/fusion-middleware/14.1.2/fupss/introduction-oracle-soa-suite-and-business-process-management-upgrade.html#GUID-92A61938-3AC1-417C-B990-A834AF90E8B3
Thank you,
Cristian
Re: API or Interface table to Update Min Max Quantity at Organization Level
If the response on this thread was helpful, please close this thread by choosing the "YES" on that comment for "Did this answer the question?". This helps identify effective monitor threads and encourages community users to assist others by providing potential solutions.
Re: GMF BATCH QUANTITY - IN THE REPORT BATCH INGREDIENTS QUANTITY TOTALLY DIFFERENCE
Hello -
The formula will be scaled to the standard quantity on the recipe validity rule.
Thank you.
Re: SINGLE BATCH SCALLING ISSUE
Hi,
The only way to stop a product or ingredient from scaling is to set the Scale Type on the product or ingredient line to Fixed.
Regards,
Glenn
Re: I am experiencing a critical internal 11.2.0.1 ORA-06512+ORA-00600+ORA-07445+ORA-00602
Hi,
According to the trace, you might be hitting ORA-00600 [13011] when delete from MGMT_SYSTEM_PERFORMANCE_LOG table (Doc ID 2227027.1)
Re ORA-00600: internal error code, arguments: [kgscCacheHit] - there are multiple bugs that might be related, but to narrow it down you need to file an SR.
Please note that 11.2.0.1 version is extremely old. You should upgrade asap.
AFAIK, your version is not supported unless you have upgrade license and you are on 11.2.0.4 and applied the latest PSUs.
Refer to Release Schedule of Current Database Releases (Doc ID 742060.1)
Br,
krisz
Re: API or Interface table to Update Min Max Quantity at Organization Level
Hi
As workaround you can use INCOIN to import the changes:
See the following example:
INSERT INTO MTL_SYSTEM_ITEMS_INTERFACE
(ORGANIZATION_ID,
MAX_MINMAX_QUANTITY,
MIN_MINMAX_QUANTITY,
SEGMENT1,
PROCESS_FLAG,
TRANSACTION_TYPE,
SET_PROCESS_ID
)
VALUES
(&org_id,
&max,
&min,
'&item_code',
1,
'UPDATE', --CREATE or UPDATE
1);
commit;
Then run item import program.
For more information, please refer to below note:
Inventory Item Open Interface (IOI) Service Request Template (Doc ID 458544.1)
Hope the above helps
Thanks
Naga Kumari
Re: PO Creation Issue when carrier number is blank.
Issue is resolved now.. Values were missing in UDC 49|TP
Re: how to find os watcher log file location
Re: how to find os watcher log file location
Hi User_POJAT,
You can use below command which shows oswatcher archive destination.
ps -ef |grep -i osw
Thanks
Sajith, RAC Community Leader


