ETL load for Project Analytics has many Errors

Shyam
I created new thread for the ETL load error we are having. Our ETL loaded with the followign status
Total Number of Tasks 302
Number of Succesful Tasks 82
Number of Failed Tasks 214
I went to the failed tasks at the bottom and looked at the log files and the target tables. For many of them there dont seem to be any problem.
For example the task SDE_ORA_Project had the status as Failed. When I clicked Details for the line , it said
Truncate table W_PROJECT_DS - Completed
SDE_ORA_Project - Completed
Analyze W_PROJECT_DS - Failed
And I opened the log file ORA_R12.DATAWAREHOUSE.SDE_ORAR12_Adaptor.SDE_ORA_Project.log under folder SessLog. I just took few lines to show you the status
Read [178] rows, read [0] error rows for source table [mplt_SA_ORA_Project.LKP_PROJ_CUST{{DSQ}}]
Read [326] rows, read [0] error rows for source table [HR_ALL_ORGANIZATION_UNITS]
Read [3] rows, read [0] error rows for source table [mplt_SA_ORA_Project.LKP_PROJECT_TYPE_CLASS_CODE{{DSQ}}]
Read [2] rows, read [0] error rows for source table [mplt_SA_ORA_Project.LKP_PROJECT_FUNDING_LEVEL_CODE{{DSQ}}]
Read [3] rows, read [0] error rows for source table [mplt_SA_ORA_Project.LKP_PROJECT_SECURITY_LEVEL{{DSQ}}]
The session completed with [0] row transformation errors.
Then i went to the target table W_PROJECT_DS and it had 326 records. THis is the same for many of the failed ones. Remember , our first load failed due to accidental shutdown of the server. This is the second run after I did "Reset Data Sources"
So the otehr problem is our dashboad still shows sample data ( 1.Overview,2.Rankers&Toppers,3.History&Benching,4.Tiering&Distribution). Some of the Project Ananlytics loaded. So i dont know why it did not change. We are using Administrator user. SHould we use a different user.
Thanks

Some detail I found in the log file. Many of the log files had warnign meessage
1. ORA_R12.DATAWAREHOUSE.SILOS.SIL_GlobalCurrencyGeneral_Update
TRANSF_1_2_1> CMN_1079 WARNING: Lookup table contains no data.
TRANSF_1_2_1> DBG_21524 Transform : Lkp_W_GLOBAL_CURR_G
TRANSF_1_2_1> DBG_21313 Lookup table : W_GLOBAL_CURR_G
TRANSF_1_2_1> DBG_21562 WARNING : Output rows from Lkp_W_GLOBAL_CURR_G will be the default port value
2. ORA_R12.DATAWAREHOUSE.SDE_ORAR12_Adaptor.SDE_ORA_CodeDimension_Gl_Account
TRANSF_1_1_1> CMN_1079 WARNING: Lookup table contains no data.
TRANSF_1_1_1> DBG_21524 Transform : LKP_W_MASTER_CODE_D_MASTER_CODE
TRANSF_1_1_1> DBG_21313 Lookup table : W_MASTER_CODE_D
TRANSF_1_1_1> DBG_21562 WARNING : Output rows from LKP_W_MASTER_CODE_D_MASTER_CODE will be the default port value
3.ORA_R12.DATAWAREHOUSE.SDE_ORAR12_Adaptor.SDE_ORA_ExchangeRateGeneral_Compress_Full
MAPPING> TE_7004 Transformation Parse Warning [FROM_CURRENCY||'~'||TO_CURRENCY||'~'||CONVERSION_TYPE||'~'||EFF_FROM_DATE]; transformation continues...
MAPPING> CMN_1761 Timestamp Event: [Wed Aug 19 17:11:59 2009]
MAPPING> TE_7004 Transformation Parse Warning [<<PM Parse Warning>> [EFF_FROM_DATE]: operand converted to a string
... FROM_CURRENCY||'~'||TO_CURRENCY||'~'||CONVERSION_TYPE||'~'||>>>>EFF_FROM_DATE<<<<]; transformation continues...
MAPPING> TM_6007 DTM initialized successfully for session [SDE_ORA_ExchangeRateGeneral_Compress_Full]
Does this point to the issue.
Thanks

Similar Messages

  • Sys.utl_file has many errors. How to re-create

    hi all,
    I tried using the utility utl_file in my procedures and it showed out
    sys.utl_file has many errors
    and when i went through like
    $ sqlplus /nolog
    SQL*Plus: Release 9.2.0.8.0 - Production on Tue Mar 4 12:50:08 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    SQL> connect / as sysdba;
    Connected.
    SQL> select name from v$database;
    NAME
    TEST
    SQL> alter package sys.utl_file compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show errors;
    Errors for PACKAGE BODY SYS.UTL_FILE:
    LINE/COL ERROR
    100/12 PLS-00323: subprogram or cursor 'FOPEN_NCHAR' is declared in a
    package specification and must be defined in the package body
    160/13 PLS-00323: subprogram or cursor 'GET_LINE' is declared in a
    package specification and must be defined in the package body
    181/13 PLS-00323: subprogram or cursor 'GET_LINE_NCHAR' is declared in a
    package specification and must be defined in the package body
    213/13 PLS-00323: subprogram or cursor 'PUT_NCHAR' is declared in a
    package specification and must be defined in the package body
    LINE/COL ERROR
    245/13 PLS-00323: subprogram or cursor 'PUT_LINE' is declared in a
    package specification and must be defined in the package body
    261/13 PLS-00323: subprogram or cursor 'PUT_LINE_NCHAR' is declared in a
    package specification and must be defined in the package body
    311/13 PLS-00323: subprogram or cursor 'PUTF_NCHAR' is declared in a
    package specification and must be defined in the package body
    336/7 PLS-00307: too many declarations of 'PUT_LINE' match this call
    LINE/COL ERROR
    336/7 PL/SQL: Statement ignored
    344/13 PLS-00323: subprogram or cursor 'PUT_RAW' is declared in a
    package specification and must be defined in the package body
    363/13 PLS-00323: subprogram or cursor 'GET_RAW' is declared in a
    package specification and must be defined in the package body
    386/13 PLS-00323: subprogram or cursor 'FSEEK' is declared in a package
    specification and must be defined in the package body
    403/13 PLS-00323: subprogram or cursor 'FREMOVE' is declared in a
    LINE/COL ERROR
    package specification and must be defined in the package body
    423/13 PLS-00323: subprogram or cursor 'FCOPY' is declared in a package
    specification and must be defined in the package body
    447/13 PLS-00323: subprogram or cursor 'FGETATTR' is declared in a
    package specification and must be defined in the package body
    463/12 PLS-00323: subprogram or cursor 'FGETPOS' is declared in a
    package specification and must be defined in the package body
    LINE/COL ERROR
    481/13 PLS-00323: subprogram or cursor 'FRENAME' is declared in a
    package specification and must be defined in the package body
    SQL>
    can anyone help me out of this issue

    What had happened to your database?
    You could try to run $ORACLE_HOME/rdbms/admin/utlfile.sql
    to recreate the package.

  • Error running Execution plan for 'Project Analytics in PeopleSoft 9.0 '

    Hi ,
    I am running execution plan for Projects Peoplesoft 9.0 (BI Apps version 7.9.6)
    The issue is the file type data source went thru the database (data warehouse)
    the tasks that were completed SUCCESS were from the File source only from (SrcFiles).
    error as below.
    ANOMALY INFO::: Error while executing : INFORMATICA TASK:SDE_PSFT_90_Adaptor:SDE_PSFT_ExchangeRateDimension_Full:(Source : FULL Target : FULL)
    MESSAGE:::
    Irrecoverable Error
    Error while contacting Informatica server for getting workflow status for SDE_PSFT_ExchangeRateDimension_Full
    Error Code = 36331:Unknown reason for error code 36331
    Pmcmd output :
    one more info,if this helps
    values defined in the Parameters of the execution plan.
    1     DATASOURCE     ,DBConnection_OLAP     is 'DataWarehouse'
    1 DATASOURCE     ,DBConnection_OLTP     is 'PSFT_9_0_FINSCM'
    1     DATASOURCE     ,FlatFileConnection     is 'PSFT_9_0_FlatFile'
    The 'Relational Connection' In Informatica Repository Manager is currently pointing to only 'PSFT_9_0_FINSCM'
    & 'DataWarehouse'
    Please let me know what is wrong?
    Regards,
    JK

    Hi ,
    I created the PSFT connection in 'Applicaiton connection' of Repository manager.
    Also the Informatica server's tnsnames.ora should have entry for the source( PSFT database) and that of the datawarehouse.
    thanks,
    JK

  • Latest version of Firefox is having problems loading sites, it tries to load to Google Analytics. No error messages, just a page that won't load. How do I stop this?

    Latest version of Firefox is having problems loading some sites, it tries to load and then gets taken over trying to load Google Analytics. No error messages, just a page that won't load. How do I get rid of this, it is a "pain in the neck"
    == URL of affected sites ==
    http://

    I just spent 3 days with this issue as well. I finally fixed it by reluctantly adding yet another add-on called ADBLOCK
    I was able to selectively block google-analytics. Now pages that weren't loading before are now loading.
    eg vimeo.com starbucks.com & other random sites.
    This was a tough one to fix because there is NO ERROR MESSAGE..page just shows it's loading...forever..& the bottom of my browser says 'waiting for google analytics'. I finally figured out google analytics is the culprit. Ironically, some help pages in trying to find a fix wouldn't load for me due to google analytics arghhh!
    Im on a macbookpro & Safari worked fine for these same sites. It was just Firefox. I nearly switched back to Safari because of this stupid issue.
    I'm wondering if this was caused by recent firefox 'updates'...

  • OBAW Schema / ETL Mappings for Project Accounting

    Hello - We have done our Oracle Financial Analytics deployment using OBAW / Oracle Apps 7.9.5 and wanted to see how i can get more information about the Project Accounting module.
    Anyone can share information about PA (Project Accounting)? It will help tremendeously if someone will share the spreadsheet "BI Apps 7.9.5 - ETL Data Lineage" specifically for Project Accounting module. Or, schema or ETL information.
    Regards,

    Project accounting was released in 7.9.6 and is not present in 7.9.5.x
    The Data lineage document for 7.9.6 is available in Metalink3

  • 1Z0-043 Oracle DB 10g: Admin II Self Study CD has many errors

    Many slides have errors in 1Z0-043 Oracle DB 10g: Admin II Self Study CD. I keep trying to report these to Oracle Education and I am getting the runaround. Does anybody know if in these cases you should answer it wrong like the Self Study CD tells you it should be, or when they grade the test do they really know the correct answer. The most blatant case of this is a slide in the Post Assessment of "ASM and Materialized Views", "Materialized Views", "Distributed Data Technologies". The slide in the Post Assessment has the description "Match the different distributed data technologies with their descriptions". Out of 4 pairs to match, all 4 are wrong compared to what it says in the course material just before it! Please HELP! This is just one example of many errors on this CD. Do you have to answer these questions wrong when you take the test?

    Hi,
    Please note that the Certification Team does not create the self-study CDs. I am sorry you are having difficulty with these CDs. I can assure you that you should NOT intentionally answer questions incorrectly on the test. The certification tests are not taken directly from training materials.
    Regards,
    Certification Forum Moderator

  • EN is not activated for smartform and has no errors

    Hi Everyone,
    I was looking at couple of threads on topic "smartform name" EN is not activated and has no errors, but I couldn't get a proper answer. So posting my query here.
    I had a created a smartform for dunning process for languages F (French) and N (Dutch). While creating, in language attributes, under translation I had chosen the radio button Into selected languages and specified the languages and at the window level also I had maintained the condition on the language key (eg: wa_tab-spras) and activated without any errors.
    After the configuration when we are checking it for a FR customer or NL customer, we are getting error saying "For smartform EN is not activated and has no errors".
    Please suggest me how can I fix this error. Hoping for a solution...
    Thanks & Regards,
    Kumudwini.

    Hi Sanjeev,
    Yes, it is generating the function module and I changed the general attributes into all languages.Will check and get back to you..
    Regards,
    Kumudwini.

  • Java takes too long to load if java.policy has many sites to grant acess to

    The problem is that we noticed that the time Java takes to load when it's invoked by any applet from the very first time on IE, is directly proportional to the size of the java.policy file.
    You can have many sites to grant access to inside your java.policy file. As you know, it's typically done like this:
    grant codeBase "http://<url>/<dir>/*" {
         permission java.security.AllPermission;
    The more entries I add to this file, the slower the performance gets (as of java loading time).
    We have more than 10 entries on our java.policy file, and we are getting a 40-seconds penalty time each time java is loading.
    Having gone further with this problem, we have discovered that time is being lost when Java is trying to resolve (netBios and DNS) ALL of the sites specified on the java.policy file, BEFORE running any applet of ANY site (when Java loads). We cannot understand why Java is trying to resolve those names, even though you are not trying to visit them....
    Is there a workaround for this issue ?
    We've tried to:
    a) Use IP's instead of names on the java.policy: this resolves the problem but it creates another one: IP maintenance. It's not applicable because IP's can change without notice.
    b) Use more patterns like "*", for example:
    grant codeBase "http://*mysit*/<dir>/*" {
    so that Java will not be able to "guess" the name, nor resolve it.
    But unfortunately, this didn't work :-(
    c) Include the java.policy file on each applet (inside the jar file), instead of an unique java.policy file on each Windows machine. This solution doesn't fit our requirements, because we cannot ask applications to manage their own permissions. We want to control them with an unique & protected & secured java.policy file.
    d) Sign applets: Same reason of c)
    Is there a workaround for this issue ?
    We need Java to load in few seconds, but mantain java.policy funcionality.
    Thank you.
    Marc.

    >
    Try putting the domain names in the Windows hosts files with their numeric addresses. That should bypass any DNS lookup. If you have central maintenance you can update all the hosts files when IP address change.
    We have considered this option, but then we have the same problem described on c). IP maintentance. IPs change often and we cannot control it.
    Malcolmmc, paul.miner, jschell,
    I think the problem is Netbios resolution, rather than DNS one. The sites that figure on java.policy file, are not available in terms of Netbios (they are not LAN clients), so they are only visibles on DNS resolution. But Java still tries to resolve them with Netbios first, so I think there's a timeout on this resolution (not the DNS one) . This timeout causes the problem.
    But, anyway .... Why is Java trying to resolve those names ??? In fact, Java will only have to match the site you are visiting with the site specified on java.policy (just a String comparison). Why does Java need to resolve (netbios & dns) the names on java.policy? I cannot figure out why.
    Thank you all.
    Marc

  • Flash blocked on a site, doesn't load (remains invisible) and has no error messages

    Hello,
    I like to listen to a radio station but whenever I open their site the embedded player on top is simply not visible at all. It should be right on top of the add but it is not loading: http://i.imgur.com/e14UPsy.png
    The site uses flash but I have flash (the latest) and do not have problems on other websites using it such as Youtube, Dailymotion or Vimeo. It is also listed in my add on page and the website to check runs correctly.
    However I can't do much on the website of the radio since nothing is visible concerning the player.
    The site itself is: http://seoul.fm/
    I tried IE which I only use to see if something is a browser problem or a site problem and the player loads correctly in that browser.
    I get no error messages, popups or anything when visiting it through Firefox.
    I also installed the latest Javaa to see if this was the problem, and verified it on the Javaa website that it is working.
    Flash is not blocked in the add on menu.
    I turned off all my add block extensions to see if it caused the problem. No result.
    On IE I have to enable Flash runtime to run it.
    I don't think it is a Javascript problem but Flash (I stated in a respond that perhaps it is java related but that is not true I think).

    I see the (Flash?) player in Google Chrome, but not in Firefox, so it is possible that the script that creates the player isn't compatible with Firefox or otherwise isn't working.
    There are errors in the Browser Console (Firefox/Tools > Web Developer).

  • Java takes too long to load if java.policy has many grants to http URLs

    I am facing a nasty issue with trying to secure the Java browser plugin using the java.policy file. Some jars cause the JVM to stall for a time that is directly proportional to the size of the java.policy file.
    The entries inside our java.policy look like this:
    *grant codeBase "http://some.site.local:port/-" { permission java.security.AllPermission; };*
    The more entries I add to this file, the slower the performance gets (as of java loading time). Using -Djava.security.debug=all I found that the timeout is 4.5 seconds for every grant in the java.policy. The log output just before the delay looks like this:
    policy: evaluate codesources:
    Policy CodeSource: (http://some.site.local:port/- <no signer certificates>)
    *Active CodeSource: (http://wassup/wassup.jar [*
    The http://wassup/wassup.jar is a signed test jar I installed on a local web server.
    This old thread suggests this is a DNS/Netbios lookup timeout. However, Wireshark does not show any such traffic. Our DNS server does reply quickly, both on failure and success. http://192.9.162.102/thread.jspa?threadID=5250986&messageID=10039588
    When I use the remote http://mindprod.com/applet/wassup.html there is no delay. The only difference I can see is that the remote JAR is always loaded via http, while the local jar is cached. Remote jar:
    *network: Cache entry not found [url: http://mindprod.com/applet/wassup.jar, version: null]*
    network: Connecting http://mindprod.com/applet/wassup.jar with proxy=HTTP @ proxy.company.local/10.10.1.2:8080
    network: Downloading resource: http://mindprod.com/applet/wassup.jar
    Content-Length: 19.804
    Content-Encoding: null
    Local jar:
    network: Connecting http://wassup/wassup.jar with proxy=DIRECT
    network: Connecting http://wassup:80/ with proxy=DIRECT
    network: ResponseCode for http://wassup/wassup.jar : 304
    network: Encoding for http://wassup/wassup.jar : null
    network: Disconnect connection to http://wassup/wassup.jar
    cache: Reading Signers from 1218 http://wassup/wassup.jar | C:\Program Files\Java\JrejCache\6.0\53\bd564b5-14aba644.idx
    cache:  Read manifest for http://wassup/wassup.jar: read=691 full=691
    I am using 1.6.0u22 at the moment. Is there anything I can do to fix this?

    >
    Try putting the domain names in the Windows hosts files with their numeric addresses. That should bypass any DNS lookup. If you have central maintenance you can update all the hosts files when IP address change.
    We have considered this option, but then we have the same problem described on c). IP maintentance. IPs change often and we cannot control it.
    Malcolmmc, paul.miner, jschell,
    I think the problem is Netbios resolution, rather than DNS one. The sites that figure on java.policy file, are not available in terms of Netbios (they are not LAN clients), so they are only visibles on DNS resolution. But Java still tries to resolve them with Netbios first, so I think there's a timeout on this resolution (not the DNS one) . This timeout causes the problem.
    But, anyway .... Why is Java trying to resolve those names ??? In fact, Java will only have to match the site you are visiting with the site specified on java.policy (just a String comparison). Why does Java need to resolve (netbios & dns) the names on java.policy? I cannot figure out why.
    Thank you all.
    Marc

  • ETL Load error

    Hi
    When i ran the ETL load for Project analytics , it errored out.
    In the DAC , these 3 items errored
    1. SIL_GlobalCurrencyGeneral_Update
    2. SDE_ORA_UserDimension
    3. SDE_ORA_EmployeeDimension
    below is the error from the log file. Any help will be appreciated
    9 SEVERE Thu Sep 24 17:54:48 PDT 2009
    START OF ETL
    10 SEVERE Thu Sep 24 17:57:14 PDT 2009 Unable to evaluate method getNamedSourceIdentifier for class com.siebel.analytics.etl.etltask.PauseTask
    11 SEVERE Thu Sep 24 17:57:15 PDT 2009 Unable to evaluate method getNamedSource for class com.siebel.analytics.etl.etltask.PauseTask
    12 SEVERE Thu Sep 24 17:57:20 PDT 2009 Unable to evaluate method getNamedSourceIdentifier for class com.siebel.analytics.etl.etltask.InformaticaTask
    13 SEVERE Thu Sep 24 17:57:20 PDT 2009 Unable to evaluate method getNamedSource for class com.siebel.analytics.etl.etltask.InformaticaTask
    14 SEVERE Thu Sep 24 17:58:27 PDT 2009 Unable to evaluate method getNamedSourceIdentifier for class com.siebel.analytics.etl.etltask.TaskPrecedingActionScriptTask
    15 SEVERE Thu Sep 24 17:58:27 PDT 2009 Unable to evaluate method getNamedSource for class com.siebel.analytics.etl.etltask.TaskPrecedingActionScriptTask
    16 SEVERE Thu Sep 24 17:58:39 PDT 2009 Starting ETL Process.
    17 SEVERE Thu Sep 24 17:59:14 PDT 2009 Informatica Status Poll Interval new value : 20000(milli-seconds)
    19 SEVERE Thu Sep 24 18:06:59 PDT 2009 /oracle/dac/OracleBI/bifoundation/dac/Informatica/parameters/input/ORACLE specified is not a currently existing directory
    20 SEVERE Thu Sep 24 18:06:59 PDT 2009 /oracle/dac/OracleBI/bifoundation/dac/Informatica/parameters/input/Oracle specified is not a currently existing directory
    21 SEVERE Thu Sep 24 18:06:59 PDT 2009 /oracle/dac/OracleBI/bifoundation/dac/Informatica/parameters/input/oracle specified is not a currently existing directory
    22 SEVERE Thu Sep 24 18:06:59 PDT 2009 /oracle/dac/OracleBI/bifoundation/dac/Informatica/parameters/input/ORACLE (THIN) specified is not a currently existing directory
    24 SEVERE Thu Sep 24 18:07:10 PDT 2009 /oracle/dac/OracleBI/bifoundation/dac/Informatica/parameters/input/FLAT FILE specified is not a currently existing directory
    25 SEVERE Thu Sep 24 18:08:23 PDT 2009 Request to start workflow : 'SILOS:SIL_CurrencyTypes' has completed with error code 0
    26 SEVERE Thu Sep 24 18:08:26 PDT 2009 Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_ProductMultipleCategories_Full' has completed with error code 0
    27 SEVERE Thu Sep 24 18:08:26 PDT 2009 Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_ExchangeRateGeneral_Full' has completed with error code 0
    28 SEVERE Thu Sep 24 18:08:26 PDT 2009 Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_Product_Categories_Derive' has completed with error code 0
    29 SEVERE Thu Sep 24 18:08:26 PDT 2009 Request to start workflow : 'SILOS:SIL_Parameters_Update' has completed with error code 0
    30 SEVERE Thu Sep 24 18:08:26 PDT 2009 Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_Stage_GLAccountDimension_FinSubCodes' has completed with error code 0
    31 SEVERE Thu Sep 24 18:08:27 PDT 2009 Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_EmployeeDimension_Addresses_Full' has completed with error code 0
    32 SEVERE Thu Sep 24 18:08:27 PDT 2009 Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_UserDimension_Full' has completed with error code 0
    33 SEVERE Thu Sep 24 18:08:27 PDT 2009 Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_GeoCountryDimension' has completed with error code 0
    34 SEVERE Thu Sep 24 18:08:27 PDT 2009 Request to start workflow : 'SILOS:SIL_GlobalCurrencyGeneral_Update' has completed with error code 0
    35 SEVERE Thu Sep 24 18:19:53 PDT 2009 Error while contacting Informatica server for getting workflow status for SDE_ORA_UserDimension_Full
    Error Code = 36331:Unknown reason for error code 36331
    Pmcmd output :
    =====================================
    STD OUTPUT
    =====================================
    Informatica(r) PMCMD, version [8.6.0 HotFix4], build [272.1017], LINUX 32-bit
    Copyright (c) Informatica Corporation 1994 - 2008
    All Rights Reserved.
    Invoked at Thu Sep 24 18:19:40 2009
    Connected to Integration Service: [Integ_r1211].
    Integration Service status: [Running]
    Integration Service startup time: [Thu Sep 24 11:50:39 2009]
    Integration Service current time: [Thu Sep 24 18:19:43 2009]
    Folder: [SDE_ORAR12_Adaptor]
    Workflow: [SDE_ORA_UserDimension_Full] version [1].
    Workflow run status: [Failed]
    Workflow run error code: [36331]
    Workflow run error message: [WARNING: Session task instance [SDE_ORA_UserDimension_Full] failed and its "fail parent if this task fails" setting is turned on. So, Workflow [SDE_ORA_UserDimension_Full] will be failed.]
    Workflow run id [1611].
    Start time: [Thu Sep 24 18:08:26 2009]
    End time: [Thu Sep 24 18:15:45 2009]
    Workflow log file: [oracle/Informatica/PowerCenter8.6.0/server/infa_shared/WorkflowLogs/SDE_ORA_UserDimension_Full.log]
    Workflow run type: [User request]
    Run workflow as user: [Administrator]
    Run workflow with Impersonated OSProfile in domain: []
    Integration Service: [Integ_r1211]
    Disconnecting from Integration Service
    Completed at Thu Sep 24 18:19:43 2009
    =====================================
    ERROR OUTPUT
    =====================================
    37 SEVERE Thu Sep 24 18:19:53 PDT 2009 pmcmd startworkflow -sv Integ_r1211 -d Domain_r1211 -u Administrator -p **** -f SDE_ORAR12_Adaptor -lpf /oracle/Informatica/PowerCenter8.6.0/server/infa_shared/SrcFiles/ORA_R12_Flatfile.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_Stage_GLAccountDimension_FinSubCodes.txt SDE_ORA_Stage_GLAccountDimension_FinSubCodes
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    36 SEVERE Thu Sep 24 18:19:53 PDT 2009 Error while contacting Informatica server for getting workflow status for SIL_GlobalCurrencyGeneral_Update
    Error Code = 36331:Unknown reason for error code 36331
    Pmcmd output :
    =====================================
    STD OUTPUT
    =====================================
    Informatica(r) PMCMD, version [8.6.0 HotFix4], build [272.1017], LINUX 32-bit
    Copyright (c) Informatica Corporation 1994 - 2008
    All Rights Reserved.
    Invoked at Thu Sep 24 18:19:12 2009
    Connected to Integration Service: [Integ_r1211].
    Integration Service status: [Running]
    Integration Service startup time: [Thu Sep 24 11:50:39 2009]
    Integration Service current time: [Thu Sep 24 18:19:21 2009]
    Folder: [SILOS]
    Workflow: [SIL_GlobalCurrencyGeneral_Update] version [1].
    Workflow run status: [Failed]
    Workflow run error code: [36331]
    Workflow run error message: [WARNING: Session task instance [SIL_GlobalCurrencyGeneral_Update] failed and its "fail parent if this task fails" setting is turned on. So, Workflow [SIL_GlobalCurrencyGeneral_Update] will be failed.]
    Workflow run id [1610].
    Start time: [Thu Sep 24 18:08:26 2009]
    End time: [Thu Sep 24 18:15:47 2009]
    Workflow log file: [oracle/Informatica/PowerCenter8.6.0/server/infa_shared/WorkflowLogs/SIL_GlobalCurrencyGeneral_Update.log]
    Workflow run type: [User request]
    Run workflow as user: [Administrator]
    Run workflow with Impersonated OSProfile in domain: []
    Integration Service: [Integ_r1211]
    Disconnecting from Integration Service
    Completed at Thu Sep 24 18:19:21 2009
    =====================================
    ERROR OUTPUT
    =====================================
    38 SEVERE Thu Sep 24 18:19:53 PDT 2009 Could not attach to workflow because of errorCode 36331 For workflow SDE_ORA_UserDimension_Full
    39 SEVERE Thu Sep 24 18:19:53 PDT 2009 Could not attach to workflow because of errorCode 36331 For workflow SIL_GlobalCurrencyGeneral_Update
    40 SEVERE Thu Sep 24 18:19:53 PDT 2009
    ANOMALY INFO::: Error while executing : INFORMATICA TASK:SDE_ORAR12_Adaptor:SDE_ORA_UserDimension_Full:(Source : FULL Target : FULL)
    MESSAGE:::
    Irrecoverable Error
    Error while contacting Informatica server for getting workflow status for SDE_ORA_UserDimension_Full
    Error Code = 36331:Unknown reason for error code 36331
    Pmcmd output :
    =====================================
    STD OUTPUT
    =====================================
    Informatica(r) PMCMD, version [8.6.0 HotFix4], build [272.1017], LINUX 32-bit
    Copyright (c) Informatica Corporation 1994 - 2008
    All Rights Reserved.
    Invoked at Thu Sep 24 18:19:40 2009
    Connected to Integration Service: [Integ_r1211].
    Integration Service status: [Running]
    Integration Service startup time: [Thu Sep 24 11:50:39 2009]
    Integration Service current time: [Thu Sep 24 18:19:43 2009]
    Folder: [SDE_ORAR12_Adaptor]
    Workflow: [SDE_ORA_UserDimension_Full] version [1].
    Workflow run status: [Failed]
    Workflow run error code: [36331]
    Workflow run error message: [WARNING: Session task instance [SDE_ORA_UserDimension_Full] failed and its "fail parent if this task fails" setting is turned on. So, Workflow [SDE_ORA_UserDimension_Full] will be failed.]
    Workflow run id [1611].
    Start time: [Thu Sep 24 18:08:26 2009]
    End time: [Thu Sep 24 18:15:45 2009]
    Workflow log file: [oracle/Informatica/PowerCenter8.6.0/server/infa_shared/WorkflowLogs/SDE_ORA_UserDimension_Full.log]
    Workflow run type: [User request]
    Run workflow as user: [Administrator]
    Run workflow with Impersonated OSProfile in domain: []
    Integration Service: [Integ_r1211]
    Disconnecting from Integration Service
    Completed at Thu Sep 24 18:19:43 2009
    =====================================
    ERROR OUTPUT
    =====================================
    Re-Queue to attempt to run again or attach to running workflow
    if Execution Plan is still running or re-submit Execution Plan to execute the workflow.
    EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.IrrecoverableException
    com.siebel.analytics.etl.etltask.InformaticaTask.doExecute(InformaticaTask.java:179)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:410)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:306)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:213)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.run(GenericTaskImpl.java:585)
    com.siebel.analytics.etl.taskmanager.XCallable.call(XCallable.java:63)
    java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    java.util.concurrent.FutureTask.run(FutureTask.java:138)
    java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    java.util.concurrent.FutureTask.run(FutureTask.java:138)
    java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
    java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    java.lang.Thread.run(Thread.java:619)
    41 SEVERE Thu Sep 24 18:20:01 PDT 2009
    ANOMALY INFO::: Error while executing : INFORMATICA TASK:SILOS:SIL_GlobalCurrencyGeneral_Update:(Source : FULL Target : FULL)
    MESSAGE:::
    Irrecoverable Error
    Error while contacting Informatica server for getting workflow status for SIL_GlobalCurrencyGeneral_Update
    Error Code = 36331:Unknown reason for error code 36331
    Pmcmd output :

    Shyam
    i have attached the info you had asked.
    When i reran , this time only SDE_ORA_ExchangeRateGeneral failed. Below is the output of 2 files
    1. SDE_ORA_ExchangeRateGeneral_Full
    =====================================
    STD OUTPUT
    =====================================
    Informatica(r) PMCMD, version [8.6.0 HotFix4], build [272.1017], LINUX 32-bit
    Copyright (c) Informatica Corporation 1994 - 2008
    All Rights Reserved.
    Invoked at Fri Sep 25 10:19:38 2009
    Connected to Integration Service: [Integ_r1211].
    Integration Service status: [Running]
    Integration Service startup time: [Thu Sep 24 11:50:39 2009]
    Integration Service current time: [Fri Sep 25 10:19:43 2009]
    Folder: [SDE_ORAR12_Adaptor]
    Workflow: [SDE_ORA_ExchangeRateGeneral_Full] version [1].
    Workflow run status: [Failed]
    Workflow run error code: [36331]
    Workflow run error message: [WARNING: Session task instance [SDE_ORA_ExchangeRateGeneral_Compress_Full] failed and its "fail parent if this task fails" setting is turned on. So, Workflow [SDE_ORA_ExchangeRateGeneral_Full] will be failed.]
    Workflow run id [1806].
    Start time: [Fri Sep 25 10:18:00 2009]
    End time: [Fri Sep 25 10:19:18 2009]
    Workflow log file: [oracle/Informatica/PowerCenter8.6.0/server/infa_shared/WorkflowLogs/SDE_ORA_ExchangeRateGeneral_Full.log]
    Workflow run type: [User request]
    Run workflow as user: [Administrator]
    Run workflow with Impersonated OSProfile in domain: []
    Integration Service: [Integ_r1211]
    Disconnecting from Integration Service
    Completed at Fri Sep 25 10:19:43 2009
    =====================================
    ERROR OUTPUT
    =====================================
    2. SDE_ORA_ExchangeRateGeneral_Full_SESSIONS
    =====================================
    STD OUTPUT
    =====================================
    Informatica(r) PMREP, version [8.6.0 HotFix4], build [272.1017], LINUX 32-bit
    Copyright (c) Informatica Corporation 1994 - 2008
    All Rights Reserved.
    This Software may be protected by U.S. Patent Numbers 6,208,990; 6,044,374; 6,014,670; 6,032,158; 5,794,246; 6,339,775; 6,850,947; 6,895,471; 7,254,590 and other U.S. Patents Pending.
    Invoked at Fri Sep 25 10:08:55 2009
    [[REP_57066] Request timed out.]
    [09/25/2009 10:12:05-[REP_55112] Unable to connect to the Repository Service [Rep_r1211] since the resilience time is up.]
    [Failed to connect to repository service [Rep_r1211].]
    An error occurred while accessing the repository[Failed to connect to repository service [Rep_r1211].]
    [09/25/2009 10:12:05-[REP_55102] Failed to connect to repository service [Rep_r1211].]
    Repository connection failed.
    Failed to execute listobjectdependencies.
    Completed at Fri Sep 25 10:12:05 2009
    =====================================
    ERROR OUTPUT
    =====================================

  • Project Analytics 7.9.6.1 - Error while running a full load

    Hi All,
    I am performing a full load for Projects Analytics and get the following error,
    =====================================
    ERROR OUTPUT
    =====================================
    1103 SEVERE Wed Nov 18 02:49:36 WST 2009 Could not attach to workflow because of errorCode 36331 For workflow SDE_ORA_CodeDimension_Gl_Account
    1104 SEVERE Wed Nov 18 02:49:36 WST 2009
    ANOMALY INFO::: Error while executing : INFORMATICA TASK:SDE_ORA11510_Adaptor:SDE_ORA_CodeDimension_Gl_Account:(Source : FULL Target : FULL)
    MESSAGE:::
    Irrecoverable Error
    Error while contacting Informatica server for getting workflow status for SDE_ORA_CodeDimension_Gl_Account
    Error Code = 36331:Unknown reason for error code 36331
    Pmcmd output :
    Session log initialises NULL value to mapping parameter MPLT_ADI_CODES.$$CATEGORY. This is then used insupsequent SQL and results in ORA-00936: missing expression error following are the initialization section and the load section containing the error in the log
    Initialisation
    DIRECTOR> VAR_27028 Use override value [DataWarehouse] for session parameter:[$DBConnection_OLAP].
    DIRECTOR> VAR_27028 Use override value [ORA_11_5_10] for session parameter:[$DBConnection_OLTP].
    DIRECTOR> VAR_27028 Use override value [ORA_11_5_10.DATAWAREHOUSE.SDE_ORA11510_Adaptor.SDE_ORA_CodeDimension_Gl_Account_Segments.log] for session parameter:[$PMSessionLogFile].
    DIRECTOR> VAR_27027 Use default value [] for mapping parameter:[MPLT_ADI_CODES.$$CATEGORY].
    DIRECTOR> VAR_27028 Use override value [4] for mapping parameter:[MPLT_SA_ORA_CODES.$$DATASOURCE_NUM_ID].
    DIRECTOR> VAR_27028 Use override value [DEFAULT] for mapping parameter:[MPLT_SA_ORA_CODES.$$TENANT_ID].
    DIRECTOR> TM_6014 Initializing session [SDE_ORA_CodeDimension_Gl_Account_Segments] at [Wed Nov 18 02:49:11 2009].
    DIRECTOR> TM_6683 Repository Name: [repo_service]
    DIRECTOR> TM_6684 Server Name: [int_service]
    DIRECTOR> TM_6686 Folder: [SDE_ORA11510_Adaptor]
    DIRECTOR> TM_6685 Workflow: [SDE_ORA_CodeDimension_Gl_Account_Segments] Run Instance Name: [] Run Id: [17]
    DIRECTOR> TM_6101 Mapping name: SDE_ORA_CodeDimension_GL_Account_Segments [version 1].
    DIRECTOR> TM_6963 Pre 85 Timestamp Compatibility is Enabled
    DIRECTOR> TM_6964 Date format for the Session is [MM/DD/YYYY HH24:MI:SS]
    DIRECTOR> TM_6827 [C:\Informatica\PowerCenter8.6.1\server\infa_shared\Storage] will be used as storage directory for session [SDE_ORA_CodeDimension_Gl_Account_Segments].
    DIRECTOR> CMN_1802 Session recovery cache initialization is complete.
    DIRECTOR> TM_6703 Session [SDE_ORA_CodeDimension_Gl_Account_Segments] is run by 32-bit Integration Service [node01_ASG596138], version [8.6.1], build [1218].
    MANAGER> PETL_24058 Running Partition Group [1].
    MANAGER> PETL_24000 Parallel Pipeline Engine initializing.
    MANAGER> PETL_24001 Parallel Pipeline Engine running.
    MANAGER> PETL_24003 Initializing session run.
    MAPPING> CMN_1569 Server Mode: [UNICODE]
    MAPPING> CMN_1570 Server Code page: [MS Windows Latin 1 (ANSI), superset of Latin1]
    MAPPING> TM_6151 The session sort order is [Binary].
    MAPPING> TM_6185 Warning. Code page validation is disabled in this session.
    MAPPING> TM_6156 Using low precision processing.
    MAPPING> TM_6180 Deadlock retry logic will not be implemented.
    MAPPING> TM_6307 DTM error log disabled.
    MAPPING> TE_7022 TShmWriter: Initialized
    MAPPING> DBG_21075 Connecting to database [orcl], user [DAC_REP]
    MAPPING> CMN_1716 Lookup [mplt_ADI_Codes.Lkp_Master_Map] uses database connection [Relational:DataWarehouse] in code page [MS Windows Latin 1 (ANSI), superset of Latin1]
    MAPPING> CMN_1716 Lookup [mplt_ADI_Codes.Lkp_Master_Code] uses database connection [Relational:DataWarehouse] in code page [MS Windows Latin 1 (ANSI), superset of Latin1]
    MAPPING> CMN_1716 Lookup [mplt_ADI_Codes.Lkp_W_CODE_D] uses database connection [Relational:DataWarehouse] in code page [MS Windows Latin 1 (ANSI), superset of Latin1]
    MAPPING> TM_6007 DTM initialized successfully for session [SDE_ORA_CodeDimension_Gl_Account_Segments]
    DIRECTOR> PETL_24033 All DTM Connection Info: [<NONE>].
    MANAGER> PETL_24004 Starting pre-session tasks. : (Wed Nov 18 02:49:14 2009)
    MANAGER> PETL_24027 Pre-session task completed successfully. : (Wed Nov 18 02:49:14 2009)
    DIRECTOR> PETL_24006 Starting data movement.
    MAPPING> TM_6660 Total Buffer Pool size is 32000000 bytes and Block size is 128000 bytes.
    READER_1_1_1> DBG_21438 Reader: Source is [asgdev], user [APPS]
    READER_1_1_1> BLKR_16051 Source database connection [ORA_11_5_10] code page: [MS Windows Latin 1 (ANSI), superset of Latin1]
    READER_1_1_1> BLKR_16003 Initialization completed successfully.
    WRITER_1_*_1> WRT_8147 Writer: Target is database [orcl], user [DAC_REP], bulk mode [OFF]
    WRITER_1_*_1> WRT_8221 Target database connection [DataWarehouse] code page: [MS Windows Latin 1 (ANSI), superset of Latin1]
    WRITER_1_*_1> WRT_8124 Target Table W_CODE_D :SQL INSERT statement:
    INSERT INTO W_CODE_D(DATASOURCE_NUM_ID,SOURCE_CODE,SOURCE_CODE_1,SOURCE_CODE_2,SOURCE_CODE_3,SOURCE_NAME_1,SOURCE_NAME_2,CATEGORY,LANGUAGE_CODE,MASTER_DATASOURCE_NUM_ID,MASTER_CODE,MASTER_VALUE,W_INSERT_DT,W_UPDATE_DT,TENANT_ID) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    WRITER_1_*_1> WRT_8124 Target Table W_CODE_D :SQL UPDATE statement:
    UPDATE W_CODE_D SET SOURCE_CODE_1 = ?, SOURCE_CODE_2 = ?, SOURCE_CODE_3 = ?, SOURCE_NAME_1 = ?, SOURCE_NAME_2 = ?, MASTER_DATASOURCE_NUM_ID = ?, MASTER_CODE = ?, MASTER_VALUE = ?, W_INSERT_DT = ?, W_UPDATE_DT = ?, TENANT_ID = ? WHERE DATASOURCE_NUM_ID = ? AND SOURCE_CODE = ? AND CATEGORY = ? AND LANGUAGE_CODE = ?
    WRITER_1_*_1> WRT_8124 Target Table W_CODE_D :SQL DELETE statement:
    DELETE FROM W_CODE_D WHERE DATASOURCE_NUM_ID = ? AND SOURCE_CODE = ? AND CATEGORY = ? AND LANGUAGE_CODE = ?
    WRITER_1_*_1> WRT_8270 Target connection group #1 consists of target(s) [W_CODE_D]
    WRITER_1_*_1> WRT_8003 Writer initialization complete.
    READER_1_1_1> BLKR_16007 Reader run started.
    WRITER_1_*_1> WRT_8005 Writer run started.
    WRITER_1_*_1> WRT_8158
    Load section
    *****START LOAD SESSION*****
    Load Start Time: Wed Nov 18 02:49:16 2009
    Target tables:
    W_CODE_D
    READER_1_1_1> RR_4029 SQ Instance [mplt_BC_ORA_Codes_GL_Account_Segments.Sq_Fnd_Flex_Values] User specified SQL Query [SELECT
    FND_FLEX_VALUES.FLEX_VALUE_SET_ID,
    FND_FLEX_VALUES.FLEX_VALUE,
    MAX(FND_FLEX_VALUES_TL.DESCRIPTION),
    FND_ID_FLEX_SEGMENTS.ID_FLEX_NUM,
    FND_ID_FLEX_SEGMENTS.APPLICATION_COLUMN_NAME
    FROM
    FND_FLEX_VALUES,
    FND_FLEX_VALUES_TL,
    FND_ID_FLEX_SEGMENTS,
    FND_SEGMENT_ATTRIBUTE_VALUES
    WHERE
    FND_FLEX_VALUES.FLEX_VALUE_ID = FND_FLEX_VALUES_TL.FLEX_VALUE_ID AND FND_FLEX_VALUES_TL.LANGUAGE ='US' AND
    FND_ID_FLEX_SEGMENTS.FLEX_VALUE_SET_ID =FND_FLEX_VALUES.FLEX_VALUE_SET_ID AND
    FND_ID_FLEX_SEGMENTS.APPLICATION_ID = 101 AND
    FND_ID_FLEX_SEGMENTS.ID_FLEX_CODE ='GL#' AND
    FND_ID_FLEX_SEGMENTS.ID_FLEX_NUM =FND_SEGMENT_ATTRIBUTE_VALUES.ID_FLEX_NUM AND
    FND_SEGMENT_ATTRIBUTE_VALUES.APPLICATION_ID =101 AND
    FND_SEGMENT_ATTRIBUTE_VALUES.ID_FLEX_CODE = 'GL#' AND
    FND_ID_FLEX_SEGMENTS.APPLICATION_COLUMN_NAME=FND_SEGMENT_ATTRIBUTE_VALUES.APPLICATION_COLUMN_NAME AND
    FND_SEGMENT_ATTRIBUTE_VALUES.ATTRIBUTE_VALUE ='Y'
    GROUP BY
    FND_FLEX_VALUES.FLEX_VALUE_SET_ID,
    FND_FLEX_VALUES.FLEX_VALUE,
    FND_ID_FLEX_SEGMENTS.ID_FLEX_NUM,
    FND_ID_FLEX_SEGMENTS.APPLICATION_COLUMN_NAME]
    READER_1_1_1> RR_4049 SQL Query issued to database : (Wed Nov 18 02:49:17 2009)
    READER_1_1_1> RR_4050 First row returned from database to reader : (Wed Nov 18 02:49:17 2009)
    LKPDP_3> DBG_21312 Lookup Transformation [mplt_ADI_Codes.Lkp_W_CODE_D]: Lookup override sql to create cache: SELECT W_CODE_D.SOURCE_NAME_1 AS SOURCE_NAME_1, W_CODE_D.SOURCE_NAME_2 AS SOURCE_NAME_2, W_CODE_D.MASTER_DATASOURCE_NUM_ID AS MASTER_DATASOURCE_NUM_ID, W_CODE_D.MASTER_CODE AS MASTER_CODE, W_CODE_D.MASTER_VALUE AS MASTER_VALUE, W_CODE_D.W_INSERT_DT AS W_INSERT_DT, W_CODE_D.TENANT_ID AS TENANT_ID, W_CODE_D.DATASOURCE_NUM_ID AS DATASOURCE_NUM_ID, W_CODE_D.SOURCE_CODE AS SOURCE_CODE, W_CODE_D.CATEGORY AS CATEGORY, W_CODE_D.LANGUAGE_CODE AS LANGUAGE_CODE FROM W_CODE_D
    WHERE
    W_CODE_D.CATEGORY IN () ORDER BY DATASOURCE_NUM_ID,SOURCE_CODE,CATEGORY,LANGUAGE_CODE,SOURCE_NAME_1,SOURCE_NAME_2,MASTER_DATASOURCE_NUM_ID,MASTER_CODE,MASTER_VALUE,W_INSERT_DT,TENANT_ID
    LKPDP_3> TE_7212 Increasing [Index Cache] size for transformation [mplt_ADI_Codes.Lkp_W_CODE_D] from [1000000] to [4734976].
    LKPDP_3> TE_7212 Increasing [Data Cache] size for transformation [mplt_ADI_Codes.Lkp_W_CODE_D] from [2000000] to [2007040].
    READER_1_1_1> BLKR_16019 Read [625] rows, read [0] error rows for source table [FND_ID_FLEX_SEGMENTS] instance name [mplt_BC_ORA_Codes_GL_Account_Segments.FND_ID_FLEX_SEGMENTS]
    READER_1_1_1> BLKR_16008 Reader run completed.
    LKPDP_3> TM_6660 Total Buffer Pool size is 609824 bytes and Block size is 65536 bytes.
    LKPDP_3:READER_1_1> DBG_21438 Reader: Source is [orcl], user [DAC_REP]
    LKPDP_3:READER_1_1> BLKR_16051 Source database connection [DataWarehouse] code page: [MS Windows Latin 1 (ANSI), superset of Latin1]
    LKPDP_3:READER_1_1> BLKR_16003 Initialization completed successfully.
    LKPDP_3:READER_1_1> BLKR_16007 Reader run started.
    LKPDP_3:READER_1_1> RR_4049 SQL Query issued to database : (Wed Nov 18 02:49:18 2009)
    LKPDP_3:READER_1_1> CMN_1761 Timestamp Event: [Wed Nov 18 02:49:18 2009]
    LKPDP_3:READER_1_1> RR_4035 SQL Error [
    ORA-00936: missing expression
    Could you please suggest what the issue might be and how it can be fixed?
    Many thanks,
    Kiran

    I have continued related detains in the following thread,
    Mapping Parameter  $$CATEGORY not included in the parameter file (7.9.6.1)
    Apologies for the inconvenience.
    Thanks,
    Kiran

  • Financial/Project Analytics Load - Some of the Tasks TRUNCATE Table Fails

    Oracle Business Applications 7.9.6.1 - Financial and Project Analytics
    DAC Load for Project Analytics fails with most of the tasks failing at Truncate Table Tasks.
    I am implementing OBIA Financial Analytics and Project Analytics, I am able to configure and run the Out of the Box Loads without any isssues for Financial Analytics. After making sure everything is fine with Fin Analytics i configured the Project Analytics and ran the Load only for the Project - ORA12.
    Financial analytics : Load went through fine without any issues.
    Project Analytics : Majority of the Tasks fail with 'TRUNCATE TABLE table_name' itself.
    No log of Informatica Session Files are Created
    No Log of Workflow logs but taskname.log.bin files are Created.
    I am assuming the loads are failing because it is unable to truncate the data loaded by Financial Analytics Load and due to Foreign Key constraints,
    I did the integration as per the document by unchecking in the Configuration Tags.
    Do i need to run the load together, As i am unable to figure out what is happening due to the absense of the log files i.e Session, Workflow.
    DAC logs are not providing much info.
    Any inputs are appreciated.
    Thanks

    hi
    you need to create a new execution plan that contains fin & project subject area. Do not forget to build the new plan,
    thx

  • Error While running the ETL Load in DAC (BI Financial Analytics)

    Hi All,
    I have Installed and Configured BI Applictions 7.9.5 and Informatic8.1.1. For the first time when we run the ETL Load in DAC it has failed.for us every Test Connection was sucess.and getting the error message as below.
    The log file which I pasted below is from the path
    /u01/app/oracle/product/Informatica/PowerCenter8.1.1/server/infa_shared
    /SessLogs
    SDE_ORAR12_Adaptor.SDE_ORA_GL_AP_LinkageInformation_Extract_Full.log
    DIRECTOR> VAR_27028 Use override value [DataWarehouse] for session parameter:[$DBConnection_OLAP].
    DIRECTOR> VAR_27028 Use override value [ORA_R12] for session parameter:[$DBConnection_OLTP].
    DIRECTOR> VAR_27028 Use override value [9] for mapping parameter:[$$DATASOURCE_NUM_ID].
    DIRECTOR> VAR_27028 Use override value ['Y'] for mapping parameter:[$$FILTER_BY_LEDGER_ID].
    DIRECTOR> VAR_27028 Use override value ['N'] for mapping parameter:[$$FILTER_BY_LEDGER_TYPE].
    DIRECTOR> VAR_27028 Use override value [04/02/2007] for mapping parameter:[$$INITIAL_EXTRACT_DATE].
    DIRECTOR> VAR_27028 Use override value [] for mapping parameter:[$$LAST_EXTRACT_DATE].
    DIRECTOR> VAR_27028 Use override value [1] for mapping parameter:[$$LEDGER_ID_LIST].
    DIRECTOR> VAR_27028 Use override value ['NONE'] for mapping parameter:[$$LEDGER_TYPE_LIST].
    DIRECTOR> TM_6014 Initializing session [SDE_ORA_GL_AP_LinkageInformation_Extract_Full] at [Thu Feb 12 12:49:33 2009]
    DIRECTOR> TM_6683 Repository Name: [DEV_Oracle_BI_DW_Rep]
    DIRECTOR> TM_6684 Server Name: [DEV_Oracle_BI_DW_Rep_Integration_Service]
    DIRECTOR> TM_6686 Folder: [SDE_ORAR12_Adaptor]
    DIRECTOR> TM_6685 Workflow: [SDE_ORA_GL_AP_LinkageInformation_Extract_Full]
    DIRECTOR> TM_6101 Mapping name: SDE_ORA_GL_AP_LinkageInformation_Extract [version 1]
    DIRECTOR> TM_6827 [u01/app/oracle/product/Informatica/PowerCenter8.1.1/server/infa_shared/Storage] will be used as storage directory for session [SDE_ORA_GL_AP_LinkageInformation_Extract_Full].
    DIRECTOR> CMN_1805 Recovery cache will be deleted when running in normal mode.
    DIRECTOR> CMN_1802 Session recovery cache initialization is complete.
    DIRECTOR> TM_6708 Using configuration property [SiebelUnicodeDB,apps@devr12 bawdev@devbi]
    DIRECTOR> TM_6703 Session [SDE_ORA_GL_AP_LinkageInformation_Extract_Full] is run by 64-bit Integration Service [node01_oratestbi], version [8.1.1 SP4], build [0817].
    MANAGER> PETL_24058 Running Partition Group [1].
    MANAGER> PETL_24000 Parallel Pipeline Engine initializing.
    MANAGER> PETL_24001 Parallel Pipeline Engine running.
    MANAGER> PETL_24003 Initializing session run.
    MAPPING> CMN_1569 Server Mode: [ASCII]
    MAPPING> CMN_1570 Server Code page: [ISO 8859-1 Western European]
    MAPPING> TM_6151 Session Sort Order: [Binary]
    MAPPING> TM_6156 Using LOW precision decimal arithmetic
    MAPPING> TM_6180 Deadlock retry logic will not be implemented.
    MAPPING> TM_6307 DTM Error Log Disabled.
    MAPPING> TE_7022 TShmWriter: Initialized
    MAPPING> TE_7004 Transformation Parse Warning; transformation continues...
    MAPPING> TE_7004 Transformation Parse Warning; transformation continues...
    MAPPING> TE_7004 Transformation Parse Warning; transformation continues...
    MAPPING> TE_7004 Transformation Parse Warning; transformation continues...
    MAPPING> TE_7004 Transformation Parse Warning; transformation continues...
    MAPPING> TE_7004 Transformation Parse Warning; transformation continues...
    MAPPING> TM_6007 DTM initialized successfully for session [SDE_ORA_GL_AP_LinkageInformation_Extract_Full]
    DIRECTOR> PETL_24033 All DTM Connection Info: [<NONE>].
    MANAGER> PETL_24004 Starting pre-session tasks. : (Thu Feb 12 12:49:34 2009)
    MANAGER> PETL_24027 Pre-session task completed successfully. : (Thu Feb 12 12:49:34 2009)
    DIRECTOR> PETL_24006 Starting data movement.
    MAPPING> TM_6660 Total Buffer Pool size is 12582912 bytes and Block size is 128000 bytes.
    READER_1_1_1> DBG_21438 Reader: Source is [devr12.tessco.com], user [apps]
    READER_1_1_1> BLKR_16003 Initialization completed successfully.
    WRITER_1_*_1> WRT_8146 Writer: Target is database [DEVBI], user [bawdev], bulk mode [ON]
    WRITER_1_*_1> WRT_8106 Warning! Bulk Mode session - recovery is not guaranteed.
    WRITER_1_*_1> WRT_8124 Target Table W_GL_LINKAGE_INFORMATION_GS :SQL INSERT statement:
    INSERT INTO W_GL_LINKAGE_INFORMATION_GS(SOURCE_DISTRIBUTION_ID,JOURNAL_LINE_INTEGRATION_ID,LEDGER_ID,LEDGER_TYPE,DISTRIBUTION_SOURCE,JE_BATCH_NAME,JE_HEADER_NAME,JE_LINE_NUM,POSTED_ON_DT,SLA_TRX_INTEGRATION_ID,DATASOURCE_NUM_ID) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    WRITER_1_*_1> WRT_8270 Target connection group #1 consists of target(s) [W_GL_LINKAGE_INFORMATION_GS]
    WRITER_1_*_1> WRT_8003 Writer initialization complete.
    READER_1_1_1> BLKR_16007 Reader run started.
    WRITER_1_*_1> WRT_8005 Writer run started.
    WRITER_1_*_1> WRT_8158
    *****START LOAD SESSION*****
    Load Start Time: Thu Feb 12 12:49:34 2009
    Target tables:
    W_GL_LINKAGE_INFORMATION_GS
    READER_1_1_1> RR_4029 SQ Instance [SQ_XLA_AE_LINES] User specified SQL Query [SELECT
    DLINK.SOURCE_DISTRIBUTION_ID_NUM_1 DISTRIBUTION_ID,
    DLINK.SOURCE_DISTRIBUTION_TYPE SOURCE_TABLE,
    DLINK.ACCOUNTING_LINE_CODE LINE_CODE,
          AELINE.ACCOUNTING_CLASS_CODE,
    GLIMPREF.JE_HEADER_ID JE_HEADER_ID,
    GLIMPREF.JE_LINE_NUM JE_LINE_NUM,
    AELINE.AE_HEADER_ID AE_HEADER_ID,
    AELINE.AE_LINE_NUM AE_LINE_NUM,
    T.LEDGER_ID LEDGER_ID,
    T.LEDGER_CATEGORY_CODE LEDGER_TYPE,
        JBATCH.NAME BATCH_NAME,
       JHEADER.NAME HEADER_NAME,
          PER.END_DATE
    FROM XLA_DISTRIBUTION_LINKS DLINK
       , GL_IMPORT_REFERENCES        GLIMPREF
       , XLA_AE_LINES                              AELINE
       , GL_JE_HEADERS                         JHEADER
       , GL_JE_BATCHES                         JBATCH
       , GL_LEDGERS                                 T
       , GL_PERIODS   PER
    WHERE DLINK.SOURCE_DISTRIBUTION_TYPE IN
             (  'AP_INV_DIST', 'AP_PMT_DIST'
              , 'AP_PREPAY')
    AND DLINK.APPLICATION_ID = 200
    AND AELINE.APPLICATION_ID = 200
    AND AELINE.GL_SL_LINK_TABLE = GLIMPREF.GL_SL_LINK_TABLE
    AND AELINE.GL_SL_LINK_ID         = GLIMPREF.GL_SL_LINK_ID
    AND AELINE.AE_HEADER_ID         = DLINK.AE_HEADER_ID        
    AND AELINE.AE_LINE_NUM           = DLINK.AE_LINE_NUM
    AND GLIMPREF.JE_HEADER_ID   = JHEADER.JE_HEADER_ID
    AND JHEADER.JE_BATCH_ID       = JBATCH.JE_BATCH_ID
    AND JHEADER.LEDGER_ID                   = T.LEDGER_ID
    AND JHEADER.STATUS                         = 'P'
    AND T.PERIOD_SET_NAME = PER.PERIOD_SET_NAME
    AND JHEADER.PERIOD_NAME = PER.PERIOD_NAME
    AND JHEADER.CREATION_DATE >=
              TO_DATE('04/02/2007 00:00:00'
                    , 'MM/DD/YYYY HH24:MI:SS' )
    AND DECODE('Y', 'Y', T.LEDGER_ID, 1) IN (1)
    AND DECODE('N', 'Y', T.LEDGER_CATEGORY_CODE, 'NONE') IN ('NONE')]
    READER_1_1_1> RR_4049 SQL Query issued to database : (Thu Feb 12 12:49:34 2009)
    READER_1_1_1> CMN_1761 Timestamp Event: [Thu Feb 12 12:49:34 2009]
    READER_1_1_1> RR_4035 SQL Error [
    ORA-01114: IO error writing block to file 513 (block # 328465)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 28: No space left on device
    Additional information: 4
    Additional information: 328465
    Additional information: -1
    ORA-01114: IO error writing block to file 513 (block # 328465)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 28: No space left on device
    Additional information: 4
    Additional information: 328465
    Additional information: -1
    Database driver error...
    Function Name : Execute
    SQL Stmt : SELECT
    DLINK.SOURCE_DISTRIBUTION_ID_NUM_1 DISTRIBUTION_ID,
    DLINK.SOURCE_DISTRIBUTION_TYPE SOURCE_TABLE,
    DLINK.ACCOUNTING_LINE_CODE LINE_CODE,
    AELINE.ACCOUNTING_CLASS_CODE,
    GLIMPREF.JE_HEADER_ID JE_HEADER_ID,
    GLIMPREF.JE_LINE_NUM JE_LINE_NUM,
    AELINE.AE_HEADER_ID AE_HEADER_ID,
    AELINE.AE_LINE_NUM AE_LINE_NUM,
    T.LEDGER_ID LEDGER_ID,
    T.LEDGER_CATEGORY_CODE LEDGER_TYPE,
    JBATCH.NAME BATCH_NAME,
    JHEADER.NAME HEADER_NAME,
    PER.END_DATE
    FROM XLA_DISTRIBUTION_LINKS DLINK
    , GL_IMPORT_REFERENCES GLIMPREF
    , XLA_AE_LINES AELINE
    , GL_JE_HEADERS JHEADER
    , GL_JE_BATCHES JBATCH
    , GL_LEDGERS T
    , GL_PERIODS PER
    WHERE DLINK.SOURCE_DISTRIBUTION_TYPE IN
    ( 'AP_INV_DIST', 'AP_PMT_DIST'
    , 'AP_PREPAY')
    AND DLINK.APPLICATION_ID = 200
    AND AELINE.APPLICATION_ID = 200
    AND AELINE.GL_SL_LINK_TABLE = GLIMPREF.GL_SL_LINK_TABLE
    AND AELINE.GL_SL_LINK_ID = GLIMPREF.GL_SL_LINK_ID
    AND AELINE.AE_HEADER_ID = DLINK.AE_HEADER_ID
    AND AELINE.AE_LINE_NUM = DLINK.AE_LINE_NUM
    AND GLIMPREF.JE_HEADER_ID = JHEADER.JE_HEADER_ID
    AND JHEADER.JE_BATCH_ID = JBATCH.JE_BATCH_ID
    AND JHEADER.LEDGER_ID = T.LEDGER_ID
    AND JHEADER.STATUS = 'P'
    AND T.PERIOD_SET_NAME = PER.PERIOD_SET_NAME
    AND JHEADER.PERIOD_NAME = PER.PERIOD_NAME
    AND JHEADER.CREATION_DATE >=
    TO_DATE('04/02/2007 00:00:00'
    , 'MM/DD/YYYY HH24:MI:SS' )
    AND DECODE('Y', 'Y', T.LEDGER_ID, 1) IN (1)
    AND DECODE('N', 'Y', T.LEDGER_CATEGORY_CODE, 'NONE') IN ('NONE')
    Oracle Fatal Error
    Database driver error...
    Function Name : Execute
    SQL Stmt : SELECT
    DLINK.SOURCE_DISTRIBUTION_ID_NUM_1 DISTRIBUTION_ID,
    DLINK.SOURCE_DISTRIBUTION_TYPE SOURCE_TABLE,
    DLINK.ACCOUNTING_LINE_CODE LINE_CODE,
    AELINE.ACCOUNTING_CLASS_CODE,
    GLIMPREF.JE_HEADER_ID JE_HEADER_ID,
    GLIMPREF.JE_LINE_NUM JE_LINE_NUM,
    AELINE.AE_HEADER_ID AE_HEADER_ID,
    AELINE.AE_LINE_NUM AE_LINE_NUM,
    T.LEDGER_ID LEDGER_ID,
    T.LEDGER_CATEGORY_CODE LEDGER_TYPE,
    JBATCH.NAME BATCH_NAME,
    JHEADER.NAME HEADER_NAME,
    PER.END_DATE
    FROM XLA_DISTRIBUTION_LINKS DLINK
    , GL_IMPORT_REFERENCES GLIMPREF
    , XLA_AE_LINES AELINE
    , GL_JE_HEADERS JHEADER
    , GL_JE_BATCHES JBATCH
    , GL_LEDGERS T
    , GL_PERIODS PER
    WHERE DLINK.SOURCE_DISTRIBUTION_TYPE IN
    ( 'AP_INV_DIST', 'AP_PMT_DIST'
    , 'AP_PREPAY')
    AND DLINK.APPLICATION_ID = 200
    AND AELINE.APPLICATION_ID = 200
    AND AELINE.GL_SL_LINK_TABLE = GLIMPREF.GL_SL_LINK_TABLE
    AND AELINE.GL_SL_LINK_ID = GLIMPREF.GL_SL_LINK_ID
    AND AELINE.AE_HEADER_ID = DLINK.AE_HEADER_ID
    AND AELINE.AE_LINE_NUM = DLINK.AE_LINE_NUM
    AND GLIMPREF.JE_HEADER_ID = JHEADER.JE_HEADER_ID
    AND JHEADER.JE_BATCH_ID = JBATCH.JE_BATCH_ID
    AND JHEADER.LEDGER_ID = T.LEDGER_ID
    AND JHEADER.STATUS = 'P'
    AND T.PERIOD_SET_NAME = PER.PERIOD_SET_NAME
    AND JHEADER.PERIOD_NAME = PER.PERIOD_NAME
    AND JHEADER.CREATION_DATE >=
    TO_DATE('04/02/2007 00:00:00'
    , 'MM/DD/YYYY HH24:MI:SS' )
    AND DECODE('Y', 'Y', T.LEDGER_ID, 1) IN (1)
    AND DECODE('N', 'Y', T.LEDGER_CATEGORY_CODE, 'NONE') IN ('NONE')
    Oracle Fatal Error].
    READER_1_1_1> CMN_1761 Timestamp Event: [Thu Feb 12 12:49:34 2009]
    READER_1_1_1> BLKR_16004 ERROR: Prepare failed.
    WRITER_1_*_1> WRT_8333 Rolling back all the targets due to fatal session error.
    WRITER_1_*_1> WRT_8325 Final rollback executed for the target [W_GL_LINKAGE_INFORMATION_GS] at end of load
    WRITER_1_*_1> WRT_8035 Load complete time: Thu Feb 12 12:49:34 2009
    LOAD SUMMARY
    ============
    WRT_8036 Target: W_GL_LINKAGE_INFORMATION_GS (Instance Name: [W_GL_LINKAGE_INFORMATION_GS])
    WRT_8044 No data loaded for this target
    WRITER_1__1> WRT_8043 ****END LOAD SESSION*****
    MANAGER> PETL_24031
    ***** RUN INFO FOR TGT LOAD ORDER GROUP [1], CONCURRENT SET [1] *****
    Thread [READER_1_1_1] created for [the read stage] of partition point [SQ_XLA_AE_LINES] has completed: Total Run Time = [0.673295] secs, Total Idle Time = [0.000000] secs, Busy Percentage = [100.000000].
    Thread [TRANSF_1_1_1] created for [the transformation stage] of partition point [SQ_XLA_AE_LINES] has completed. The total run time was insufficient for any meaningful statistics.
    Thread [WRITER_1_*_1] created for [the write stage] of partition point [W_GL_LINKAGE_INFORMATION_GS] has completed. The total run time was insufficient for any meaningful statistics.
    MANAGER> PETL_24005 Starting post-session tasks. : (Thu Feb 12 12:49:35 2009)
    MANAGER> PETL_24029 Post-session task completed successfully. : (Thu Feb 12 12:49:35 2009)
    MAPPING> TM_6018 Session [SDE_ORA_GL_AP_LinkageInformation_Extract_Full] run completed with [0] row transformation errors.
    MANAGER> PETL_24002 Parallel Pipeline Engine finished.
    DIRECTOR> PETL_24013 Session run completed with failure.
    DIRECTOR> TM_6022
    SESSION LOAD SUMMARY
    ================================================
    DIRECTOR> TM_6252 Source Load Summary.
    DIRECTOR> CMN_1740 Table: [SQ_XLA_AE_LINES] (Instance Name: [SQ_XLA_AE_LINES])
         Output Rows [0], Affected Rows [0], Applied Rows [0], Rejected Rows [0]
    DIRECTOR> TM_6253 Target Load Summary.
    DIRECTOR> CMN_1740 Table: [W_GL_LINKAGE_INFORMATION_GS] (Instance Name: [W_GL_LINKAGE_INFORMATION_GS])
         Output Rows [0], Affected Rows [0], Applied Rows [0], Rejected Rows [0]
    DIRECTOR> TM_6023
    ===================================================
    DIRECTOR> TM_6020 Session [SDE_ORA_GL_AP_LinkageInformation_Extract_Full] completed at [Thu Feb 12 12:49:36 2009]
    Thanks in Advance,
    Prashanth
    Edited by: user10719430 on Feb 11, 2009 7:33 AM
    Edited by: user10719430 on Feb 12, 2009 11:31 AM

    Need to increase temp tablespace.

  • Project Analytics

    Hi,
    I am configuring data for project analytics through BI apps and i have run all the task sucessfully except ora_jobdimensioneventfull . it contains all the fact table for the project analytics but unable to revoke the task
    error variable errror in the parameter file any help highly apperciate
    source database- ORA-R12 TARGET local oracle database
    thanks in advance

    I don't understand your question. Do you want me to raise a SR? If you don't have access to support contact your local Oracle rep.
    regards
    John
    http://obiee101.blogspot.com

Maybe you are looking for

  • How to fetch data into my custom script configured in qc02 transaction

    Hi All, I configured the custom SAP-Script in place of standard script name in QC02 tcode.In my requirement when I execute QC22 transaction the custom script will be triggered along with some data based on material number,batch number and plant.I nee

  • White color of RGB image changes when exporting to CMYK PDF

    I'm used to work as long as possible in RGB. Even my images placed in InDesign stay in RGB. I only convert to CMYK while exporting to PDF. This always worked fine. I now noticed that RGB images with a white background changed in the CMYK PDF. The whi

  • Pre-order is being axed...

    My friend just got a call from bestbuy that his pre-orders for white one is no longer guaranteed and they are not sure when he will get it. He is very upset because most of other places are now even taking pre-orders for black ones. Basically, he was

  • Report data for 0SAPBLNCE-01 saved!!

    hi while i run one report the message that is displayed is : Report data for 0SAPBLNCE-01 saved where can i see that data..guesss problem in exporting the data!! thx Gunjan

  • I want to change my Skype number.

    The Skype number I have is giving me tons of calls and voice mail for someone else and I want to get rid of it but can't. Please help.