Database distribution for several SAP Systems

Hi gurues, we have a very important concern about SAP on Z systems, it is possible/recommended to have on on Z system only one DB engine with several databases that correspond to several SAP Systems running on the machine?
Because we have AIX platform right now  and we can not have that kind of database landscape, we only can choose between MCOD or one dataabase engine with one datase in one machine (we can not share db engine).
Hope this question is clear enoguh for you.
Regards
Gustavo

Gustavo,
Sadly yes. You'll have to forgive some of my terminology. I actually work on the Basis team at my company and I am not a DBA. We happen to be running DB2 z/OS and we are using datasharing. For a sandbox ECC system we might have SID SE1 and DB2 sub-systems SE11 and SE12. For another sandbox BI system we might have SID SB1 and DB2 sub-systems SB11 and SB12. Even if datasharing is not used (and hence the 12 member would not exist, SE12 for instance), I would strongly recommend against MCOD and instead suggest using a different DB2 system for each SAP SID.
We have spoken to at least 1 customer that implemented their ECC (ABAP only) and Portal (Java only) SIDs as MCOD in the same DB2 z/OS system. Unfortunately, DB2 z/OS has some somewhat arbitrary limits for things like thread storage which MUST exist under the "2gig bar" (apparently due to some 31bit code still in use). Effectively, this limits the number of threads (and in the SAP world the number of SAP work processes) that a single DB2 member can service. I believe the limit is around 800 threads. Of course, with datasharing you can spread the load to multiple instances (SB11, SB12, SB13, SB14, etc), but then you must also plan for extra resources to be available in a planned failover for maintenance type situation. This particular customer ended up needing to fine-tune some java database threads and ended up needing an extra DB2 instance or two to handle the load during maintenance using planned failover.
Brian

Similar Messages

  • Solution Manager System Monitoring for non SAP system

    Dear Support,
    I have configured the CCMS Agent (SAPCCMSR) for non-SAP system (Windows 2008R2).
    The system information (e.g. CPU, Memory, Disks etc) has already showed in RZ20 of Central Monitoring system (e.g. Solution Manager).
    How can I do to configure to display these information in the Alert Inbox tab on System Monitoring Workcenter?
    Best regards,
    Fan Hung

    Hi,
    Have you defined and added corresponding logical systems for the respective satellite systems?
    Here is the sequence of steps you've to do:
    in SMSY:
    1) Define server, DB, Systems
    2) Generate READ, TMW, TRUSTED RFCs to the satellite systems
    3) define logical systems and assign the satellite system to it
    in Solution_Manager:
    1) define new solution
    2) add the logical system into the solution
    If these steps are successful, you should be able to see the satellite system in SYSTEM MONITORING in Solution_Manager.
    Have you already done these steps?
    After performing these steps:
    Solution_Manager>choose relevant solution>operations setup>Solution Monitoring>System monitoring>Activate monitoring> choose the system and activate monitoring.
    Your system will then appear.
    Does this help any way?

  • 'Error Occured in the Source System' for Non SAP system

    Hi Gurus,
    We have an Info Package which is getting the data from the Source System 'DOCP' and it has failed due to 'Error Occured in the Source System'.Since the source system is Non SAP system there is no option 'Replicate Data Sources'.So,First I activated the transfer rules by the program and ran the package again .But again the same error occured.
    Please suggest me how to proceed for this error for Non SAP Systems?

    Hi,
    Check the RFC connection in SM59 and reactivate the source system again.
    Hope this helps..
    Thank you,
    S R.

  • Common content server for 2 SAP systems

    Hello Friends,
    We have configured a common content server for 2 SAP systems, say A & B using oac0 and csadmin, have set 2 content rep C1 for A & C2 for B resp. Please let me know if this is fine?
    other thing is when i go to t-code csadmin on both the systems, for A - C2 displays customizing missing and for B - C1 displays customizing missing.but the systems are running fine and we are able to checkin documents
    please let me know why it shows customizing missing?
    Regards
    Surjit

    Hi,
    The customizing missing message is due to 2 different SAP system. Means when you activate the content server thru CSADMIN the certificate is used only one. Right! Now physical systems are two so in both the cases it will show one as customizing missing because no physical rep available for missing one. But these will work at it's own level fine because the one is available as a physical rep in each case.
    Hope this will resolve the query.
    Regards,
    Ravindra

  • SAP Webdispatcher for multiple SAP systems

    Hello friends,
    I need some info on SAP web dispatcher configuration for mutliple SAP Systems (different SIDs).
    Is it require to install & configure multiple web dispatchers for mutliple SAP Systems (different SIDs)? If it so, what would be the steps and provied me some links
    regards
    Anand.M

    > ... what would be the steps and provied me some links
    This you can do on your own, using the search --> then ask more detailed questions.
    > Total Questions:  6 (6 unresolved) 
    This you should also do on your own --> Follow up on questions you have asked.
    Please read the forum rules if you have not done so yet.
    Cheers,
    Julius

  • Installing data quality management for sap for multiple sap system

    Hello folks,
    I have an Requirement where i need to install data quality management for sap in multiple sap system.
    I have installed it successfully for one system .
    here my data services is installed in one server with rfc server as windows services in same server.
    i have done the required configuration in ecc side.
    my question is how do i use same data services jobs which are configured as real time services for both my sap connection?
    in simple terms how do i installed dqm for multiple sap system having single data services server.
    thanks,
    Shubhangi.

    Hi Vishal,
    Regarding DQM Please refer the below Link.
    Links:
    http://scn.sap.com/community/data-services/blog/2013/07/18/i-installed-dqm-for-sap-you-can-too
    or you can also refer below SNotes given by SAP:
    1732816 - How to manually import DQM ATL files correctly after failed install
    Note 1732816 - DQM Adapter Dataflow installer fails on Data Services 4.1
    Links:
    https://service.sap.com/sap/support/notes/1732816
    Thanks,
    Daya

  • Updating Database table across multiple SAP systems

    Dear All,
    I am working on a requirement which is described as follows:
    The requirement is to keep a database table in sync across 10 different SAP clients (for production, test systems etc.). So when the database table is modified in source SAP system, it has to be replicated across all the clients and table of other SAP systems.
    So the queries from my side are:
    1. Whether XI should be used here as a middleware or direct RFC calls can do the updation across the SAP systems?
    2. If XI is to be used what would be the recommended approach (ABAP Proxy to ABAP Proxy communication?)
    Hope you can recommend me the best options to achieve this.
    Thanks & Regards,
    Pratik

    it depends on what tables are involved/ what type of data/what transactions cause the update.
    If you know the table names - then database level replication may be an option u2013 many projects do refresh their QA system with production data for a very real test data. If not, a hard disk level mirroring may have to be considered.
    There are other technologies like change pointers in conjunction with distribution model can also be considered - which could trigger idocs that can be sent to the other systems using ALE layer or ALE *** PI/XI

  • Resoring prodution database into new installed sap system

    have installed ecc 6.0 with sql server 2008 (sp 1) on windows 2003
    server with 64 bit.
    My installtion was done sussfully and also i started sap system.It
    was working fine. then i took backup from my standalone system .
    I restored prodution server database in standalone system and restore
    was done successfully.
    Then iam trying to login to sap system then it was saying that
    dispature was stopped.
    first dispatur was in yellow and status running message server
    connection ok,dialuge que time 0;00sec,j2ee status info unavailable.
    Iam sending screen shots and also related error log files attatched.
    Please can you get help from those documents.
    I also checked r3trans -d.
      C:\Documents and Settings\Administrator>r3trans -d
    This is r3trans version 6.14 (release 700 - 12.06.09 - 15:20:00).
    unicode enabled version
    2EETW169 no connect possible: "DBMS = MSS  ---  SERER = 'SHURJO' DBNAME = 'PRD'"
    r3trans finished (0012).
    before doing  prodution database restore is compulsary to i have to increase the patch levels of my new installed system
    because my prodution server abap& basis patch levels are 19 and my installed system it is only 14.
    Please can any body give right way to resolve this problem,
    Regards,
    Krishna

    >  before doing  prodution database restore is compulsary to i have to increase the patch levels of my new installed system
    >  because my prodution server abap& basis patch levels are 19 and my installed system it is only 14.
    First: It's pointless to first install a full system and then try to overwrite the database with another one.
    I would INSTALL the system using the database copy.
    This procedure is call "homogeneous system copy" and there's a guide for that available at http://service.sap.com/instguides and also in "Note 151603 - Copying an SQL Server database".
    The error message is coming because the database has not the proper users, you'd need to run the STM tool to adapt the users and the environment. Those steps are all described in detail in the guide.
    Markus

  • Need Applying Note 1422843 steps for my SAP system

    Hello,
    My company have an SAP netweaver 7.0 and when i check in system status sub-window and disp+work i got 221 level patch  of the kernel and non unicode system, i read the note 1422843  and i want to apply it but i need a confirmation of steps i have to run following the note :<br>
    1-i use SE38 to create a report in the package SPOO with the name RSPO2010, in the header of that report i past the text from
       the note in the  <b>"Seletion texts"</b>.<br>
    2-I apply the note via transaction snote then i run that report<br>
    3- I update the  kernel with the suitable (bellow) patch attached obtained from the part <b>SP Patch Level</b> of the same note :<br>
    <b>SAP KERNEL 7.00 64-BIT    SP238    000238</b>
    4- i restart the SAP system.
    The note link : https://websmp230.sap-ag.de/sap(bD1mciZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1422843#PL
    thank you for your help.

    Hello,
    About The point 4 (
    Apply the latest kernel patch level 236, and then apply disp+work patch level 244 (the latest).
    ), when i follow the download link of kernel patch suitable to my release (SAP KERNEL 7.00 64-BIT) in the note 1425811 (related to the note 1422843) i have two choices with different packages  :
    1) SAP KERNEL 7.00 64-BIT -> AIX 64bit -> #Database independent, this list offers this packages :
              A)       SAPEXE_236-20001020.SAR   Kernel Part I (for Basis 7.00)
              B)  dw_239-20001020.sar   disp+work package
              C)       dw_245-20001020.sar   disp+work package
    2) SAP KERNEL 7.00 64-BIT -> AIX 64bit -> ORACLE, this list offers this packages :
              A)        SAPEXEDB_236-20001021.SAR   Kernel Part II (for Basis 7.00)
    Please i need to know What packages to apply? and i need to understand while the note refers only to the kernel patch how did you know that the disp+work package also must be applied?
    Edited by: NetMed on Mar 6, 2010 9:49 PM

  • Disp+work.exe Stops for 1 SAP System

    I have built an ERP 6.0 EHP4 server with 2 systems.  The first system is no longer working correctly as when it is first started, the disp+work.exe turns green, but after about 2 minutes it stops.  I have tried restarting, and rebooting the server and I get the same issue.  This is strange because the other system still works fine.  I have not made any changes to the IP Address or the DNS server.
    When looking at the "dev_w0" log I see the following error:
    M  calling db_connect ...
    B  create_con (con_name=R/3)
    B  *** ERROR => Invalid profile parameter dbms/type (or environment variable dbms_type) = <undef>, cannot load DB library
    [dbcon.c      4537]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 008192) [thxxhead.c   1449]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10563]

    M  Info for wp 0

    M    pid = 2128
    M    severity = 0
    M    status = 0
    M    stat = WP_RUN
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = NO_REQTYPE
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source =
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    mode_cleaned_counter = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    attachedVm = no VM

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server PGNetherlands_N20_00 on host PGNetherlands (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Wed Jun 16 15:15:54 2010
    M  *  RELEASE     701
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10783
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >BtcCallLgCl< for event BEFORE_DUMP
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   723]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  261]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 2128) [dpnttool.c   334]

    I'm seeing something interesting with the environment variables.  The 2 systems I have are called "N20" and "N21".  see the following environment variable:
    Variable: PERL5LIB
    Value: C:\oracle\N21\102\perl\5.8.3\lib\MSWin32-x64;
    C:\oracle\N21\102\perl\5.8.3\lib;
    C:\oracle\N21\102\perl\5.8.3\lib\MSWin32-x64;
    C:\oracle\N21\102\perl\site\5.8.3;
    C:\oracle\N21\102\perl\site\5.8.3\lib;
    C:\oracle\N21\102\sysman\admin\scripts;
    C:\oracle\N21\102\perl\5.8.3\lib\MSWin32-x64;
    C:\oracle\N21\102\perl\5.8.3\lib;
    C:\oracle\N21\102\perl\5.8.3\lib\MSWin32-x64;
    C:\oracle\N21\102\perl\site\5.8.3;
    C:\oracle\N21\102\perl\site\5.8.3\lib;
    C:\oracle\N21\102\sysman\admin\scripts
    I don't have an item like this for my "N20" system, and that's the system with this issue.  Could this be the issue?

  • Get an E-Mail-Notification if there is a alert for a SAP-System in DSWP

    Hello,
    how can i get an E-Mail-Notification when there is a alert in a SAP-System?
    I know that alerts are shown in the transaction dswp under System Monitoring but exists a alternative to get these alerts via E-Mail?
    In the transaction rz21 autoreactions can be defined for single MTE classes - but i search for a more generally method to get all in DSWP reported alerts via E-Mail.
    Best Regards
    Torsten Urban

    Hello All,
    You can get EWA reports thru mail.
    Selection the solution for which you want the reports thru mail in DSWP tcode.
    Then Edit>Automatic Email transmission>create Email recipeint.
    Hope this solves your query.
    Cheers,Amber S

  • Is it possible for non-sap systems to consume BDOCs without conversion?

    Hi All,
    I am new to CRM. I use SAP Jco API's to connect to SAP from my java application. Similarly now i want to connect to CRM.
    Basically the required is to consume or send BDOC across Java application (non-sap system) and SAP CRM.
    1. Is there a way to fetch the BDOC info from Jco API's and then consume them in Java application?
    2. I read about XIF adapter in CRM, It says convert BDOC to IDOC.
    Can you tell me if BDOC's can be sent out of SAP to non-sap systems as is without convert to IDOC or should it be always i have to convert to IDOC/XML to consume from non-sap systems ?
    You quick reply is greatly apprciated.
    Thanks,
    Sowmya

    Hi,
    Yes. It is possible.
    You can use the standard XML interface for Business Partner in the name space http://sap.com/XI/ABA.
    Regards,
    Masa

  • Technical/business system for non-SAP system

    Hi,
    I want to use a webservice from a non-SAP system.
    It is necessary to define a technical and business system in zhe sld for that non-SAP system?
    When yes, is this a standalone or a 3rd party system?
    Thanx

    I want to use a webservice from a non-SAP system.
    It is necessary to define a technical and business system in zhe sld for that non-SAP system?
    When yes, is this a standalone or a 3rd party system?
    you dont need to create Business system in Sld for 3rd party  just u need to create business component in id directly.
    please refer SCN for how to create Bus.component.

  • Compliance Calibrator for multiple SAP systems

    I was wondering if anyone could assist me with my query.  We are currently performing an implementation of Virsa CC for a client and have begun to configure a CC DEV system they have installed with their custom SoD rule set.  The DEV CC system (sitting on a stand alone NetWeaver box) is "connected" to four SAP systems (DEV, QA, HR DEV & HR QA).  When we are building "functions" (i.e. raise purchase orders) in CC it asks us to define a SAP system when we are entering the transaction codes.  We've been configuring the functions with SAP DEV as the system, however when we run the analysis of results we would like to get results from QA as well.  It appears that the risk analysis only works for the system that you have defined the functions in (i.e. we get results for users in DEV but not for users in QA).
    My questions are as follows:
    - Do you need to define all the systems you wish to run a risk analysis for within the function (i.e. function = Raise purchase orders. DEV ME21 & QA ME21)?
    - If so, is there an easy way to convert our functions so that they point to QA as well (we've noticed that we can't edit the SAP system once the function is saved)?
    - Is it possible to export the functions and then define the SAP system when importing them back into CC (we've noticed with the SAP delivered rule set that SAP DEV was automatically defaulted)?  This is particularly relevant as we would like to export the rules from the DEV CC system and import them to the PROD CC system without having to manually create the rule set again; and
    - Is it possible to export the rules and manually change the SAP system reference and import them back into CC (i.e. do a "replace all" DEV to QA)?
    Any help would be greatly appreciated.
    Thanks,
    Alexi

    In order to perform what your are trying to do in CC 5.2, you will need to go to configuration and setup a logical system, such as SAP R/3 and define all the appropriate systems for the logical system.  Then, when modifying the functions, you will need to set the tcode (action) to the logical system defined, such as R/3 or APO, etc. 
    The cross-system functionality only comes into play if you want to analyze the SOD where a conflict would occur if a user had access to one function in one system (for example - purchase order processing in APO) and a conflicting function in a different system (for example - Vendor Master in R/3). 
    If you simply want to check who has violates a risk against multiple system - the logical system is the best way.  You can have an logical system by system type - R/3, BW, APO, SRM, etc.
    To convert this over, you can export the rules and during the export you have to define the new system when exporting the file.  If that doesn't work, I'd just delete everything out, and use the upload files to reload the rules with the correct data.

  • Single ADS for multiple SAP systems ?

    Can a single ADS installed in a JAVA stack possibly along a EP 7.0 serve multiple SAP systems in my landscape. We got ECC 6.0, EP 7.0, BI 7.0, SRM 5 etc in our landscape. I was wondering whether I can install ADS on any of these systems with Java stack and leverage the functionality to other SAP system or should I have ADS on all the Systems ?
    Help appreciated
    Thanks

    We are using one ADS for more than 10 systems in our product development. It works fine.

Maybe you are looking for

  • How to call a java method in a Stored procedure

    Hi., I was trying to call a method in a stored procedure This was my procedure CREATE OR REPLACE PROCEDURE proc_copy_file(sr_file VARCHAR2,dt_file VARCHAR2) AS LANGUAGE JAVA NAME 'FileCopy.copyfile(String,String)'; // calling a java method /   this w

  • XML SAX error in parsing

    Hi, I have a large XML file(100KB) and I am using SAX parser for parsing it. The part of the code is shown here public void characters(char[] ch, int start, int end) throws SAXException { String s = new String(ch, start, end); // System.out.println("

  • Itunes wont update podcasts

    MY itunes wont update my podcasts. I go to the podcast websites and i see there are many new versions available but my itunes wont update. can anyone help I have tried to reinstall itunes and fix permissions. all updated versions and osx also latest

  • PROBLEM WITH  FIELD WITH DATA TYP FLTP

    HI  FRNDS I AM HVNG A REQUIREMNT TO CALCULATE THE BREAKDOWN DURATION . ACTUALY IN TRANSACTION IW32 WE CAN C THIS FIELD AS EAUSZT . BUT THIS IS COMIGN UP FROM THE STRUCTURE RIWO00 . SO IN TABLE QMIH I CAN C A FIELD AUSZT WHICH IS ALSO THE BREAK DOWN D

  • OM CUSTOM INFOTYPE INTAKE

    HI, sap experts , i have created 9000-object om  infoytype  and while entering po13 tocode  i have given the custom infotype and selected 9000 infotype ...and it is giving the message specify the object ID .. Plese let me know.. Regards, prasad