APP-OFA-48289 Unknown Error When Trying To Retire An Asset (文档 ID 1065437.1)

转:https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=327093403109966&id=1065437.1&displayIndex=8&_afrWindowMode=0&_adf.ctrl-state=zm396viw3_716#SYMPTOM

转到底部转到底部

In this Document

Symptoms
 Cause
 Solution
 References


APPLIES TO:

Oracle Assets - Version 11.5.10.0 to 11.5.10.2 [Release 11.5]
Information in this document applies to any platform.

SYMPTOMS

When retiring an asset in the Asset Workbench, the following error occurs:

APP-OFA-48289: Unknown Error. Please contact your system administrator

CAUSE

The cause of the issue is invalid / incorrect data in the fa_retirements table.  The value stored in the status field should be in uppercase.

The following SQL can identify the invalid / incorrect data:

   
select status from FA_RETIREMENTS 
where asset_id=&asset_id 
and book_type_code='&book_type_code';
 

SOLUTION

1.  Run the following scripts in a TEST environment first:

select status from FA_RETIREMENTS 
where asset_id=&asset_id 
and book_type_code='&book_type_code';

UPDATE FA_RETIREMENTS
SET status=upper(status)
where asset_id=&asset_id 
and book_type_code='&book_type_code';

commit;


2.  Once the scripts complete, confirm that the data is corrected by running:

select status from FA_RETIREMENTS 
where asset_id=&asset_id 
and book_type_code='&book_type_code';

 

REFERENCES

NOTE:413738.1 - APP-OFA-48289: Unknown Error When Trying To Retire An Asset

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值