Infopackage transfort error

Hi
When I transport my infopackage, I get the error
I wonder why I can't transport infopackage from development to production.
DTP and Datasource, Infoobject, Cube, Transformation have no problem transport from development to production.
I have set up 1) Conversion of logical  system name and 2) Assign of source system to source system ID under the "Tool" menu in T-Code, RSA1.
Apply support package.
  - SAP_ABA
     SAPKA70001 ~ SAPKA70014
     SAPKA70101 ~ SAPKA70106
  - SAP_BASIS
     SAPKB70001 ~ SAPKB70014
     SAPKB70101 ~ SAPKB70106    
  - SAP_BW
     SAPKW70001 ~ SAPKW70016
     SAPKW70101 ~ SAPKW70106         
The error message says,
   Execution of programs after import (XPRA)
   Transport request   : CBDK900208
   System              : CBP
   tp path             : tp
   Version and release: 372.04.71 701
   Post-import methods for change/transport request: CBDK900208
      on the application server: SAKOR009
   Post-import method RS_AFTER_IMPORT started for ISIP L, date and time: 20101014135150
   Start of the after-import method RS_ISIP_AFTER_IMPORT for object type(s) ISIP (활성화 모드)
   Source system CSDCLNT530 does not exist; InfoPackage ZPAK_D8YXWHW7B2D1NOMYCUUZ25LCD deleted
   End of after import methode RS_ISIP_AFTER_IMPORT (활성화 모드) - runtime: 00:00:00
   Start of the after-import method RS_ISIP_AFTER_IMPORT for object type(s) ISIP (모드삭제)
   End of after import methode RS_ISIP_AFTER_IMPORT (모드삭제) - runtime: 00:00:00
   Errors occurred during post-handling RS_AFTER_IMPORT for ISIP L
   RS_AFTER_IMPORT belongs to package RS
   The errors affect the following components:
      BW-WHM (Warehouse Management)
   Post-import method RS_AFTER_IMPORT completed for ISIP L, date and time: 20101014135150
   Post-import methods of change/transport request CBDK900208 completed
        Start of subsequent processing ... 20101014135150
        End of subsequent processing... 20101014135150
   Execute reports for change/transport request: CBDK900208
      on the application server: SAKOR009
   Reports for change/transport request CBDK900208 have been executed
        Start of................ 20101014135150
        End of.................. 20101014135150
   Execution of programs after import (XPRA)
   End date and time : 20101014135150
   Ended with return code:  ===> 8 <===

Hello,
The transport errors you are getting normally happen when there is a problem
with mappings of the source system and BW. 
Please check this mapping in table RSLOGSYSMAP.                                                                               
If there are incorrect entries, you can correct them via:                                                
RSA1 -> Tools -> conversion of logical system names.                                                                               
Please see also the following information:
According to the recommendation in SAP note 910393, never assign different  
LOGSYSORG to the same LOGSYSNEW.
There should be a maximum of 1 LOGSYSORG for each LOGSYSNEW.          
Please double check this note for details.
Hope this information helps
Best Regards
Barry

Similar Messages

  • Error in Infopackage- retrieve error data

    Hello experts,
    During execution of infopackage to extract data from ECC i had this error : "Error in codepage mapping for source system" read some thread i understand there was some idoc in error therefore i found the problem in BD87 in source system and i have processed my idocs correctly.
    NOW: i have again in the log my infopackage in error and after this execution i have many other executions correct so the delta extraction, after that problem, contunue in right way.
    My question is: how can i manage the data that went in error? the infopackage with error extract 2400 record where are these record?how can i retrieve these records?
    thanks
    kind regards
    Boris

    Hi,
    After you processed your Idocs in BD87, your subsequent loads went successful. So, now there is no Idocs problem as such.
    For your missing records, run a  Repair Full load by specifying the data selection. Then it will bring all the missed records.
    Regards,
    Suman

  • Infopackage Loading error - The file is not open

    Hi Experts,
    I have an issue in my process chain. When the loading starts from deleting the psa contents then the infopackages - this is where the error starts. Infopackage source is 'Load Text-Type File from Application Server'. The error only says:
    - Errors in source system
    - The file 'path and filename.csv' is not open
    There are 10 infopackages to load and they're getting the files from AL11. I had successful run of the process chain before, but now it's always an error. Manual loading of the infopackages is fine, but once they ran in the process chain - always an error. Anyone encountered this type of issue? Can't seem to figure out what the cause is.
    Thanks in advance!
    -jay

    Hi,
    I have sometimes an error when I'm loading from frontend
    => the file is open in notepad or ms excel.
    Have you the same on the application server?
    => Ask your admin to check this.
    Or, have you now an other filename? UNIX server?
    => check upper and lower case.
    Do you see the file in AL11. Can you open it there?
    Sven

  • Infopackage deleted - error in process chain

    Helle experts,
    I have a problem in process chain.
    Today the log advices an error because an Infopackage (that is used in the chain) was deleted yesterday; in fact, in the chain there is an other name for the Infopackage (first question: is this automatically generated?).
    It seems that none deleted it.
    Can you help me, please?
    It's urgent
    I think that the problem can be resolved with the creation of a new Infopackage with the same features of the precedent, but I don't understand the cause of the problem.
    Thanks,
    regards, Vito

    Hi,
    you can check in the log what went wrong for this InfoPackage: transaction SLG1, object RSSM, subobject SDL, external ID = *.
    What kind of name do you have in your chain? Is it a generated name or a name one of you typed for the IPack.
    In a chain some of the packages are generated automatically depending on the process you drag in your chain.
    Creating a new IPack with the same name would work I think, if the package in your chain is not a generated one. If it is a generated IPack, then create a new IPack and drag it in your chain.
    Hope this helps,
    Olivier.

  • Infopackage routine error

    HI experts
    My datasource is an external datasource. I want to load only those records with the field 'FECULMOD' like sysdate
    To do this I have written an ABAP routine in my Infopackage with the code below:
    <i>DATA: va_maxdat LIKE /BIC/ADSPX_0100-/BIC/TDPXMOD.
    data: l_idx like sy-tabix.
    read table l_t_range with key
         fieldname = 'FECULMOD'.
    l_idx = sy-tabix.
    SELECT SINGLE /BIC/TDPXMOD
    INTO va_maxdat
    FROM /BIC/ADSPX_0100
    WHERE /BIC/CHPXTDATM = 'MARG_ART'.
    l_t_range-SIGN = 'I'.
    l_t_range-OPTION = 'GT'.
    l_t_range-LOW = va_maxdat.
    APPEND l_t_range.
    modify l_t_range index l_idx.
    p_subrc = 0.</i>
    My SELECT instruction returns values less than sysdate.
    When I execute my IP, I got a dump with this message:
    For the field FECULMOD, any selection with SIGN 'I', OPTION 'GT' is not autorised
    Can anybody help me please.
    Thank

    Hi Eric,
    you need to specify a upper limit ( high value of 9991231) and use BT as the option. That is what is possible in an infopackage. There is no option available to select for <, >, <=, >=, *. It is only = or bt for a specific value or a range.
    regards
    Siggi

  • "URGENT"Infopackage load error in process chian after upgrade

    Hi Gurus,
                   We have a strange issue in one of the process chain after upgrade from 3.5 to NW 2004s. In a process chain we have 5 info packages, 3 in parallel as they load data in 3 different cubes and 2 in series after successful completion of info packages on top.
    Now the process chain shows red info package with error message “ Last delta upload not yet completed. Cancel”
    When we check the RSMO, we find all the 3 loads on top finish successfully while in process chain log display as error at info package with above error message and process chain never advances. Actually loads finish successfully but process chain shows error in info package.
    When we investigated further, the request ID in failed info package in process chain shows different ID which never loaded in cube but data load takes place successfully using different request ID(checked in RSMO and request in cube).
    I suppose the process chain trigger the info package load twice simultaneously, one load get successful and second load request failed in log as first one is running…this is my guess…
    Please help me as this is an urgent issue.
    Regards,
    Anil

    Hi All,
    We fond the root cause of the error message. Actually when we trigger the process chain, the info packages loads get triggered twice after an interval or around 2 minutes.
    Here if zero records are loaded then second request ( after 2 min) get loaded too with zero records but if first request is loading some records then second request will find the data load still running and will throw error as last delta still not finished.
    Have you seen this scenario before?
    Regards,
    Anil

  • Error in Flat file loading with different units

    Hi Gurus,
    I have Quantity and its unit (say CS, DZ and KG etc...) fields in source system. when i transfered into psa using infopackage the error was shown as The error in unit CS is not mentioned in English.
    Could you please tell me what have to do for solving the problem.
    Thanks
    Shrinu

    Hi,
    Sorry, I couldn't understand your answer. I have problem with transaction data not the masterdata. could you please expand your answer as iam bit new to these problems.
    Points will be awarded for your reply.
    Thanks
    Shrinu

  • IDOC'S error

    Hi GURUS:
    I got the following error when loading selection criteria from flat file thru Infopackage.
    Error 26 - related to IDOC'S
    Pls suggest ...
    Thanks & Regards

    Hi AHP:
    Yes - is it got to do with the file size ?...lots of records - more than 8k
    Thanks

  • Syntax error while loading hierarchy from an external file

    Dear Expert:
    I am new to BW and I met a problem today while loading hierarchy from an external file. Actually I am following below article to load the hierarchy:
    /people/prakash.bagali/blog/2006/02/07/hierarchy-upload-from-flat-files
    When I schedule the infopackage, the error message says: "Syntax error in template RSTMPL9C, ROW 76". Actually there is only around 20 lines of records.
    Since I am not familiar with hierarchy load, so:
    1. while loading from external file, do I need to create one hierarchy in advance  through "Maintain Hierarchies" in the infoobject? My understanding is since I can load that hierarchy from file, so I do not need to create one in advance, once the load completed, the hierarchy should automatically generated there. Is my understanding correct?
    2. Before loading the hierarchy, do I need to load the master data of external characteristics in the hierarchy first? Here in my example, the sales hierarchy has 2 external characteritics (Country and region) in the hierarchy. Do I need to load some data first?
    3. My 'Preview' function in the infopackage is gray so that I can not test the data loading. Why is it gray?
    Information like file name, file dir, file type(csv), seperator should be correct there.
    Can anybody help me take a look into that? Many thanks for your time in advance!
    Tim

    Hi ctsiszidane:
    There are some other SAP Notes that can help you solve the problem.  Depending on your Support Package level check which of them is applicable.
    Note 659461 - RSAR 682: Syntax error in template RSTMPL9A, row 246
    Note 605690 - Escape characters are not processed correctly
    Note 620152 - Syntax error in RSTMPL9A during data loading from a file
    Regards,
    Francisco Milán.

  • Duplicate record error

    Hi,
    I am using a ODS as source to update the master data infoobject with flexible update. The issue is in spit of using option ONLY PSA ( Update subsequently in data target ) in the infopackage with error handling enabled, I am getting Duplicate record error. This happens only when I am updating through process chain. If I run it manually, the error doesn't comes. Plz let me know the reason.
    Thanks

    Hi Maneesh,
    As we r loading from ODS to info object we dont get the option "don't update duplicate records if exists"
    first did u checked any duplicate records found in PSA?? if so delete them from PSA.
    or one option is enable error handling in infopackage.
    or
    check any incosistencies for infoobject in RSRV and if found repair it and load again. check the inconsistencies for P,X,Y tables and for the complete object also.
    *assign points if helpfull*
    KS

  • Error in Info package using BI 7, nw2004s

    Hi BW Gurus,
    I had problem in creating Infopackage.  Error messages are:
    Transfer (IDocs and TRFC): Errors occurred
    Request IDoc : Application document not posted
    please help is solving this.
    Ravi

    have you checked we02 or bd87 for IDOC Types in error status? (like Basic Type RSREQUST)
    please also checkout SM58 for tRFC errors
    Edited by: Nesimi Buelbuel on Nov 4, 2008 6:00 PM

  • Process Chain : Read PSA and Update Data Target in BI 7.0

    Hello Experts,
    In my Process Chain I have a variant Execute Infopackage to load the data only into PSA. then I have next variant as *Read PSA and Update Data Target*. my data target was a Master Data table Hierarchy
    In the variant " Read PSA and Update Data Target". the selection Parameters were
    PSA.Table : 0GLACCEXT_T011_HIER_BA1
    Selection Object Type : same Infopackage in Varaint Execute Infopackage
    the Error message was Variant doesnot contain a valid combination request/data target
    I checked the PSA-Table using RSA1OLD Transaction then I find four PSA Tables:
    0GLACCEXT_T011_HIER_BA1
    0GLACCEXT_T011_HIER_BA2
    0GLACCEXT_T011_HIER_BA3
    0GLACCEXT_T011_HIER_BA4
    All the requests are linked to PSA Table *0GLACCEXT_T011_HIER_BA4*.
    I can't understand why there exists four PSA Tables?
    I try to link the PSA-table 0GLACCEXT_T011_HIER_BA4 in the variant *Read PSA and Update Data Target and try to save it it raises short dump.
    If I select 0GLACCEXT_T011_HIER_BA1 in the varaint I shouldn't face any problems.?
    but the process chain raises an Error message Variant doesnot contain a valid combination request/data target with this variant.
    How shall I handle this issue?
    Please carify me the issues as soon as possible.
    thanks in advance
    Regards
    sailekha

    Hello,
    In the Variant Read PSA and Update Data Target I have to select  the PSA Tabelle Name from the preselection list in the System it shows me all the four PSA Tables that I mentioned.
    I can select any one of them. So I trieed with all the four PSA Tables in the list but I can selct only the XXXX......BA1 table  then only I can save and  include it in the PC. If I select the remaining tables BA2, BA3, BA4.........while I try to save the Variant it raises short dump.
    I checked the PSA using the Transaction  RSA1OLD under PSA...... I find 4 PSA Tables( I don't know whether they are PSA Tables or not but in the Variant it states that they are PSA Tables) in which all the requests are attached to BA4. only.
    I observed that ony for Hierarchies I find four PSA tables for remaining one only one PSA table was available.
    I totally confused how to handle this situation. any suggestions......... please help me to resolve this problem.
    Thanks & Regards

  • How to loading the opening stock balance into Infocube 0IC_C03

    Dear Expers,
    I have referenced SDN a expert's documentation, but I canu2019t go on at page 10 .
    Check: How Tou2026 [Handle Inventory Management Scenarios in BW|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328]
    (1)original text:
    Loading the opening stock balance (InfoSource 2LIS_03_BX) into InfoCube
    0IC_C03. In the InfoPackage, choose the upload mode u201CCreate opening balanceu201D
    (see screenshot).
    Question:
    How to find option that upload mode u201CCreate opening balanceu201D?
    i'm  use to customize infopackage.  i  can not use default infopackage, when i click the defualt infopackage, will error prompt: Data target '0DF_C07' removed from list of loadable targets; not loadable
    (2) I actived BI Contnet (0IC_C03), I seen that the data flow  as following:
    Datasource(2LIS_03_BX)->transformation->Infosource(2LIS_03_BX_TR)-> transformation->Infocube(0IC_C03)
    Datasource(2LIS_03_BF)->transformation->Infosource(2LIS_03_ BF TR)-> transformation->Infocube(0ICC03)
    Datasource(2LIS_03_UM)->transformation->Infosource(2LIS_03_UM TR)-> transformation->Infocube(0ICC03)
    Quesiton: I donu2019t  know whatu2019s version, neither like BW 7.X nor like BW 3.X,
    Why have infosource in BW 7.X, how to use infosource load data to target?
    Currently, I canu2019t create transfer rule and upate rule for this datasource & infosource.
    Do  I  need to create a  customize ODS?
    Thank you very much , if you will answer me above two questions.
    Best Regards
    Steve

    >
    stevezhuang wrote:
    > Dear Expers,
    >
    > I have referenced SDN a expert's documentation, but I canu2019t go on at page 10 .
    >
    > Check: How Tou2026 [Handle Inventory Management Scenarios in BW|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328]
    >
    > (1)original text:
    > Loading the opening stock balance (InfoSource 2LIS_03_BX) into InfoCube
    > 0IC_C03. In the InfoPackage, choose the upload mode u201CCreate opening balanceu201D
    > (see screenshot).
    >
    > Question:
    > How to find option that upload mode u201CCreate opening balanceu201D?
    >  i'm  use to customize infopackage.  i  can not use default infopackage, when i click the defualt infopackage, will error prompt: Data target '0DF_C07' removed from list of loadable targets; not loadable
    >
    >
    >
    > (2) I actived BI Contnet (0IC_C03), I seen that the data flow  as following:
    > Datasource(2LIS_03_BX)->transformation->Infosource(2LIS_03_BX_TR)-> transformation->Infocube(0IC_C03)
    >
    > Datasource(2LIS_03_BF)->transformation->Infosource(2LIS_03_ BF TR)-> transformation->Infocube(0ICC03)
    >
    > Datasource(2LIS_03_UM)->transformation->Infosource(2LIS_03_UM TR)-> transformation->Infocube(0ICC03)
    >
    > Quesiton: I donu2019t  know whatu2019s version, neither like BW 7.X nor like BW 3.X,
    > Why have infosource in BW 7.X, how to use infosource load data to target?
    > Currently, I canu2019t create transfer rule and upate rule for this datasource & infosource.
    > Do  I  need to create a  customize ODS?
    >
    >
    > Thank you very much , if you will answer me above two questions.
    >
    >
    > Best Regards
    > Steve
    You don't need to worry about 0DF_C07 as it was defence cube not activated during your Business Content Activaiton.
    YOu can create your own infopackage for 2LIS_03_BX and there will be option generate intial status.
    This loading will create your Opening Balance.
    you need to compress this with NO Marker UPDATE option unchecked(as you will have to update hte marker).
    After this load movements 2LIS_03_BF and reval 2LIS_03_UM. Compress this with NO MARKER UPDATE option checked.
    Regards,
    RK

  • Hierarchy selection does NOT show upper level

    Hi
    I am using BI 7.0 with SP 20 with WAD (No Bex Anl).
    I implemented Hierarchy of 0ORGUNIT and when I select a node in the middle
    of the Hier the reports starts with the Org from that point and it does
    not show the nodes above.
    How can I make it show all levels uppword?
    Thanks
    Edan
    Edited by: Edan99 on May 4, 2009 4:05 PM

    Hi Edan,
    I am facing problem while loading 0ORGUNIT Hirarchies. I saw in forum that you have loaded sucessfully.
    Error: InfoObject 0ORGUNIT in BW does not support any hierarchies
    when execute infopackage this error is getting.
    I am in BI 7.0 environment.
    Can you help to load 0ORGUNIT Hirarchies data. because of this no report is display Data.
    Regards
    Vijay.

  • I am loading hierarachy through flat file but facing problem

    i am loading hierarachy through flat file but facing problem  when creating infopackage  still error coming  please suggest  details what are steps followed

    Hi,
    Follow the steps:
         Hierachy through flat file
    &#61656;     First create a flat file save as in .CSV format. Then close the file.
    &#61656;       Create info area in info object then info object catalog opens then create it then info object screen opens then another screen opens were you will give data type, length then select option hierarchy tab, then select it simply select the check box with hierarchies.
    &#61656;        Select attribute tab in that name, age, address, phone then activate it then come back to the main screen then select characters right click a small screen open then select info object then a small screen opens then create sales region and activate it.
    &#61656;     Then return back to the main screen then click characters right click on it then a small window opens then select info object option & create sales office and activate it.
    &#61656;     Then return to the main screen then select characters then the ID then the double click on it  then the other screen opens select hierarchy tab then select external chars in hierarchies then click on it then other screen opens then select find tab then give the sales region info object name and click continue then it finds the name.
    &#61656;     The name would be scroll on the other screen then the office should be find the same way as region then office would be scroll on the other screen then continue and activate it.
    &#61656;     Then come back to the main screen then go to info source option then it opens then create application component then it opens other screen then click continue it
    &#61656;     Then  create info source for master data then select  direct update option there give the name of the info object of  as ex; YID_AS2 then click  continue.
    &#61656;     Then the YID_AS@ could be seen in the main screen then right click on it. Then a small option opens then click assign data source option then other screen opens there it gives the empty space double click on it then PC file then click continue then another window opens click continue then again screen opens click continue again a pop up screen opens click continue.
    &#61656;     Then another screen opens there the attribute data source then activate it then select hierarchy activate it then the left side data structure/ hierarchy then click on it then it opens another screen then click hire maintenance button .
    &#61656;     Then give the hierarchy name (your wish) then go with continue then yes then save then go back to the main screen.
    &#61656;     Then maintain the flat file as node id, info object, node name, link name, parent no.
    &#61656;     Then info package creation then click on the flat file right clicks on it then a other screen opens then select attribute data source and then continue.
    &#61656;        Then other screen opens then select external data tab in .CSV then click 1 the enter preview then another screen opens then click then it shows the preview then schedule then start then monitor click on it  then it opens other screen then click on the master data then we can see the data then go back to the  main screen.
    &#61656;     Then select the flat file right click on it then it gives other screen then select hierarchy in that then click continue then it opens other screen then select hierarchy selection tab there you can see the file name then select the button of hierarchy.
    &#61656;     Then select External data then the file name in CSV then processing tab only psa option with update subsequently in data targets then the update it schedule start then the monitor then go to the main screen.
    &#61656;     Then go to info object then select the file id which you have given then double click on it then select hierarchy or text file then the contents then execute it.
    &#61656;     Create a transaction table , cube in a normal way. We can see the result in reports we have to give the hierarchy name in the properties of rows where we drag the characteristics id then we can see the records which we have entered man usally after executing the report.
    regards
    ashwin

Maybe you are looking for

  • Time Machine stops backing up in the middle of preparing items

    Note: As it may soon become clear, I'm not all that computer literate (i.e. many of the solutions I've read here for problems similar to mine tend to leave my head spinning), so please be as patient & as simple as possible in answering. My Intel MacB

  • Type com.sap.xss.ser.xssmenu.model.types.P_Pernr does not exist

    Hi there, same Thread I post in "Portal Developement". Now I try my luck in ths category... we implement ESS (ERP2004 with WebDynpros) in our testsystem, but we got an error and don´t know what to do... System Landscape: - mySAP Enterprise Portal 6.0

  • BAPI's in SAP SRM Module

    Hi SAP Gurus,      Please provide me the list of BAPI's with its descriptions for SAP SRM module. regards, George.

  • Forms end-user guide

    Hi, Does anyone know if there is an end-user guide for webforms anywhere? I am looking for something that describes how the user-interface works and also features such as how an end-user can do a query-by-example. Thanks, Pierre.

  • Did setIgnoringElementContentWhitespace quit working in 1.6?!  Is it a bug?

    I'm desperate for some help here. I know it looks like a long post but it really isn't. Basically, I have some code that works find in 1.5 but now is broken in 1.6. Here is the code (error handling, etc. has been removed): File schemaFile = new File(