Synchronize WF LOCAL tables error

hi,
I am getting the following error while running Synchronize WF LOCAL tables
ORA-12801: error signaled in parallel query server P002
ORA-01400: cannot insert NULL into ("APPLSYS"."WF_LOCAL_ROLES_STAGE"."DISPLAY_NAME")
i did not insert any null values

Hi,
Did you verify that you have patch 4710650 applied (provided that your HRMS patchset level is HRMS Family Pack K or above)?
Run the query in Note: 559262.1 and verify if you have NULL values, most probably you have invalid data and a data fix is required to resolve this issue, so please log a SR as suggested in the document.
Regards,
Hussein

Similar Messages

  • SRKIM: Synchronize Wf Local Tables Errors: Ora-01400

    PURPOSE
    Synchronize Wf Local Tables 수행 시 발생한 ora-01400 error 를 해결한다.
    Problem Description
    Synchronize Wf Local Tables 수행 시 아래와 같은 error 가 발생하였다.
    ERROR
    FNDWFLSC module: Synchronize WF LOCAL tables
    Current system time is 31-AUG-2005 09:39:54
    **Starts**31-AUG-2005 09:39:54
    **Ends**31-AUG-2005 09:40:33
    ORA-12801: error signaled in parallel query server P000
    ORA-01400: cannot insert NULL into
    ("APPLSYS"."WF_LOCAL_ROLES_STAGE"."DISPLAY_NAME")
    STEPS
    The issue can be reproduced at will with the following steps:
    Submit the concurrent program Synchronize WF LOCAL tables.
    Log file shows error.
    Workaround
    N/A
    Solution Description
    해당 error 는 per_all_people_f table 의 global_name 이 null 이기 때문에 발생하는 error 로 가장 간단하게는 아래와 같이 처리 하면 된다.
    update per_all_people_f
    set global_name = full_name
    where global_name is null;
    commit;
    위의 작업 후 다시 Synchronize WF LOCAL tables process 를 수행 한다.
    해당 issue 에 대한 원인은 note. 397219.1 - Why Are There NULL Values For global_name In 를 참조 하도록 한다.
    Reference Documents
    Note 375508.1 - Synchronize Wf Local Tables Errors: Ora-01400: Cannot

    Hi Hussein,
    Thanks for reply. Please find the below details.
    RELEASE_NAME
    12.1.3
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Linux **** 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    Conc Req Log file
    Application Object Library: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    FNDWFLSC module: Synchronize WF LOCAL tables
    Current system time is 19-JUN-2012 05:49:20
    **Starts**19-JUN-2012 05:49:20
    **Ends**19-JUN-2012 05:49:20
    ORA-14501: object is not partitioned
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    0
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 19-JUN-2012 05:49:20
    ---------------------------------------------------------------------------

  • "Synchronize WF LOCAL tables" has completed with error.

    Hi Guys,
    My FNDWFLSC program is failing with the below error:
    ORA-12801: error signaled in parallel query server P000
    ORA-30022: Cannot create segments in undo tablespace
    When I check the tablespace its named as "APPS_UNDOTS1" and there are 4 undo....dbf files are present and have enough empty space on this tablespace.
    Thanks,

    No, error in database log file.
    Below is the full content of the log file..........
    Application Object Library: Version : 11.5.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    FNDWFLSC module: Synchronize WF LOCAL tables
    Current system time is 03-JUN-2013 23:34:11
    **Starts**03-JUN-2013 23:34:11
    **Ends**03-JUN-2013 23:34:12
    ORA-12801: error signaled in parallel query server P000
    ORA-30022: Cannot create segments in undo tablespace
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Successfully resubmitted concurrent program FNDWFLSC with request ID 19632231 to start at 04-JUN-2013 23:34:00 (ROUTINE=AFPSRS)
    Executing request completion options...
    Finished executing request completion options.
    Exceptions posted by this request:
    Concurrent Request for "Synchronize WF LOCAL tables" has completed with error.
    Concurrent request completed
    Current system time is 03-JUN-2013 23:34:13
    ---------------------------------------------------------------------------

  • Synchronize WF LOCAL tables in R12 failed with error  :ORA-14501 object is

    Hi All,
    In our R12 enviroment "Synchronize WF LOCAL tables" conc program failing with :ORA-14501 object is not partitioned.
    Tried solution as per doc id . 433280.1 -- Partitions in Workflow Local Tables are Automatically Switched to NOLOGGING . But no success.
    Please help.

    Hi Hussein,
    Thanks for reply. Please find the below details.
    RELEASE_NAME
    12.1.3
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Linux **** 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    Conc Req Log file
    Application Object Library: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    FNDWFLSC module: Synchronize WF LOCAL tables
    Current system time is 19-JUN-2012 05:49:20
    **Starts**19-JUN-2012 05:49:20
    **Ends**19-JUN-2012 05:49:20
    ORA-14501: object is not partitioned
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    0
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 19-JUN-2012 05:49:20
    ---------------------------------------------------------------------------

  • 'Synchronize WF LOCAL tables'

    Hi.
    Can someone point me to where Oracle documents the use (not the errors that are found when running it) of the following program?
    'Synchronize WF LOCAL tables'
    I have actually run this before after a clone to reassign the responsibilities to the users, but is there another reason to call this program??
    Thank
    Edited by: user11981168 on 24-May-2010 08:21

    Hi,
    As per my understanding from your question,
    Run the Synchronize WF LOCAL Tables program to perform synchronization in bulk.
    This periodically refreshes the information in the Workflow local tables for Oracle Trading Community Architecture (TCA). Use this concurrent program as an interim method to synchronize the Workflow local tables with the user and role information stored in the TCA tables until TCA performs the synchronization automatically.
    The Synchronize Workflow LOCAL Tables request set contains ten instances of the Synchronize WF Local Tables program, one for each originating system. You can use this request set to submit requests for all the originating systems at once. Each request is defined as a separate stage and the stages will run sequentially because this program is incompatible with itself.
    By default, this request set runs once a day to provide a minimal level of synchronization. You can modify the schedule for the request set to perform
    synchronization more frequently.
    For more information, see: Synchronizing Workflow User and Role Information, in Setting Up an Oracle Workflow Directory Service, Oracle Workflow Administrator's Guide.
    Thanks,
    Ajikumar G
    Expertise in Oracle Apps...

  • Synchronize WF Local tables program

    Hi,
    I'm on 11.5.10.2 and I'm trying to rename the oracle username (fnd_user table) (Ex: ABC to ABCD).
    Once I rename the user, and run the Synchronize WF Local tables program, I can query the new user name with the attached responsibilities.
    However if the user is associated with an employee and I rename the oracle user, and I run the Synchronize WF Local tables program, I'm unable to see the new username with the attached responsiblities.
    Is this how Synchronize WF Local tables program works? Does it not propagate the changes when the user is associated to an employee.
    Any help would be appreciated.

    Have you tried to submit "Workflow Directory Services User/Role Validation" and see if it helps?
    FND Users changes are not propagated to WF Directory Services Tables (WFDS) [ID 356529.1]
    How are FND_USERS, HR, and WF_LOCAL_ROLES Kept In Synchronization? [ID 364647.1]
    Thanks,
    Hussein

  • Synchronize Workflow LOCAL tables (Report Set)

    Hi What is the use of Synchronize Workflow LOCAL tables (Report Set) .I found it scheduled in my instance every day once and what is the impact of that one ?
    rgds
    Raj

    Raj,
    Just a small input..
    We using sshr and leaves updating showing wrong person I understand the approval hirearchy shows wrong person in the leave approval. I faced the similar issue.. Just check the Employee's Supervisor ID... in the People-Assignment..
    If not,please tell me exactly what you are looking for..
    Thanks
    Yusuf

  • Tables involve in program synchronize WF LOCAL tables

    Hi All,
    i am using ebs r12 12.1.1 on OUL5
    would like to know how to find out which tables involve in program
    " Synchronize WF LOCAL tables"
    other way, when running " Synchronize WF LOCAL tables" which tables would be updated.
    Thanks in advance.
    Regards,

    You can set the trace on for the concurrent program (using sysadmin > concurrent programs) screen and then run tkprof on the trace.
    It will not only give you the tables used but also the exact statements that are executed.
    Hope this helps
    Sandeep Gandhi
    Independent Techno-functional Consultant

  • A general error has occurred. [nQSError: 27002] Near local : Syntax error

    Hi
    I am using oracle BI Dashboard.
    i had configured my physical , business and presentation layers.
    when i click on the answers in the dashboard it also show me my
    new create presentation layer.
    even i can directly query my database using OBI but when i start using OBI Answers.
    i got this error
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27002] Near <local>: Syntax error [nQSError: 26012] . (HY000)
    SQL Issued: {call NQSGetQueryColumnInfo('SELECT "amount total".INVOICE_AMOUNT, STOREMAIN.STOREID FROM local')}
    SQL Issued: SELECT "amount total".INVOICE_AMOUNT, STOREMAIN.STOREID FROM locallocal is name of my presentation layer.
    while if i Issue SQL Directly it give me result.
    like
    select * from storemain
    storemain is name of table.
    Thanks
    umesh
    Message was edited by:
    Umesh Sharma
    Message was edited by:
    Umesh Sharma

    My understanding is Dim01 is taking values from the column - *"Company"."Company Name"*
    this being the case, try replacing the column name with one of the values from the column
    like @{Dim01}{value1}
    value1 being a value from the column *"Company"."Company Name"*..only then it will act as a default value
    Hope this helps...

  • Insertion into local table from remote table with contains clause

    Hi all,
    We are tasked to insert some rows into our database from another database. We tried to use DBLinks to link the 2 databases and were able to use Select statements to filter out the data that we need to insert into our database.
    These statements take the form of: Select * from RemoteTable where contains@RemoteLink(IndexColumn, 'car')>0;
    where RemoteLink is the DBLink that we have created.
    However Oracle gave us an error (ORA-00949: illegal reference to remote table) when we tried to insert the dataset from the above statement into our local table. We used the following statement in doing so: Insert Into LocalTable (Select * from RemoteTable where contains@RemoteLink(IndexColumn, 'car')>0);
    Even if we use Create Table, Oracle gave us the same error when we tried to push the data from the Select Statement into the new table.
    Could anyone advise us whether it is possible to insert such data into a local table? And if som what is the proper way of doing it?
    Many thanks to any advises.

    Hi,
    there is document 261741.1 on Metalink. This states explicitly that it is not possible to invoke remote user-defined operators, and contains is such. The solution given in the article is to create a wrapper function on the remote site and this one calling in stead of contains.
    Herald ten Dam
    htendam.wordpress.com

  • Local table as data for DDLB

    Hi
    I'm having trouble trying to create a dropdownlistbox with the values populated from a local table of entries, in the RENDER_CELL_START method of the iterator.
    Having searched on the forums, I found this thread
    https://forums.sdn.sap.com/click.jspa?searchID=11806914&messageID=5227769
    This is the same problem I'm having, but with a different way of setting the DDLB. I tried adapting the suggested code, but I keep getting syntax errors when I try.
    This is the respective part of my current code, can anyone tell me how I change this to make it work correctly?

    you can prepare the internal table which holds the entries for DDLB and pass them with the constructor of the iterator class (you have to create a constructor method in the iterator and have an import parameter to accep this itab)
    and then in the constructor method you can assing this value to a iterator class attribute which then can be usedin the render cell start method.
    Raja

  • Download doc problem when copied from APEX_APPLICATION_FILES to local table

    Good morning!
    As the subject indicatesm, I am experiencing problems downloading a document I have copied from APEX_APPLICATION_FILES to my local table FILE_SUBJECTS
    and would be very grateful if someone could help.
    Here is the problem:
    I can successfully upload a document into APEX_APPLICATION_FILES and dowload it from there too.
    I can copy the record from APEX_APPLICATION_FILES into my local table FILE_SUBJECTS and delete that entry from APEX_APPLICATION_FILES but I cannot download it from my local table, it keeps pointing me to a page which cannot be found, so I'm guessing there is something wrong with either, my INSERT INTO statement or, my link in the report.
    My INSERT INTO statement is:
    INSERT INTO file_subjects (id,filename,updated_by,updated_on,blob_content,mime_type)
    SELECT id, filename, name, updated_by, updated_on,blob_content,mime_type
    FROM APEX_APPLICATION_FILES
    WHERE APEX_APPLICATION_FILES.filename = :P2_FILE_NAME;
    REPORT LINK
    I have tried just a normal column link in my report like: #ID# (this works when looking at APEX_APPLICATION_FILES)
    but I have also tried the following:
    #OWNER#.DOWNLOAD_MY_FILE?p_file=#ID#
    where download_my_file is a procedure:
    create or replace PROCEDURE "DOWNLOAD_MY_FILE" (p_file in number) AS
    v_mime VARCHAR2(48);
    v_length NUMBER;
    v_file_name VARCHAR2(2000);
    Lob_loc BLOB;
    BEGIN
    --apex_application.g_flow_id := 166;
    --if not(APEX_CUSTOM_AUTH.IS_SESSION_VALID) then
    -- owa_util.status_line(404, 'Page Not Found', true);
    -- return;
    --end if;
    SELECT MIME_TYPE, BLOB_CONTENT, name,DBMS_LOB.GETLENGTH(blob_content)
    INTO v_mime,lob_loc,v_file_name,v_length
    FROM FILE_SUBJECTS
    WHERE id = p_file;
    -- set up HTTP header
    -- use an NVL around the mime type and
    -- if it is a null set it to application/octect
    -- application/octect may launch a download window from windows
    owa_util.mime_header( nvl(v_mime,'application/octet'), FALSE );
    -- set the size so the browser knows how much to download
    htp.p('Content-length: ' || v_length);
    -- the filename will be used by the browser if the users does a save as
    htp.p('Content-Disposition: attachment; filename="'||replace(replace(substr(v_file_name,instr(v_file_name,'/')+1),chr(10),null),chr(13),null)|| '"');
    -- close the headers
    owa_util.http_header_close;
    -- download the BLOB
    wpg_docload.download_file( Lob_loc );
    end DOWNLOAD_MY_FILE;
    Many thanks in advance!
    Sue

    Sue,
    If you are running XE or running with the EPG versus the http server, you need to grant access to the procedure you are using for it to be run properly..
    You may need to look at this function, if you are using XE or have the EPG setup for your database.. http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e12856/adm_wrkspc.htm#BABEFDHI [Look for the section called *Restricting Access to Oracle Application Express by Database Access Descriptor (DAD)*]
    Thank you,
    Tony Miller
    Webster, TX

  • How to find total recs in a local table for a particular condition

    Hi,
    How to find total recs in a local table for a particular condition?
    Thanks,
    CD

    Well, you may want to try this as well, and compare to the LOOP way.  Not sure what kind of overhead you may get doing this way. Here ITAB is our main internal table, and ITAB_TMP is a copy of it.  Again I think there may be some overhead in doing the copy.  Next, delete out all records which are the reverse of your condition.  Then whatever is left is the rows that you want to count.  Then simply do a LINES operator on the internal table, passing the number of lines to LV_COUNT.
    data: itab type table of ttab.
    data: itab_tmp type table of ttab.
    itab_tmp[] = itab[].
    delete table itab_tmp where fld1 <> 'A'.
    lv_count = lines( itab_tmp ).
    Regards,
    Rich Heilman

  • Asset acquisition-Table error

    While doing an Asset posting from MM Side, the following error is happening:
    "No accounts have been entered for depreciation area 01 account allocation 31000 (Chart of accounts 1000)". 
    "Table Error"
    I have assigned accounts in AO90 for the acquisition/depreciation accounts.  Still I dont not understand why this error is happening ?  Please give some helpful inputs.

    Hi,
    in the IMG Fixed Asset Accounting you have several check and consistency reports. Run them, maybe you get some hints what could be missing in your configuration.
    Regards,
    Markus

  • Windows could not start the FLEXnet Licensing Service service on Local Computer Error 1068: The dependency service or group failed to start.

    Today I installed Adobe Director 11.5. I received a couple of errors in the FLEXnet Licensing Service. It looks It could not start. I tried to download the Licence fix what I found on Google but that doesn't work, so I checked the 'Service' at service (windows).
    It's status is empty. When I double click on the FLEXnet Licensing Service, clicked on start at the opened window and an error is coming: 
    Windows could not start the FLEXnet Licensing Service service on Local Computer
    Error 1068: The dependency service or group failed to start.
    I don't understand what it says with this message, only that it is impossible to start. However, that is not what I am trying of course, I want to start the FLEXnet Licensing Service, service. 
    Re-installing of the software, doesn't make any change. How can I start it so Director is also working?

    Hi Don1233,
    Please consider seek help at the software vendor side.
    For the services didn't start, follow the suggestions posted by Elton in the thread below:
    https://social.technet.microsoft.com/Forums/en-US/e35da253-f0df-41d1-8df2-b73fa54742a0/windows-could-not-start-the-flexnet-licensing-service-service-on-local-computer-error-1068-the?forum=w7itproinstall
    Best regards
    Michael Shao
    TechNet Community Support

Maybe you are looking for

  • How do I get an email file attachment, any extension, off of my phone?

    All I want to do is get an email file attachment off of my phone and on to my computer so I can use it.  I don't want to open it on my phone, it could be an AutoCAD file, a programming langauge file, etc.  I want the option to save the attachment to

  • Number formatting in ALV list header

    Hi, I am using an ALV with a list header. Code is as follows: FORM ALV_SHOW.    DATA G_CALLBACK_PROG LIKE SY-REPID.    G_CALLBACK_PROG = SY-REPID.    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'       EXPORTING          I_CALLBACK_PROGRAM      = G_CALLBACK

  • Snow Leopard, World of Warcraft & iTunes Crash

    Was searching through these and other forums, but haven't seen anyone else with this issue. Upgraded to Snow Leopard. WoW runs great. iTunes runs great. Everything seems to run very fast... However, when I have an iTunes video window open while playi

  • My ipod touch will not sync with my library

    I have the generation 1 ipod touch and today I was syncing it to my library and the error code (13019) came up. My ipod will not sync to my library. I have tried the unchecking the sync button on my library and I restored it. So now the error is stil

  • Must know more about Elements features per photodeluxe

    I am an old timer to Adobe Forums, haven't been to the Adobe forum since Adobe stopped supporting Premiere.  I am still using Photodeluxe via OS classic 9 on a G5 Mac.  I understand that Photoshop Elements replaced Photodeluxe. I've seen/read some of