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: Debug Failure at typeToStringErrorAI
- error的處理方式Error
- Vagrant:NS_ERROR_FAILUREErrorAI
- 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
- [譯] Part 30: Golang 中的Error處理GolangError
- 15-錯誤處理(Error)Error
- React redux toolkit: Uncaught Error:[Immer] An immer producer returned a new...ReactReduxError
- WSL:Sub-process /usr/bin/dpkg returned an error code (1)Error
- Http failure response 0 Unknown error 錯誤分析HTTPAIError
- keil error:#8:missing closing quote 處理Error
- serverless Error: getaddrinfo ENOTFOUND Function.doRequestServerErrorFunction
- 錯誤處理:如何通過 error、deferred、panic 等處理錯誤?Error
- 【ERROR】ORA-8103錯誤分析處理Error
- 【MySQL】ERROR 1878 (HY000): Temporary file write failure.MySqlErrorAI
- error: use of deleted function ‘YYSTYPE::YYSTYPE()’[解決]ErrordeleteFunction
- Golang 學習——error 錯誤處理淺談GolangError
- 【Linux】curl: (35) SSL connect error問題處理LinuxError
- Go語言(golang)的錯誤(error)處理的推薦方案GolangError
- PSQLException: ERROR: failed to find conversion function from unknown to charSQLExceptionErrorAIFunction
- GTID複製報錯處理:Last_Error: Error 'Can't drop database 'test';ASTErrorDatabase
- React Error Boundary 元件異常處理方案實踐ReactError元件
- Camunda 流程執行錯誤處理ERROR BOUNDARY EVENTError
- SQLServer mirror當機後error 9004異常處理SQLServerError
- The API server is burning too much error budget 異常處理APIServerError
- angular(2+)報錯處理之 -- 關於function 、lambda、not supported等AngularFunction
- error LNK2019:unresolved external symbol *** referenced in function ***的解決方案ErrorSymbolFunction
- ORA-03137: TTC protocol internal error: [12333]分析及處理ProtocolError
- Oracle OER 7451 in Load Indicator : Error Code = OSD-04500的問題處理OracleIndicatorError
- 記一次報錯 symlink(): Protocol error 問題處理ProtocolError
- 【微信小程式】[雲函式] [login] 呼叫失敗 Error: errCode: -404011 cloud function execution error微信小程式函式ErrorCloudFunction
- Nginx編譯時error: assignment makes pointer from integer without a cast處理Nginx編譯ErrorAST
- postcss-bem外掛在webpack4以上版本報錯處理 .moveTo is not a functionCSSWebFunction
- 多對一處理 和一對多處理的處理
- 不要打破鏈式呼叫!一個極低成本的RxJava全域性Error處理方案RxJavaError
- 【譯】 WebSocket 協議第八章——錯誤處理(Error Handling)Web協議Error
- design for failureAI