APP-OFA-48400: Error: function faxbmt returned failure 的處理
At beginning of Calculate Gain/Loss program
Book: FA_GUFY
Request ID: 13959178
APP-FND-01388: Cannot read value for profile option FA_NUM_PARALLEL_REQUESTS in routine &ROUTINE.
FND_CONCURRENT_GET_REQUEST_STATUS
Error: function faxcds returned failure (called from faxcps)
Error: function faxcps returned failure (called from faxcbs)
Error: function faxcbs returned failure (called from faxbmt)
Error: function faxbmt returned failure (called from FARET)
APP-OFA-48400: Error: function faxbmt returned failure (called from FARET)
Number of successes: 0
Number of failures: 0
Module Calculate Gain/Loss ended with error[@more@]
)
Book: FA_GUFY
Request ID: 13959178
APP-FND-01388: Cannot read value for profile option FA_NUM_PARALLEL_REQUESTS in routine &ROUTINE.
FND_CONCURRENT_GET_REQUEST_STATUS
Error: function faxcds returned failure (called from faxcps)
Error: function faxcps returned failure (called from faxcbs)
Error: function faxcbs returned failure (called from faxbmt)
Error: function faxbmt returned failure (called from FARET)
APP-OFA-48400: Error: function faxbmt returned failure (called from FARET)
Number of successes: 0
Number of failures: 0
Module Calculate Gain/Loss ended with error[@more@]
查metalink.oracle.com
得知是book_type_code中資料有問題(
Doc ID: | Note:261058.1 |
select * from fa_book_controls
where book_type_code='FA_GUFY'
發現DEPRN_REQUEST_ID 為null
指定一個id以'騙'系統
Update fa_book_controls
set DEPRN_REQUEST_ID =13962658
where book_type_code = 'FA_GUFY';
再run折舊,就正常了.
另還有一種情況,就是.deprn_status 不為'C' 的,也會造成類似的情況.
修正如下.
Update fa_book_controls
set
deprn_status='C'
where book_type_code = 'FA_GUFY';
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/92289/viewspace-901238/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Error: Expected ref to be a function, a string, an object returned by React.createRef(), or null.ErrorFunctionObjectReactNull
- error的處理方式Error
- ORA-00704: bootstrap process failure 的處理bootAI
- Vagrant:NS_ERROR_FAILUREErrorAI
- failure in css initialization opening OCR 問題處理AICSS
- Error: Debug Failure at typeToStringErrorAI
- Sub-process /usr/bin/dpkg returned an error codeError
- git error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500GitErrorRPCAIHTTP
- MongoDB server returned error on SASL authentication step: BSON field 'saslCoMongoDBServerError
- ORA-27192: skgfcls: sbtclose2 returned errorError
- ORA-27030: skgfwrt: sbtwrite2 returned errorError
- [譯] Part 30: Golang 中的Error處理GolangError
- ORA-00600 Error的通用處理Error
- 15-錯誤處理(Error)Error
- Rails全域性處理Error薦AIError
- WSL:Sub-process /usr/bin/dpkg returned an error code (1)Error
- 【故障處理】Bug : ASM FAILS WITH CHECKRESOURCE ERROR ERROR CODE = 139ASMAIError
- 如何修復 Ubuntu 上“…script returned error exit status 1”的錯誤UbuntuError
- Spring Boot Web Error Page處理Spring BootWebError
- Apache下error.log檔案太大的處理ApacheError
- React redux toolkit: Uncaught Error:[Immer] An immer producer returned a new...ReactReduxError
- logstash nginx error access 日誌處理NginxError
- Http failure response 0 Unknown error 錯誤分析HTTPAIError
- 錯誤處理:如何通過 error、deferred、panic 等處理錯誤?Error
- Android - Unparsed aapt error(s)錯誤的處理方法AndroidAPTError
- DBMS_UTILITY.FORMAT_ERROR_BACKTRACE FunctionORMErrorFunction
- error: ‘PATH_MAX’ undeclared (first use in this function)ErrorFunction
- error: use of deleted function ‘YYSTYPE::YYSTYPE()’[解決]ErrordeleteFunction
- Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call.AIROSFunction
- Golang 學習——error 錯誤處理淺談GolangError
- 【ERROR】ORA-8103錯誤分析處理Error
- keil error:#8:missing closing quote 處理Error
- ORA-00257 archiver error. 錯誤的處理方法HiveError
- Go語言(golang)的錯誤(error)處理的推薦方案GolangError
- Proguard returned with error code 1. See console解決辦法”Error
- angular(2+)報錯處理之 -- 關於function 、lambda、not supported等AngularFunction
- serverless Error: getaddrinfo ENOTFOUND Function.doRequestServerErrorFunction
- ORA-15186: ASMLIB error function = [asm_open], error = [1]ASMErrorFunction