HR Full Load error in Payroll loading from EBS

Hi,
We have configured HR anylatics and when runs the Full load from EBS 11.10 (Vision Demo Database) we are receiving an error which says can not allocate 128 from temp tablespace. We have found the 11i database temp has been grown hugely (more than 10GB) and hard disk space been allocated fully.
And we found this has been occurred by payroll package (selecting from a view).
Is there any optimization or any solution for this issue.
Thanks.
Nilaksha.

and remember to fix the bug in the database first:
UPDATE per_all_people_f
SET effective_start_date = '07-FEB-02'
WHERE person_id = 6272
AND effective_start_date = '04-JAN-91'
AND effective_end_date > '06-FEB-02';
because you will see 2 rows if you for:
SELECT *
FROM per_all_people_f
WHERE person_id = 6272
AND effective_start_date = '04-JAN-91';
And this isn't possible, becuase HR is date tracked and you can't start twice on 1 date!

Similar Messages

  • Do we need to re-create data load rules if we upgrade from EBS 11 to 12?

    If so, please explain the reason. Thanks.

    If you upgrade from EBS 11 to EBS 12 you would need to create a new source system registration in ERPi.
    Once the new source system is created, you would then need to initalize the source system in ERPi.
    From there you would need to associate it with an import format and locations in ERPI and your data load rules are then based on the location.

  • Help needed please -Master data loading- error with text loading.

    Hi,
    Iam S.Sushma. Iam getting error while loading master data from flat file- attributes and texts.
    I have loaded attribute data successfully. But when iam monitoring the text data then iam getting following error.
    ""SET THE LANGUAGE FIELD IN THE SOURCE SYSTEM-LONG TEXT.""
    ""RECORD1: SRPID_1:DATA RECORD 1(EN S):DUPLICATE DATA RECORD.
    "ERROR 4 IN UPDATE"
    I took 2flat files for attributes and texts.
    SRPID is key field.(sales representative id)
    attributes:- SRPID, NAME1, AGE1, ADD1,PHONE1.
    text:-  SRPID,LANG,SHTXT,MDTXT,LGTXT.
    Iam just a begginer so need your guidence. Thank you in advance.
    Message was edited by: sushma sandepogu
    Message was edited by: sushma sandepogu

    Hi Eugene,
    Thank you for your guidence. I have changed the order in flat file and got the results successfully. But when iam viewing the Master data text the S10 in coming in 2nd position  in maintain master data-list screen i mean :-
    SRPID LANG NAME AGE ADD PHONE SHTXT MDTXT LGTXT
    S1         EN  ABC   34  GDS 1234  AS    ASD   ASDDF
    S10
    S2
    S3
    S9.
    Iam not understading why. Hope yu can help me. I have assigned full points to you for your previous solution.
    Thank you in advance.
    S.Sushma.

  • Report Load Error

    After running 30-40 Crystal Reports we get a 'Report Load' error on the .Load() command. At this point we cannot run any of our 8 reports created with Crystal Reports. To resolve the issue we restart IIS and then the reports load and run without problem.
    Recently we upgraded our project from .NET 1.1x, VS2003, CR 9.X  to  .NET 2.0, VS2005, CR 10.2. This intranet web site runs under IIS 6 on WS 2003. Prior to the upgrade we did not see this behavior.
    To create the report we send Crystal Rerports a dataset and then output the report to a PDF. Any ideas on how we can resolve this issue?
    Here is sample code for producing our reports:
    <code>
                       Dim amortReportDocument As ReportDocument
                       Dim reportPath As String = Server.MapPath("./amort.rpt")
                        amortReportDocument = New ReportDocument
                        amortReportDocument.Load(reportPath)
                        amortReportDocument.SetDataSource(ds1)
                        Dim myExportOptions As CrystalDecisions.Shared.ExportOptions
                        Dim myDiskFileDestinationOptions As                                                                           CrystalDecisions.Shared.DiskFileDestinationOptions
                        Dim myExportFile As String = FilePath & FileStamp & ".pdf"
                        myDiskFileDestinationOptions = New CrystalDecisions.Shared.DiskFileDestinationOptions
                        myDiskFileDestinationOptions.DiskFileName = myExportFile
                        myExportOptions = amortReportDocument.ExportOptions                    myExportOptions.DestinationOptions = myDiskFileDestinationOptions
                        myExportOptions.ExportDestinationType = ExportDestinationType.DiskFile
                        myExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat
                        amortReportDocument.Export()
                        Response.ClearContent()
                        Response.ClearHeaders()
                        Response.ContentType = "application/pdf"
                        Response.WriteFile(myExportFile)
                        Response.Flush()
                        Response.Close()
                        Response.End()
                        amortReportDocument.Close()
                        amortReportDocument.Dispose()
    We added the following to the page unload event:
        Private Sub page_unload(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Unload
            GC.Collect()
        End Sub
    </code>

    Ok lets try this:
    Right click on the temp folder (where the .rpt filed are getting created at runtime) -> properties.
    go to Security tab.
    click on Add.
    enter (with out "") "IIS_WPG" in Object name window.
    Click on Locations.
    Select the machine name in the tree.
    Ok.
    Click on "Check names".
    OK.
    Give full control to it. (For testing purpose please ignore any warning signs).
    OK.
    Also please include the ReportDocumentObject.Close(), ReportDocumentObject.Dispose() and GC.Collect() in your page_upload event.
    Does it help?
    AG.

  • Error when Bulk load hierarchy data

    Hi,
    While loading P6 Reporting databases following message error appears atthe step in charge of Bulk load hierarchy data into ODS.
    <04.29.2011 14:03:59> load [INFO] (Message) - === Bulk load hierarchy data into ODS (ETL_LOADWBSHierarchy.ldr)
    <04.29.2011 14:04:26> load [INFO] (Message) - Load completed - logical record count 384102.
    <04.29.2011 14:04:26> load [ERROR] (Message) - SqlLoaderSQL LOADER ACTION FAILED. [control=D:\oracle\app\product\11.1.0\db_1\p6rdb\scripts\DATA_WBSHierarchy.csv.ldr] [file=D:\oracle\app\product\11.1.0\db_1\p6rdb\temp\WBSHierarchy\DATA_WBSHierarchy.csv]
    <04.29.2011 14:04:26> load [INFO] (Progress) - Step 3/9 Part 5/6 - FAILED (-1) (0 hours, 0 minutes, 28 seconds, 16 milliseconds)
    Checking corresponding log error file (see below) I see that effectively some records are rejected. Question is: How could I identify the source of the problem and fix it?
    QL*Loader: Release 11.1.0.6.0 - Production on Mon May 2 09:03:22 2011
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Control File:   DATA_WBSHierarchy.csv.ldr
    Character Set UTF16 specified for all input.
    Using character length semantics.
    Byteorder little endian specified.
    Data File:      D:\oracle\app\product\11.1.0\db_1\p6rdb\temp\WBSHierarchy\DATA_WBSHierarchy.csv
    Bad File:     DATA_WBSHierarchy.bad
    Discard File:  none specified
    +(Allow all discards)+
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array:     64 rows, maximum of 256000 bytes
    Continuation:    none specified
    Path used:      Conventional
    Table WBSHIERARCHY, loaded from every logical record.
    Insert option in effect for this table: APPEND
    TRAILING NULLCOLS option in effect
    Column Name                  Position   Len  Term Encl Datatype
    PARENTOBJECTID                      FIRST     *  WHT      CHARACTER
    PARENTPROJECTID                      NEXT     *  WHT      CHARACTER
    PARENTSEQUENCENUMBER                 NEXT     *  WHT      CHARACTER
    PARENTNAME                           NEXT     *  WHT      CHARACTER
    PARENTID                             NEXT     *  WHT      CHARACTER
    CHILDOBJECTID                        NEXT     *  WHT      CHARACTER
    CHILDPROJECTID                       NEXT     *  WHT      CHARACTER
    CHILDSEQUENCENUMBER                  NEXT     *  WHT      CHARACTER
    CHILDNAME                            NEXT     *  WHT      CHARACTER
    CHILDID                              NEXT     *  WHT      CHARACTER
    PARENTLEVELSBELOWROOT                NEXT     *  WHT      CHARACTER
    CHILDLEVELSBELOWROOT                 NEXT     *  WHT      CHARACTER
    LEVELSBETWEEN                        NEXT     *  WHT      CHARACTER
    CHILDHASCHILDREN                     NEXT     *  WHT      CHARACTER
    FULLPATHNAME                         NEXT  8000  WHT      CHARACTER
    SKEY                                                      SEQUENCE (MAX, 1)
    value used for ROWS parameter changed from 64 to 21
    Record 14359: Rejected - Error on table WBSHIERARCHY, column PARENTLEVELSBELOWROOT.
    ORA-01400: cannot insert NULL into ("ODSUSER"."WBSHIERARCHY"."PARENTLEVELSBELOWROOT")
    Record 14360: Rejected - Error on table WBSHIERARCHY, column PARENTOBJECTID.
    ORA-01722: invalid number
    Record 14361: Rejected - Error on table WBSHIERARCHY, column PARENTOBJECTID.
    ORA-01722: invalid number
    Record 27457: Rejected - Error on table WBSHIERARCHY, column PARENTLEVELSBELOWROOT.
    ORA-01400: cannot insert NULL into ("ODSUSER"."WBSHIERARCHY"."PARENTLEVELSBELOWROOT")
    Record 27458: Rejected - Error on table WBSHIERARCHY, column PARENTOBJECTID.
    ORA-01722: invalid number
    Record 27459: Rejected - Error on table WBSHIERARCHY, column PARENTOBJECTID.
    ORA-01722: invalid number
    Record 38775: Rejected - Error on table WBSHIERARCHY, column PARENTLEVELSBELOWROOT.
    ORA-01400: cannot insert NULL into ("ODSUSER"."WBSHIERARCHY"."PARENTLEVELSBELOWROOT")
    Record 38776: Rejected - Error on table WBSHIERARCHY, column PARENTOBJECTID.
    ORA-01722: invalid number
    Record 38777: Rejected - Error on table WBSHIERARCHY, column PARENTOBJECTID.
    ORA-01722: invalid number
    Record 52411: Rejected - Error on table WBSHIERARCHY, column PARENTLEVELSBELOWROOT.
    ORA-01400: cannot insert NULL into ("ODSUSER"."WBSHIERARCHY"."PARENTLEVELSBELOWROOT")
    Record 52412: Rejected - Error on table WBSHIERARCHY, column PARENTOBJECTID.
    ORA-01722: invalid number
    Record 52413: Rejected - Error on table WBSHIERARCHY, column PARENTOBJECTID.
    ORA-01722: invalid number
    Record 114619: Rejected - Error on table WBSHIERARCHY, column PARENTLEVELSBELOWROOT.
    ORA-01400: cannot insert NULL into ("ODSUSER"."WBSHIERARCHY"."PARENTLEVELSBELOWROOT")
    Record 114620: Rejected - Error on table WBSHIERARCHY, column PARENTOBJECTID.
    ORA-01722: invalid number
    Record 127921: Rejected - Error on table WBSHIERARCHY, column PARENTLEVELSBELOWROOT.
    ORA-01400: cannot insert NULL into ("ODSUSER"."WBSHIERARCHY"."PARENTLEVELSBELOWROOT")
    Record 127922: Rejected - Error on table WBSHIERARCHY, column PARENTOBJECTID.
    ORA-01722: invalid number
    Record 164588: Rejected - Error on table WBSHIERARCHY, column PARENTLEVELSBELOWROOT.
    ORA-01400: cannot insert NULL into ("ODSUSER"."WBSHIERARCHY"."PARENTLEVELSBELOWROOT")
    Record 164589: Rejected - Error on table WBSHIERARCHY, column PARENTOBJECTID.
    ORA-01722: invalid number
    Record 171322: Rejected - Error on table WBSHIERARCHY, column PARENTLEVELSBELOWROOT.
    ORA-01400: cannot insert NULL into ("ODSUSER"."WBSHIERARCHY"."PARENTLEVELSBELOWROOT")
    Record 171323: Rejected - Error on table WBSHIERARCHY, column PARENTOBJECTID.
    ORA-01722: invalid number
    Record 186779: Rejected - Error on table WBSHIERARCHY, column PARENTLEVELSBELOWROOT.
    ORA-01400: cannot insert NULL into ("ODSUSER"."WBSHIERARCHY"."PARENTLEVELSBELOWROOT")
    Record 186780: Rejected - Error on table WBSHIERARCHY, column PARENTOBJECTID.
    ORA-01722: invalid number
    Record 208687: Rejected - Error on table WBSHIERARCHY, column PARENTLEVELSBELOWROOT.
    ORA-01400: cannot insert NULL into ("ODSUSER"."WBSHIERARCHY"."PARENTLEVELSBELOWROOT")
    Record 208688: Rejected - Error on table WBSHIERARCHY, column PARENTOBJECTID.
    ORA-01722: invalid number
    Record 221167: Rejected - Error on table WBSHIERARCHY, column PARENTLEVELSBELOWROOT.
    ORA-01400: cannot insert NULL into ("ODSUSER"."WBSHIERARCHY"."PARENTLEVELSBELOWROOT")
    Record 221168: Rejected - Error on table WBSHIERARCHY, column PARENTOBJECTID.
    ORA-01722: invalid number
    Record 246951: Rejected - Error on table WBSHIERARCHY, column PARENTLEVELSBELOWROOT.
    ORA-01400: cannot insert NULL into ("ODSUSER"."WBSHIERARCHY"."PARENTLEVELSBELOWROOT")
    Record 246952: Rejected - Error on table WBSHIERARCHY, column PARENTOBJECTID.
    ORA-01722: invalid number
    Table WBSHIERARCHY:
    +384074 Rows successfully loaded.+
    +28 Rows not loaded due to data errors.+
    +0 Rows not loaded because all WHEN clauses were failed.+
    +0 Rows not loaded because all fields were null.+
    Space allocated for bind array:                 244377 bytes(21 rows)
    Read   buffer bytes: 1048576
    Total logical records skipped:          0
    Total logical records read:        384102
    Total logical records rejected:        28
    Total logical records discarded:        0
    Run began on Mon May 02 09:03:22 2011
    Run ended on Mon May 02 09:04:07 2011
    Elapsed time was:     00:00:44.99

    Hi Mandeep,
    Thanks for the information.
    But still it doesnot seem to work.
    Actally, i have Group ID and Group Name as display field in the Hiearchy table.
    Group ID i have directly mapped to Group ID.
    I have created a Split Hierarchy of Group Name and mapped it.
    I have also made all the options configurations as per your suggestions, but it doenot work still.
    Can you please help.
    Thanks,
    Priya.

  • Error in DTP loading from 1st level DSO to 2nd level DSO

    Hi Experts,
    I am facing a strange kind of error while loading data through a DTP included in Process chain.
    We are loading full load, from a DSO to a target DSO.
    But it gives an error, "Error in substep : Start routine".
    When i checked the error logs, it redirected me to the start routine, where a deletion statement is written.
    We checked, with some ABAP persons, the code contained no error.
    So we repeated the DTP(right click and repair), it worked fine this time.
    There are several other DTP, with the same source and target.
    As per the client requirement, we divided the loads and not loading at once.
    The same error happened with other DTP also, but repeating them solved the problem again.
    As this is only a work around, but it makes no sense as it had to be done manually everytime even though it is scheduled using a process chain.
    Any one who has encountered similar problem, please share idea/information with me.
    Regards,
    Ajay

    Hi,
    I had the same problem before, to debug the code, i put break point in the routine and couldnt find any error. Then loaded the data, it failed again. then I removed the break point from the transformation and activated it. When ever we activate transformation, a program is generated, if the program is not generated then this kind of problem occurs.
    Thanks
    Srikanth

  • When I load Illustrator creative suit (5.5) on my new computer, it loads Then I put in the serial number, which is correct, but when i go to click on the program to use it it says ERROR: localized resource file from this program could not be loaded. pleas

    When I load Illustrator creative suit (5.5) on my new computer, it loads Then I put in the serial number, which is correct, but when i go to click on the program to use it it says ERROR: localized resource file from this program could not be loaded. please re install of repair the application and try again. I have done this and it's still not working                  

    anomaly jade,
    You only need to use the serial number during installation.
    Have you, at least seemingly, been able to install, and then you are unable to start up?
    If that is the case, you could try to reinstall using the full three step way:
    Uninstall, run the Cleaner Tool, and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Oracle BI Apps financials Full load errors

    Hi, I have Oracle BI Apps 7.9.6, Informatica 8.6, EBS R12 is the source
    When i run a full Load of ETL for Financials- Budget, 24 out of 158 tasks are failing.
    When i check the log file
    the log file is as below
    558  SEVERE  Sat Nov 20 15:08:43 AST 2010 
    START OF ETL
    559  SEVERE  Sat Nov 20 15:09:26 AST 2010  Starting ETL Process.
    560  SEVERE  Sat Nov 20 15:09:28 AST 2010  Request to start workflow : 'SILOS:SIL_InsertRowInRunTable' has completed with error code 0
    561  SEVERE  Sat Nov 20 15:09:49 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SILOS  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\FlatFileConnection.DataWarehouse.SILOS.SIL_InsertRowInRunTable.txt SIL_InsertRowInRunTable
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    562  SEVERE  Sat Nov 20 15:10:00 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_Stage_GLAccount_SegmentConfig_Extract' has completed with error code 0
    563  SEVERE  Sat Nov 20 15:10:00 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_InternalOrganizationDimension_BalanceSegmentValue_LegalEntity' has completed with error code 0
    564  SEVERE  Sat Nov 20 15:10:01 AST 2010  Request to start workflow : 'SILOS:SIL_GlobalCurrencyGeneral_Update' has completed with error code 0
    565  SEVERE  Sat Nov 20 15:10:01 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_InternalOrganizationDimension_Temporary' has completed with error code 0
    566  SEVERE  Sat Nov 20 15:10:01 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_ExchangeRateGeneral_Full' has completed with error code 0
    567  SEVERE  Sat Nov 20 15:10:02 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_GLSegmentDimension_Full' has completed with error code 0
    568  SEVERE  Sat Nov 20 15:10:02 AST 2010  Request to start workflow : 'SILOS:SIL_Parameters_Update' has completed with error code 0
    569  SEVERE  Sat Nov 20 15:10:02 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_Project' has completed with error code 0
    570  SEVERE  Sat Nov 20 15:10:03 AST 2010  Request to start workflow : 'SILOS:SIL_Stage_GroupAccountNumberDimension_FinStatementItem' has completed with error code 0
    571  SEVERE  Sat Nov 20 15:10:03 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_GLBalanceFact_Full' has completed with error code 0
    572  SEVERE  Sat Nov 20 15:10:20 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\FlatFileConnection.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_Stage_GLAccount_SegmentConfig_Extract.txt SDE_ORA_Stage_GLAccount_SegmentConfig_Extract
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    573  SEVERE  Sat Nov 20 15:10:21 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_InternalOrganizationDimension_BalanceSegmentValue_LegalEntity.txt SDE_ORA_InternalOrganizationDimension_BalanceSegmentValue_LegalEntity
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    574  SEVERE  Sat Nov 20 15:10:22 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_InternalOrganizationDimension_Temporary.txt SDE_ORA_InternalOrganizationDimension_Temporary
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    575  SEVERE  Sat Nov 20 15:10:24 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SILOS  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SILOS.SIL_GlobalCurrencyGeneral_Update.txt SIL_GlobalCurrencyGeneral_Update
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    576  SEVERE  Sat Nov 20 15:10:25 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_GLSegmentDimension_Full.txt SDE_ORA_GLSegmentDimension_Full
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    577  SEVERE  Sat Nov 20 15:10:25 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_ExchangeRateGeneral_Full.txt SDE_ORA_ExchangeRateGeneral_Full
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    578  SEVERE  Sat Nov 20 15:10:26 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SILOS  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\FlatFileConnection.DataWarehouse.SILOS.SIL_Stage_GroupAccountNumberDimension_FinStatementItem.txt SIL_Stage_GroupAccountNumberDimension_FinStatementItem
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    579  SEVERE  Sat Nov 20 15:10:26 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_Stage_GLAccountDimension_FinSubCodes' has completed with error code 0
    580  SEVERE  Sat Nov 20 15:10:27 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_Project.txt SDE_ORA_Project
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    581  SEVERE  Sat Nov 20 15:10:27 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SILOS  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SILOS.SIL_Parameters_Update.txt SIL_Parameters_Update
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    582  SEVERE  Sat Nov 20 15:10:29 AST 2010  Request to start workflow : 'SILOS:SIL_CurrencyTypes' has completed with error code 0
    583  SEVERE  Sat Nov 20 15:10:32 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_InternalOrganizationDimensionHierarchy_HROrgsTemporary_LatestVersion' has completed with error code 0
    584  SEVERE  Sat Nov 20 15:10:32 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_Stage_GroupAccountNumberDimension' has completed with error code 0
    585  SEVERE  Sat Nov 20 15:10:35 AST 2010  Request to start workflow : 'SILOS:SIL_ListOfValuesGeneral_Unspecified' has completed with error code 0
    586  SEVERE  Sat Nov 20 15:10:47 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\FlatFileConnection.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
    587  SEVERE  Sat Nov 20 15:10:49 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SILOS  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\FlatFileConnection.DataWarehouse.SILOS.SIL_CurrencyTypes.txt SIL_CurrencyTypes
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    588  SEVERE  Sat Nov 20 15:10:52 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_InternalOrganizationDimensionHierarchy_HROrgsTemporary_LatestVersion.txt SDE_ORA_InternalOrganizationDimensionHierarchy_HROrgsTemporary_LatestVersion
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    589  SEVERE  Sat Nov 20 15:10:53 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\FlatFileConnection.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_Stage_GroupAccountNumberDimension.txt SDE_ORA_Stage_GroupAccountNumberDimension
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    590  SEVERE  Sat Nov 20 15:10:55 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SILOS  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\FlatFileConnection.DataWarehouse.SILOS.SIL_ListOfValuesGeneral_Unspecified.txt SIL_ListOfValuesGeneral_Unspecified
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    591  SEVERE  Sat Nov 20 15:10:55 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_InternalOrganizationDimensionHierarchy_InvOrgs' has completed with error code 0
    592  SEVERE  Sat Nov 20 15:11:16 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\DataWarehouse.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_InternalOrganizationDimensionHierarchy_InvOrgs.txt SDE_ORA_InternalOrganizationDimensionHierarchy_InvOrgs
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    593  SEVERE  Sat Nov 20 15:11:18 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_InternalOrganizationDimensionHierarchy_OperatingUnitOrgs' has completed with error code 0
    594  SEVERE  Sat Nov 20 15:11:39 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_InternalOrganizationDimensionHierarchy_OperatingUnitOrgs.txt SDE_ORA_InternalOrganizationDimensionHierarchy_OperatingUnitOrgs
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    595  SEVERE  Sat Nov 20 15:11:41 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_InternalOrganizationDimensionHierarchy_BusinessGroupOrgs' has completed with error code 0
    596  SEVERE  Sat Nov 20 15:12:01 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_InternalOrganizationDimensionHierarchy_BusinessGroupOrgs.txt SDE_ORA_InternalOrganizationDimensionHierarchy_BusinessGroupOrgs
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    597  SEVERE  Sat Nov 20 15:12:04 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_InternalOrganizationDimensionHierarchy_Flatten' has completed with error code 0
    598  SEVERE  Sat Nov 20 15:12:24 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\DataWarehouse.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_InternalOrganizationDimensionHierarchy_Flatten.txt SDE_ORA_InternalOrganizationDimensionHierarchy_Flatten
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    599  SEVERE  Sat Nov 20 15:14:32 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_GLBalanceFact_Full.txt SDE_ORA_GLBalanceFact_Full
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    600  SEVERE  Sat Nov 20 15:15:14 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_Product_Categories_Derive' has completed with error code 0
    601  SEVERE  Sat Nov 20 15:15:15 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_InternalOrganizationDimension_Full' has completed with error code 0
    602  SEVERE  Sat Nov 20 15:15:16 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_CodeDimension_Group_Acct_Names' has completed with error code 0
    603  SEVERE  Sat Nov 20 15:15:17 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_ProductMultipleCategories_Full' has completed with error code 0
    604  SEVERE  Sat Nov 20 15:15:18 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_GLBudgetDimension_Full' has completed with error code 0
    605  SEVERE  Sat Nov 20 15:15:18 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_LedgerDimension' has completed with error code 0
    606  SEVERE  Sat Nov 20 15:15:18 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_PositionDimension_Full' has completed with error code 0
    607  SEVERE  Sat Nov 20 15:15:18 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_UserDimension_Full' has completed with error code 0
    608  SEVERE  Sat Nov 20 15:15:19 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_TimeDimension_Calendar_Full' has completed with error code 0
    609  SEVERE  Sat Nov 20 15:15:19 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_CodeDimension_Org_Type' has completed with error code 0
    610  SEVERE  Sat Nov 20 15:15:34 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_Product_Categories_Derive.txt SDE_ORA_Product_Categories_Derive
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    611  SEVERE  Sat Nov 20 15:15:36 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_InternalOrganizationDimension_Full.txt SDE_ORA_InternalOrganizationDimension_Full
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    612  SEVERE  Sat Nov 20 15:15:36 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_CodeDimension_Fin_Sub_Names' has completed with error code 0
    613  SEVERE  Sat Nov 20 15:15:37 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\FlatFileConnection.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_CodeDimension_Group_Acct_Names.txt SDE_ORA_CodeDimension_Group_Acct_Names
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    614  SEVERE  Sat Nov 20 15:15:37 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_ProductMultipleCategories_Full.txt SDE_ORA_ProductMultipleCategories_Full
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    615  SEVERE  Sat Nov 20 15:15:40 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_LedgerDimension.txt SDE_ORA_LedgerDimension
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    616  SEVERE  Sat Nov 20 15:15:40 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_UserDimension_Full.txt SDE_ORA_UserDimension_Full
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    617  SEVERE  Sat Nov 20 15:15:41 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_CodeDimension_Fin_Stmt_Item_Names' has completed with error code 0
    618  SEVERE  Sat Nov 20 15:15:41 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_GLBudgetDimension_Full.txt SDE_ORA_GLBudgetDimension_Full
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    619  SEVERE  Sat Nov 20 15:15:41 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_CodeDimension_Org_Type.txt SDE_ORA_CodeDimension_Org_Type
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    620  SEVERE  Sat Nov 20 15:15:41 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_PositionDimension_Full.txt SDE_ORA_PositionDimension_Full
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    621  SEVERE  Sat Nov 20 15:15:41 AST 2010  pmcmd startworkflow -sv Oracle_BI_DW_Base_integration_service1 -d Domain_home-9e3bae43d0 -u Administrator -p **** -f SDE_ORAR12_Adaptor  -lpf D:\Informatica\PowerCenter8.6.0\server\infa_shared\SrcFiles\ORA_R12.DataWarehouse.SDE_ORAR12_Adaptor.SDE_ORA_TimeDimension_Calendar_Full.txt SDE_ORA_TimeDimension_Calendar_Full
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    622  SEVERE  Sat Nov 20 15:15:42 AST 2010  Request to start workflow : 'SDE_ORAR12_Adaptor:SDE_ORA_CodeDimension_Gl_Account_Segments' has completed with error code 0
    623  SEVERE  Sat Nov 20 15:15:44 AST 2010 
    ANOMALY INFO::: DataWarehouse:CREATE UNIQUE INDEX
         W_POSITION_DS_U1
    ON
         W_POSITION_DS
         INTEGRATION_ID Asc
         ,DATASOURCE_NUM_ID Asc
         ,SRC_EFF_FROM_DT Asc
    NOLOGGING
    MESSAGE:::ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
    EXCEPTION CLASS::: java.sql.SQLException
    oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:305)
    oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
    oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:623)
    oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:112)
    oracle.jdbc.driver.T4CStatement.execute_for_rows(T4CStatement.java:474)
    oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1028)
    oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:1451)
    com.siebel.etl.database.cancellable.CancellableStatement.executeUpdate(CancellableStatement.java:171)
    com.siebel.etl.database.DBUtils.executeUpdate(DBUtils.java:276)
    com.siebel.etl.database.WeakDBUtils.executeUpdate(WeakDBUtils.java:357)
    com.siebel.analytics.etl.etltask.SQLTask.doExecute(SQLTask.java:116)
    com.siebel.analytics.etl.etltask.CreateIndexTask.doExecute(CreateIndexTask.java:90)
    com.siebel.analytics.etl.etltask.CreateIndexTaskWrapper.doExecute(CreateIndexTaskWrapper.java:46)
    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)
    624  SEVERE  Sat Nov 20 15:15:44 AST 2010 
    ANOMALY INFO::: Error while executing : CREATE INDEX:W_POSITION_DS:W_POSITION_DS_U1
    MESSAGE:::java.lang.Exception: Error while execution : CREATE UNIQUE INDEX
         W_POSITION_DS_U1
    ON
         W_POSITION_DS
         INTEGRATION_ID Asc
         ,DATASOURCE_NUM_ID Asc
         ,SRC_EFF_FROM_DT Asc
    NOLOGGING
    with error DataWarehouse:CREATE UNIQUE INDEX
         W_POSITION_DS_U1
    ON
         W_POSITION_DS
         INTEGRATION_ID Asc
         ,DATASOURCE_NUM_ID Asc
         ,SRC_EFF_FROM_DT Asc
    NOLOGGINGcant paste the entire log because of size issues
    I dont understand the create unique index error! ,
    its a out of the box installation and i am getting data from EBS R12 vision db, but it has duplicate SRC_EFF_FROM_DT, its a standard installation to populate data in the oracle BI Applications preconfigured reports
    EMP_ID     PAR_INTEGRATION_ID     POSITION_NAME     DIVN_NAME     EMP_LAST_NAME     EMP_FST_NAME     EMP_LOGIN     OWNER_ALLOC     TYPE_FLG     POSTN_TYPE_CD     BU_ID     CREATED_BY_ID     CHANGED_BY_ID     CREATED_ON_DT     CHANGED_ON_DT     AUX1_CHANGED_ON_DT     AUX2_CHANGED_ON_DT     AUX3_CHANGED_ON_DT     AUX4_CHANGED_ON_DT     SRC_EFF_FROM_DT     SRC_EFF_TO_DT     DELETE_FLG     DATASOURCE_NUM_ID     INTEGRATION_ID     TENANT_ID     X_CUSTOM
    22823     PER~10596     MGR500.Manager     Vision Stores Distribution     Sanders     Devan     Unspecified                         1384     1384     05/05/2005 11:22:54     06/01/2005 14:17:11     05/05/2005 11:23:11     10/14/2005 16:27:31     05/31/2005 16:51:37          06/01/2005 00:00:00     01/01/4713 00:00:00     N     9     PER~22823     DEFAULT     0
    22823     PER~10596     MGR500.Manager     Vision Stores Distribution     Sanders     Devan     Unspecified                         1384     1384     05/05/2005 11:22:54     06/01/2005 14:17:11     05/05/2005 11:23:11     10/14/2005 16:27:31     05/31/2005 16:51:37          05/31/2005 00:00:00     06/01/2005 00:00:00     N     9     PER~22823     DEFAULT     0
    22823     PER~1273     MGR500.Manager     Global Sales     Sanders     Devan     Unspecified                         1384     1384     05/05/2005 11:22:54     05/31/2005 16:50:24     05/05/2005 11:23:11     10/14/2005 16:27:31     12/13/2004 06:28:52          05/05/2004 00:00:00     05/31/2005 00:00:00     N     9     PER~22823     DEFAULT     0thanks in advance,
    Edited by: user10243788 on Nov 20, 2010 7:44 AM

    Basically, the FROM_DATE AND TO_DATE clashes. 05/31/2005 is both as end_date and start_date for two rows. That is the problem.
    coolmesh84

  • DB Connect Load - "Unknow error while uploading data from the DB Table"

    Hi Experts,
    We have our BI7 system connected to Oracle DB based third party tool. The loads are performing quite well in DEV environment.
    I would like to know, how we transport DB Connect datasources to Quality systems? Any different process to be followed for DB Connect datasources?
    At present the connections between BI Quality and the third party quality systems are established. We transported the DataSource from BI DEV system to BI quality system, but on trigerring an infopackage we are not able to perform loads. It prompts - "Unknow error while uploading data from the DB Table".
    Also on comparing the DataSources in DEV system and Quality system there are no fields in "Proposal" tab of datasource in Quality system. Also I cannot change or activate Datasource in Quality system as we dont have change access in quality.
    Please advice.
    Thanks,
    Abhijit

    Hi,
    Sorry for bumping an old thread ....
    Did this issue get ever get resolved?
    I am facing the same one. The loads work successfully in Dev. The transport for DBConnect DS also moved in successfully.
    One strange this is that DB User for dev did not automatically change to db user from quality when I transported the DBConnect datasource. DBCon DS still shows me the DB User from Dev in Quality system
    I get "Unknown Error" whenever I trigger the data package.
    Advait

  • Load error code 11 when attempting to open .vi from library

    Hello,
    Recently a colleague sent me a .llb containing a VI and sub-VIs of a program needed for my research.  The VI opens correctly but none of the sub-VIs can be found by it and when I attempt to open the sub-VIs I get load error code 11: VI version (6.0) cannot be converted to the current Labview verstion (8.5.1) because is has no block diagram. 
    I am running Vista with 8.5.1 and attempting to open a library of version 6.0.  I do not know what OS the library was compiled on.  (Linux is a possibility)  The colleague who sent me the program does not know either, as he recieved it from another colleague whom he is no longer in contact with.
    I am fairly certain the library was saved with block diagrams, so I do not think that is the source of the error.
    Does anyone know what might be a way to get these sub-VIs working?

    Okay,
    File posted.  Someone please tell me if this has a block diagram on it.
    Attachments:
    Find First Error.vi ‏24 KB

  • I have no problem connecting my i-phone programs to my tv through apple tv. but one program from an application from appstore don't go through apple tv. It says an error occured while loading the content.This is just for one program. All other works good.

    My apple TV works fine with my I-Phone 4s. But one program from one of the application I downloaded from the app store dont work. When I load that a message comes "an error occured while loading this program" This is  only for one program all other most of the time works good. Any one knows why ?

    Hi there Mundaplackel!
    I have an article here for you that can help you troubleshoot the functionality of that app that you have purchased from the app store, and should be able to give you some steps that will help you resolve the issue:
    iOS: Troubleshooting applications purchased from the App Store
    http://support.apple.com/kb/TS1702
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • "****Error from PSA****" error message when loading InfoCube

    Hi all,
    I am getting the following error message when loading transaction data to an InfoCube.
    ***Error from PSA***
    This is not MD or Hierarchies (like previous messages in the forum)
    Please advise.
    Thanks,
    Miki

    Hi Miki,
    Before just loading data into the infocube. Catchup PSA table and see the data into it.
    Then u may find the solution.
    But as ronald said this shouldnot be the complete error statement.
    bye.

  • An error prevented the view from loading

    I'm using SQL Server 2012 Express and I'm building a report with one table.  I dragged and dropped two data set elements into the table that has two columns (Product Name and Product Description).  Both the dataset elements have
    a data type of varchar (50) in SQL Server 2012 Express.  The table with those two elements is the only data I have in Design view.  When I click on Preview, the Preview screen states 'An error prevented the view from loading.'.  This is difficult
    to diagnose, because in the Error List there are '0 Errors', '0 Warnings', and '0 Messages'.  I would like help understanding if there is another error log I can observe to understand the issue, or if there are basic SQL Server 2012 Express Reporting
    Services debugging techniques.  Please help.  Thank you,
    Additionally, when I run the query in SQL Server 2012 Express and Reporting Services Query Designer the query results are correct.
    Also, when I click the start debugging button, the report displays and I can export it to pdf, however the Previous still displays the error.

    Well, funny stuff.  I shut the solution down yesterday, then I booted my computer today and started the solution AND JUST LIKE MAGIC....it works.  I can't explain it.  Persistence pays, that's the answer sometimes.

  • "Error occurs when loading transaction data from other model" - BW loading into BPC

    Hi Experts,
    I'm having a problem with my data loading from BW, using the standard Load InfoProvider Selections data manager package.
    If I run for a period without data it succeeds (with warning) but if there is data to be extracted I get the following error:
    Task name CONVERT:
    No 1 Round:
    Error occurs when loading transaction data from other model
    model: AIACONS. Package status: ERROR
    As it runs ok when there isn't data it appears there is something preventing the movements of data out of the cube itself, rather then a validation issue.
    Has anyone encountered similar or have any ideas as to the problem?
    Best,
    Chris

    Hi Vadim,
    It's not specific to the transformation file as I have tried with others for the same BW cube and get the same result.
    We get a warning when we try and validate the transformation file:
    "Error occurs when loading transaction data from other model".
    This only appears in the validation pop up and doesn't throw up any warnings about the transformation file itself.  The validation log says:
    Validate  and Process Transformation File Log
    Log creation time
    3/7/2014 16:09
    The result of validation of the
      conversion file
    SUCCESS
    The result of validation of the
      conversion file with the data file
    FAIL
    Validation Result
    Validation Option
    ValidateRecords = NO
    Message
    Error occurs when loading transaction data from other model
    Reject List
    I can't find any errors anywhere else.
    Best,
    Chris

  • TS1717 I get the error "unable to load data class info from sync services" and eventually itunes freezes-will anything in this article help?

    I get the error "unable to load data class info from sync services" and eventully itunes freezes.  will this article help me?

    Hello there brigidfromca.
    Messages can always be pretty daunting when we're not sure where to start. I was able to locate the following Knowledge Base article that discusses the very message you're getting:
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert
    http://support.apple.com/kb/TS2690
    It is a pretty thorough document with multiple steps to review, but looks to be great place to start for a resolution for you.
    Thanks for using Apple Support Communities to reach out to us for answers.
    Cheers,
    Pedro D.

Maybe you are looking for

  • Ibm x60s and Win 7 - third mouse button plus nipple will not scroll in FF4

    I have an IBM x60s notebook with Win 7. On previous versions of Firefox I believe I could scroll down a web page successfully using the laptop's centre mouse button and the red nipple mouse. This seemed to have stopped working in Firefox 4 (main rele

  • How to create a fixed length file

    Can anyone suggest a simple technique for creating fixed length files? CSV and delimited files are pretty simple using CFFILE. Is there an elegant way to create fixed length files?

  • SAP B1 Indian Localization

    Sir     I want know about hole Finace in SAP B1 pls suggest me wher search it how can collect information about Finace, iwant more & more  information

  • 1.99 purchase costs nearly $500.00!!

    Hi, I feel so sick, have just in the last hour recieved a phone call from my bank, warning me of larger suns of money being tallied on my credit card through iTunes?, and had I been on there? Well yes I had, to purchase my 3 young sons on their drago

  • ORA-01652 in TEMP Tablespace

    Hi, We have the following errors: RMAN> crosscheck archivelog all; starting full resync of recovery catalog RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ==============