0CRM_SALES_ACT_1 Activate in BWA5 and Transport to Target system

Hi All,
I activated the data source 0CRM_SALES_ACT_1 in BWA5 and RSA5 (Not sure why we need to activate in BWA5 for CRM datasources - If some one can through some light that would be great), collected to transport and transported to the target system. However in the target system the data source goes in as Inactive.
I verified that the extract structure, selection module & Mapping module went into target system as active, just the data source is inactive: When tried to run using RSA3 gives an error message RJ012.
I also looked at smoxhead and smoxhead_s tables in both source and target systems and noticed that smoxhead has the entries in both the systems however smoxhead_s has entry for the data source only in the source system not in the target system.
Any help to address the issue would be of great help thanks so much in advance.
Thanks
Ravi.

Hi Ravi,
Have you fixed this issue. If not add the below in your transport request.
R3TR  SMO4   0CRM_SALES_ACT_1.
You will have to change the package from $TMP to the one you use. This will activate the datasource in the QA system and make the requisite entries.
Thanks,
Krishna

Similar Messages

  • Probelms while replicating Data Source and transport into test system

    I find  the following error messages whilre transporting into test system.
    DataSource 0EC_PCA_1 does not exist in source system of version A.
    Mapping between data source 0EC_PCA_1 and source system  is inconsistent.
    DataSource 0EC_PCA_1 does not exist in source system  of version A.
    Field AFABE will not be delivered from DataSource 0EC_PCA_1 in source system.
    any ideas please..........
    Enhanced the Extract structure and activated the data source in Source system
    Replicate the Data source in BI  and install the Infosource through BI Content  activated and transport them to Test system.

    Hi,
    1.First transport the data source from R/3 dev to R/3 quality
    2.Replicate the data source in BI Quality ( make sure you that in the data source tab, you are searching the data source below the appropriate source system ---otherwise you  data source may not appear)
    3.goto rsd1in BI development for activataing the info objects which you have added extra in the info source (z info objects )
      activate these info objects and collect in another request
    4.transport these info objects from BI dev to  BI quality
    5.transport entire data source to bw quality.
    Thanks,
    Tarun Brijwani.
    Edited by: Tarun Brijwani on Apr 6, 2009 4:26 PM
    Edited by: Tarun Brijwani on Apr 6, 2009 4:26 PM

  • How to activate an InfoObject in background in target system

    Hello,
    after I made changes to an characteristic InfoObject in development system I have activated it in background, this has run the background job  IOBJ_ACTIVATE. When I transported the IO change and activation into the test system, the IO has been activated normally and not in background, therefore the job  IOBJ_ACTIVATE didn´t run.
    Is there a possibility to transport the activation of an InfoObject in background into the target system?
    Thanks in advise.
    Best regards,
    Meba

    Hi Meba,
    Since Job definitions contain system specific parameters (target host, user, program, operation mode, ...). Therefore it wouldn't make sense to develop a transport tool.
    For similar reasons, copying a job across clients is not foreseen. The following trick, however, is possible: Login to the target client (the one, where the job is to be copied to). The user must have job administrator authorizations. Then using transaction SM37 all jobs in all clients can be displayed. With the "Job > Copy" option a job can now be copied from the source client (only steps, no start time).
    or
    Try to create an ABAP program to export and import jobs
    Refer : Copy Background jobs to another systems.
    Hope it helps.
    cheers,
    vikash

  • Virtual infoobjects: technical name in source and target systems

    Hello Everybody,
    actually I got a problem: I´ve created a virtual characteristic which is working fine on development system.
    However after transporting to target system the BADI implementation containing the virtual infoobject dumps:
    assign component 'Z____723' of structure cs_data to .
    Is there any other way to avoid using these technical names 'Z____723' and use e.g. 0customer instead?
    I would have expected, that the technical name for the virtual characteristic in my case 'Z____723' for 0customer will be the same in dev as in prod.
    Thank You!
    Goliad001

    In my case I need to copy a Production Client (say 900) to a Test Client on a test machine (say client 700), what I came to know was that this is basically a client copy, but since the size of data involved is to the tune of 500GB +, it is System Copy.
    Client Copy and System Copy are two different method to transfer the data and process are toatally different.
    >> Also if on the present test machine I am to keep the present client 700 and if the resources permit, create a new client (say 800) and copy client 900 to it, is it a System Copy.
    No. It will be client copy which is not possible as your Source/Target system are on different Support Pack level.
    Or if I copy the client 900 to the existing client 700, is this a System Refresh ???
    No. It will again a Client copy. You have confused between System Copy and Client Copy. I would suggest to to read first what is the difference between these two and the process to do that.
    Regards,
    Subhash

  • Best practise in SAP BW master data management and transport

    Hi sap bw gurus,
    I like to know what is the best practise in sap bw master data transport. For example, if I updated my attributes in development, what are the 'required only' bw objects should I transport?
    Appreciate advice.
    Thank you,
    Eric

    Hi Vishnu,
    Thanks for the reply but that answer may be suitable if I'm implementing a new BW system. What I'm looking for is more on daily operational maintenance and transport (a BW systems that has gone live awhile).
    Regards,
    Eric

  • Need to post Full Load data (55,000 records) to the target system.

    Hi All,
    We are getting the data from SAP HR system and we need to post this data to the partner system. So we configured Proxy(SAP) to File(Partner) scenario. We need to append the data of each message to the target file. Scince this is a very critical interface, we have used the dedicated queues. The scenario is working fine in D. When the interface transported to Q, they tested this interface with full load i.e with 55,000 messages.All messages are processed successfully in Integration Engine and to process in Adapter engine, it took nearly 37 hrs. We need to post all 55,000 records with in 2 hrs.
    The design of this interface is simple. We have used direct mapping and the size of each message is 1 KB. But need to append all messages to one file at the target side.We are using Advantco sFTP as receiver adapter and proxy as a sender.
    Could you please suggest a solution to process all 55,000 messages with in 2hrs.
    Thanks,
    Soumya.

    Hi Soumya,
    I understand your scenario as, HR data has be send to third party system once in a day. I guess, they are synchronizing employee (55,000) data in third party system with SAP HR data, daily.
    I would design this scenario as follows:-
    I will ask ABAPer to write a ABAP program, which run at 12:00, pickup 55,000 records from SAP HR tables and place them in one file. That file will be placed in SAP HR file system (you can see it using al11). At 12:30, PI File channel will pick up the file and transfer the file to third party target system as it is, without any transformation. File to File, pass through scenario (no ESR objects). Now, ask the target system to take the file, run their program (they should have some SQL routines). That SQL program will insert these records into target system tables.
    If 55,000 records make huge file at SAP HR system, ask ABAPer to split it into parts. PI will pick them in sequence based on file name.
    In this approach, I would ask both SAP HR (sender) and third party (target) system people to be flexible. Otherwise, I would say, it is not technically possible with current PI resources. In my opinion, PI system is middleware, not system in which huge computations can be done. If messages are coming from different systems, then collection in middleware makes sense. In your case, collecting large number of messages from single system, at high frequency is not advisable. 
    If third party target system people are not flexible, then go for File to JDBC scenario. Ask SAP HR ABAPer to split input file into more number of files (10-15, you PI system should be able to handle). At receiver JDBC, use native SQL. You need java mapping to construct, SQL statements in PI. Donu2019t convert flat file to JDBC XML structure, in your case PI cannot handle huge XML payload.
    You have to note, hardware upgrade is very difficult (you need lot of approvals depending your client process) and very costly. In my experience hardware upgrade will take 2-3 months.
    Regards,
    Raghu_Vamsee

  • Exit Fm is not to CMOD project but transported to test system

    Hi.
    I have a enhancement MWMIDO08 with contains function module EXIT_SAPLLMDE_002 and which incldes program ZXLIDU10.
    I made my necessary changes in the include program and  transported to test system, without creating any CMOD project.
    But my changes are working fine in test test.
    Can you please suggest me, what to do now? if i want create a CMOD project now and add the function exit into it. and resend the new request to test system.
    Does it create any problem.

    This sort of thing can happen if someone has assigned a CMOD project to the enhancement containing the user exit before.
    First check in SE16, table MODACT with MODACT-MEMBER = 'MWMIDO08', then MODACT-NAME will give you the existing project that is already assigned to enhancement MWMIDO08
    If there is no entry in MODACT then you can safely create another project and assign the enhancement to it, activate and transport.
    If already there is an entry in MODACT, you need to check if the same entry exists in your QA and Prod systems, to verify if someone already transported it. If it is not transported you need to deactivate / activate the project and transport that project again.
    No this should not cause any problem and I can tell from experience having done same thing before.
    Best regards,
    Vishnu Tallapragada

  • Transports in PI System

    Hello All,
    Can you please suggest me the options for Client and Transports in PI system.
    Basically we are planning just one client in PI system in all landscapes (Dev-TEST-QAS-PROD).
    Does PI need some kind of communication or Data from ERP ,CRM ,BI system??
    What about the Java Objects or XI object which are required to be transported??
    Found something like manual transports and CMS.
    We have no plans for NWDI??
    Pls suggest how we should approach this!!
    Regards
    Ajay

    Hi
    The design Objects are transported one system to other system using file transport method
    Choose export the Design Objects from the tools menu.
    Choose the source (The Software Component Version)
    Mode can be "Transport using File System"
    Check "Download File to Client"
    Then Select the objects for example "All objects of a Software Component Version"
    Then is would start exporting to the location you specifiy.
    After the export is over, you can import this into the target TEST, QA, PRD by using tools-> import Design objects.
    Note:
    Connection to ECC is not necessary duting transport. However after transaport, for testing the connection should be established.
    In SLD, technical systems and business systems should be created.
    In ID, objects should point to exact system for which testing is needed. All the ID objects should be manually created like Sender Agreement, Receiver Agreement, Receiver Determiantion, Interface Determination.
    The other option is CTS+
    Regards
    Monika

  • Transport type when copying transports to other system

    Hello,
    probably a simple question. I have to transport couple transports from one system to another, there is no link between the systems.
    I have created one (mass) transport which include objects of these transports, but I am not sure what type of the transport should I choose (transport of copies, relocations (it is not clear to me)), also I do not want to release the one big transport to Q systems transport queue. I just want it to create the cofiles to move to other system.
    So question will be how to copy this one transport (via cofile, data file), or if it is possible to release transport without target system?
    Thanks in advance
    Martin

    Hi,
    Please ensure that STMS is configured in your system, since it is a stand alone system you can make it as a Domain Controller also. After that goto transaction se10 and check for the transaction which are in modifiable state. Then relese the transport starting from the inner request corresponding the transport request created by you.
    Note that once you release this trasaction data files and cofiles are created in trans directory, and you have to manullay copy these files to the system in which you want to transport these files.
    After that goto transaction stms_impot in the target system and add this transport request and import it. the data in the transport reuest will qutomatically gets imported the.
    Thanks
    Rattandeep

  • How to create empty text file on target system for empty source text file

    Hi All,
    I have an issue in handling empty file in the Text (FCC) to Text (FCC) file scenario. Interface picks text file and delivers on target system as text file. I have used FCC in both sender and receiver CCs.
    Interface is working fine if the source file is not empty. If the source text file is empty (zero Bytes), interface has to delivery an empty text file on target system.  I have setup empty file handling options correctly on both CCs.
    But when I tried with an empty file I am getting the error message 'Parsing an empty source. Root element expected!'.
    Could you please suggest me what I need to do to create an empty text file on target system from empty source text file?
    Thanks in Advance....
    Regards
    Sreeni

    >
    Sreenivasulu Reddy jonnavarapu wrote:
    > Hi All,
    >
    > I have an issue in handling empty file in the Text (FCC) to Text (FCC) file scenario. Interface picks text file and delivers on target system as text file. I have used FCC in both sender and receiver CCs.
    > Interface is working fine if the source file is not empty. If the source text file is empty (zero Bytes), interface has to delivery an empty text file on target system.  I have setup empty file handling options correctly on both CCs.
    >
    > But when I tried with an empty file I am getting the error message 'Parsing an empty source. Root element expected!'.
    >
    > Could you please suggest me what I need to do to create an empty text file on target system from empty source text file?
    >
    > Thanks in Advance....
    >
    > Regards
    > Sreeni
    the problem is that when there is an empty file there is no XML for parsing available. Hence in case you are using a mapping it will fail.
    What ideally you should do is to have a module that will check if the file is empty and if so write out an XML as you want with no values in the content/fields.
    Or the next choice would be to have a java mapping to handle this requirement. I guess that on an empty file the java mapping will go to an exception which you can handle to write out your logic/processing

  • System Refresh -- asking for more space for target system than source /sapdata2

    While performing a system refresh by command  brrestore -m full -b beieghis.aft -c
    error message is coming as::
    BR0360E Not enough disk space in /oracle/SBX/sapdata2 for restore, missing at least 95345.757 MB.
    Source system(Production)
    /dev/ora_sapdata2
    150.00
    97.52
    52.48   66% /oracle/EPE/sapdata2
    # cd /oracle/EPE/sapdata2
    # ls
    sr3_1   sr3_48  sr3_52  sr3_57  sr3_61  sr3_66  sr3_70  sr3_75  sr3_8
    sr3_44  sr3_49  sr3_53  sr3_58  sr3_62  sr3_67  sr3_71  sr3_76  sr3_9
    sr3_45  sr3_5   sr3_54  sr3_59  sr3_63  sr3_68  sr3_72  sr3_77
    sr3_46  sr3_50  sr3_55  sr3_6   sr3_64  sr3_69  sr3_73  sr3_78
    sr3_47  sr3_51  sr3_56  sr3_60  sr3_65  sr3_7   sr3_74  sr3_79
    Target System
    /dev/fslv04 
    132.00 
    0.02
    131.98
    1% /oracle/SBX/sapdata2
    # cd /oracle/SBX/sapdata2
    # ls
    sr3_1   sr3_13  sr3_17  sr3_20  sr3_24  sr3_28  sr3_31  sr3_35  sr3_39  sr3_42  sr3_46  sr3_5   sr3_53  sr3_57  sr3_60  sr3_64  sr3_68  sr3_71  sr3_75  sr3_79
    sr3_10  sr3_14  sr3_18  sr3_21  sr3_25  sr3_29  sr3_32  sr3_36  sr3_4   sr3_43  sr3_47  sr3_50  sr3_54  sr3_58  sr3_61  sr3_65  sr3_69  sr3_72  sr3_76  sr3_8
    sr3_11  sr3_15  sr3_19  sr3_22  sr3_26  sr3_3   sr3_33  sr3_37  sr3_40  sr3_44  sr3_48  sr3_51  sr3_55  sr3_59  sr3_62  sr3_66  sr3_7   sr3_73  sr3_77  sr3_9
    sr3_12  sr3_16  sr3_2   sr3_23  sr3_27  sr3_30  sr3_34  sr3_38  sr3_41  sr3_45  sr3_49  sr3_52  sr3_56  sr3_6   sr3_63  sr3_67  sr3_70  sr3_74  sr3_78
    In my Source system(Production) for /oracle/EPE/sapdata2 used space is only 97 GB and
    In my target system /oracle/SBX/sapdata2 allocated space is 132 GB  then why it is asking for 95345.757 MB?
    WHY Target  /oracle/SBX/sapdata2 is showing more files than the present in source /oracle/EPE/sapdata2 while all the files had been removed before
    running the command brrestore -m full -b beieghis.aft -c  ?

    Wrong log file was used acc to previous file system.
    got the solution.

  • No of Target systems to One source system via TDMS

    Hello,
    Wondering if any one in this group have worked on a scenario, where there is 1 source / ECC, and 5-6 target systems/clients.
    The reason for asking this question : I have an RFC connection set between the source and target 1, and there is another RFC set from Source to Target 2.
    Now, I have 4-5 projects created in TDMS/controller, and when I want to delete a project ( which is configured with source and target 1), I had to deactivate the package in the project, that inturn deactivated the RFC connections of Source and Target 1.
    Now, when I am trying to create a landscape between source 1 to target 2, and when I clicked on the distribute RFC connections, it throws an error.
    ERROR DETAILS:
    Destination MBT_DD1_ED2_130_00_MBT deactivated or bad state - Connection check not allowed. Message no. CNVMBTRFC123 Diagnosis Connection check for a destination is not allowed. The reason can be that the destination is deactivated, no connection check explicitely choosen, or destination state doesn´t allow the check. Destination is deactivated In table cnvmbtdest in field deactivated you find the information about deactivation state. Keep in mind that for each remote system the state can be different for the destinations. Viewing deactiavation state see heading 'Get destination and deactivaten state'. No connection check explicitely choosen When calling the function for checking the connection we have an import parameter no_connection_check. If this parameter is set then no connection check will be done. Destination state doesn´t allow the check In table cnvmbtdeststate you find the state for a destination (also called connection state). If there is no entry then it can be assumed that the destination is OK. If there is an entry then all states with exception of O (connection OK) and the initial entry indicating that there is something not OK with the destination and no connection check will be done untill the issue is fixed. For destinations in the control system you find the destination state in the control system and for destinations in the remote system accordingly in these systems. Viewing destination state state see heading 'Get destination and deactivation state'.
    Wondering if someone can help in fixing this. Thanks,

    Thanks Anita,
    Will go through the note and will revert back, incase of any further issues.
    Also, I want to know why I am not able to delete a project, and when trying to delete a project, that doesn't have a package in it, gives an error. something that says, 500 sap internal error, screen output without connection to user ( termination : RABAX_STATE)
    Also, based on my earlier msg, I was trying to go through the tcode " SET_RFC_STATE".
    Surprisingly, I see all the Projects that I created with the earlier source/target/RFC connections.
    Is there a way to get rid of these projects/ packages which are not in USE.
    Thanks,

  • Is the complete query overwritten once it is transported to another system?

    Hi,
    I had developed a query with some variables on the infoset. This has been transported to the production system.
    But due to some requirement change the infoset was impacted due to the changes made in the ODS. (on which the infoset was created).
    So the infoobjects technical names of ODS in the Infoset had changed. (F1 to F11....). Due to this the variables which were built on this infoobjects after the change are showing up under different infoobjects after technical name change.
    Now to solve the issue, if i delete the variables and create under their respective infoobjects and transport to production system, will this work? Will the varaibles which were already transported to production system deleted automatically after the query is again transported to the production system?
    Please help
    Thanks,
    Rani

    Hi Rani,
    Make sure u include the deletion change in the transport.
    when u delete the variable it will ask for trnasport.
    and also to ensure all ur changes are in the transport go to transport connection in RSA1. In that ->object types->query element->find ur query and trasnfer it.
    make the grouping as 'only necessary objects'.
    it will give u the list make sure it is all present in ur transport.
    u can see the transport number in the rightmost window.
    If u see all are not included tick and use the 'transport' -truck icon on topic.click on that and assign the transport.
    hope it helps
    Regards,
    Rathy

  • Transport target and transport groups

    hi all,
    i need to create,transport target and transport groups,wht is the use and how to create.
    redards,
    AVR

    Did you check this help section: http://help.sap.com/saphelp_nw04/helpdata/en/ef/a21e3e0987760be10000000a114084/content.htm
    Can you close the other similar thread?
    Regards,
    Abhishek.

  • How & Where to create the Target Groups and Transport Targets for Business

    Hi Experts,
               I am Transporting the scenarios from Development 500 client XI system to Development 500 client PI7.1 system. I have taken the exports of Technical system and Business System from the DEV XI system and correspondingly have imported the same in the PI7.1 system. I can see the all the business system in the Business system SLD of the PI7.1 system. I would like to assign the Business System Groups and Transport Targets for every business system that I want to transport. How can I do that ? Whether this is to be done in DEV XI system or the DEV PI system? Can somebody elaborate the step by step method to create the Groups and Target system for the every Business system so that I can import the object of the Integration Directory sucessfully................................
    Thanks & Regards
    suk4023
    Edited by: sukande on Aug 17, 2010 8:18 AM

    Hi Supriya,
               Thanks for the reply and good illustration............Still going further after defing the destination for transport in the source SLD Business system ( XI dev server) , then we should export it and subsequently import it in the SLD of the PI 7.1 ie the destination server.  Then we should transport the objects of Integration Repository and Integration Directory to the new PI7.1 server. Is this the right way to proceed.?  Hope that this will not give the error while importing the objects in Integration Directory. An typical which comes while importing the objects in the Integration Directory is as follows:-
    *Import failed because of business system transfer of object Communication Component | PCM: Obligatory transport target for business system PCM not found in System Landscape Directory*
    Pls clarify on this ......
    Thanks & Regards
    suk4023

Maybe you are looking for