Problem when transporting datasource

Hi!
I want to transport datasource 8ZC_PRCUSTM and 8ZC_PRCUSTT and but i have a return code 8 with these messages:
<i>Extract structure /BIC/CE8ZC_PRCUSTM is not active
The extract structure /BIC/CE8ZC_PRCUSTM of the DataSource 8ZC_PRCUSTM is invalid
Extract structure /BIC/CE8ZC_PRCUSTT is not active
The extract structure /BIC/CE8ZC_PRCUSTT of the DataSource 8ZC_PRCUSTT is invalid
Errors occurred during post-handling RSA2_DSOURCE_AFTER_IMPORT for OSOA L
The errors affect the following components:
    BC-BW (BW Service API)</i>
I try to solve it myself but i found nothing that's why i ask you some help.
I don't understand the first error since when i double-click on the datasource in rsa6 and then in the extract structure i see the status active. I try to replicate the datasource. Then i did the transport again but i have still thes messages.
Can you help me please?
Thanks by advance,

hi Laurent,
8ZC_PRCUSTM and 8ZC_PRCUSTT are datasources generated by system when we do generate export datasource for infoobject,
the flag indicates that characteristic has export datasource,
normally generate export datasources are not transported but done in target system, for infoobject you can try rsa1->infosource->find your characteristic ZC_PRCUST, and right click 'generate export datasource'
(do replicate datasource from bw myself source system if necessary)
hope this helps.

Similar Messages

  • Problem when extracting DataSource 0PAYSCALELV_ATTR from R/3 ECC6 to BW 3.5

    We have recently begun upgrading to ECC6.0 from 4.7.  We are still using BW 3.5.  After upgrading our Sandbox to ECC6.0, we found a problem when extracting Pay scale level attributes using DataSource 0PAYSCALELV_ATTR.  For some reason the table values are being multiplied by 26 by the extractor, which was not happening in 4.7.  Therefore in our BW system, these employees salaries are being calculated incorrectly because the hourly rate coming from R/3 is already wrong.  Please help!
    Kim Huskey
    Tarrant County IT
    CCC - SAP Support

    Hi Surendhar,
        Did you try to check the connection b/w ypur source system and the target system?
    You can do it by executing T.Code RSA1-> Select Source Systems-> Right click your source system-> Check.
    Also, pls check ST22 for any short dumps and SM21 for system logs.
    Hope it helps!!!!
    Amit
    Message was edited by: Amit

  • Problems when transporting from DEV to PROD

    Hi experts, I have problem during transport from DEV to Production.
    We have a  DEV, QAS and PRODUCTION and we have transport from DEV to QAS very well. But when we transport from DEV to PROD, recibe an error  like:
    After beginning the import method RS_IOBC_AFTER_IMPORT for Objects types IOBC mode (activation)
      Failed to verify catalog InfoObjetos ZCM_UNIMET_CHA01
      The InfoObjeto ZCM_RENC version does not exist in active
      The InfoObjeto ZCM_RENM version does not exist in active
    1.The Query is: Wy if the transport go OK from DE to QAS, then The transport from DEV to PROD terminated in error?.
    2. There are any items to check in production before to transport?.
    PD: All of the Objects in DEV are in ACTIVE status
    Tanks,
    Ramon Sulvaran

    The transport ended in QAS with error code (4) and ended in Producion with error code (8), the detal of the error in Production begin with:
    Home After import RS_ODSO_AFTER_IMPORT method for type (s) ODSO object (trigger mode)
    Activation of DataStore objects of type Object
    Check DataStore objects of type Object
    DataStore Object Verification ZCM_DS01
    The DataStore object is consistent ZCM_DS01
    Burning the DataStore objects of type Object
    Internal activation (DataStore Object)
    Pretreatment / Creating DDIC objects to DataStore Object ZCM_DS01
    Table / View / BIC/AZCM_DS0100 (type 0) DataStore object recorded ZCM_DS01
    Create / Delete the indexes for the active table
    Table / View / BIC/AZCM_DS0140 (type 4) recorded ZCM_DS01 DataStore object
    Type of table / BIC/WAZCM_DS0100 recorded
    Table / View / BIC/VZCM_DS012 (type VIEW) recorded ZCM_DS01 DataStore object
    Log ZCM_DS01 DataStore object changes was recorded successfully
    Writing Object Catalog entries (Tadiran)
    He has written the object TABL / BIC/AZCM_DS0100 in catálgo objects (Tadiran)
    He has written the object TABL / BIC/AZCM_DS0140 in catálgo objects (Tadiran)
    He has written the object TABL / BIC/VZCM_DS012 in catálgo objects (Tadiran)
    He has written the object TTYP / BIC/WAZCM_DS0100 in catálgo objects (Tadiran)
    Activate all ABAP Dictionary objects (5):
    Error / Warning in progr.activación Dict., Detailed log> Detail
    Activate table / BIC/AZCM_DS0100.
    Lack of expansion to the category table
    Lack of extension category for include or subtype .......
    When i go to BW Production to check teh object. I see tha the Object was create but in inactive status (grey color). When y Try to Actiavate it y see the error:  Error/ Warning in program Activation Dcit. Detailed Log -> Detail

  • Problem when transporting data model

    Hi,
    I currently have a problem when I send my transport to Q/A.  I cann see the info objects that I am sending.  I have replicated and refresehd the tree but no info objects are shown.  I have created the transport by including the info object catalogs in process before.  Does anybody have any ideas?
    thanks.

    Hi,
    This is the message I get back from the transports:
       Activate inactive runtime objects        25.04.2008 16:09:44    (0) Successfully Completed
       Activate inactive runtime objects        25.04.2008 16:19:36    (0) Successfully Completed
       Activate inactive runtime objects        25.04.2008 16:21:28    (0) Successfully Complet
    So you think I should transport the info object first , and then the catalogs.  What i've noticed is that when I check my data sources for my source system, the proper characteristics cannot be found and my transfer rules cannot automatically be activated.
    Let me know what you think.
    thanks

  • Problem when transporting form from DEV system to PRODUCTION system

    Hi Experts,
    We are developing forms in ABAP, for example there is a form developed in dev system and this form has JS coding in some UI elements events like initialize, on change and on exit; also has one script object defined as variable. this script object has some functions defined in order to do some common validations and field specific ones too.
    The form in DEV work fine, all the functions calling, all the validations and the events are working properly as expected. But there is a problem when we moved the changes done in development system into production system. Specifically the script object has the problem: even though the coding is the same in both systems, in production system we had an script error: "Body.CATALOGPARAMS has no properties", as if the Body.CATALOGPARAMS was never instanciated, or it is not defined...
    The code that produces this error is the following:
    var itemCount = 0;
    itemCount = Body.CATALOGPARAMS.DATA.instanceManager.count;
    CATALOGPARAMS is table defined as context table coming from an ABAP FM where is filled and passed into the form.
    In order to fix this problem I changed that part for the following
    var itemCount = 0;
    var catalogTable = null;
    catalogTable = xfa.resolveNode("Body.CATALOGPARAMS.DATA");
    itemCount = catalogTable.instanceManager.count;
    This still works as fine as the other in DEV system. But my question is: will I have the same problem when we transport the changes to production system, you have to know that a transport is not something that you can do every day, so I am taking precautions before the transport. Which of both coding is the best for doing this?
    Any observations, comments, questions in order to clarify some points are welcome, so please do it.
    In advance, thanks a lot.
    Mauricio.-
    Edited by: Mauricio Poblete on May 11, 2010 4:20 PM

    As always, you are the first one to reply... thanks for that!
    before everything, I activated the form, then I added this form to a new transport using se80 transaction: I navigated through the form objects and I added the form to a new transport by second click on the form -> other functions -> write transport entry. is this the correct way to assign a transport package with the entire form (including script objects, layouts, and all you told in the last reply)??
    Can you give me a guide on how-to add the specific parts to the same transport for forms?
    as always, thanks in advance.
    Mauricio.-

  • Migration: Problem when migrating DataSource

    Hi,
    I'm trying to migrate an infocube from 3.x to 7.0, I created transformation and infosource ZIS_SS_TD_MG. When i'm trying to migrate DataSource then error displaying as
    " Activation of Objects with Type DataSource "
    Errors:
    The data object "L_S_DATA_APPL_0001" does not have a component called "".
    Code line has errors: "            cuky               = l_s_data_appl_0001-"
    Syntax error in routine "convert_line_0001 ", line 507 of generated program"
    Error when activating DataSource IS_SS_TD                      I_EXTERN
    Warnings:
    Field /BIC/SMID_SS ( Position 1 ): Only internal format can be selected if character PSA
    Field /BIC/PQTY_SS ( Position 2 ): Only internal format can be selected if character PSA
    Field /BIC/SALES_S_S ( Position 3 ): Only internal format can be selected if character PSA
    Field /BIC/PROFIT_SS ( Position 4 ): Only internal format can be selected if character PSA
    Field /BIC/SALES_S_S ( Position 3 ): Missing reference to currency field/unit field
    Field /BIC/PROFIT_SS ( Position 4 ): Missing reference to currency field/unit field
    Please help me to solve
    Thanks

    Hi,
    This is probably because you have a key figure with fixed currency, instead of having a reference currency for your key figure. The system tries to generate programs(subroutines/include program) and get the reference currency field but fails, so that syntax error happens for the generated program.
    Haifeng

  • Problem when transporting

    Hi experts,
    I am triyng to transport a ods with data flow before and after.
    I have defined The conversion of logical system names like this:
    HRDCLNT100     HRICLNT200     HR Integracion MANDT 200
    But when I transport, i look at the quality system and I see that the ODS and InfoObjects have been created but there are no infopackages or infosource assignation. I have selected it when transporting. All is Bcontent Objects and I have used Transpors option in RSA1, putting all in a Workbech and customizing order and transporting them
    i have already transported the infosources from D to Q system on R3 source Systems and replicated it in both BW systems.
    Hat am i doing wrong?
    Thanks!!

    Hi
    check the Import request, If the Info Source / Info Package is not transported, which means that you have no proper connectivity between the systems ... Try to see the Source system connectivty again with the help of BASIS Team.
    Try to Re export all the dependent process/objects again.
    Transport tips doc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3010ba90-0201-0010-2896-e58547c6757e
    sap help
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0b/5ee7377a98c17fe10000009b38f842/frameset.htm
    others
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e883de94-0501-0010-7d95-de5ffa503a86
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b5/1d733b73a8f706e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/57/38e1824eb711d182bf0000e829fbfe/frameset.htm
    Hope it helps and clear

  • Problem when transport in GP

    Hi!
    I have a doubt when doing the transport in GP, i'm generate a SDA file with all the GP process from DEV system for import in QAS system, the problem is when I finish succefully the import in SDM, i'll go to QAS system -> Guided Procedures -> and in the folders view and I have the folder only but without any process, callable object, lock, action. It´s empty.. So I go to Manage-> Manage Imported Objects but it´s the same.. there is only the folder that i've imported but without anything inside, it´s so weird because i have do it over 3 times and always do the same thing.
    If you can help me I really appreciated.
    Regards, Ignacio.

    Hi Pratik thanks for the answer and yes I will take part of the process for the export and action, lock, callable object one by one too and isn´t transporting, only creates the folder but without all the content.
    But yesterday i've transported but creating a new folder name and copying all the content of the original folder (i.e A) into the new folder (i.e B) (in DEV system) then transport the new folder (i.e B) to QAs system and later i've created manually the folder with the same name of the original (i.e A) that i have in DEV system and move all the content from the new folder (i.e B) to the original folder (i.e A) and this was succesfull in QAs system.
    The problem now is with the original folder that i manually create (i.e. A), I don´t know why, but when I run the VC model that calls the GP process always before start it´s asking me for the process file and if navigate manually through the folders and select the process it runs fine but can´t run automatically without navigate it´s alwalys asking me for the process file, i try with open the process and then activate but no changes.
    I hope you can understand me..
    Thanks!
    Regards, Ignacio.
    Edited by: Ignacio Taboas on May 8, 2009 11:15 AM

  • Config problem when transport

    Hi Experts,
    I created a Z output type in NACE in Dev system 200 client. and with this i create a process code to for my inbound IDOC partner profile. Along with this we created IDOC segments and other stuff. Now after transport I am not getting these changes reflected in TST System
    How can we confirm about thr TR request number in whic TR the changes saved.
    I think the possible problems are:
    1. May be saved in any other TR or
    2. Because of config changes are done in 200 client instead of 100 client.
    I have no idea about config related things.
    Can anyone please tell me about the problem and its solution
    Regards,
    Nik

    Hi John,
    Thanks for your reply. The thing is,
    I dont remember, when i created the Process code for inbound IDOC did it asked for the TR, ya it must ask, but i forget the TR number. Can you please help me how to get which TR it is saved. Also the thing is when i treed creating new Process Code it is not asking me any TR. So the Posibilities i think may be it dont ask for the TR or a TR is not Transported thats y it is not asking me for the new TR.
    In menu i am not getting any button which tell me about the TR in which the process code saved.
    For NACE issue, i am bit confused regarding the client. Can u please explain me to add an output type in NACE, which client i have to use (100 client ?).For a new output type I used the cleint i usually work on i.e 200. and things are working fine in DEV, But when i transported all my requests to TST server, i am not able to see the output type there in TST system.
    DO I NEED TO DO BOTH THINGS PROCESS CODE & NACE IN CONFIG CLIENT ??
    Regards,
    Nik

  • Error when transporting datasource and transformation from DEV to QA

    I'm attempting to transport a DataSource that was converted to 7.0 from 3.x along with its transformation to QA I receive the following log error. I've most post in regards to very similar errors but nothing showing 'Errors occurred during post-handling RS_AFTER_IMPORT for RSDS L' what is this?
    Start of the after-import method RS_TRFN_AFTER_IMPORT for object type(s) TRFN (Activation Mode)
    Activation of Objects with Type Transformation
    Checking Objects with Type Transformation
    Checking Transformation 0R526789C2X70Q5XBGCAQ0G3Y4Q7LV9A
    No rule exists
    Saving Objects with Type Transformation
    Start of the after-import method RS_TRFN_AFTER_IMPORT for object type(s) TRFN (Delete Mode)
    Start of the after-import method RS_RSDS_AFTER_IMPORT for object type(s) RSDS (Delete Mode)
    Errors occurred during post-handling RS_AFTER_IMPORT for RSDS 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 RSDS L, date and time: 20071018113149
    Post-import methods of change/transport request D30K913684 completed
         Start of subsequent processing ... 20071018113116
         End of subsequent processing... 20071018113149
    Execute reports for change/transport request: D30K913684
    Reports for change/transport request D30K913684 have been executed
         Start of................ 20071018113149
         End of.................. 20071018113149
    Execution of programs after import (XPRA)
    End date and time : 20071018113149
    Ended with return code:  ===> 8 <===

    Hi Davis,
    Before transporting transformation make sure either of source or target should availble in target system.
    suppose you have a transformation between Data source and Data Target, first transport Data source, then transport Transformation along with data target.
    Before tansporting Transformation either source or target should be avaialble in QA system..then only transportation will happen smoothly..
    Hope this helps.
    regards
    SK

  • Problem in transporting the component Controller

    Hi Friedns,
    We had a problem when transporting a WD Componenrt controller. Til Quality it when ok. But when the transport reached to production we saw that from the attributes tab of the Componenrt controller the WD_ASSIST WAS MISSING . Due to which it was giving a dump. We recreated a new transport and sent it but that didnt worked to .
    Can anybody advise any solution. In the dump it is saying Component ZBASE_RATE CONTAINS SYNTAX ERRORS.
    THANKS
    Rohit

    Hi,
    It might be difference of the environments in ur quality and production systems.
    Check whether both systems are having the same level of webdynpro patches.
    You can check with ur basis people for this clarification.
    Regards,
    Veerendra Nath

  • Problem when creating a transport request

    Hello
    I copied productive BR3 to test BR1 system(it is a BW3.5 system). Test BR1 existed also before(only the main client was 003).
    Now main client is on both 001(I do not know if this matter). I replicated with transport controller and everything went fine.
    When I want to create a transport request I have problem "Extended transport contrl is not active . Cannot specify target client". when I wannt further explanation I get:
    "Extended transport control is not active: Cannot specify target client
    Msg.nr.TR067
    Diagnosis
    Extended transport control is not active. This means that you can only release transport requests for the following transport targets:
    Target group
    R/3 System without specifying a client
    Procedure
    Change the transport target of the request by removing the client (for example, "C11" instead of "C11.010").
    The simplest way of doing this is to use F4."
    When I use F4 for "Target" field I get "BR3.001" as only option. If I choose BR3.001 I get above message. If I use "BR3" I get "BR3 is not a consolidation target". For further explanation I get :
    "BR3 is not a consolidation target
    Msg.nr TK658
    Diagnosis
    Transport target BW3 is not configured as a consolidation target of this SAP System. If you do not stick to configured transport routes, you may cause inconsistencies between the SAP Systems in the system landscape.
    If you use extended transport control, you also need to specify a configured target client.
    If the configured consolidation target is a target group, you also need to specify the target group as the transport target, if the target group consists of a single target system, or a single target client.
    Procedure
    Choose a configured transport target, or change the transport route configuration in the Transport Management System.
    What to do?

    Hi Jan,
    Please check whether parameter CTC=1 has been set in Transport tool,If not set it.
    Also check whether your transport group is configured properly
    regards,
    Jai

  • Problem when i transported  DTP from DEV to QA

    I am facing a problem when i transported  DTP from DEV to QA   It is not in the folder were it have to be,but i can see it in RSBKDTP table of QA

    Hi,
    One info regarding DTP, Technical name will get differ from system to system through out the landscape ( Dev, QA, Prod) . So you have to search with Description of the DTP instead of technical name.
    Regards,
    Sridevi.

  • Transporting DataSources in (ECC) problem

    Hi SCN,
    Just wanted to ask if these are only the two important nodes when collecting and transporting an enhanced datasource?
    I am currently transporting datasources from ECC DEV to ECC QAS. When reviewing my datasources in QAS, append structures were not transported.
    - What I did here was to transport datasources from RSA6. I though it would carry all the changes made in the datasource but it was just the active datasources.
    So I collected the datasources again in a new TR; collecting the requests only in one TR (as per discussions in SCN). First is re-activating the append structure; putting it in a new TR, then collecting the active datasource.
    I am just having doubts if I am missing a step since the (Go To -> Object Directory Entry) is not letting me make a new transport inside the extract structure (double clicking the datasource; double clicking the extract structure; then object directory entry), thus, I am not able to collect the standard extract structure table (or is this because the datasource I am transporting is a standard one?).
    Thanks in advance for any assistance you can provide.
    Thanks.

    I always thought that I need to collect it in one TR (Active datasource, Extract Structure and Table Structures). But, it was okay to have the append structure in another TR.
    What I did was to transport the DataSource then followed by the append structure's TR. It's all good now.

  • Expdp problem when executing from pl/sql transportable tablespaces

    Hello
    i have a very strange problem for which your assistance is really appreciated. i am applying the transportable tablespaces approach and i have a problem when executing expdp from commandline in comparison to the procedure generated to make the exact same thing.
    more precisely when running:
    expdp etl/etl dumpfile=TBSP090609_DMP.dmp logfile=TBSP090609_DMP.log directory=EXPDP transport_tablespaces=TBSP090609 transport_full_check=y
    the dmp file produced is over 200MB.
    when runng the below pl/sql code the volume produced is around 50MB. any idea what i am missing?
    job_handle :=
    dbms_datapump.OPEN (operation => 'EXPORT',
    job_mode => 'TRANSPORTABLE',
    job_name => 'export_tablespace',
    VERSION => 'COMPATIBLE'
    dbms_datapump.add_file (handle => job_handle,
    filename => dump_file_name,
    DIRECTORY => export_dir_name
    dbms_datapump.set_parameter (handle => job_handle,
    NAME => 'TTS_FULL_CHECK',
    VALUE => 1
    dbms_datapump.metadata_filter (handle => job_handle,
    NAME => 'TABLESPACE_LIST',
    VALUE => '('''
    || tablespace_name
    || ''')'
    dbms_datapump.start_job (job_handle);

    thanx you for your response. the problem was eventually managed to be resolved as follows:
    job_handle :=
    dbms_datapump.OPEN (operation => 'EXPORT',
    job_mode => 'TRANSPORTABLE',
    job_name => 'export_tablespace',
    VERSION => 'COMPATIBLE'
    dbms_datapump.add_file (handle => job_handle,
    filename => dump_file_name,
    DIRECTORY => export_dir_name
    dbms_datapump.set_parameter (handle => job_handle,
    NAME => 'TTS_FULL_CHECK',
    VALUE => 1
    dbms_datapump.metadata_filter (handle => job_handle,
    NAME => 'TABLESPACE_EXPR',
    VALUE => 'IN('''
    || tablespace_name
    || ''')');
    dbms_datapump.start_job (job_handle);

Maybe you are looking for

  • How to stop document posting when filling setup tables for logistic app.

    Hello Boys I've read several threads and weblogs about data extraction from logistic applications i.e the ones which uses the infosources like 2lis_13_vditm, 2lis_02, 2lis_03, etc, etc,and now almost every thing is clear to me but one thing: how do i

  • Transitions flicker and flash when exported

    Most of my clips have movement to them. The dissolve transitions have the green bar above them. After rendering these simple dissolve transitions in Final Cut, everything looks great. Playing within the program works perfectly. After "Export Movie" t

  • Imac problems using Snow Leopard 10.6.1

    I have been running my Imac perfectly with no problems at all on 10.5 but having recently installed 10.6.1 it has started playing up. On startup it sometimes freezes with no key or mouse movement at all which needs a rear button restart to cure it an

  • Automatic decrease column width of the matrix

    Hi my gurus,    Pls help me, I made a form with a matrix. After each times I open that form, each column in matrix automatic to decrease it's width, what happen ? And how to correct it, to column is fixed width ? thanks for every helping. I'm using S

  • Authorization objects and screen elements

    i would like to enable/disable a button on screen using authorization object. haw this can be done. please help....