Apps BI - workflow task has received the error "invalid identifier".

Hi all

I'm loading acreage subject of projects using the client CAD for 11.5.10 container. And my Oracle EBS 11.5.10 only data source. Few of the workflow tasks failed. For example: "SDE_ORA_TaksDimension." When I checked the logs of session, its display like "ORA-00904 'PA_PROJ_ELEMENT_VERSIONS'." FINANCIAL_TASK_FLAG ': invalid identifier "error of a few paintings of projects (PA). I checked in the database to Oracle 11.5.10 and noticed that the column (FINANCIAL_TASK_FLAG) itself is not there in the table (PA_PROJ_ELEMENT_VERSIONS).
I also checked SDE_ORA_TaksDimension in "SDE_ORA11510_Adaptor" mapping in the table PA_PROJ_ELEMENT_VERSIONS Design, Informatica PowerCenter Workflow is to have the column with "FINANCIAL_TASK_FLAG".

In other words, there are some differences between available "SDE_ORA11510_Adaptor" and Oracle EBS 11.5.10 database. Could someone please help me or guide me to solve this problem?

Thank you
Harish Nunn

This is probably because you do not have the PRE REQUISIUTE following for PROJECT ANALYTICS for 11.5.10:

requires the Family Pack M (11i. PJ_PF. (M) to be applied to Oracle eBusiness Suite 11.5.10.

You need to run the analytical project.

Check the answer as CORRECT

Tags: Business Intelligence

Similar Questions

  • trying to update my locked apple iPad 2.  has received the error 1671. What should I do?

    My iPad 2 is locked to try to enter the incorrect password.  I use it in my bakery and someone must have been playing with it.  Now, I ran out of time to try and it is locked.  I tried to erase everything and, when I did I got the error 1671. Help.

    Hello SGJ663,

    Sorry to hear about the problems you are having with your iPad. The good news is that there is a solution for your problem. In the case where you have locked your iPad with mistyped password six times, you will need to connect your iPad to your Mac or PC and do a full restore from iTunes.

    Please follow the instructions available on the following link.

    https://support.Apple.com/en-us/HT204306

    This support article will give you all the information you will need to clean your iPad and regain access. If you have already gone through the process described by the aforementioned article, please make an appointment with your Genius Bar local so that you can receive additional assistance. To find an Apple store in your area, please visit http://www.apple.com/retail/ and search for the nearest store. Once you have performed the search, use the list to find the store nearest. From there, select a store and you will be taken to the page for said store where you can make a reservation with the Genius Bar.

    Good luck to regain access to your iPad.

  • has received the error when executed OR .exe to install software OR wihout PC application

    The error received when it .exe application (with references NOR) is run on a PC.

    So I've changed the property NOR references: local copy-> true

    relating to the compilation, always test it, get error if I use another PC without software OR installed.

    After copy / paste all the dll files required in the directory where .exe is located, it works correctly on the machine without MSudio installed.

    I removed the NationalInstruments.NetworkVariable.dll of my project to simply this process.

    then copy all the dll files based on measure XCOPY deployment files Studio .NET

    You don't have to copy/paste the following files (not 3d)

    msvcp80.dll 8
    MSVCR80.dll 8
    Msvcrt.dll 8

  • has received the error ORA-44416: invalid ACL, while trying to enable network services

    Hi guys I got the ERROR ORA-44416 after the activation of services network in 11 GR 2 to send emails, so I ran this command found just as shown below in the Oracle document library

    SELECT THE ACL, PRINCIPAL

    OF NACL, XDS_ACE ACE DBA_NETWORK_ACLS

    WHERE HOST = ' *' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL AND

    NACL. ACLID = ACE. ACLID AND

    ARE NOT (SELECT NULL FROM ALL_USERS WHERE USERNAME = MAIN);

    That returned a result of

    no selected line

    What could this mean

    The installation is done on a localhost and the APEX version is 4.2.2 browser is mozilla fire fox

    ORA-44416 means that the ACL that you tried to create to refer to a valid principle - that is, the user does not exist.

    The SQL code that you included above seems to be looking for associated ACL principles which are more database users. I don't see a direct link between this request and the ORA-44416.

    What was your original script of ACL?

    Also, because it is a question of database rather APEX you might get a better answer on the forums of the database.

  • GIVEN expected has received the error NUMBER

    Hello


    I get the error ORA-00932 when you try to run the following query.

    Select * from oe_order_lines_all ool
    where ool.header_id = 1823117
    AND ool.schedule_ship_date BETWEEN TRUNC(:cp_ship_date) AND TRUNC(:cp_ship_date+1);

    I'm giving the value of the parameter binding as March 16, 10 and get the error. I gave too string format
    (March 16, 10 '), but the same error.

    Please help how should be the date value.

    Kind regards
    Mani

    Try this

    AND ool.schedule_ship_date BETWEEN TRUNC( to_date(:cp_ship_date,'DD-MON-RR')) AND TRUNC(to_date(:cp_ship_date,'DD-MON-RR')+1);
    

    Bangoura
    [My Oracle Blog | http://baigsorcl.blogspot.com/]

  • HELP-immediate execution in PL/SQL has received the error ORA-00904: invalid identifier

    What is the problem with the following codes from PL/SQL (actually it comes to Oracle Metalink Note: 313175.1):
    ===========
    declare
    cursor c1 is select * from $ semantic;
    v_statement VARCHAR2 (255);
    v_nc number (10);
    v_nt number (10);
    Start
    immediate execution
    "select count (*) from $ semantics" in v_nc;
    immediate execution
    ' select count (distinct s_table_name) of semantics$ "in v_nt;
    dbms_output.put_line
    ('Edit' | v_nc |) 'columns ' | v_nt | "tables");
    to r1 c1 loop
    v_statement: = 'ALTER TABLE ' | R1.s_owner | '.' || R1.s_table_name;
    v_statement: = v_statement | «change (' |)» R1.s_column_name | ' ';
    v_statement: = v_statement | R1.s_data_type | ' (' | r1.s_char_length;)
    v_statement: = v_statement | ' CHAR))';
    immediately run v_statement;
    end loop;
    dbms_output.put_line ('Done');
    end;
    /
    =====
    Executed once the codes as sysdba against 10gr 2 database, I got this error:
    From build to select columns to change
    Editing columns 4428 35249
    declare
    *
    ERROR on line 1:
    ORA-00904: invalid identifier
    ORA-06512: at line 22

    I see nothing wrong with the line of "immediate execution". I appreciate your help!

    Thank you.

    Hello
    Try to print the offending instruction using exception, I used small test cases by changing the pl/sql block, you may need to change to respond to all other types of data in this table.

    CREATE TABLE semantics$
    AS
       SELECT USER AS owner,
              table_name,
              data_type AS s_data_type,
              column_name,
              data_length AS s_char_length
       FROM cols
       WHERE table_name = 'MY_OBJECTS';
    
    DECLARE
       CURSOR c1
       IS
          SELECT *
          FROM semantics$;
    
       v_statement   VARCHAR2 (255);
       v_nc          NUMBER (10);
       v_nt          NUMBER (10);
    BEGIN
       EXECUTE IMMEDIATE 'select count(*) from semantics$' INTO v_nc;
    
       EXECUTE IMMEDIATE 'select count(distinct table_name) from semantics$'
          INTO v_nt;
    
       DBMS_OUTPUT.put_line(   'ALTERing '
                            || v_nc
                            || ' columns in '
                            || v_nt
                            || ' tables');
    
       FOR r1 IN c1
       LOOP
          v_statement   := 'ALTER TABLE ' || r1.owner || '.' || r1.table_name;
          v_statement   := v_statement || ' modify (' || r1.column_name || ' ';
          v_statement   :=
             v_statement || r1.s_data_type || '(' || r1.s_char_length;
    
          IF (r1.s_data_type = 'NUMBER')
          THEN
             v_statement   := v_statement || '))';
          ELSE
             v_statement   := v_statement || ' CHAR))';
          END IF;
    
          DBMS_OUTPUT.put_line (v_statement);
    
          -- EXECUTE IMMEDIATE v_statement;
       END LOOP;
    
       DBMS_OUTPUT.put_line ('Done');
    EXCEPTION
       WHEN OTHERS
       THEN
          DBMS_OUTPUT.put_line ('Statement = ' || v_statement);
          DBMS_OUTPUT.put_line (SUBSTR (SQLERRM, 1, 200));
          RAISE;
    END;
    

    _ Output

    ALTERing 13 columns in 1 tables
    ALTER TABLE MY_OBJECTS modify (OWNER VARCHAR2(30 CHAR))
    ALTER TABLE MY_OBJECTS modify (OBJECT_NAME VARCHAR2(30 CHAR))
    ALTER TABLE MY_OBJECTS modify (SUBOBJECT_NAME VARCHAR2(30 CHAR))
    ALTER TABLE MY_OBJECTS modify (OBJECT_ID NUMBER(22))
    ALTER TABLE MY_OBJECTS modify (DATA_OBJECT_ID NUMBER(22))
    ALTER TABLE MY_OBJECTS modify (OBJECT_TYPE VARCHAR2(19 CHAR))
    ALTER TABLE MY_OBJECTS modify (CREATED DATE(7 CHAR))
    ALTER TABLE MY_OBJECTS modify (LAST_DDL_TIME DATE(7 CHAR))
    ALTER TABLE MY_OBJECTS modify (TIMESTAMP VARCHAR2(19 CHAR))
    ALTER TABLE MY_OBJECTS modify (STATUS VARCHAR2(7 CHAR))
    ALTER TABLE MY_OBJECTS modify (TEMPORARY VARCHAR2(1 CHAR))
    ALTER TABLE MY_OBJECTS modify (GENERATED VARCHAR2(1 CHAR))
    ALTER TABLE MY_OBJECTS modify (SECONDARY VARCHAR2(1 CHAR))
    Done
    

    Concerning

    Published by: OrionNet on January 5, 2009 23:53

    Published by: OrionNet on January 5, 2009 23:55

  • Get the error invalid identifier in the left outer join

    I wrote a query and get the invalid identifier error during execution:
    the exact error is: ORA-00904: "D". "" ACCT_NO ": invalid identifier
    This query is not able to access the parent table alias in the subquery of the left outer join.

    This is the query:
    SELECT D.PROD_DESC_TX, BASE. ASSET_NUM, BASE. PROD_ID, BASE.NAME
    OF TABLE1 D
    LEFT OUTER JOIN
    (
    SELECT ASSET_NUM, PROD_ID, B.SID
    FROM TABLE2 E
    JOIN IN-HOUSE TABLE3 HAS IT E.PROD_ID = A.ROW_ID
    JOIN INTERNAL TABLE 4 C ON A.PAR_PROD_INT_ID = C.ROW_ID
    INTERNAL TABLE5 JOIN B ON C.ROW_ID = B.PAR_ROW_ID
    AND B.TYPE = 'VALUE '.
    AND B.NAME = 'VALUE '.
    WHERE E.ASSET_NUM = ((CASE WHEN LTRIM (RTRIM (D.BANK_NO)) = '021 ' THEN '021' ELSE ' 020' END) |) LTRIM (RTRIM (D.APPL_CD)). LTRIM (RTRIM (D.ACCT_NO)))
    ) BASE ON ((CASE WHEN LTRIM (RTRIM (D.BANK_NO)) = '021 ' THEN '021' ELSE ' 020' END) |) LTRIM (RTRIM (D.APPL_CD)). LTRIM (RTRIM (D.ACCT_NO))) = BASE. ASSET_NUM
    WHERE D.BANK_NO = 'VALUE '.
    AND D.APPL_CD = 'VALUE '.
    AND D.ACCT_NO = 'VALUE '.

    Edited by: user648525 13 Sep, 2011 01:21

    I can easily look at your request at this time (using my iPhone on a train).

    But trying out this line in the WHERE (the one with the invalid reference) clause in the main query.

    Who is... in the view of inline, use only the logic of the join (the clauses).

    Overflow the filtering logic (WHERE clause) to the main request. You may need to select some additional inline view columns to make these references work.

  • installation of photoshop has received the error

    I need help, I can not install my DVD adobe photoshop CS 7 on windows 10, can someone help me?

    Hi Dannyx85310522,

    Please confirm the exact version of Photoshop you're trying to install? Was it "Photoshop 7" or "Photoshop CS"?

    We would also like to know the exact error message you get for what we can try to help you with it.

    I would also like to inform you that these two applications has really old and has not been tested on all the latest OS, you may encounter some unexpected behaviors.

    We recommend you try our latest creative Cloud applications, here is the link where you can download and install applications Download Adobe Creative Cloud apps | Adobe Creative Cloud free trial.

    Please share the results.

    Thank you.

  • has received the error code 19

    • CD-ROM/DVD-rom will play not recent infection by the virus disc has been cleaned and repaired. erorr says that confiquration registery information was incomplete

    Hello

    Just to clarify, the complete error is "Windows cannot start this hardware device because its information of configuration (in the registry) is incomplete or damaged. Code 19 ". There is a KB for this and this should provide the steps to solve your problem: http://support.microsoft.com/kb/314060

    Hope this helps and thank you.

    Steve <> Microsoft Partner

  • has received the error install photoshop exit cc code: 6

    Exit code: 6 please see specific errors below for troubleshooting. For example, ERROR: - summary - 0 fatal Error (s), 2 error (s) - payload: package redistributable Microsoft Visual C++ 2012 (x 64) 11.0.61030.0 {3E272A93-C06B-4206-AD02-0EBE02535E20}---ERREUR: third payload Installer vcredist_x64.exe failed with exit code: ERROR-2147024546: cannot install the Microsoft Visual C++ 2012 Redistributable Package (x 64). Please try to install by double-clicking the executable file to "C:\Users\edwin\AppData\Local\Temp\{C431AE8D-140C-42F7-A5C5-B063F1B6DF8B}\Photoshop_16_LS 20_win64\Adobe CC 2015\payloads\Microsoft VC 2012 Redist (x 64) \vcredist_x64.exe", or download and install the 2012 Microsoft Visual C++ Redistributable Package last (x 64) Microsoft Web site - www.microsoft.com---

    Exit code: 6, Exit Code: 7 Installation error - http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html

    The problems with the Setup logs. CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html for more information on how to review your Setup logs

  • has received the error 105

    How can I get rid of afficherapres 105

    Hi Alex,

    When you get this error? What OS are you using and software are you trying to download?

    This ususally of error appears when the product that you are trying to download is already download.

    Please visit: http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assistant.html

  • my cd player no longer works has received the error code19

    Windows cannot start this hardware device because its information of configuration (in the registry) is incomplete or damaged. (Code 19)

    Click on 'Search for solutions' to send data about this device to Microsoft and to see if there is a solution available.

    go to Device Manager

    look for CD-ROMs

    Right-click on the driver and then uninstall it

    then reinstall and restart the computer.

  • reformatted my mac pro. copied from iPhoto from the external backup drive. received the error message saying lack of theme fonts. removed the app to be able to reinstall. but my app store it shows as installed. How I install it again.

    reformatted my mac pro. copied from iPhoto from the external backup drive. received the error message saying lack of theme fonts. removed the app to be able to reinstall. but my app store it shows as installed. How I install it again. the deleted copy is missing in the trash folder too.

    Unplug your backup disk, restart, and try again.

  • I can't install Service Pak 2 for Windows Vista. I received the error code 0 x 80070490, which has a link on the home page, but it is not working properly and it took me nowhere. Help!?

    Install Windows Vista Service Pak 2 upgrade

    I received the error code 0 x 80070490, which has a link on the home page, but it is not working properly and it took me nowhere.

    http://support.Microsoft.com/kb/958044

    You receive an error code "0 x 80070490" when you use Microsoft Update or Windows Update Web sites to install updates

    https://support.Microsoft.com/OAS/default.aspx?PRID=13014&Gprid=582034&St=1

    Free unlimited installation and compatibility support is available for Windows Vista, but only for Service Pack 2 (SP2). This support for SP2 is valid until February 26, 2010.

    It comes with Vista, upgrade install and activate Forum.

    You will get the best help for any problem of Update/Service Pack update Vista Forum; the link below:

    http://social.answers.Microsoft.com/forums/en-us/vistawu/threads

    When you repost here, kindly include the Error Codes, and exactly what is happening when you try to update.

    In this way, you will receive the best help.

    See you soon.

    Mick Murphy - Microsoft partner

  • Computer laptop not start, receive the error message "this application has requested the execution to terminate in an unusual way. "IE on microsoft visual c ++ runtime library.

    According to the positions.

    * original title - my laptop does not start, i, m doing a pop up window that says this application has requested the execution to terminate in an unusual way. IE on microsoft visual c ++ runtime library *.

    Hi ElaineMckee,

    Follow the steps below:

    Step 1:

    Start in safe mode and perform the System Restore to a restore point before the show.

    See also: System Restore: frequently asked questions


    What to do if Windows does not start correctly


    Step 2:

    What is a runtime error?

    What should you do about Internet Explorer script errors?

    Correct errors in Internet Explorer

    Step 3:

    Start your computer in a clean boot state and see if you continue to receive the error.

    For instructions, see How to troubleshoot a problem by performing a boot in Windows Vista or in Windows 7 .

    Note: After a repair, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

Maybe you are looking for