Activate all the datasources in source system

Hi,
We are in the process of transporting from one development server to another development server.
In the new development server we replicated all the datasources. But, all of them has come as modified version.
How to activate all of them once rather than going for one by one?
We checked some of the R3 datasources as well. Those are perfect.
Please send an immediate response.
Thanks in advance!
lasitha.

Hi,
Use the abap program RS_TRANSTRU_ACTIVATE_ALL and give the source system name.
Hope this helps
janardhan KUmar

Similar Messages

  • ERROR - no available datasource for source system exist

    I tried to load the master for 0Bill_Type
    1) Install infoobject business content and Create infoobject
    2) Activate datasource in R/3
    3) Replicate datasource
    4) Assign infosource ---> the error said no available datasource for source system exist
    When I go to source system--> Object overview --> I don't see anything at all?
    Please advise what went wrong ?

    Hi Pandadda,
    I think you have not transferred the APPLICATION COMPONENT HIERARCHY yet. If not, then do the following:
    1. In your R/3 system execute TCODE = SBIW.
    2. Go to BUSINESS CONTENT DATASOURCES
    3. Execute TRANSFER APPLICATION COMPONENT HIERARCHY by clicking the CLOCK.
    Replicate you datasource then check it on your BW system
    R,
    Adwin

  • How to define  the PSA in source system

    hi ALL:
       when i double click the datasource in the source system's  datasource overview , there is an message of "Transfer method 'TRFC with PSA' is not supported by the source system ", and prompt me to define  the PSA in source system  , but i did not known how to define the PSA in source system .can any one tell me.
    thanks a lot!

    Hi
    This becuase of RFC connection problem
    go to rsa1>right click on youe sourcesytem>>check
    if the connection is not good,contact your basis
    cheers,
    Swapna.G

  • BI Idoc Type IS NOT THE SAME AS SOURCE SYSTEM IDOC TYPE

    Hi all,
    how can we solve the IDoc miss match in source system (ECC6).
    Error :
    BI Idoc Type ZSTC029 IS NOT THE SAME AS SOURCE SYSTEM IDOC TYPE ZSTC031
    please provide me solutions..
    Thanks in advance,
    Venkatesh

    Hi Venkatesh,
    Check here.........
    BW idoc type not same as source system idoc type
    Thanks,
    Vijay.

  • Display Datasource in Source System -- connects to Production ERP

    Hello,
    We have performed a System Copy of BI Prod. In the copied system on one of the Generic DataSource (ZBIP_VKDFSEXT) when I right click and say "Display Datasource in Source System", it is connecting to Production ERP, supposedly it must be connecting to Dev ERP.
    I have tested RFC COnnections and Logical System Settings in WE20 and 21, but they are pointing to DEV ERP.
    Correct replies appreciated.
    Thanks
    SM
    Edited by: SM on Jul 9, 2011 5:32 AM

    Dear SM,
    I guess we have faced same kind of issue earlier,
    at that time we just removed RFC connection between production system because we are not using Production system connection any more.
    and then just clicked on connection parameter of source-system, there we defined new RFC destination.
    Hope it will solve your issue.
    Regards,
    Ashish

  • How to recover a datasource from source system

    Dear Experts,
    i am trying to find a datasource(0PS_PRJTYPE_ATTR) in the source system. For some reason, I could only find the text one, not the attribute one. I checked in RSA5, RSA6 and RSA2. I couldn't find it.
    What are the possible ways to recover the datasource, not sure if someone has deleted it.
    Its really urgent, Please guide me.
    Regards
    Shanthi

    Hi,
    The same should be available in the source system (DEV), Surprising how / why the same is available in BW system.
    I checked the SAP ERP source system to which I have an access and the same is not available in the source system not in the BW system
    My sugession is to go for a generic datasource after identifying the table with the help of functional consultant.
    Regards
    Venkata Devaraj

  • Show all the drives of a system in Tree format as it displays in windows

    Hi, I have the folloing code which is working fine to display a single drives files and folders but i want to display all the drives of my system with desktop and Doc & Settings in a single trre.
    please help.
    thanks in advanceimport javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.tree.*;
    import java.io.File;
    public class FileTreeDemo
         public static void main(String[] args)
                  File root;
              if (args.length > 0) root = new File(args[0]);
                  else root = new File(System.getProperty("user.home"));   
              /*root=new File("F:\\");
              System.out.println("value of root :"+root);*/
                  FileTreeModel model = new FileTreeModel(root);   
                  JTree tree = new JTree();
                  tree.setModel(model);
              root=new File("E:\\");
                 model = new FileTreeModel(root);
              tree.setModel(model);
              tree.setRootVisible(true);
                  JScrollPane scrollpane = new JScrollPane(tree);   
                  JFrame frame = new JFrame("FileTreeDemo");
                  frame.getContentPane().add(scrollpane, "Center");
                  frame.setSize(400,600);
                  frame.setVisible(true);
    class FileTreeModel implements TreeModel
         protected File root;
           public FileTreeModel(File root) { this.root = root; } 
           public Object getRoot() { return root; } 
           public boolean isLeaf(Object node) {  return ((File)node).isFile(); }
         public int getChildCount(Object parent)
                  String[] children = ((File)parent).list();
                  if (children == null) return 0;
                  return children.length;
           public Object getChild(Object parent, int index)
                  String[] children = ((File)parent).list();
                  if ((children == null) || (index >= children.length)) return null;
                  return new File((File) parent, children[index]);
           public int getIndexOfChild(Object parent, Object child)
                  String[] children = ((File)parent).list();
                  if (children == null) return -1;
                       String childname = ((File)child).getName();
                  for(int i = 0; i < children.length; i++)
                         if (childname.equals(children)) return i;
              return -1;
         public void valueForPathChanged(TreePath path, Object newvalue) {}
         public void addTreeModelListener(TreeModelListener l) {}
         public void removeTreeModelListener(TreeModelListener l) {}

    Hi,
    Use the FileSystemView class of javax.swing.filechooser
    create an instance of the view and choose the method:
    File root = FileSystemView.getHomeDirectory();as your root file object.
    Maybe you need to do some modifications on your FileTreeModel...
    under windows the desktop node and the first level nodes down from there
    are not real file-objects ...
    Olek

  • BI  IDOC type ZSBS042  is not the same as source system idoc type ZSBM023.

    Hi  Evrybody,
    I got an error when trying to initialize the delta load.
    Error Message :
    BI  IDOC type ZSBS042  is not the same as source system idoc type ZSBM023.
    Thanks for  the promt responses
    Regards,
    Zakir SM

    Hi ,
    I checked the IDOC with status 51.. I have this message
    " No status record was passed to ALE by the application ".
    what to do now...
    Rgds,
    Zakir

  • Multiple DataTargets in a BI 7.0 System to One DataSource in Source System

    Currently, I do not have access to BI 7.0 system.  I am wondering whether it is possible to connect MULTIPLE DataTargets of a single BI 7.0 system to ONE DataSource in the source system?  I have searched the forum, but I couldn't find relevant posts.  If I am not wrong, until BW 3.5, once a DataSource is assigned to an InfoSource, it can not be assigned to any other InfoSource of the same BW system.  I have heard that this has changed in BI 7.0 with the new DataFlow concept. 
    The current requirement is that multiple DataTargets of a single BI system need to get DELTA data from the same DataSource in the source system.  If this is technically possible in BI 7.0, should the source system also support such an assignment (since the DELTA load timestamps are maintained in the source system)?  What source systems currently support this feature, if any?  What are the appropriate tables in the source system that I need to look at to do further investigation?
    All the useful inputs regarding these questions will be rewarded with points.  Let me know if you need any further clarification of the requirement.  Thanks!
    Sameer

    Hi Sameer,
    But since there is only one transformation between the PSA and DataTarget, all the data (irrespective of the indicator) will flow through unless I filter on the "planning stage" indicator
    You can create one transformation between Datasource and ONE DataTarget. But in your case, you have TWO datatargets. So you have to create two DTP's which can have diffrent filter parameters.
    You can fill two different targets ( cube1: before manual update, cube2: after manual update) using your datasource.
    For this, you need to create two transformation. Keep in mind, everytime you create a transformation you must create a DTP for data movement.
    So you will have:
    DS1 -- TRANS1-- DTP1 --Cube1
    DS1 -- TRANS2DTP2Cube 2
    In DTP1 set  filter for indicator :X and DTP2 set  filter for indicator :Y. Both DTP1 and DTP2 should work in delta mode.
    I would suggest you to create one initialization for your DS1. if it is not possible create two infopackages for two initializations. I suppose you have the indicator in selection parameters of infopackages.
    Derya

  • Runtime error while activating LO Datasource in Source System

    Hi Gurus,
    I have followed the below steps to activate the SD related LO extractor in ECC
    1. RSA5 --> Select all the 2LIS_11,12&13 data source and activate
    2. LBWE --> Choose the 2LIS_11,12&13 data source and activate.
    Upon execution of the second step , the system return me the following runtime error
    Runtime Errors         DDIC_TYPE_INCONSISTENCY
    Date and Time          07.07.2011 10:14:29
    Short text
         Inconsistency in the Dictionary for the structure "MCQALSB".
    What happened?
         Error in the SAP kernel.
         The current ABAP "SAPLMCEX" program had to be terminated because the
         ABAP processor detected an internal system error.
    Error analysis
         There is an internal system error.
         eliminated with ABAP/4.
    Trigger Location of Runtime Error
         Program                                 SAPLMCEX
         Include                                 LMCEX$04
         Row                                     26
    With this error i cant proceed to activate any of the LO data source
    Please help
    Thanks in advance

    The table MCQALSB need to be activated in SE11 and LBWE works fine

  • Error when activating Datasource in Source System

    Dear All,
    I am gettting this error when activating data source in source system(RSA5).
    1)DataSource 0NETWORK_CUST_ATTR; switch to package PS_IS_EHP3_SFWS_SC is off.
    2) The extract structure DTTV_REC_53 of the DataSource 0TV_REC_531 is invalid
    Message no. R8444
    Diagnosis
    An invalid extract structure has been assigned to the DataSource. An extract structure has to be active in the DDIC. It cannot be a view, since the customer is not able to add append fields for filling in the customer exits to a view.

    Hi
    To use this datasource, you need to install EHP3 package.
    http://help.sap.com/saphelp_nw70/helpdata/EN/b0/7b6c759c494ffcbf821d2442687888/frameset.htm
    Chandu.

  • Datasources from source system replicated as 3.x instead 7.x

    Hello BI Gurus,
    I am Basis consultant and got stuck with an issues with incorrect datasource version replication while trying to create and connect to ECC source system.
    Generally they are replicated as 7.x but this time for some strange reason it is replicated as 3.x.
    We tried RSDS to do mass migration even though we would loose DTP etc but that didn't work.
    We deleted and recreated the system which also replicates the datasources as 3.x.
    The source ECC system is refreshed from production so does the target BI system.
    This is the first time we connected specific ECC system to BI system.
    BI system has multiple ECC system as source system connected to it.
    Please help me asap as our development is on hold since long.

    After making the copy, did you guys run BDLS to convert the former Production Logical System Name to the new name for the ECC environment and did that also to convert the former BW Logical System Name in the new ECC environment to the one it will be connected to?
    If you wanted to use the same IDoc Types you were using in the original system you could use function modules RSAP_BIW_DISCONNECT and RSAP_BIW_CONNECT to disconnect the old reference and connect the new one specifying the same IDoc Type... You should do the same in BW and check table RSBASIDOC to confirm.
    But yes, part of the definition of the Datasources, once you convert them is the logical system name... If it is different from the original all datasources get replicated as 3.x to maintain compatibility... At least that's what I've learnt...

  • Lots of tables in the non-SAP source systems

    Hi All,
    Earlier I asked a question on SDN about having about 50 tables in non-SAP source systems like SQL, Oracle, etc. According to the functional/business folks here, I'm supposed to be extracting only 1 or 2 fields from many tables. So I got a reply from SDN that I should recommened creating Views and client also agreed. Now I do not see any official documentation from SAP that that says that I should create Views in the source ysystem wherever it is possible. Any help in getting this information is very helpful.

    Hi,
    1. authorization: normally the database admin create you a new user. It's easier to get read authoriziation for your own views.
    2. a problem is the naming convension of tables and fields - the BW/database connector supported not all. create the fields
    - in upper case and
    - a length of ... (16 characteristcis?)
    - without special signs.
    => looking in service.sap.com/notes for "DB connect"
    3. changing of data source: when you need a second table for the data extraction, then you have to create a new datasource.
    => create a view directly (its the same to multiprovider. Don't work with the object directly - create a view).
    Sven

  • Question about Note 886102 - Empty the delta queue of the connected SAP source systems

    Dear expert
    I'm doing the system refresh from ECC PRD to QAS using the hot backup of PRD
    Before i start the database restore i was told to do the following step since this ECC has connection with one BW system
    -----------------------Step -----------------------------
    2.17 SAP note 886102 scenario C3
    Empty the delta queue for all of the connected BW systems.
    Execute all delta info packages two times on BW side, to clean up the delta queue in the source system. This is needed, because BDLS cannot rename the still available LUW-s in the qRFC queue.
    ----------------------Step-----------------------
    But unfortunately i missed to execute this step
    And the Q11 is now retoreing the backup of the database
    My quesion
    1. what will be bad consequence due to not execute this step? any way to makeup this error?
    Best regards,

    Hi Kate,
    The probably issue which I could forsee is data getting wrongly updated into production if RFC connection from ECC to BW is not stopped.
    Solution here could be to disable or deletethe RFC connections between ECC and BW before starting the SAP system at database level.
    delete from sapr3.rfcdes where rfcdest = '<name>';
    Once the system is up and running you can recreate them if required.
    Also before starting SAP set the number of batch processes to 0 on the profile at OS level so that any released jobs don't start as soon as SAP is up.
    Once the SAP system is up execute BDLS and change the logical system name.
    Hope this helps.
    Regards,
    Deepak Kori

  • Moving DataSources between source systems

    Hi Gurus,
    I'm facing problems when trying to move a datasource between two source systems. Here are some details about the situation:
    - I created a DataSource based on a DB-Connect source system (Oracle DB)
    - I moved this DS to test system where it has been attached to the Oracle-Test-DB.
    - Now I'd like to load data in SAP test system from the Oracle-Prod-DB. So I created a new source system in the SAP test environment pointing to Oracle-Prod-DB. Then I updated the conversion of logical systems now changing the source system to the Oracle-Prod-DB. After collecting the datasource and transporting it to SAP test system I noticed that the datasource already existed remained untouched and an additional datasource has been created.
    So, can you Gurus share any piece of advice how to change a datasource from one source system to another.
    Any help is appreciated.
    Thanks in advance.
    Heiko

    Hi Srini,
    Thank you for you´re answer.
    I have checked  WE20 and W21. The ports and the partner profiles are created automaticly in BW and R/3 sides, when creating the new source system in RSA1.
    The main problem is, that the R/3 can´t send data to BW, although the ALE and RFC configurations are setup properly. After I replicated and activated several data sources in BW succesfully, I´m requesting data from the R/3 system with an infopackage, but after a few hours the follwing failure message occurs in the monitor :
    Errors while sending packages from OLTP to BI
    Diagnosis
    No IDocs could be sent to BI using RFC.
    System Response
    There are IDocs in the source system ALE outbox that did not arrive in the ALE inbox of BI.
    Further analysis:
    Check the TRFC log.
    You can access this log using the wizard or the menu path "Environment -> Transact. RFC -> In source system".
    Error handling:
    If the TRFC is incorrect, check whether the source system is fully connected to BI. In particular, check the authorizations of the background user in the source system.
    In the TRFC (SM58) log in R/3 there appears an status text with the following entry:
    "No service for system SAPABC client 123 in the integration directory".
    For this entry I have found the SAPnote 940313. In this note,there is described how to send Idocs over Integration Server. Now I think that our R/3 system tries to send Idocs over the Integration server too.
    But is there another alternative to send Idocs from R/3 to BW without using the Integration server?
    Best regards
    Mehmet

Maybe you are looking for

  • Business Event Content.in TEM

    Dear All, When a Business Event is created in Training & Event Management module, we find that there is a an option called " Further Information " to enter CONTENS of the Business Event. I would like to know the significance of the " CONTENTS " data

  • How can I link more HTML files to one menubuilder file

    Hi, I have the following problem which hopefully one of you can help me solve. With menubuilder I just made a menu to run on a stand alone CD. This menu contains links to 5 individual training modules that are movies in HTML format. After some search

  • Calling RFC in Webdynpro...

    Hello, I am new to WebDynpro Java. How can I call a RFC in webdynpro. We have different SAP lanscapes viz: 4.7, ecc 5.0 and ecc 6.0. I want to call BAPI from 4.7 landscape in my webdynpro. How can I do this ? Regards, Jainam.

  • Why are a lot of the words cut in half  (horizontally) in my finder windows?

    Why are a lot of the words cut in half  (horizontally) in my finder windows?

  • M-Audio midisport 4x4 not working

    Hello all, I just upgraded from leopard to snow leopard and now cannot get my m-audio midisport 4x4 to work. I have downloaded the newest driver, but still no luck. Is there something I'm missing here to make this work? Any help would be greatly appr