R12: request WIP Mass Load WIP 成批裝入出錯 Cannot read value for profile option RPM_CONC_PROCESS_ID in ro
查metalink解決,在此記錄一下metalink真是個好東西,不過,要花錢的 ^_^
On 12.0.6 in Production:
When you are attempting to use the WIP Mass Load program,
the following error occurs.
ERROR
Cannot read value for profile option RPM_CONC_PROCESS_ID in routine &ROUTINE.
STEPS
The issue can be reproduced at will with the following steps:
1. Release the Planned Order from Planning Workbench
2. WIP mass Load program completes with Error message
Cannot read value for profile option RPM_CONC_PROCESS_ID in routine &ROUTINE.
3. No Job is imported in WIP.
BUSINESS IMPACT
The issue has the following business impact:
Due to this issue, you cannot use the WIP Mass Load Program.
Cause
The cause of the issue is invalid / incorrect value of wip_interface_s
The data should not conflicting with the details in the WIP_JOB_SCHEDULE_INTERFACE table
The following bug was logged for this specific customer to receive a datafix from Oracle
Development:
Bug 8704835 - WIP MASS LOAD FAILS FROM ASCP PLANNING WORKBENCH
Oracle Development stated that the issue is due to invalid / incorrect data.
The following SQL identified the invalid / incorrect data:
select wip_interface_s.nextval from dual;
Solution
To implement the solution, please execute the following steps:
1) Make sure that there is no WIP Concurrent request running.
2) Execute the following SQL
ALTER SEQUENCE wip_interface_s INCREMENT BY 20000;
SELECT wip_interface_s.nextval from dual;
ALTER SEQUENCE wip_interface_s INCREMENT BY 1;
3) Resubmit the WIP Mass Load.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/21988588/viewspace-1027361/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- WIP總述
- WIP 更改 release_date
- 看板中的WIP限制思想
- [轉]SAP 物料帳 WIP計算啟用
- WIP_PERIOD_BALANCE 中找不到記錄
- 團隊如何限制合適的在製品(WIP)數量
- AndroidStudio之自定義輸出包名報錯 Cannot set the value of read-only property 'outputFile' forAndroid
- 前端報錯:cannot read property length of undefined前端Undefined
- 查詢ATO流程中SO與WIP Job的相關資訊的SQLSQL
- vue+echarts報錯Cannot read property ‘init‘ of underfinedVueEcharts
- 執行專案報錯Cannot read property 'styles' of undefinedUndefined
- the --skip-grant-tables option so it cannot
- [譯] 避免那些可惡的 "cannot read property of undefined" 錯誤Undefined
- jQuery - remove select option based on text not valuejQueryREM
- Appium dmg 安裝:[TypeError: Cannot read property 'replace' of undefined]APPErrorUndefined
- 如何解讀Oracle的LOAD PROFILEOracle
- el-tree 報錯 TypeError: Cannot read property ‘setCheckedKeys‘ of undefined“ErrorUndefined
- Java訪問Elasticsearch報錯Request cannot be executed; I/O reactor status: STOPPEDJavaElasticsearchReact
- Cannot read property ‘aDataSort‘ of undefinedUndefined
- YUI Datatable dropdown option value text definationUI
- cannot access local variable where it is not associated with a value
- sqlserver bulk insert報錯Cannot bulk load because the file could not be opened.SQLServer
- Redis 寫磁碟出錯 Cannot allocate memoryRedis
- redis 寫磁碟出錯Cannot allocate memoryRedis
- js提示Cannot read property ‘replace‘ of undefinedJSUndefined
- SpringCloud問題解決:spring-cloud-eureka啟動出錯Cannot execute request on any known serverSpringGCCloudServer
- 鬱悶~R12 For AIX 最後出錯了!AI
- oracle ebs r12 use loadrunner load dataOracle
- A potentially dangerous Request.Form value was detected from the clientORMclient
- echarts:Uncaught TypeError: Cannot read property '0' of undefinedEchartsErrorUndefined
- solrcloud頁面顯示報錯Cannot load analyzer問題的解決方法SolrCloud
- ElasticSearch:Request cannot be executed; I/O reactor status: STOPPEDElasticsearchReact
- python 報錯:raise IllegalCharacterError(f"{value} cannot be used in worksheets.") openpyxl.utils.exceptions.IllegalCharacterErrorPythonAIErrorException
- Swift 小心字典Value等於nil(容易出錯)Swift
- Failed to read auto-increment value from storage engineAIREM
- python request 獲取cookies value值的方法PythonCookie
- 開啟託管server報錯:Cannot read from policy store. Reason is PolicyStore ErrorServerError
- jquery獲取select下拉選中option項的value值jQuery