Error at step Load data- ODI 11g

Hi,
I'm trying to extract flat file to RDBMS Oracle Table, but when i run my interface after mapping, i get an error at step 3 : load Data
the error is as follow: 1438 : 22003 : java.sql.BatchUpdateException: ORA-01438: value larger than specified precision allowed for this column
1438 : 22003 : java.sql.SQLDataException: ORA-01438: value larger than specified precision allowed for this column
java.sql.BatchUpdateException: ORA-01438: value larger than specified precision allowed for this column
the code to execute for this step is :
select     ReportID     C29_REPORTID,
     SubReportID     C16_SUBREPORTID,
     TimeStamp     C26_TIMESTAMP,
     LocalTimeStamp     C14_LOCALTIMESTAMP,
     VoucherID     C1_VOUCHERID,
     Msisdn     C28_MSISDN,
     SNE     C5_SNE,
     ThirdPartyMsisdn     C4_THIRDPARTYMSISDN,
     State     C3_STATE,
     CreationDate     C19_CREATIONDATE,
     ActivationDate     C24_ACTIVATIONDATE,
     LastUpdate     C2_LASTUPDATE,
     LockedDate     C25_LOCKEDDATE,
     ExpiryDate     C8_EXPIRYDATE,
     UnitValue     C20_UNITVALUE,
     ProviderID     C13_PROVIDERID,
     VoucherCategoryID     C6_VOUCHERCATEGORYID,
     VoucherScenarioID     C7_VOUCHERSCENARIOID,
     FaceAmount     C18_FACEAMOUNT,
     ScenarioNumber     C15_SCENARIONUMBER,
     DeliveryDate     C21_DELIVERYDATE,
     Credit     C11_CREDIT,
     ActiveDuration     C9_ACTIVEDURATION,
     GraceDuration     C17_GRACEDURATION,
     RechargeMode     C22_RECHARGEMODE,
     RechargeType     C12_RECHARGETYPE,
     VoucherType     C10_VOUCHERTYPE,
     TariffPlan     C23_TARIFFPLAN,
     PackageID     C27_PACKAGEID
from      TABLE
/*$$SNPS_START_KEYSNP$CRDWG_TABLESNP$CRTABLE_NAME=SRC_VoMSSNP$CRLOAD_FILE=C:\Documents and Settings\Otmane\Desktop\ODI_sources/AR_100_1001_07-11-2010-03-51.txtSNP$CRFILE_FORMAT=DSNP$CRFILE_SEP_FIELD=0x007cSNP$CRFILE_SEP_LINE=0x000ASNP$CRFILE_FIRST_ROW=0SNP$CRFILE_ENC_FIELD=SNP$CRFILE_DEC_SEP=SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=ReportIDSNP$CRTYPE_NAME=NUMERICSNP$CRORDER=1SNP$CRLENGTH=50SNP$CRPRECISION=12SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=SubReportIDSNP$CRTYPE_NAME=NUMERICSNP$CRORDER=2SNP$CRLENGTH=50SNP$CRPRECISION=12SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=TimeStampSNP$CRTYPE_NAME=STRINGSNP$CRORDER=3SNP$CRLENGTH=50SNP$CRPRECISION=50SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=LocalTimeStampSNP$CRTYPE_NAME=STRINGSNP$CRORDER=4SNP$CRLENGTH=50SNP$CRPRECISION=50SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=VoucherIDSNP$CRTYPE_NAME=NUMERICSNP$CRORDER=5SNP$CRLENGTH=50SNP$CRPRECISION=12SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=MsisdnSNP$CRTYPE_NAME=STRINGSNP$CRORDER=6SNP$CRLENGTH=50SNP$CRPRECISION=50SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=SNESNP$CRTYPE_NAME=STRINGSNP$CRORDER=7SNP$CRLENGTH=50SNP$CRPRECISION=50SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=ThirdPartyMsisdnSNP$CRTYPE_NAME=STRINGSNP$CRORDER=8SNP$CRLENGTH=50SNP$CRPRECISION=50SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=StateSNP$CRTYPE_NAME=NUMERICSNP$CRORDER=9SNP$CRLENGTH=50SNP$CRPRECISION=12SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=CreationDateSNP$CRTYPE_NAME=STRINGSNP$CRORDER=10SNP$CRLENGTH=50SNP$CRPRECISION=50SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=ActivationDateSNP$CRTYPE_NAME=STRINGSNP$CRORDER=11SNP$CRLENGTH=50SNP$CRPRECISION=50SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=LastUpdateSNP$CRTYPE_NAME=STRINGSNP$CRORDER=12SNP$CRLENGTH=50SNP$CRPRECISION=50SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=LockedDateSNP$CRTYPE_NAME=STRINGSNP$CRORDER=13SNP$CRLENGTH=50SNP$CRPRECISION=50SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=ExpiryDateSNP$CRTYPE_NAME=STRINGSNP$CRORDER=14SNP$CRLENGTH=50SNP$CRPRECISION=50SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=UnitValueSNP$CRTYPE_NAME=STRINGSNP$CRORDER=15SNP$CRLENGTH=50SNP$CRPRECISION=50SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=ProviderIDSNP$CRTYPE_NAME=NUMERICSNP$CRORDER=16SNP$CRLENGTH=50SNP$CRPRECISION=12SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=VoucherCategoryIDSNP$CRTYPE_NAME=NUMERICSNP$CRORDER=17SNP$CRLENGTH=50SNP$CRPRECISION=12SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=VoucherScenarioIDSNP$CRTYPE_NAME=NUMERICSNP$CRORDER=18SNP$CRLENGTH=50SNP$CRPRECISION=12SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=FaceAmountSNP$CRTYPE_NAME=NUMERICSNP$CRORDER=19SNP$CRLENGTH=50SNP$CRPRECISION=12SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=ScenarioNumberSNP$CRTYPE_NAME=NUMERICSNP$CRORDER=20SNP$CRLENGTH=50SNP$CRPRECISION=12SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=DeliveryDateSNP$CRTYPE_NAME=STRINGSNP$CRORDER=21SNP$CRLENGTH=50SNP$CRPRECISION=50SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=CreditSNP$CRTYPE_NAME=NUMERICSNP$CRORDER=22SNP$CRLENGTH=50SNP$CRPRECISION=12SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=ActiveDurationSNP$CRTYPE_NAME=NUMERICSNP$CRORDER=23SNP$CRLENGTH=50SNP$CRPRECISION=12SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=GraceDurationSNP$CRTYPE_NAME=NUMERICSNP$CRORDER=24SNP$CRLENGTH=50SNP$CRPRECISION=12SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=RechargeModeSNP$CRTYPE_NAME=NUMERICSNP$CRORDER=25SNP$CRLENGTH=50SNP$CRPRECISION=12SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=RechargeTypeSNP$CRTYPE_NAME=NUMERICSNP$CRORDER=26SNP$CRLENGTH=50SNP$CRPRECISION=12SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=VoucherTypeSNP$CRTYPE_NAME=NUMERICSNP$CRORDER=27SNP$CRLENGTH=50SNP$CRPRECISION=12SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=TariffPlanSNP$CRTYPE_NAME=STRINGSNP$CRORDER=28SNP$CRLENGTH=50SNP$CRPRECISION=50SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=PackageIDSNP$CRTYPE_NAME=NUMERICSNP$CRORDER=29SNP$CRLENGTH=50SNP$CRPRECISION=12SNP$CRACTION_ON_ERROR=0SNP$CR$$SNPS_END_KEY*/
I verified all my numeric types and all of them are 12 with no scale .
thanks for your help :)

DDL of Oracle table :
CREATE TABLE TABLE1
REPORTID NUMBER(12,0),
SUBREPORTID NUMBER(12,0),
TIMESTAMP DATE,
LOCALTIMESTAMP DATE,
VOUCHERID NUMBER(12,0),
MSISDN VARCHAR2(4000),
SNE VARCHAR2(4000),
THIRDPARTYMSISDN VARCHAR2(4000),
STATE NUMBER(12,0),
CREATIONDATE DATE,
ACTIVATIONDATE DATE,
LASTUPDATE DATE,
LOCKEDDATE DATE,
EXPIRYDATE DATE,
UNITVALUE VARCHAR2(4000),
PROVIDERID NUMBER(12,0),
VOUCHERCATEGORYID NUMBER(12,0),
VOUCHERSCENARIOID NUMBER(12,0),
FACEAMOUNT NUMBER(12,0),
SCENARIONUMBER(12,0) NUMBER(12,0),
DELIVERYDATE DATE,
CREDIT NUMBER(12,0),
ACTIVEDURATION NUMBER(12,0),
GRACEDURATION NUMBER(12,0),
RECHARGEMODE NUMBER(12,0),
RECHARGETYPE NUMBER(12,0),
VOUCHERTYPE NUMBER(12,0),
TARIFFPLAN VARCHAR2(4000),
PACKAGEID NUMBER(12,0)
And all the numbers from the source file are numerics of 12.

Similar Messages

  • 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.

  • Error encountered while loading data into an Essbase cube from oracle DB

    Hi All,
    I am trying to load data into an Essbase cube from Oracle db. Essbase is installed in an 64 bit HP-UX machine and oracle database on HP -UX 11.23 B server. While performing the above I am getting the below error messages:
    K/INFO - 1021013 - ODBC Layer Error: [08001] ==> [[DataDirect][ODBC Oracle Wire Protocol driver][Oracle]ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    HP-UX Error: 2: No such file or directory].
    OK/INFO - 1021014 - ODBC Layer Error: Native Error code [1034] .
    ERROR - 1021001 - Failed to Establish Connection With SQL Database Server. See log for more information.
    Can you please help me out in identifying the issue, as why it could have occured , because of network problem or is there anything related to databse?
    Regards,
    Priya

    The error is related to Oracle, I would check that it is all up and running
    ORA-01034: ORACLE not available
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error 1 when loading data from flat file

    Hi,
    I am working on BW 3.5 when i was loading flat file it is giving error 1 when loading external data can anyone solve and mail to me this email id [email protected] .

    Hi,
    I have done correctly but even error 1 data loading from external file is coming, i just clicked on that and it came like this, Error 1 when loading external data,no invalid data like arthematics operations,But file accessing and path is correct.
    Message no. RSAR234
    Diagnosis
    Error number 1 occurred when loading external data:
    1. Error when reading the file (access rights, file name, ...)
    2. File size or number of records does not correspond to the data in the control file
    3. Error when generating the IDoc
    4. File contains invalid data (errors with an arithmetic operation or data conversion)
    Procedure
    Check whether you have the required access rights and whether the data in the control file is correct (file names, record length, number of records, ...). Correct the data in the control file if necessary and check the data file for invalid data (values of the wrong type, values in the wrong format for conversion exit,...). Check whether the file has headers that have not been specified.
    Thanks
    Sunitha

  • Error 1 when loading data

    guys can u pls help me out regarding an error called Error 1 when loading external data in the infopackage.
    when I click on start data load am getting that error. Waiting for the answer.

    Hi,
    Actually, this error has little to do with lowercase letters. At least upto PSA level data should be loaded in most cases.
    Error number 1 occurred when loading external data:
    1. Error when reading the file (access rights, file name, ...)
    2. File size or number of records does not correspond to the data in the control file
    3. Error when generating the IDoc
    4. File contains invalid data (errors with an arithmetic operation or data conversion)
    I had the situation when error 1 and file not found error occurred. The reason was in very little memory. The system couldn't open the file. Check it with basis guys.
    Regds,
    Priyanka

  • Error FAGL_SKF008 when loading data from 0FI_GL_8 infosource

    Hi,
    I am loading data into an infocube, from 0FI_GL_8 infosource.
    We have connected ECC-P with BI-D and BI-P.
    When loading data into BI-D works Ok, but when loading data into BI-P, the next error message appears:
    "No authorization for displaying statistical key figures in General Ledger"
    "FAGL_SKF  8"
    I cheked ST22 and SM21 in ECC-P and there is no error message.
    I cheked rfcuser in ECC-P and it has SAP_ALL.
    any ideas???

    Do a comparison of the Authorization Objects assigned to the account for your BI-D extractions and that for BI-P. Since the source system is the same and the authorizations are there for BI-D, it sounds as if there's gaps in the Authorization Object assignements for one or more of the Profiles assigned to the system account for BI-P.
    The other thing would be to create a test account that looks like the system account for BI-P, logon with that account, do an RSA3 extraction test and if it fails get a screenshot from tcode SU53 to see what Authorization Objects are missing to be authorized to hit that data.
    Edited by: Dennis Scoville on Jul 17, 2009 12:43 PM

  • Error message while loading data from data mart

    Please can some one help on this.
    While loading data from one cube to another (I am actually creating a backup of original cube) for 1 record I am getting the error message " internal error occured with time split" The long text of error message says Message no. RSAU101

    Take a look at this thread:
    Internal error occured with time split
    Hope it helps,
    Gilad

  • Unexpected Essbase error 1090004 while loading data into EssBase

    Hi Friends,
    am tring to load data into Essbase the following error am getting..
    "Unable To Open File [C:\WINDOWS\TEMP\tempfile6051912_1.txt]
    Unexpected Essbase error 1090004"
    but there is no such file("tempfile6051912_1.txt") in that file path
    Can anybody help inthis..
    Thanks in Advance...
    Edited by: Rakesh on Jul 24, 2012 6:03 PM
    Edited by: Rakesh on Jul 24, 2012 6:04 PM

    Hi sukhi...
    Am loading data with out selecting any rule file as it's the data file which is extracted from Prod envirement and loading into QA.
    I have followed your procedure as i kept data file in (E:\Hyperion\products\Essbase\eas) ,because there no analyticalservices folder as we are using 11.1.1.3 version of hyperion.
    still am getting the following error"Unable To Open File [C:\WINDOWS\TEMP\tempfile605252012.txt]
    Unexpected Essbase error 1090004"
    Thanks for your answer and can u help me in this.......

  • Step by Step Loading data to ( 0IC_C03)  inventory cube

    Hi Guys ,
    We are loading data to inventory cube today ( 0IC_C03) .Can you please let me know the steps to load the data .I have some documents but every document is having a different procedure .
    Regards
    Santosh

    Hi,
    http://wiki.sdn.sap.com/wiki/display/BI/StepbyStepLoadingDatatoInventory+Cube
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/906b837a-0d54-2c10-08b8-bde70337547e?QuickLink=index&overridelayout=true
    Thanks
    BVR

  • ODI Error Unable to load data

    Hi Frnds,
    I'm New to ODI tech. i need your assistance in resolving the following issue:
    My source has - 6 rows of data
    My target has - no rows.
    both source and target are oracle, and i used Ikm: sql to oracle and IKM: sql control append and oracle incremental update
    but still it was unable to load the data.
    In the operator window, i was able to view that data have been loaded. - in step 3.
    But in step 6 - integration - insert new rows showing error.
    The Return code of error : 4098
    Message: ora-04098: trigger is invalid and failed revalidation.
    Even, when i tried using toad to enter the data into target database manually by writing query. It was showing same error for me.
    Is the issue is with ODI or with Oracle database ?
    Is there any method to resolve the issue ? How do we handle triggers in ODI ?
    Thanks in advance,
    Raj.

    Nobody would know the answer to your question.
    Yes you can drop the trigger. You can also drop the table too. And there will be no need to create an interface or move data.
    Sorry, I am being sarcastic here.
    We will not know if that trigger is needed or not. Maybe it belongs to an ERP app that is maintaining some business rules or its an OBIEE staging area and needs trigger to validate data. Who knows.
    You should ask your administrator as to why the trigger is invalid. What is the use of the trigger. Try to find out the source of the problem.
    You should not simply drop the trigger.

  • Template Builder error(unable to load data)

    Hi All.
    When I try to load xml data into my document the template builder throws up the follwoing error
    The macro cannot be found or has been disabled because of you macro security settings
    This message can appear if:
    The macro was deleted from the template.
    The template was not loaded or referenced in the Templates and Add-ins command.
    The macro was turned off by the macro security settings of your system.
    If the macro security settings are not allowing the macro to run, you should confirm the origin of the macro to be sure it can be trusted (contact the developer or the source for the macro). You can temporarily lower your macro security level to Medium, close the file, and then re-open it and enable each of the macros that you want to run. If you do change your macro security settings, be sure to raise them again after you accept the macro or trust the template the macro is stored in (usually requires copying the template to the same folder as other trusted templates).
    If the macro is not accessible because the template is not loaded, click Tools | Templates and Add-ins and browse to the template and click either Attach or Add. If the macro is not in the template, you may need to copy the macro from one template to another. Click the Organizer button at the bottom of the Templates and Add-ins dialog to start the Organizer utility.
    More information about this error message online. The macro setting in my document was set to medium.
    Tool-->>macro-->>security under security level tab it is medium.
    I followed all the steps mentioned in Tim's blog..but it didn't help any..
    http://blogs.oracle.com/xmlpublisher/2009/04/template_builder_woes_1.html
    Under tools-->>templates and addins---->>TemplateBuilder.dot was checked already
    MS word ver 2003
    BI Pub Desktop ver 10.1.3.3 aslo tried the new version 10.1.3.4
    Thanks in adance..

    Never mind..!
    Re-installed Microsoft Office and everything is back and working fine.

  • Error in flatfile load - date not compliant with user date settings

    Hi,
    I want to load a flatfile into BI 2004s.
    so i created a flatfile datasrource, transformation etcetc.. all fine so far.
    the file contains 2 dates in format YYYYMMDD and are loaded in DATS infoobjects (also yyyymmdd).
    but when i load the data into the PSA it immediatly dumps with error message "19771009 does not match the user-dependent date format --> long text"
    the long text sais 19771009 does not correspond to the date format that is assigned to the current user BIWREMOTE. which is correct.. cos there date is DD-MM-YYYY
    when i change the date format in the user settings to YYYY-MM-DD it works fine...... in the forground. In the background,whatever i do, it dumps with this errormessage.
    so i have 2 questions:
    since when is, while loading to the PSA, the date format linked&checked with the date format in the user setting? i cannot recall ever having this issue.
    did anyone encounter this problems.
    grtz
    rogier

    Hi ,Ronald Silberst,R. Poelmann,
    I am facing similar kind of problem, Could u please tell me how you overcome this problem. How to set and adding the RSDAT convesion routine into the datasource definition.
    Appreciate your help . Can any one have some idea please share.
    Regards
    Ramesh

  • Error:UNCAUGHT_EXCEPTION while loading data with exception  CX_RSR_X_MESSAG

    Hi,
    Ours is a fresh installation..
    When i am loading for the first time till PSA it is successful..
    As HR data sources are 3.5 datasources, i am loading cube via infopackage..
    When i start the load to cube it is giving me dump with exception CX_RSR_X_MESSAG.
    i checked note  615389 which talks about "buffering of number range object BIM9999998".  the 0REQID is not buffered, but it does not throw any error msg in RSRV to correct the error..
    and one more note 1157796 which talks about patches with version BI 7.0.
    Now we are in BI 730 with heighest level 0005.
    Not sure how to solve this error
    Any ideas?

    S Simran wrote:
    Hi,
    >
    > Ours is a fresh installation..
    >
    > When i am loading for the first time till PSA it is successful..
    >
    > As HR data sources are 3.5 datasources, i am loading cube via infopackage..
    >
    > When i start the load to cube it is giving me dump with exception CX_RSR_X_MESSAG.
    >
    > i checked note  615389 which talks about "buffering of number range object BIM9999998".  the 0REQID is not buffered, but it does not throw any error msg in RSRV to correct the error..
    >
    > and one more note 1157796 which talks about patches with version BI 7.0.
    >
    > Now we are in BI 730 with heighest level 0005.
    >
    > Not sure how to solve this error
    >
    > Any ideas?
    What's your SP? Are you having any master data updates left unattended? Check the Master data objects, check the flows. Related SAP Notes : 914304 / Check 967202(SP10) and 998673(SP11), 1157796, 763203 and 615389
    Edited by: Arun Bala G on Feb 12, 2012 9:50 PM

  • Error Occures while loading data from Source system to Target ODS

    Hi..
    I started loading Records From source system to target ODS.while i running the job i got the following errors.
    Record 18211 :ERROR IN HOLIDAY_GET 20011114 00000000
    Record 18212 :ERROR IN HOLIDAY_GET 20011114 00000000
    sp Please help me in these following Errors..
    Thanks in advance,

    Hello
    How r u ?
    I think this problem is at the ODS level, ZCAM_O04 is ur ODS Name.
    Could u check the ODS Settings, and the Unique Data Records is Checked or Not ?
    Best Regards....
    Sankar Kumar
    +91 98403 47141

  • Error when i loading data

    Hi,
      when i load the 3.x master data text throgh infopackage to PSA i got error as <b>Caller 09 contains an error message</b>.
    The detailed messages--
    <b> Diagnosis
         In the source system, there is no transfer structure available for
         InfoSource 0STOR_LOC_TEXT .
    System Response
         The data transfer is terminated.
    Procedure
         In the Administrator Workbench, regenerate from this source system the
         transfer structure for InfoSource 0STOR_LOC_TEXT .</b>
    Please urgent..
    Thanks in Advance

    Hi,
    Thanks for quick response..
    now i am not gettng above error for 0plant_attr, another error arises after DTP
    in details tab it shows as
    <b>Exceptions in Substep: Extraction Completed</b>
    is shows program as
    <b>method raise_step_failed_callstack.
      types: begin of lty_s_callstack,
               mainprogram like sy-repid,
               include     like sy-repid,
               line        type i,
               eventtype   type dbglevtype,
               event       type dbglevent,
               flag_system type c length 1,
             end of lty_s_callstack.
      data: l_t_mycallstack type table of lty_s_callstack.
      data: l_s_mycallstack type lty_s_callstack.
      call 'ABAP_CALLSTACK' id 'DEPTH'     field 99
                            id 'CALLSTACK' field l_t_mycallstack. "#EC CI_CCALL
      data: l_s_callstack type abap_callstack_line,
            l_t_callstack type abap_callstack.
      loop at l_t_mycallstack into l_s_mycallstack from 2.
        move-corresponding l_s_mycallstack to l_s_callstack.
        append l_s_callstack to l_t_callstack.
      endloop.
      raise exception type cx_rs_step_failed
        exporting
          textid = i_textid
          previous = i_previous
          object = i_object
          key    = i_key
          steptext = i_steptext
          t_callstack = l_t_callstack.
    endmethod.</b>
    how can i rectify the error

Maybe you are looking for