How to change source system in process chain

Hi All,
In our Bw quality system, process chain is pointing to the Production system ,
I want to keep the process variant name same as production but want to change the source system
For example.. let us say currently process chains(All DTPs) are pointing to the Production server (PD001) ip (200.12.23.22)
now i want to keep the Server name same but want to point it to the quality system..so after change Process chain will show same name but it should point out to quality system.(let us say bwq 200.12.23.232).
Can you please help me on this

Hi Pravender,
In our BW system , we have same process chain in all the system (Dev, Quality and production)..and naming convention is also same ..(all process chain points to Production system only)..
So when I want to load data from development i just need to change the source system ip adrress  to  the Development Server  (So names in process chain will indicate production but  it will point to the development server), .
I want to know how can i change the source system mapping.
Hope i am clear now

Similar Messages

  • How to Change Source system type of ECC6.0 in BW system

    Hi BW Experter,
       I connected ECC6.0 PRD system with BI7.0 PRD system  , the connection is successful,
    but the source system type of ECC6.0 PRD is not collect . The ECC6.0 PRD is as a
    BW system type in the source system list of bw system  .
       I found that Tcode RSA1 has ever been run in PRD ECC6.0 , So I did a connection testing of
    ECC6.0 QA with BI7.0 PRD .  
         Step 1. Connect ECC6.0 QA with BI7.0 PRD , ECC6.0 QA was as SAP system type in  source system list of bw system .
         Step 2. Run tcode RSA1 in QA ECC6.0
         Step 3. Delete connection of  ECC6.0 QA with BI7.0 PRD .
         Step 4. Connect ECC6.0 QA with BI7.0 PRD again , ECC6.0 QA was as SAP system type in source system list of bw system .
       I want to know how to change ECC6.0  PRD  source system type to SAP .
    If it can't been change to SAP ,Is there any impact when  ECC6.0 PRD  is as bw system type in source system  .
    Thank you for your help .

    I got the soulution from note:  1087980 - ECC Source systems appearing in BI folder
    Summary
    Symptom
    Source system connection for an ECC system appears in the BI folder, rather than in SAP folder, as expected.
    Other terms
    Wrong folder,RSA1, RSBASIDOC, RSAP_BIW_DISCONNECT
    Reason and Prerequisites
    Transaction RSA1 was inadvertently used on an ECC system , thereby creating a 'Myself' source system entry in RSBASIDOC table
    Solution
    This is just a display issue and does not cause any operational issues. Therefore, it need not be corrected, especially if the ECC system in question is used as a BI system as well.
    If it is absolutely required that the ECC source system appear in the correct folder, perform the following steps.
    1. Check that an entry with SRCTYPE 'M' exists in table RSBASIDOC table of ECC source system.
    2. Note the values for SLOGSYS and RLOGSYS. It should be same.
    3. Run the function module RSAP_BIW_DISCONNECT in the ECC system.
       NOTE: Never run that function module in a BI system!
    4. Enter the following values : 
    I_BIW_LOGSYS   <RLOGSYS> as noted in step 2
    I_OLTP_LOGSYS  <SLOGSYS> as noted in step 2
    I_FORCE_DELETE <X>
    < DO NOT ENTER ANY VALUE IN THE FIELD  - RFC target sys !!!!! >
    5. Go to RSA1-> Source systems in the BI system connected to the ECC system.
    6. Select the ECC source system and select RESTORE in the right click menu.
    Now the ECC system should appear in the SAP folder.
    If running RSAP_BIW_DISCONNECT results in an error like OTHER_ERROR, please check if a valid RFC connection exists in transaction sm59.
    If the myself source system connection cannot be deleted in any case, log a service marketplace message with SAP Support.
    Edited by: fang frank on Jul 15, 2009 8:31 AM

  • How to change source system in SAP BI

    Hi,
    In Sap BI we are having a source system ECC1CLIENT100, based on this we developed all the data modelling, now due to some reasons we made a copy of the souce system ECC1CLIENT100 to ECC2CLIENT100 and we removed ECC1CLIENT100 from SAP BI connections, Now what changes we have to do to connect the ECC2CLIENT100 to BI in the place of ECC1CLIENT100, please give me step to step what to do for sucessfull operations, Both the clients are having different IP, SYSTEM ID,
    Thanks in advance,

    Hi Bazi,
    -->you need to maintain RFC to the new source system
    -->delete old source system
    -->create source system connection from RSA1
    --> Run BDLS to point the data sources to new source system. This should be run on both BW and ECC.
    You will need to run this BDLS several times
    for more info check the below link
    How to change the BI source system
    http://help.sap.com/bestpractices/crossindustry/businessintelligence/v131/BBLibrary/documentation/B84_BB_ConfigGuide_EN_DE.doc
    Regards
    KP
    Edited by: prashanthk on Aug 18, 2010 6:22 AM

  • Collection in source system ended-Process chain error

    Hi friends,
    I have  got a  PC which failed due to error : Collection in source system ended.
    My flow of PC is .
    start--
           --Load IP 1
          ---Load IP2
          _--load Ip 3
    Load IP4
          ---Load Ip 5.
    I got this error at IP2 and so my pc fail .
    can i manually upload this IP2  and  make the process chain OK?
    what are the steps involved in rectifying this?
    regards,
    siddartha

    First try to find out the reason for the load failure. Once you fix this, do a manual run of the infopackage and when successful you can continue with the rest of process chain.
    Sometimes, it doesn't help to just set a request to green status in order to run the process chain from that step on to the end.
    You need to set the failed request/step to green in the database as well as you need to raise the event that will force the process chain to run to the end from the next request/step on.
    Therefore you need to open the messages of a failed step by right clicking on it and selecting 'display messages'.
    In the opened popup click on the tab 'Chain'.
    In a parallel session goto transaction se16 for table rspcprocesslog and display the entries with the following selections:
    1. copy the variant from the popup to the variante of table rspcprocesslog
    2. copy the instance from the popup to the instance of table rspcprocesslog
    3. copy the start date from the popup to the batchdate of table rspcprocesslog
    Press F8 to display the entries of table rspcprocesslog.
    Now open another session and goto transaction se37. Enter RSPC_PROCESS_FINISH as the name of the function module and run the fm in test mode.
    Now copy the entries of table rspcprocesslog to the input parameters of the function module like described as follows:
    1. rspcprocesslog-log_id -> i_logid
    2. rspcprocesslog-type -> i_type
    3. rspcprocesslog-variante -> i_variant
    4. rspcprocesslog-instance -> i_instance
    5. enter 'G' for parameter i_state (sets the status to green).
    Now press F8 to run the fm.
    Now the actual process will be set to green and the following process in the chain will be started and the chain can run to the end.

  • Can I delete 'Initialization Options for Source System' in Process Chain?

    Hi All,
    Can I automate the process of deleting the 'Initialization Options for Source System' for Delta Init package? I need to include this step in a process chain, rather than deleting the init request manually.
    Thanks,
    Naveen.

    Naveen,
    As far as I know, nope. And it's logical, considering the Initialization is a "one time" process and not a repetitive one (unless you have to reinitialize, of course...)
    Regards,
    Luis

  • How to change source system in COMMPRO1

    I have two back hand systems of R/3 in COMMPRO1.
    I want to change my backhand system(that is s ource system) how to do so.
    Parag

    Parag
    COMMPR01 is the t-code and it does not contain any backend system info.It only contains Category and Hierarchy IDs.
    Do you mean to say COMM_PRODUCT table??
    If that is the case, you cannot change logsys field. Because that field refers to the backend system from where you replicated materisl.
    If you feel that material should come from different backend system then delete the existing material and replicate the new material from the backend system which you want to be.
    For this you need to set up the replication procedure for the new backend system.
    P.S. -- Do reward points to the helpful solution.
    Thanks
    Jagdish

  • Change source system name in variant in BWQ

    Hi Gurus,
    I created a process chain for global seetings for unit of measurement and fiscal year variants and transported to BWQ.
    In BWQ, I found the source system name in variant is showing ERD source system name, but I need to change it to ERQ source system name. Any advice how to change source system name in variant in BWQ I would appreciate it.
    Thanks
    Liza

    Hello Again Liza...
    I had the same problem but I didn't need to include in process chain...
    So to execute periodically you can change it in debug mode, not the best solution...
    But since you need to use it in a process chain, you should copy that program to one of yours Z.
    Do this:
    Go to transaction se38 and insert the program name "RSIMPCUST".
    Click on the button of "Copy" (Ctrl+F5).
    Change the source program name to ZRSIMPCUST (or whatever you want)
    Click Enter
    Click the button to mark everything (F8)
    Click Enter
    On the next window of the name of the include click enter (leave it blank)
    Click on the button Change of your Source Code
    In line number 54 you'll find this in Selection Screen part:
    PARAMETERS:  logsys  TYPE rsa_logsys MODIF ID p01.
    PARAMETERS: logsysnm LIKE tbdlst-stext MODIF ID p02.
    Delete those two lines and insert this ones:
    PARAMETERS:  logsys  TYPE rsa_logsys.
    PARAMETERS: logsysnm LIKE tbdlst-stext.
    Now click on Activate button (Ctrl+F3)
    Now you have a new program just like the old one but you can change the source system to whatever you want!
    Please assign points,
    Diogo.

  • How to get the name of user who last changed the settings of process chain

    Hi All,
    I have a process chain which runs daily. At one atep it would load data till PSA then there was a separate process to update data from PSA. But recently someone changed the settings and data is loaded in PSA and data target in parallel. But the process update data from PSA is also there still and as a result giving error as data already reached infocube. I wish to know who changed the settings. I searched and found about tcode SGL1 but not getting any fruitful result. Can anyone pls suggest anything.
    Thanks in advance,
    Sananda

    Hi There,
    In your case, nobody has changed the settings in process chains. However, it appears that someone has changed the Processing mode in the Info package. Since now the infopackage has already run after the change was made, I don't think there is any way to find who has changed the setting in the infopackage.
    However, the solution would be to just switch back the processing mode from "PSA and Data Targets in Parallel" to "Only PSA".
    Regards,
    Hemant Khemani

  • Need information-BW System administration-process chains

    Hi gurus,
    I need information about BW System administration-process chains
    can anyone send me the docs related to
    1)process chain modellin aspects
    2)process chain monitoring &error handling
    3)BW statistics and query tuning with aggregates
    Thanks in advance..
    regards
    s ram

    Hi,
    Check these links:
    http://help.sap.com/saphelp_nw04/helpdata/en/67/13843b74f7be0fe10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/8f/c08b3baaa59649e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ce/dc87c1d711f846b34e0e42ede5ebb7/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/d5/e80d3dbd82f72ce10000000a114084/frameset.htm
    Process Chain
    process chain
    BW STATISTICS  
    If you are asking abt the flags that you see in RSA1 -> Tools -> BW Stats...you can check BW Stats for each and every infoprovider. Whenever you create an infopprovider you should always decide whether you want to turn on the BW Stats for this infoprovider. This is a manual step and can be done in each and every box individually or can be transported across the systems. Coming to your question...BW Stats are of two kinds...
    1) OLAP -
    If you check this flag for an infoprovider...all the statistical data for the queries built on this infoprovider gets updated into the corresponding infocubes (0BWTC_C02 and 0BWTC_C03). An example would be like number of users that ran the report in a given time, the average run time of the query and so on. This data is of immense value in deciding the steps for performance tuning techniques like aggregates!
    2) WHM (Warehouse Management) -
    If you turn this flag on for an infoprovider, all the statistical data like how often the cubes are loaded, when are the requests deleted from the infocubes, data abt condensing of cubes and so on is loaded into the corresponding cubes like 0BWTC_C04, 0BWTC_C05, 0BWTC_C09 and 0BWTC_C11.
    You have to activate the infopackages to load into these cubes and schedule them through process chain to run once in a while so that your statistical data is uptodate.
    Production support for maintaining the process chains primarily involves monitoring activities of all the chains that are running in the background...
    Errors in monitoring of process chains can be categorized into 4 different sections...
    Master data - Full Update
    Master data - Delta Update
    Transaction data - Full Update
    Transaction data - Delta Update.. in terms of loading of data which can be due to server shut down or system maintenance... errors due to incorrect entries in the OLTP system in which case you'll have to fix the errors in the PSA and manually load the data...
    Otherwise it can have errors on Attribute change run being locked by some other job... Aggregate Roll up failing because of attribute change run being run at the same time... Problem with hierarchies and save hierarchies...
    There can be problems with the data store activation if the ODS object contains any incorrect request sitting inside it... then, you need to delete the incorrect request and reload the data again...
    In case of Transaction Delta failure, you'll have to request for a repeat either manually in the infopackage or using the repeat option if available on right clicking the load event...
    For Master Data Delta failures, you need to do an Re-init by deleteing the previous initalization condition in the "initalization option for source systems" in the menu scheduler or reschedule the enitre chain... because, master data generally do not support repeat of last delta ...
    Majority of the issues will be based on these things only..
    ****Assign Points If Helpful****
    Regards,
    Ravikanth
    Message was edited by:
            RK.PNV

  • Does not allow to change source system in Variant

    Hi Gurus,
    I am creating a variant for the program RSIMPCUST, but it does not allow me to change source system name. It is showing me gray color. Do you how to fix this issue ?.
    Thanks
    Liza

    Hello Liza,
    Did you try my solution?
    [Re: Change source system name in variant in BWQ]
    There are solutions to change variants properties, but that particular program has the logsys parameter not able to change, so you cannot change the value of that variant (only with debug).
    It's best to go for that solution I already provided to you...
    Diogo.

  • How to create Source System in BI 7.0

    Hi Experts,
    How to create Source System in BI 7.0, please urgent
    Thanks

    Hi Mark,
    Did you see the help site below which is telling how to create a source system .If not please take a look at it.
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a61e5e07211d2acb80000e829fbfe/frameset.htm
    Regards,
    ®

  • Change Source system Tech.Name

    Production :   PRE -
    >  PRB
    PRE-Production    :   PPE -
    > PRE
    We make a copy of our production BI to Preproduction BI (PPB) we follow note # 886102. We want to connect this system to our pre production ERP (PPE).We already run BDLS change the logical system name we created new RFC created which is pointed to new R3 system .Problem is when we are going to run Tcode RSA1 in source system it shows old Tech name PRE600. We are unable to activate the source system.
    We can create new source system (PPE),but All our BI objects mapped with old source System (PRE600). I am afraid to change thousands of BI objects ( change source system from PRE600 to PPE600).
    Is there any work around we can change the Logical Source system Tech.Name? or some batch job which change the source system name for all BI objects.
    Appreciate your earliest reply.
    Nawab

    Hi
    Can you please check the Tcode BDLS
    Check the document it will be helpful
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bff13df2-0c01-0010-6ba7-bc50346a6fd8
    Regards

  • How to Check source systems in RSA1 and verify that connections are working

    How to Check source systems in RSA1 and verify that connections are working ok and how to Check Planning Area have green status.................

    Hi,
    In rsa1, go to 'Tools' and option 'Manage Source System' - the screens are self explanatory there after. To check the planning areas, go to transaction /SAPAPO/MSDP_ADMIN anc check the status of the relevant planning areas.
    Regards
    Vinod

  • How to create info area for process chains?

    How to create info area for process chains?

    Hi,
    If I understand your question clearly, you want to assign display componets.
    once you have created you chain you assign the components by clicking CTRL+F11
    Regards,
    Namrata

  • How to modify Source system in DS

    Folks,
    I have a Data Source with old Source System for one of my InfoObject. I need to load the new master Data for this InfoObject. But I am unable to change the Old source system to new source system as the Pencil is diabled?
    Do I need to reinstall the InfoObject from BI content and do this from scratch..??
    Any Help please..
    Thank You!

    You cannot change source system directly this way.
    Depending on what is your situation there are 2 workarounds:
    Case 1: you want to keep mapping of your existing source system and also want to load from the new system. Follow these steps:
    1. Right Click on InfoSource and selectassign data source
    2. Select the new source system (press F4 for options)
    3. Select the datasource
    4. Next in the transfer rules screen do the mapping and activate.
    Case 2: You don't want to load from the new system without making any change to the transfer rules (and update rules if any). Follow these steps:
    1. In SM59 change your old system RFC connection to point to the new system.
    2. Then right click the source system and perform a check/restore. This will update partner profiles for the new system.
    3. Replicate the datasource and activate the transfer rules.
    4. Request your BASIS team to run program for BDLS that changes the system pointer.
    You dont have to reinstall anything from business content in any case

Maybe you are looking for

  • Lightswitch HTML Client 2013 - Navigation property load works Intermittently on phone, but works all the time in desktop browsers

    Hi,   I have this code which is adding a record and re-loading a navigation property "ldDailyLogDetails_FK". afterClosed: function   (viewScreen, navigationAction) {                 if   (navigationAction === msls.NavigateBackAction.commit) {        

  • HR Infotype : Viewing multiple entry at once?

    Hi everyone, I need to create a new infotype and in its screen, I want a grid or table control that displays every entry of this infotype for the current employee. My guess is to create the new infotype via txn PM01 and then modify the screen and the

  • Capacity planning in ASCP

    Hi, Does anyone know how ascp plan calculates "Daily Hours","Touch Time" and "Adjusted Resource Hours" in horizontal plan for a resource? Looks like plan used below logic to calculate resource hours. (usage rate of a resource in Minutes/60) * Schedul

  • Updates Secretly Changing Power Settings

    I've been suffering with weird pc symptoms, including frequent freezeups for about a month.  And I noticed my pc would dim and I thought it was the video driver's software.  And all this time, never thought to check my power settings because I had al

  • Somethings wrong with ARD 3.1 on Intel Powerbook

    I have ARD 3.1 installed on a Intel Powerbook for when I travel and on a Desktop G5. Everything works great on G5. ARD displays name, current status (eg offline, idle, available) current apps get displayed, current users are displayed, IP addresses a