這狀況(java.lang.NullPointerException)遇過多次, 看到文章提出說明及解法, 先記下來.
select *
from icx_custom_menu_entries
where 1=1
and function_type = 'XXX'
and user_id = ?user_id
delete from icx_custom_menu_entries
where function_type = 'XXX'
and user_id = ?user_id
以後再發生時試試.
--
關鍵錯誤, 應是登入後主頁異常, 而且是出在Favorities那段:
java.lang.NullPointerException
at oracle.apps.fnd.framework.favorites.webui.ICXFavoritesPortletCO.processRequest (ICXFavoritesPortletCO.java:239)
ICX_CUSTOM_MENU_ENTRIES有一筆 FUNCTION TYPE=XXX 的怪資料.
Ref:
1.处理用户登录ERP系统报错空指针(java.lang.NullPointerException)的问题
https://blog.csdn.net/samt007/article/details/90064383
2019年5月16日 星期四
2019年5月14日 星期二
Oracle EBS: API for OM transaction type
問題: 是否有API可新增或修改OM transaction type?
解答: 沒有. 但可直接update OE_TRANSACTION_TYPES_ALL, 沒有相關table需處理
Ref:
1.API's For OM Transaction Type (Doc ID 1627972.1)
2.Is There Any Standard API To Updated OE_TRANSACTION_TYPES_ALL (Sales Order Type Or Transaction Types)? (Doc ID 2505078.1)
解答: 沒有. 但可直接update OE_TRANSACTION_TYPES_ALL, 沒有相關table需處理
Ref:
1.API's For OM Transaction Type (Doc ID 1627972.1)
2.Is There Any Standard API To Updated OE_TRANSACTION_TYPES_ALL (Sales Order Type Or Transaction Types)? (Doc ID 2505078.1)
2019年4月30日 星期二
Oracle EBS: Create Accounting - Cost Management執行過久(超過20小時)
狀況:
1.Create Accounting - Cost Management停在Running狀態超過20小時
2.有以下三種等待事件:
db file sequential read
latch free
latch: cache buffers chains
3.以GL的資料來看, 在執行的第一小時就已拋轉
解決方式:
1.Oracle文件註明, 若有指定拋GL, 執行時就不可cancel/terminate , 但再等應該也沒用, 於是cancel request
2.後續另有支Create Accounting - Cost Management也執行超久, 最後只能cancel
3.治標的方式, 是針對Parameter的Report項目選No Report
後續針對特定schema收統計, 再觀察.
Ref:
1."Create Accounting - Cost Management" Is Taking Longer Than Usual To Complete. (Doc ID 1444834.1)
1.Create Accounting - Cost Management停在Running狀態超過20小時
2.有以下三種等待事件:
db file sequential read
latch free
latch: cache buffers chains
3.以GL的資料來看, 在執行的第一小時就已拋轉
解決方式:
1.Oracle文件註明, 若有指定拋GL, 執行時就不可cancel/terminate , 但再等應該也沒用, 於是cancel request
2.後續另有支Create Accounting - Cost Management也執行超久, 最後只能cancel
3.治標的方式, 是針對Parameter的Report項目選No Report
後續針對特定schema收統計, 再觀察.
Ref:
1."Create Accounting - Cost Management" Is Taking Longer Than Usual To Complete. (Doc ID 1444834.1)
2019年4月23日 星期二
Oracle EBS: Autoinvoice Master Program異常error
狀況:
1.在Request Set中, Autoinvoice Master Program status為Error, 但parent的concurrent仍處於Running/Paused
2.Autoinvoice Master Program沒有output, 在log中沒有error或warning, 看不出為何error
3.Completion Text中有以下訊息:
The concurrent program for your concurrent request exited to wait, but has no pending child requests to wait for. Routine AFPPRC received a return code of failure.
不定時發生, 目前都是治標, 直接cancel, 原因尚未確定.
1.在Request Set中, Autoinvoice Master Program status為Error, 但parent的concurrent仍處於Running/Paused
2.Autoinvoice Master Program沒有output, 在log中沒有error或warning, 看不出為何error
3.Completion Text中有以下訊息:
The concurrent program for your concurrent request exited to wait, but has no pending child requests to wait for. Routine AFPPRC received a return code of failure.
不定時發生, 目前都是治標, 直接cancel, 原因尚未確定.
2019年4月19日 星期五
Oracle EBS: There are no requests registered for the current stage
狀況: concurrent執行時出現error:
There are no requests registered for the current stage
原因: request set中有增加新的concurrent, 但已排程的request set未重排, 導致set執行時呼叫不到新增的程式
處理方式: 停止原排程, 另重排新排程並執行
There are no requests registered for the current stage
原因: request set中有增加新的concurrent, 但已排程的request set未重排, 導致set執行時呼叫不到新增的程式
處理方式: 停止原排程, 另重排新排程並執行
訂閱:
意見 (Atom)
