Urgent-Souce system

hi Guru's
Please let me know how to create source system in BW and what are the pre-requistics for that,
Please tell me how to create master data sources in r/3 for biw in details (Step by Step) i know much about this but i am not able find link from where i have to start and end,Please let me know mapping these data sources to infosource in BIW iam working on 3.5 verison,
your reply is very valueable for me,
Regards
Shivaraj,

Hi shiva,
          To create source systems...........if itz r/3 source system
Create logical system for r/3 & BW in BW & r/3 systems
assign those locical systems to respcetive clients in r/3 & bw systems
create rfc's in r/3 & bw systems.
create partner profile in r/3 & bw systems for the logical clients
U should have remote user in r/3 & bw systems.
u should have under profile tabs as: sap_new
sap_all
sap_bi-wx_rfca
s_bw_rfc
go to rsa13 in bw system
there try to create r/3 system
give system id
target system
give back ground user pwds...................
hope this will help u.............

Similar Messages

  • How does 0SOURSYSTEM Souce system Id get filled?

    Hi Gang,
    How does 0SOURSYSTEM Souce system Id get filled?
    I'm trying to recreate some transfer rules which were deleted.
    Is there an ABAP program or transfer program to populate this field?
    Or do I hard code a value?
    Thanks,
    John Hawk

    Hi,
    Yes you need to write code..
    INCLUDE rsbctbbp_transfer_r3.
    TABLES: srm_proj_contr.
    DATA:   l_s_errorlog TYPE rssm_s_errorlog_int,
              l_text TYPE string.
    Retrieve source system ID form the source system
    CALL FUNCTION 'RSDG_ID_GET_FROM_LOGSYS'
            EXPORTING
              I_SOURCE_SYSTEM = TRAN_STRUCTURE-ORGLOGSY
            IMPORTING
              E_SOURSYSID     = RESULT
            EXCEPTIONS
              ID_NOT_FOUND    = 1.
          IF SY-SUBRC <> 0.
            RETURNCODE = 4.
            message E087(R7) with TRAN_STRUCTURE-ORGLOGSY into l_text.
            move-corresponding syst to l_s_errorlog.
            l_s_errorlog-record = RECORD_NO.
            append l_s_errorlog to g_t_errorlog.
          ENDIF.
        ELSE.
          RESULT = SPACE.
        ENDIF.
      ENDIF.
    See
    Problem with mapping 0SOURSYSTEM and 0LOGSYS in BI7.
    Thanks
    Reddy

  • Error 8 while loading the data from the souce system

    Hi Gurus
    Every day we are loading some data from one of our souce systems through process chain
    But today all the loads failed complaining about error 8 while extacting the data
    connection to source system is fine
    we have the problem while loading master data from the same source system
    any solution?
    Thanks in advance

    Hi,
    Check with basis team regarding any patches applied in source system or not ? If yes then replicate all data sources and activate again.
    hope it helps...
    regards,
    Raju

  • What should BASIS do for an InfoSource transport for Souce System change?

    We just create a change request for an InfoSouce. Now we transport this change request from DEV system to TEST system. But when this change request was imported on TEST system, got the "Method Execution" red error which can be checked through STMS in log. The red error msg is "Source system A does not exist", where A is our R3 DEV server.  Actually we need the source system B which is R3 TEST server in the InfoSouce transported into BW TEST system, but the problem is that the change request was created on BW DEV which uses A as Souce System in the InfoSouce, then how to make the InfoSouce has B on BW TEST after the transport?
    Thanks

    hey Roberto,
    I think this setting should be conducted on DEV system other than the target TEST system as you said, am I right.  Since we conduct the transport on DEV through the Transport Connection and the settings of the mapping of the source system should be set on DEV, right?
    Our BASIS know nothing about BW that we can't depend on them even if this is BASIS work.
    Thanks

  • Error while activating r/3 souce system

    hello guys ,
      encounterd an error while activating the r/3 source system ...
    rsa1> source system> r/3 ( activate)
    errors :  " entry in inbound table is not found"
              "entry in outbound table is not found "
    as a result r/3 source system is not activated .
    so kindly reply to the above query..
    thanks
    kk

    Hi Krishna,
    The connection to R/3 is not correctly set.
    The partner profiles are not available in this case. You can check this in T-code WE20 in R/3 under type LS.
    Please recreate the source system in BW from RSA1.
    Reagrds,
    Amol

  • IDOC error msg has to be populated in Souce system Ztable

    Dear Forum,
    We had a following requirement.
    A sales order (ORDRSP) Idoc is being generated when ever the sales order is created in ECC 5.0 (Sender system) and the IDOC is being transferred via XI.Based on these inputs new purchase Order (PORDCR1) will be created in ECC 6.0 (Reciever system).
    In addition to that,PO status msg in ECC 6.0 need to be sent back to the ECC 5.0 through XI and the message has to be populated in Ztable in sender system(ECC 5.0).
    IDOC to IDOC scenario has been done.Scenario is working fine.PO has been created in ECC6.0.
    We have tried,ALEAUDIT ack for sending back the status msg to ECC 5.0.But Ack IDOC is not being generated.
    Request you to let me how to send back the status of the IDOC to sender and to populate this msg in Ztable.
    Looking forward to your quick response.
    Thanks & Regards,
    Naresh.K

    Hi Naresh,
    Check step by step guide for ALEAUD configuration
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50b499b3fbe
    also using it via BPM
    Receiving ALEAUD as acknowledgment in ccBPM
    Thanks!

  • URGENT: Changing System Landscape in ChaRM

    Ok...here is our situation:
    We use ChaRM with a 3 tier system landscape (DEV > USER  >  PROD).
    Out USER system has been down for a month (maintenance) so we went live with ChaRM as follows:
    DEV > PREPROD >PROD
    Our USER system is now back up and running so we have replaced the Logical Component on the project to reflect this.  This has worked ok but the task list is still showing the old system landscape.  i.e. its showing PREPROD still instead of USER.  How do I resolve this?
    Do I have to complete the existing cycle and then create a new one?  This would be fine except I would lose all the jobs I have scheduled in the task list (schedule every 15min EVERY day....took me ages).
    Any suggestions?
    Thanks!!!!!!!!!!!!

    Hi,
    About this issue, there is a detail information about this in blog point 6  u201CChanges in the logical components of a project where Charm is already activatedu201D.
    This is the link:  http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/15116
    So, you have to change the transport route accordingly and then close current maintenance cycle and generate a new one.
    Following is the steps.
    1: please import all the transport requests which were associated in the current maintenance cycle task list by STMS manually import.
    1: change transport route from DEV > PREPROD >PROD to DEV > USER > PROD on the domain controller system.
    2: close current maintenance cycle.
    3: change the system landscape to DEV > USER > PROD in solar_project_admin.
    4: generate a new maintenance cycle.
    Thanks
    Regards,
    Vikram

  • Very Urgent: Hyperion System 9 Planning license was encountered

    Hi,
    I am working on Planning Version 9.2X. On every weekend, Hyperion Planning and Essbase servers are scheduled to start. After that, all the services are being recycled as part of weekly maintenance. The next day, when I tried to login into Planning, I am experiencing below issue soon after the server restart. To overcome this, again I am stopping and starting all services. Please refer to the Below Error and its Server log.
    Can you please help in fixing this issue permanantly.
    And one more issue with other Planning Application: This application does not have this kind of problem, but it has strange issue. This application also goes under weekly maintenace and does not any problem with the login. But, If I won't login soon after the server and Services recycle, Business Rules that are scheduled to run won't start. I have to have login into Planning to make the Business Rules to run.
    Please suggest me if I need to change any settings with in the planning properties to overcome these issues.
    Thanks,
    UB.
    Planning Login issue errro and its log:
    A Problem with Hyperion System 9 Planning license was encountered. Please see log for details
    ####<Jan 24, 2010 10:31:56 AM EST> <Error> <HTTP> <Servername> <SharedServices> <ExecuteThread: '6' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <> <BEA-101215> <Malformed Request "/ HTTP 1.0". Request parsing failed, Code: -10>
    ####<Jan 24, 2010 10:35:29 AM EST> <Error> <HTTP> <Servername> <SharedServices> <ExecuteThread: '6' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <> <BEA-101215> <Malformed Request "/ HTTP 1.0". Request parsing failed, Code: -10>
    ####<Jan 24, 2010 6:51:56 PM EST> <Error> <HTTP> <Servername> <SharedServices> <ExecuteThread: '6' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <> <BEA-101215> <Malformed Request "/ HTTP 1.0". Request parsing failed, Code: -10>
    ####<Jan 24, 2010 6:55:26 PM EST> <Error> <HTTP> <Servername> <SharedServices> <ExecuteThread: '6' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <> <BEA-101215> <Malformed Request "/ HTTP 1.0". Request parsing failed, Code: -10>
    #

    user640496 wrote:
    Why have to login after services recycled? Is it a product bug or it is common practice to login into the Planning to run the BR's once the services recycled.It has always been that way, I have never understood the logic but that is the way it is...
    Also, Please give your inputs on this issue which was raised in the begining of this thread.
    A Problem with Hyperion System 9 Planning license was encountered. Please see log for details
    I am not sure on that one, have you checked any of the license server logs, I would contact Oracle if nobody else comes up with some ideas.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • A transacction or table which can display all the souce system

    Hi,
    Is there any transaction or table which can display all the source systems?
    Thanks in advance.

    RSA1->Modeling-> Click on Source Systems, here you can see all the source systems connected with BW.
    tcode: SM59 & expand all the connections. Here you can see all the connections.
    Hope it helps..

  • Request for DataSource from Souce System has a lesser SID than the request

    Hi Experts,
    Request REQU_48Q572FT5LVYNE8BD4KOD5WTV(72.714) has not or not correctly been updated; Please edit
    Message no. RSM096
    Diagnosis
    Request REQU_48Q572FT5LVYNE8BD4KOD5WTV (72.714) for DataSource 2LIS_13_VDKON from source system EP1CLNT410 has the status green and a lesser SID (and is therefore older) than the request that you currently want to update into the DataStore object.
    This is not possible because the sequence of requests has to be followed.
    Delta- and init requests have to be updated to the DataStore object in the request sequence.
    Procedure
    First update request REQU_48Q572FT5LVYNE8BD4KOD5WTV(72.714) for DataSource 2LIS_13_VDKON from source system EP1CLNT410 from the PSA into the DataStore object.
    You can also set request REQU_48Q572FT5LVYNE8BD4KOD5WTV(&V2) to 'RED' in the monitor if this data is not required in the DataStore object. The request is then ignored during the check for completeness.
    Request REQU_48Q572FT5LVYNE8BD4KOD5WTV (72.714 ) for DataSource
    2LIS_13_VDKON from source system EP1CLNT410 has the status green and a
    lesser SID (and is therefore older) than the request that you currently
    want to update into the DataStore object.
    This is not possible because the sequence of requests has to be
    followed.
    Delta- and init requests have to be updated to the DataStore object in
    the request sequence.
    First update request REQU_48Q572FT5LVYNE8BD4KOD5WTV (72.714 ) for
    DataSource 2LIS_13_VDKON from source system EP1CLNT410 from the PSA into
    the DataStore object.
    You can also set request REQU_48Q572FT5LVYNE8BD4KOD5WTV (72.714 ) to
    'RED' in the monitor if this data is not required in the DataStore
    object. The request is then ignored during the check for completeness.
    The error is triggered in the process chain, the request is already green, how do i resolve this, i already tried RSRQ is showed the request green, do you have any more idea to resolve this?
    Thank you in advance.

    Hi Ver Baylon,
    After having deleted the request in the manage ODS you should run DTP not the info package again. Better yet I think you should do the following steps.
    1. Double click on the corresponding info package. Then go to scheduler on the top left tab of the window and click on the “initialization options for source system”. There delete all the queues that exist.
    2. Manage the PSA and delete all the requests
    3. Delete form manage the DSO all the requests from the DSO.
    Then go to the info package in the update tab and do a “Initialize without data transfer”
    In the next step do a delta update.
    After that execute a full DTP.
    Check the results then
    Hope that helps
    John

  • Souce system activation error

    Hello BW Experts,
    I am getting this error while trying to activate the source system in rsa1 > source systems > r/3 source system
    error msg:
    BW IDOC type ZSEA305 is not the same as the source system IDOC type ZSEA305 RSAR 371.
    Any suggestion appreciated.
    Thanks,
    BWer

    hi,
    have you try source system right click 'restore' ?
    take a look threads
    When I activate source system in BW, problem with IDoc (ZSBB027) occurs.
    BW idoc type not same as source system idoc type
    Active system source with IDoc type error

  • Restore of souce system - What does it do?

    Dear all,
    I'm looking for some documentation about what happens if I use "Source System - Restore" in RSA1.
    Any idea?
    Best regards from Burghausen (Bavaria),
    Alex

    Hi,
    Check the following document it is having abt all
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/bff13df2-0c01-0010-6ba7-bc50346a6fd8
    Thanks
    Reddy
    Edited by: Surendra Reddy on Nov 24, 2008 1:53 PM

  • Urgent : Changing System Parametes

    Hello,
    How do we change system parameters in 6i reports during run time or at the beginning of the report design?
    Regards,
    Dinesh.

    Hi;
    please check below which could be helpful for your issue:
    Oracle Reports 6i Setup Guide for Oracle Applications 11i [ID 189708.1]
    http://www.stoneedge.com/help/OM_DOC/sys_parameter/Reports_System_Parameters_.html
    Regard
    Helios

  • "SYSTEM NOTICE - URGENT! (system.lsrs) is not in y...

    I received that message. Can someone tell me if that is a scam or do I need to have system.lsrs in my contact list?

    This is a known scamming.
    To avoid receiving any IMs like this, you can adjust your privacy to, Change Allow IMs from... "anyone" to "people on my Contact list only".
    http://community.skype.com/t5/Windows/Does-anyone-​know-what-quot-sys-help-bn3-quot-is/m-p/967658#M71​...
    You may also block and report the scammers.
    https://support.skype.com/en/faq/FA10488/how-do-i-​block-or-report-a-contact
    Regards,
    Tamim
    Location - Dhaka | Bangladesh - Standard Time Zone: GMT/UTC + 06:00 hour
    If one of my replies has adequately addressed your issue, please click on the “Accept as Solution” button. If you found a post useful then please "Give Kudos" at the bottom of my post, so that this information can benefit others.

  • URGENT: Passing system properties to individual thread processes

    Hi:
    I'm trying to invoke multiple java Servers from a Controller class to enable starting all the servers in a single JVM. The code is shown below:
    public class Controller {
    /** Creates new Controller */
    public Controller() {
    * @param args the command line arguments
    public static void main(String args[]) {
    (new Thread(new Runnable() {
    public void run() {
    ChatServerRMI.Server.main(null);
    })).start();
    (new Thread(new Runnable() {
    public void run() {
    LoginService.LoginServerBaseImpl.main(null);
    })).start();
    However I want to pass system properties/arguments to each main() call. Can someone please explain me how this can be done.....ur help will be appreciated with D$s!
    Thanks in advance.

    If by "system properties" you mean the system properties accessible by System.getProperty("user.dir") and the like, you don't have to do anything to make those available to the threads. They are global and any piece of code can access them.
    If you want to pass arguments to the various "main" methods as if they had been typed at the command line, you just make an array of strings with those arguments and use it as the parameter. For example:ChatServerRMI.Server.main(new String[] {"-port" "2023"});And if you don't want to pass any parameters, do it like this:String[] nothing = new String[0];
    LoginService.LoginServerBaseImpl.main(nothing);

Maybe you are looking for

  • HT3180 hey my apple tv is not working

    hey my apple tv is not working I plugged it, and only the apple icon appears and then it says the setting for time and date and then the screen goes blank what do I do to fix it?

  • Can't Find Final Cut Pro with my admin user!

    It was there, but I changed the name from the person I bought the macbook15 from and now all the settings and apps are set default. Is there a way my main account (set to admin) can find Final Cut Pro (and maybe others) to appear on hard drive withou

  • FCP won't open - no error message

    When I try to open FCP from the Dock the little light below the icon lights up for about a second and then nothing happens. When I try to open it from the Applications folder the icon will do it's "zoom" animation but still nothing happens. If I do c

  • Error with "SimpleDate Format"

    import java.util.*; import java.util.Date; import java.text.SimpleDateFormat.*; class CmdLineApp public static void main(String args[]){ SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd"); ^ ^ 1 2 SimpleDateFormat timeFormat = new Simpl

  • Repository filter - Details iView

    Dear all, I prepared a repository property filter to manipulate special properties (as the name suggests ). In the "KM Content iView" the filter works fine, but if I open the "Details iView" the filter doesn't take action. What I have to do, to enabl