Error When Submitting WIP Mass load Concurrent Program (Work in Process)

Hi,
I am submitting WIP Mass Load concurrent program to get the data from WIP_JOB_SCHEDULE_INTERFACE table in to base tables.
The concurrent program is completed with Warning status.
My Package inserts the data into wip_job_schedule_interface table to create a WIP Job. After inserting the data in to wip_job_schedule_interface table, it submits a concurrent program (WIP Mass Load) (Standard concurrent program) to create a WIP job automatically from the data inserted into wip_job_schedule_interface table.
This concurrent is errored out with the following warning message:
===========================================================
Group ID: 7026 Report Date: 23-OCT-2007 12:26
Job and Schedule Interface Report Page: 1 of 1
Create Discrete Jobs
Source Code: XXEXT019
Organization: DVR
Process Process
Job Job Type Assembly Quantity Start Date Completion Date Kanban Card Phase Status
6094-3 Non-standard DEV-GA-1 1.00 23-OCT-07 11:57 23-OCT-07 11:57 Validation Error
Error: Invalid or insufficient Completion Subinventory/Locator information.
Check that you have entered valid subinventory/locator information based on the organization and assembly
that you have chosen.
0 out of 1 jobs were successfully loaded
=========================================================
I populated locator information in to the interface, then too its saying the same.
Can you please me know where exactly i am going wrong. Help Appreciated.
Thanks

Have a look to the Metalink note "Note:207646.1", which deals with the error "WIP_ML_ORA_ERROR (ERROR_CODE=-1653)".

Similar Messages

  • WIP Mass Load Program Error

    After WIP Mass Load process concurrent Program, observed warning and it shows error message as below
    APP-FND-01388: Cannot read value for profile option RPM_CONC_PROCESS_ID in routine &ROUTINE.
    error log is attached here with

    Have a look to the Metalink note "Note:207646.1", which deals with the error "WIP_ML_ORA_ERROR (ERROR_CODE=-1653)".

  • ERROR: Wip Mass Load-----WIP_ML_ORA_ERROR

    When I import Job order from MES system,I get an Error after request the "WIP Mass Load".The error message is like that :
    Error: WIP_ML_ORA_ERROR ( ERROR_CODE=-1653)
    And the Process_Status is updated to WARNIING,the Job Order which is request in this program can't be add to WORKING IN PROCESS.
    What is the reason and how can I avord it?

    Have a look to the Metalink note "Note:207646.1", which deals with the error "WIP_ML_ORA_ERROR (ERROR_CODE=-1653)".

  • WIP Mass Load, Error

    Hi Team,
    Please help on below issues, and it is observed while Launch of WIP Mass Load.
    Cannot read value for profile option RPM_CONC_PROCESS_ID in routine &ROUTINE
    Available log is attached.
    Regards
    Mahesh.

    Have a look to the Metalink note "Note:207646.1", which deals with the error "WIP_ML_ORA_ERROR (ERROR_CODE=-1653)".

  • WIP MASS LOAD를 이용한 DISCRETE JOB생성 방법

    제품 : MFG_WIP
    작성날짜 : 2004-05-21
    WIP MASS LOAD를 이용한 DISCRETE JOB생성 방법
    ====================================
    PURPOSE
    WIP Mass Load를 이용한 Discrete Job생성 방법을
    기술하고자 한다.
    Explanation
    (1) Interface Table 정보
    WIP_JOB_SCHEDULE_INTERFACE (Header level)
    WIP_JOB_DTLS_INTERFACE (Line Level)
    WIP_INTERFACE_ERRORS (WIP Mass Load의 Error발생시 참조)
    (2) 방법
    step1> 위에 언급한 Table에 정보를 Insert한다.
    step2> WIP Mass Load Program을 수행한다.
    WIP Mass Load 를 실행하면 , Interface table로부터 WIP Job을
    생성하게 된다.
    만약, 기존의 WIP Job에 대해 Detail한 사항을 수정하고자 할 경우,
    wip_job_schdeule_interface와 wip_job_dtls_interface를 모두
    작성해주어야 한다.
    이 때, wip_job_shedule_interface와 wip_job_dtls_interface는
    group_id, header_id가 동일하여야 한다.
    Example
    Reference Documents
    BUG1485375 , 1654237, 1663551

  • WIP mass load being launched instead ,Feedback suggestions from APS to OPM'

    Hi,
    I am trying to run an ASCP plan in the vision instance. I have created a new operating unit and associated plants and warehouses in addition to the PRU operating unit and company. For the seeded PR1 plant it launches the correct Feedback sugestion. But for the new plant that i have created it launches WIP mass load which errors out.
    Any ideas to correct this problem?????
    Thanks,
    Amit

    Amit,
    This is not an anwser to your question but you may have an answer to my question:
    I am also trying to run ASCP in Vision. I'd like to run it in the same database instance as Vision (it appears possible in the user's guide). Is this the setup you are using?
    My problem is, the default instance is TST, and although I tried adding VIS in the Instances window, it didn't accept the record (link already exists error). When I run Data Collection, the processes fail (can't write to the file).
    Any help will be appreciated,
    Aslihan

  • Symbol error when submitting form

    experiencing a symbol error when submitting form.

    Hi Gen,
    Unfortunately, the error came from a client who was submitting a form via Mac OS.  He stated that when he attempted to submit he received a symbol error.
    On another note, I did experience issues with periods (.) within another form such as 2009.01 and 2011.25.  When I downloaded the files corresponding to the numbers, it wouldn’t allow me to save it with the period (used an underscore instead).
    Warmest regards,
    Delia
    Delia Boyd
    Program Manager, Standards Development
    Executive Office
    AOAC INTERNATIONAL
    481 N. Frederick Avenue, Suite 500
    Gaithersburg, MD 20877-2417
    301-924-7077 x126
    301-924-7089 - Fax
    [email protected]<mailto:[email protected]>
    www.aoac.org<http://www.aoac.org/>
    cid:[email protected]
    127th AOAC Annual Meeting & Exposition
    Palmer House Hilton
    Chicago, Illinois
    August 25-28, 2013
    For more information visit our website
    at: http://www.aoac.org/meetings1/127th_annual_mtg/main_2.htm
    þ Please consider the environment before printing this email.
    ...you will see it when you believe it!

  • ORACLE error 1847 in FDPSTP while running concurrent program

    When I try to run concurrent program getting below error
    ORACLE error 1847 in FDPSTP
    Cause: FDPSTP failed due to ORA-01847: day of month must be between 1 and last day of month
    ORA-06512: at line 1
    Parameters
    Org_id number
    Date select sysdate from dual;
    Executable
    PROCEDURE call_iptp15c (
    p_operating_unit_in IN ap_invoices_all.org_id%TYPE,
    p_start_date_in IN DATE,
    ERROR_BUF OUT VARCHAR2,
    RETCODE OUT VARCHAR2
    What would be the reason for this.

    Hi,
    Please mention the application release along with the database version and OS.
    Is this a custom or seeded concurrent program?
    Please make sure you use a valid date format -- Note: 19171.1 - OERR: ORA 1847 day of month must be between 1 and last day of month
    Thanks,
    Hussein

  • WIP Mass Load - Update BOMs and Routings on Unreleased Jobs

    I would like to be able to refresh the BOMs and Routings that are used by Discrete Jobs that are currently in status Unreleased. I would like to do this before I run MRP to ensure that any jobs marked as released during planning process have the most update to date BOM and Routing attached.
    I have tried to use the WIP Mass Load to do this by updating the Bom Revision Date and Routing Revision Date. Although this works in the Forms, when this Revision Date is updated via the WIP Mass Load,the BOM and Routing information remains the same.
    do I need to do something to trigger the change to BOMs and Routings on this Jobs via WIP Mass Load?
    I would appreciate any help on this subject.
    Thanks
    Barbara

    I think you may be able to use the Engineering Change order (ECO) functionality of the Engineering module to accomplish this. Even the BOM module contains some of the functionality.

  • WIP Mass Load with Serial Number

    Hi,
    I have created job from oracle Application. now i need to assign serial number from the WIP Mass Load. can any one give me the fields required / script to upload.
    Rgds
    ramesh

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • I downloaded OS X 10.9.5 and when I attempt to load the program from OS X 10.7.5 I click on the install icon and nothing happens. How do I install the upgrade?

    I downloaded OS X 10.9.5 and when I attempt to load the program from OS X 10.7.5 I click on the install icon and nothing happens. How do I install the upgrade? Can I upgrade from Lion to Mavericks? Here are my specs:
    MacBook Pro
    15 – Inch Core 2 Duo
    Processor 2.33 GHz Intel Core 2 Duo
    Memory 4 GB 667 MHZ DDR2 SDRAM
    Graphics ATI Radeon X1600 256 MB
    Serial Number W8****W0L
    Software Mac OS X Lion 10.7.5 (11G63)
    Is my system capable of running the new upgrades?
    <Personal Information Edited by Host>

    kar89 wrote:
    I downloaded OS X 10.9.5 and when I attempt to load the program from OS X 10.7.5 I click on the install icon and nothing happens. How do I install the upgrade? Can I upgrade from Lion to Mavericks? Here are my specs:
    Sounds like you downloaded the OS X Mavericks 10.9.5 Update or Combo Update. Neither will work on a version of OS X prior to OS X Mavericks. Those are only used to update an existing install of OS X Mavericks. The Combo will update any version from 10.9.0 thru 10.9.4. The Update will only update version 10.9.4.
    You need the full installer of OS X Mavericks from the App Store. However, the App Store no longer offers OS X Mavericks. Yosemite is the new FREE OS X.

  • Error when submitting responses

    Some respondents receive an error when submitting survey results.  Could there be a timing issue with the server if many responses are coming in at the same time?  Or could the error be caused at the senders location?

    we are trying to catch it.  It flashes quickly before results are submitted (via iPad) and communication is ended.  It may be a timing issue.  Let me look into this further.  Could be the user too!!!!!!!!!!!!!!!!!!
    Donna Dowdle
    IT Manager
    Dr. Scholl Foundation
    (847) 559-7430 - office
    (847) 602-0709 - cell
    DISCLAIMER!  The information contained in this e-mail message is confidential and is intended only for the use of the individual or entity to whom it is addressed.  If the reader of this message is not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or the taking of any action in reliance on the contents of this communication is strictly prohibited.  If you have received this e-mail message in error, please contact the sender at (847) 559-7430 and delete this e-mail message.

  • Error"There was an internal error when submitting the form" URM Disposition

    Hello
    I get the following error - "*There was an internal error when submitting the form*" - when i allocate a Retention Disposition to a Retention Category.
    Any Ideas how this can be solved?
    Thank you

    Not based on the minimal information provided.
    Error messages in 11g, from a UI standpoint, are severely deficient. How about looking in the content server logs and posting some more information?

  • I get a assertion error when trying to up load adobe lightroom have followed the instruction on the adobe site to fix the problem

    i get a assertion error when trying to up load ,lightroom have follow the instructions on the adobe site and it still does not work
    and ideas on how to fix the problem
    tk
    bigguy1965

    Hi,
    Can you Please provide Configuration of your XP, Win7 Machine [How to post a screenshot in the forum]?
    To check if Windows 7 Service Pack is already installed, follow the below steps:
    Click the Start button , right-click Computer, and then click Properties.
    The basic information about your computer page will open.
    To check if Windows XP Service Pack is already installed, follow the below steps:
    Click the Start button , right-click Computer, and then click Properties.
    Click System and Service Pack Information will be listed
    Please also attach log [Where do I find the Flash Player installation log on Windows?], [How to share a document] and Share the Current Version of Flash Player goto - [https://helpx.adobe.com/flash-player.html] and click on Check Now button, using about method can you place the screenshot.
    Meanwhile you can also try cleaning Application Temporary Data and Try again. [c:/users/username/appdata/local/temp folder - Microsoft Community], Due to some reason the Installer file is getting corrupted which might be blocking Flash Player Installation. After cleanup try using the offline Installer [Installation problems | Flash Player | Windows]
    Thanks
    Piyush

  • I want to run loader concurrent program in package..

    i want to run loader concurrent program in package..
    i had registered my package in front-end and also loader,
    i want query that how to call loader CP in package

    Can you check from which schema you are executing FND_REQUEST? You can try as follows;
    Connect to your required schema, create a synonym on apps.fnd_request, connect from apps and finally execute grant all on apps.fnd_request to all.
    You can check for relevance from Doc ID: Note:147495.1
    Please do keep in the mind the soultion above should be applied to a test/dev EBS instance first.
    I hope this would be of help.
    Saad

Maybe you are looking for