CRM Datasource Problem After Transport

Hi,
I am using CRM datasource 0CRM_SRV_PROCESS_H in CRM 5.0. The datasouce is installed through RSA5 and enhanced successfully in CRM Development System. Its BWA metadata is also activated automatically(as i am on CRM 5.0). I have transported it successfully to CRM Quality system without any warnings/errors. But when i check it in T-Code BWA5, its "Active" flag is not checked. And  when i check in RSA3, sytem is throwing error message " Errors Occurred During Extraction".  I can see the datasouce in RSA6 in Quality system with its enhanced fields.
How can i make the "Active" flag checked in CRM Quality system? Or How can i activate BWA metadata in CRM Quality system?
Urgent response would be appreciated.
Regards,
Prasad

Definitely this is not related to replication. Some times this error 'Error in extraction" is related to SMOXHEAD table entry.
Try following steps..
Copy Smoxhead entry CRD> se16 > SMOXHEAD > DataSource > select the resulting line, copy
se16 > SMOXHEAD_S > DataSource > paste
Table Entry > Transport Entries of SMOXHEAD_S
After transport try running RSA3. It shall be fine.
Regards,
Assgn pts if helpful.

Similar Messages

  • CRM datasources inactive after transport

    Hello,
    I have few CRM data source which I have transported from Dev to QAS.
    The datasources in Dev are fine however the datasources which are transported to QAS are in inactive status when I look in BWA5 except for datasource 0CRM_SALES_ORDER_I. All the other datasource are inactive in BWA5
    When I check in RSA3 I get an error as Errors occurred during the extraction Message no. RJ012
    However the Datasources are transported and are available in RSA6.
    Is there a step I need to do to activate them. Could you please help me with this.
    Regards,
    KK

    Hi KK
    I debugged this and found that the missing component is an entry in table SMOXHEAD_S for your datasource which must match the entry in SMOXHEAD exactly.   Check in your dev box to be sure - the entry is there.
    So I wrote this program which copies the entry from SMOXHEAD to SMOXHEAD_S.
    Run the program at your own risk your CRM QA box.  If the entry is there already then it will do nothing.
    Please post to say if it works for you.
    Good luck,
    Guy
    report  zbi_fix_extractor.
    data: ld_datasource type smoxhead-datasource value '0CRM_SALES_ACT_1',
            ls_smoxhead   type smoxhead.
    *.check that the smoxhead_s table is empty
      select single * from smoxhead_s into ls_smoxhead
        where datasource = ld_datasource.
      if sy-subrc ne 0.
    *..only do if there was no entry in the shadow table
        select single * from smoxhead into ls_smoxhead
          where datasource = ld_datasource.
        if sy-subrc eq 0.
           insert into smoxhead_s values ls_smoxhead.
        else.
           write 'no data available in SMOXHEAD for datasource'.
        endif.
      else.
          write 'no change made: entry already in SMOXHEAD_S'.
      endif.

  • DataSource problems after BW upgrade

    DataSource problems after BW upgrade
    Upgrade from
    SAP NetWeaver 2004s: SAP_BW 700 0012 SAPKW70012
    to
    SAP EHP 1 for SAP NetWeaver 7.0: SAP_BW 701 0007 SAPKW70107
    BW system: PI_BASIS 7.01 SP 6
    ECC/source system: PI_BASIS 2005_1_700 SP 11
    Problem exists throughout, both with generic and standard DataSources.
    Here is one specific example:
    Generic DataSource ZXXXXXXXX
    InfoPackage "ZXXXXXXXX(ZXXXXXXXX)" does not run. Error:
    DataSource ZXXXXXXXX(SOURCESYS) must be activated
    Message no. RSDS179
    Then followed these steps:
    1. Replicate Metadata from source system
    2. Report RSDS_DATASOURCE_ACTIVATE_ALL from SE38 for source system SOURCESYS and DataSource ZXXXXXXXX
    Errors returned:
    Inconsistent user object ZXXXXXXXX SOURCESYS for PSA /BIC/B000XXXX
    Error saving DataSource ZXXXXXXXX SOURCESYS
    DataSource ZXXXXXXXX (SOURCESYS) could not be activated
    When I try to choose "Manage" from the context menu for the DataSource, I see an error:
    Invalid DataStore object name /BIC/B000XXXX: Reason: No valid entry in table RSTS
    Message no. RSM1294
    The following notes have not helped:
    https://service.sap.com/sap/support/notes/1377274
    https://service.sap.com/sap/support/notes/1383711
    https://service.sap.com/sap/support/notes/1489064
    https://service.sap.com/sap/support/notes/1056060
    And no other SDN threads seem to give fruitful suggestions.
    Any ideas?

    Hi,
    Just to help the folks out here.
    In my case,
    Inspite of going through several valid NOTES & program, my issue didnt resolve (you reply was pretty accurate - but dint help me :-)).
    I have resolved the issue by adjusting the PSA table for the same.
    Procedure:
    Take the psa name  --> go to table rstsods --> find the ODSNAME_TECH name for the relevant psa  --> se38 t.code --> enter ODSNAME_TECH and click on 'adjust & activate database table' (make sure you have selected 'save data' radio button.
    Just in case anyone who come across this problem, can do the above steps.
    Regards,
    Dubbu.

  • Enhancement Spot Activation problem after Transport

    Hi All,
    We are implementing  enhancement spot as per certain requirement. Everything is fine in the deveopment system. But once we move the object to quality system the program execution is not going into the implementation, although Enhancement spot implemention is available in Quality.
    Currently we are going into Quality system and activating Enhancement spot manually, even thoug this solves the problem we are worried about the production system. Because we wont be having access to production system.
    Has anyone faced these kind of scenarios?
    Regards,
    Antony

    I am facing the same issue. However I learnt that we might need to use Adjusting Tool from  Object Navigator/SE80 on the implementation before transporting.

  • Problem after transport to Quality system

    Hi,
    I've done the transport of my SWCV from DEV to QLD and everything works fine. I've check all the components in the IR and ID and make the necessary adjustments. But when i try to realize a test from RW with my interface all that i can get is a red box with an exclamation point inside and above this a red cross line and no message appears in XI monitor. Also i've look at Message monitoring and no message avaiable either for Integration Engine or Adapter Engine. Although when i test my interface in IR using the option Tools/Test configuration I get the following error:
    Receiver Determination
    Internal Error
    HTTP connection to ABAP Runtime failed. Error: 403 Forbidden URL: http://ed18tci1f.appl.edinfor.pt:8078/sap/xi/simulation?sap-client= User: XIDIRUSER
    Can anyone provide me some help???
    Thanks in advance,
    JMMatos

    Hi Jose,
    Please take a look at this thread..
    HTTP connection to ABAP Runtime failed
    cheers,
    Prashanth

  • Problem after transporting

    Hi Experts,
    My scenario involving File -> BAPI (synchronous) was working fine in the development server but now in the test server when i check the file is picked but i dont think it has reached my BPM. When i click on PE in sxmb_moni i get a screen and in it i find an entry saying "status: waiting because of e" ....
    Anybody got any clue whats happening ?
    Regards,
    Shabarish.

    Hi JK,
    I already ran these checks .... in BPM the status is 0.
    I dint find any entries in SWWL also and the cache content is upto date.
    The file is picked but at the outbound status i see a red flag. When i clicked on PE it usually takes us to a Workflow chart but in this case a new screen is what i see which i have never encountered before. It says Event Queue browser (the tcode of the screen reads SWEQBROWSER) and below it says
    Object type : ZXI_PROXY_MTINVOICERECEIP_0001
    Event: received
    followed by Key and Receiver Type with the status as Waiting because of e.
    I have no clue what this means.
    ~ShaBz~

  • Problem with theme service after transport to QAS

    Hi,
    when i click the link on BSP page inside portal, iam getting following error. the link is working outside portal.
    its working on dev r/3 and portal. i got the problem after transport of the package to QAS, i checked all the services and alla are active.
    http://XXXXXXX:7035/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/main_theme/controls call was terminated because the corresponding service is not available.
    Theme is active and its applied for every user, i have 30 BSP pages in portal and only this page is showing this error, this page will be launched as popup from portal.
    Thanks in Advance,
    Damodhar.

    SQL> exec dbms_xdb.sethttpport(8080);
    BEGIN dbms_xdb.sethttpport(8080); END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00201: identifier 'DBMS_XDB' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    another one...........

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

  • Problem in transports!! Please help

    Hello BW Gurus,
    I am havinga major problem with transports.The Client had separate HR box as the source system for HR Objects.
    Since the HR box is obsolete, we assigned SAP R3 as the new source system to infosources and activated them.
    I created a transport by collecting at the transfer rule level. The transport is failing saying it cant fing the SAP source system.
      Post-import methods for change/transport request: BWDK960528
      Follow-up action RS_AFTER_IMPORT for IOBJ L started at 20060203130629
      Start of the after-import method for object type R3TR APCO (Activation Mode)
      Start of the after-import method for object type R3TR IOBJ (Activation Mode)
      Characteristic 0LANGU: Lower case makes selection of char. values difficult
      Start of the after-import method for object type R3TR ISFS (Activation Mode)
      Source system SAPTDV210 does not exist
      No mapping defined for source system XXXHRP210
      RFC connection to source system XXXHRP210 is damaged ==> no Metadata upload
      Source system SAPTDV210 does not exist
      Start of the after-import method for object type R3TR ISMP (Activation Mode)
      Source system SAPTDV210 does not exist
      No mapping defined for source system XXXHRP210
      Source system SAPTDV210 does not exist
      Start of the after-import method for object type R3TR ISTS (Activation Mode)
      There is no DataSource with these attributes
      Reference to transfer structure 0ACTIONREAS_TEXT_BA not available. No activation possible.
      There is no DataSource with these attributes
      Reference to transfer structure 0ACTIONTYPE_TEXT_BA not available. No activation possible.

    hi Simmi,
    seems several errors
    1. first you have to do source system mapping in your TARGET system (or you have to do correction since you change to new source system), from the log, i assume SAPTDV210 is the new SAP assigned (in bw dev/source), and e.g your target is SAPTQA999 then in SAPTQA999 do rsa1->tools->source system mapping, and fill up SAPTDV210 in 'orgsrc..'(first column) and SAPTQA999 in 'trgsrc..'(last column?) and save.
    2. XXXHRP210 ? if this system still exist, right click this source system and 'restore'.
    3. 0ACTIONREAS and 0ACTIONTYPE datasource doesn't exist in target system, in target system have you replicate from r/3 ?
    if problem not solve in one go, would help if you specify bw dev name and target name, also r/3 new and old.
    hope this helps.

  • Test System (BQ1) Objects showing up wrong Source System after Transport.

    Hi Experts,
    We are working on IS-U BI7.0 Project. We have finished with our Development and have transported the DataSources, Transformations and DTPs from Development (BD1) into Test (BQ1) Systems.
    We have entered values in the Conversion of Logical Source Systems correctly.
    When we select the DataSource and Click Object Directory Entry from the Extras Menu, we found that the Original Source System is defined as BQ1 instead of BD1 (Development System), which is where the Object is getting Transported from.
    We have implemented an SAP Note:1008633 (Incorrect Source System after Transport (RSTRAN 514) but couldn't resolve the issue.
    We basically want all the Objects in the BQ1 (Test System) showing the Original Source System as BD1 (Development System) but only the DataSources and it's connected Transformations and DTPs are originating from the BQ1 (Test) System itself (The Transformations when Transported from BD1 to BQ1 are Transported with a different Technical Name which is very strange).
    Had anyone faced similar problem and if so, what was the effective solution implemented.
    Any help in this regard is very much appreciated.
    Thanks in Advance.
    Best Regards,
    Chandu.

    It is resolved by our Basis.
    Thanks,
    Chandu

  • Enhancing the CRM datasource

    Hi experts,
    i have to enhance the CRM datasource with some additional fields and fill them.
    so far i am succesfull in doing the below.
    1. i have appended the fields to the extractstructure and also regenerated the datasource
    2. and when to the BADI for Messaging Flow for writing the code.
    the problem here is its giving a small popup screen in which it has few implementations given by SAP in which do i need to put the code (i am assuming that its the same as our old exit concept where we use the same exit for all transaction datasoruces just by using the case statement) so in that four which one should i use for putting the code and what others are used for.
    The below are the implementations available when i execute the badi for messaging flow.
    CRM_BTX_EEW_BWA
    CRM_BWA_ENHANCE_EX
    CRM_BWA_ORDER_1
    CRM_CSDR_BWA_MFLOW
    If not a big trouble i will be greatfull if somebody can give me the code sample for getting a field filled from someother table with simple logic.
    thanks and regards
    sreedhar

    Pls chk this link for Crm enhancement
    Enhance standard data sources in CRM
    BWA1 is for all standard crm datsource maintaince
    rsa2 for generic datasource
    BWA5 i think we use this Tcode after RSA5 activation additionally.
    yes(incase of delta)
    BWA7 do we have to use this tcode along with BWA1 for standard datasources also or else only for generic datasource.
    irrespective of the type of dtasource,use it if you want to load delta(you need to delta enable the datasource here)
    So we don't need to put the code as we traditionally do it for R/3 , if we just mapp the fields that would bring the data for these fields.
    as i told in CRM we willwrite code in BADI in case you have done enhancement
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/a-c/customer%20enhancements%20and%20userexits%20in%20bw%20-%20sap%20netweaver%20%20know-how%20network%20webinar.pdf
    also chk this(credit goes to the writer)
    CRm enhancement:
    1. Enhance Extract Structure with the required fields. (Create & include an append structure to the extract structure via transaction RSA6).
    2.a) Release the fields of the append for usage. ( To do this, double click on the Datasource and remove the flags in the column 'Hide Field' for all fields of Append).
    2.b) If the new fields cannot be seen in the extract structure of the transaction BWA1 then change and save the datasource, and then activate it in RSA6.
    3. Define your mappings in BADI (CRM_BWA_MFLOW) to fill these fields.
    Goto SPRO . Follow the path ->SAP Implementation guide ->Implementation with other mySAP components ->Data transfer to the Business Information Warehouse-> Settings for the application specific datasources (CRM)->Settings for BW adapter-> Badi :BW adapter :Enhancement of datasources in messaging flow.
    4. Replicate the new Datasource to BW.
    5. Expand the Communication Structure in BW.
    6. Maintain transfer Rules for the new Datasource.
    7. Activate the trasfer rules and perform the upload.
    Refer to the SAP Note 692195 for more info ......
    send ur mailid, mail u some good step by step- doc abt this.
    *pls assign points,if link is useful*
    Regards
    CSM Reddy

  • Extraction of CRM datasource

    Hi
    Steps involved in  extraction of CRM DataSource through R/3
    thanks in advance
    kalyan

    I solved the problem. At least it disappeared.
    It seemed to be an authorization issue.
    Enhancing the authorizations did help after one day, i.e. positive result occured after one day, because buffering of authorizations seems to be erroneous (see note 615670).

  • Problem while transporting transfer rules in BW 3.5

    Hi All,
    I have a problem while transporting transfer rules in BW 3.5.
    I have just checked the box for conversion to Transfer structure / Transfer rules of an infoobject and tried to transport it to quality. I got this below error message:
    The selections   T ZBW_ZBILLRATP_TEXT_BA specify more than one DataSource
    Diagnosis
    You need to select an individual DataSource based on the selection conditions
    InfoSource =
    Source System =
    Object Version = T
    Transfer Structure = ZBW_ZBILLRATP_TEXT_BA
    although the select event is not unique.
    Procedure
    Check the objects to which the selection applies.
    Reference to transfer structure ZBW_ZBILLRATP_TEXT_BA not available. No activation possible.
    Message no. RSAR436
    Diagnosis
    Transfer structure ZBW_ZBILLRATP_TEXT_BA should be transported into this system.
    However, no DataSource mapping refers to this transfer structure.
    System response
    The transfer structure was not activated or deleted.
    Procedure
    Ensure that DataSource mapping, with a reference to the transfer structure ZBW_ZBILLRATP_TEXT_BA is on the same transport request. Use the transport connection to create a consistent request.
    Can any one provide me details of how to overcome this issue. I tried transporting all related objects.
    Regards
    Lakshmi

    Hi Lakshmi,
    Befor Transporting the Transfer rules, make sure that you are transporting the Active Versions of your Datasource & DataTarget between which your transfer rules exist.
    Also make sure that the Transfer rules are active before it is transported.
    Hope it helps!
    Regards,
    Pavan

  • Planning layout can no longer be displayed after transport

    Hello everybody,
    I have transported a planning area with all levels and so on.
    I have several Manual Planning Layouts with key figures in data columns and rows defined individually.
    I am using defined values of G/L Account characteristics in Lead column, each row is defined by a G/L Account number of a specific Chart of accounts predefined in the Header.
    I load my G/L Account numbers with the same flat file in Development system and in Production system but after transport the layout cannot be displayed.
    If I maintained G/L account characteristic in RSA1 on production system, I find all the account numbers for my Chart of accounts but if I try to define a value of G/L Account in my planning package, I do not find any values on my Chart of Account???
    Could you help me??
    Regards,
    RaMa

    Switch cube Load <> Planning solves the problem...
    Thanks !
    RaMa

  • Problem during transport

    Dear All,
    Now i meet a problem during transport my ABAP in dev to prod server. Not sure is BASIS or my problem.
    The error is "Request after end mark"
    One more question is for the transaction code STMS, the status for production server should be LOCK or IMPORT QUEUE IS OPEN? If it should be IMPORT QUEUE IS OPEN, how i going to do it cos now our status is LOCK?
    Thanks for ur help....
    regards;
    jee

    Hi,
    The "Request after end mark" will be displayed due to the following:
    Requests after the end mark are not imported during the next import. The end mark is automatically deleted only when the next import has completely ended. Afterwards, the requests can be imported. You can see the legend information in the following website:
    http://help.sap.com/saphelp_nw04/helpdata/en/44/b4a3847acc11d1899e0000e829fbbd/content.htm
    However, as per your questions I understand that the TMS configuration is not proper. Can you check the r3trans and the transport routes/layers again and see what is missing?

Maybe you are looking for