SAP DR for hetrogenous environment

Hi
My production system is on SAP ECC 6.0 on Sybase DB and HP Unix 11. The
customer want to create a DR system on Linux with same database
version.
Pl suggest and clarify
1. Is it possible ?
2. which tools to be used ?
3. DR is on different location using WAN
Regards
Vimal

Hi Vimal,
Could you please let us know about the oracle goldengate ? Does this work for this heterogenous environment ?
As per the information above Golden gate is not supported. But you may still raise an OSS message to be double sure.
Please let us know any details like ppt, comparision and other artifacts for sybase replication and other tools
Request you to perform a google search on this to have comparison between solutions.
If you need information on sybase replication server refer below links
http://www.sybase.in/products/businesscontinuity/replicationserver
SAP Replication Server
https://websmp103.sap-ag.de/~sapidp/011000358700001121852012E/assets/Syb_ReplicationTechnical_WP.pdf
Hope this helps.
Regards,
Deepak Kori

Similar Messages

  • Unable to bring up SAP GUI for Java Environment

    New to linux, install SAP NetWeaver 2004s on RHEL 5.3 under Linux.
    Install jdk v1.4.2 (java-1.4.2-ibm-1.4.2.10-1jpp.2.el4.x86_64.rpm, java-1.4.2-ibm-devel-1.4.2.10-1jpp.2.el4.x86_64.rpm) and execute  java -jar PlatinGUI-Linux-700.jar without any problems.
    However, when trying to bring up the SAP GUI for Java environment, I get the fatal error as belows:
         Attempt to load the shared library /opt/SAPClients/SAPGUI7.00/bin/libjOlatin.so failed.
         The library file exists, so either the program or the library don't has privileges to access the library
         or the library is not loadable by the shared object loader.
       /opt/SAPClients/SAPGUI7.00/bin
            drwxr-xr-x 2 root root    4096 Apr 22 13:28 gmux
             -rwxr-xr-x 1 root root    4052 Apr 22 13:28 guilogon
             -rwxr-xr-x 1 root root    4052 Apr 22 13:28 guistart
             -rwxr-xr-x 1 root root    5276 Apr 22 13:28 libGnomeConnect.so
             -rwxr-xr-x 1 root root 4975845 Apr 22 13:28 libJPlatin.so
             -rwxr-xr-x 1 root root   15456 Apr 22 13:28 libKde3Connect.so
             -rwxr-xr-x 1 root root 4472149 Apr 22 13:28 sapftp
             -rwxr-xr-x 1 root root    4050 Apr 22 13:28 sapgui
             -rwxr-xr-x 1 root root 4523284 Apr 22 13:28 saphttp
    Any ideas to the above
    Thanks.

    Hi Hannes,
         When the guistart program is started, I get the following messages:
    drwxr-xr-x 2 root root    4096 Apr 22 13:28 gmux
    -rwxr-xr-x 1 root root    4052 Apr 22 13:28 guilogon
    -rwxr-xr-x 1 root root    4052 Apr 22 13:28 guistart
    -rwxr-xr-x 1 root root    5276 Apr 22 13:28 libGnomeConnect.so
    -rwxr-xr-x 1 root root 4975845 Apr 22 13:28 libJPlatin.so
    -rwxr-xr-x 1 root root   15456 Apr 22 13:28 libKde3Connect.so
    -rwxr-xr-x 1 root root 4472149 Apr 22 13:28 sapftp
    -rwxr-xr-x 1 root root    4050 Apr 22 13:28 sapgui
    -rwxr-xr-x 1 root root 4523284 Apr 22 13:28 saphttp
    [root@localhost bin]# ./guistart /H/n4shost/S/3201&expert=true
    [1] 5428
    [root@localhost bin]# ############################# ERROR #############################
    22.04. 16:29:30.791 ERROR: Attempt to load shared library /opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so failed.
    The library file exists, so either the program
    don't has the privileges to access the library
    or the library is not loadable by the shared object loader
    Technical information:
    Error location: GuiJniLoader.loadPlatinLibrary()
    Error message : /opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so (/opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so: wrong ELF class: ELFCLASS32)
    ERROR #############################
    java.lang.UnsatisfiedLinkError: /opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so (/opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so: wrong ELF class: ELFCLASS32)
            at java.lang.ClassLoader.loadLibrary(ClassLoader.java:958)
            at java.lang.System.load(System.java:366)
            at com.sap.platin.r3.util.GuiJniLoader.loadPlatinLibrary(GuiJniLoader.java:129)
            at com.sap.platin.r3.protocol.diag.JniAgiLibAdaptor.<init>(JniAgiLibAdaptor.java:24)
            at com.sap.platin.r3.protocol.diag.GuiDiagToAutomationParser.configure(GuiDiagToAutomationParser.java:289)
            at com.sap.platin.base.connection.GuiConnection.open(GuiConnection.java:314)
            at com.sap.platin.base.application.GuiApplication.createConnection(GuiApplication.java:850)
            at com.sap.platin.base.logon.GuiImpl.evalCommandLine(GuiImpl.java:265)
            at com.sap.platin.base.logon.GuiImpl.<init>(GuiImpl.java:43)
            at com.sap.platin.base.logon.GuiImpl.main(GuiImpl.java:380)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.platin.micro.Microkernel.invokeMainMethod(Microkernel.java:1584)
            at com.sap.platin.micro.Microkernel.startApplication(Microkernel.java:1662)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.platin.Gui.main(Gui.java:65)
    [root@localhost bin]#
    Cheers.

  • Error during DatabaseCopy using SAP tools for SQL Server (v7.12)

    I'm trying to perform a system copy from PRD to QAS.  The database has been mounted to QAS via detach and attach method.  I did a DBCC on the database and everything looks OK.  I'm running SAPINST (SAP Tools for MSSQL) and selecting the Database Copy option.  The source database has a schema of DBO.  Both PRD and QAS are running SAP 4.7/Basis 620.  The target schema is QAS.  SAPINST fails in step 2 (Define Params) with:
    "This service cannot be used for a system with SAP ABAP release 620"
    Is this message misleading?  Has anyone receive this message before.
    UPDATE:
    I donwloaded the latest version of SAP Tools for MSSQL and now it failes during the execution phase on step, "Convert DB objects to new schema".
    Here is the log:
    Process environment
    ===================
    Environment Variables
    =====================
      =::=::\
      =C:=C:\Program Files\sapinst_instdir\MSS\CPY
      ALLUSERSPROFILE=C:\Documents and Settings\All Users
      APPDATA=C:\Documents and Settings\r3tadm.STAG\Application Data
      CLIENTNAME=TRAIMONOTEBOOK
      ClusterLog=C:\WINDOWS\Cluster\cluster.log
      CommonProgramFiles=C:\Program Files\Common Files
      COMPUTERNAME=STAG
      ComSpec=C:\WINDOWS\system32\cmd.exe
      DBMS_TYPE=MSS
      FP_NO_HOST_CHECK=NO
      HOMEDRIVE=C:
      HOMEPATH=\Documents and Settings\r3tadm.STAG
      LOGONSERVER=
    STAG
      MSSQL_DBNAME=R3T
      MSSQL_SERVER=stag
      NUMBER_OF_PROCESSORS=4
      OS=Windows_NT
      Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Dell\SysMgt\RAC5;C:\Program Files\Dell\SysMgt\oma\bin;C:\Program Files\Dell\SysMgt\oma\oldiags\bin;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\R3T\SYS\exe\run
      PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
      PROCESSOR_ARCHITECTURE=x86
      PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 6, GenuineIntel
      PROCESSOR_LEVEL=6
      PROCESSOR_REVISION=0f06
      ProgramFiles=C:\Program Files
      SAPINST_EXEDIR_CD=C:/STM/I386
      SAPINST_JRE_HOME=C:/WINDOWS/TEMP/3/sapinst_exe.3012.1234409473/jre
      SAPLOCALHOST=stag
      SESSIONNAME=RDP-Tcp#25
      SystemDrive=C:
      SystemRoot=C:\WINDOWS
      TEMP=C:\WINDOWS\TEMP\3
      TMP=C:\WINDOWS\TEMP\3
      USERDOMAIN=STAG
      USERNAME=r3tadm
      USERPROFILE=C:\Documents and Settings\r3tadm.STAG
      windir=C:\WINDOWS
    User: STAG\r3tadm, Id: S-1-5-21-2727398557-1322528747-1943968026-1019
    Working directory: C:/Program Files/sapinst_instdir/MSS/CPY
    Current access token
    ====================
    Could not get thread token. Last error: 1008. I assume that no thread token exists.
    Got process token.
    Privileges:
      Privilege SeBackupPrivilege, display name: Back up files and directories, not enabled.
      Privilege SeRestorePrivilege, display name: Restore files and directories, not enabled.
      Privilege SeShutdownPrivilege, display name: Shut down the system, not enabled.
      Privilege SeDebugPrivilege, display name: Debug programs, not enabled.
      Privilege SeAssignPrimaryTokenPrivilege, display name: Replace a process level token, not enabled.
      Privilege SeSystemEnvironmentPrivilege, display name: Modify firmware environment values, not enabled.
      Privilege SeIncreaseQuotaPrivilege, display name: Adjust memory quotas for a process, not enabled.
      Privilege SeChangeNotifyPrivilege, display name: Bypass traverse checking, enabled.
      Privilege SeRemoteShutdownPrivilege, display name: Force shutdown from a remote system, not enabled.
      Privilege SeTcbPrivilege, display name: Act as part of the operating system, not enabled.
      Privilege SeUndockPrivilege, display name: Remove computer from docking station, not enabled.
      Privilege SeSecurityPrivilege, display name: Manage auditing and security log, not enabled.
      Privilege SeTakeOwnershipPrivilege, display name: Take ownership of files or other objects, not enabled.
      Privilege SeLoadDriverPrivilege, display name: Load and unload device drivers, not enabled.
      Privilege SeManageVolumePrivilege, display name: Perform volume maintenance tasks, not enabled.
      Privilege SeSystemProfilePrivilege, display name: Profile system performance, not enabled.
      Privilege SeImpersonatePrivilege, display name: Impersonate a client after authentication, enabled.
      Privilege SeSystemtimePrivilege, display name: Change the system time, not enabled.
      Privilege SeCreateGlobalPrivilege, display name: Create global objects, enabled.
      Privilege SeProfileSingleProcessPrivilege, display name: Profile single process, not enabled.
      Privilege SeIncreaseBasePriorityPrivilege, display name: Increase scheduling priority, not enabled.
      Privilege SeCreatePagefilePrivilege, display name: Create a pagefile, not enabled.
    Groups:
    Group count: 14
      \LOCAL S-1-2-0 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      BUILTIN\Administrators S-1-5-32-544 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED SE_GROUP_OWNER
      \Everyone S-1-1-0 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      BUILTIN\Users S-1-5-32-545 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      STAG\SAP_R3T_LocalAdmin S-1-5-21-2727398557-1322528747-1943968026-1021 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      STAG\SAP_LocalAdmin S-1-5-21-2727398557-1322528747-1943968026-1023 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      STAG\None S-1-5-21-2727398557-1322528747-1943968026-513 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\INTERACTIVE S-1-5-4 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\NTLM Authentication S-1-5-64-10 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\Authenticated Users S-1-5-11 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      \ S-1-5-5-0-36828865 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED SE_GROUP_LOGON_ID
      NT AUTHORITY\REMOTE INTERACTIVE LOGON S-1-5-14 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\This Organization S-1-5-15 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      STAG\SAP_R3T_GlobalAdmin S-1-5-21-2727398557-1322528747-1943968026-1018 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
    ERROR      2009-02-11 19:31:46.529 [sixxcstepexecute.cpp:984]
    FCO-00011  The step MoveSchema with step key |SAPMSSTOOLS|ind|ind|ind|ind|0|0|MssSysCopy|ind|ind|ind|ind|4|0|MssSchemaMove|ind|ind|ind|ind|2|0|MoveSchema was executed with status ERROR .
    TRACE      2009-02-11 19:31:46.544
      Call block:CallBackInCaseOfAnErrorDuringStepExecution
        function:CallTheLogInquirer
    is validator: true
    WARNING    2009-02-11 19:31:46.544 [iaxxejshlp.cpp:150]
    Could not get property IDs of the JavaScript object.
    ERROR      2009-02-11 19:31:46.544 [iaxxejsctl.cpp:492]
    FJS-00010  Could not get value for property .
    TRACE      2009-02-11 19:31:46.544
    A problem occurs during execution the inquirer callback. SAPinst will switch back to the standard behaiviour.
    TRACE      2009-02-11 19:31:46.544 [iaxxgenimp.cpp:707]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing service SAP Toools for MS SQL Server > Database Copy. You may now </p> <ul> <li> choose <i>Retry</i> to repeat the current step. </li> <li> choose <i>View Log</i> to get more information about the error. </li> <li> stop the task and continue with it later. </li> </ul> <p> Log files are written to C:\Program Files/sapinst_instdir/MSS/CPY. </p> </body></html>
    TRACE      2009-02-11 19:31:46.544 [iaxxgenimp.cpp:1245]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    Edited by: Tony Raimo on Feb 12, 2009 4:37 AM

    This is looks like permission issue on source folder
    Copy source in to your local drive and try again.
    I had same issue and able to resolve after copy EXP1 EXP2 and EXP3 folder in to local drive C: with Everyone full access
    Yogesh

  • Migration from HP-UX to Linux 64 bit on SAP XI 3.0 environment

    Hi All,
    Can you please provide the requirements steps/documents for migration from HP-UX to Linux 64 bit on SAP XI 3.0 environment
    Thanks
    Sateesh

    Hi Sateesh,
    This migration which you refer here is a heterogenous system copy. you may refer the system copy guide for the same.
    you can get the system copy guide from the below link
    Database and Operating Systems - System Copy [original link is broken]
    Also refer the SMP link
    http://service.sap.com/osdbmigration
    The migration should only be performed by SAP certified OS/DB migration consultant.
    Regards,
    Chandru

  • ALE/IDOC and RFC/BAPI Integration Scenarios with SAP DS for ESA v3

    Hi,
    we are planning two PoCs of Integration Plattforms. One of our major requirement set is SAP Integration into our existing SOA.
    Because we also have R/3 4.7 Systems in production, we are planning to test ALE/IDOC and RFC/BAPI Integration scenarios with these Integration Plattforms.
    My question is:
    We are looking for are smart solution to get a SAP Test Environment, where we can test ALE/IDOC und RFC/BAPI Integration scenarios.
    It is possible to do this with SAP DS for ESA v3 or shall we better use IDES for that purpose?
    Best regards,
    Steven

    Hi Abhishek,
      This is our scenario. We are doing an integration of SAP HR r/3 system with the CRM system. We need housing information details of the employees which we have in custom infotype 9310 in SAP HR system and we need those details in the CRM system. So am planning out for an ALE/IDOC approach for the integration and gonna  maintain the 9310 details in a custom table. In the CRM system, we gonna build a BOL layer for accessing the 9310 details. Also i'm preparing a HLD for this process. I wanna read and go through few same HLD's before i submit my proposal to my client. Please suggest me and help me out.
    Thanks in advance.
    Regards,
    Arunmozhi.

  • Iview (sap gui for windows) not in mode full screen

    Hi all,
    I was last week working in a performance problem with ITS. We discovered that ITS (sap gui for html) is not the best when you have to show a lot of cells in the same page.
    So the custom decided to run this transaction thru the portal, using an iview.
    The problem now is that we dont want to show the sap menu, the transaction menu. Also we want this screen integrated in the browser.  I have checked the options and looks like correct.
    Launch in New Window = Display in content portal area.
    I know that with ITS we can modify the menu, with somethink like this:
    ~WEBGUI_SIMPLE_TOOLBAR      = 34
    Is this possible with SAP Transaction iView fo sapgui windows?
    Thanks a lot.
    Have a nice day experts.

    Hi,
    In short, the answer is, yes.
    There is however some additonal considerations you can make before creating hybrid roles with Web/Win Gui iviews.
    When you start this scenario you don't have a standardised environment. You need to ensure all users accessing the iview have the Win Gui installed - again overhead, particularly when displaying inline of the webpage - even more of an issue when serving content to the outside world.
    Have you tried to create a page (set the width to what you think can accomodate the requirements of the transaction you are calling), then assign the iView of the WebGui transaction you were having issues with to that? It should dynamically resize the iview to the page within the content area to allow your users to scroll to the right if need be. Just a thought.
    Another scenario is to create a Z-App and enhance the screen of the SAP ABAP transaction to meet your needs, then call that transaction via the webgui. You can do much with webgui you can't do with WinGui e.g you can send users email that references the portal iView and send parameters via url query strings to prepopulate screen fields. You can control how users navigate within the portal.
    Hope this helps.

  • Download SAP GRC for ECC 6.0

    How can I download SAP GRC for ECC 6.0?

    GRC applications comprise Access Control, Process Control, Global Trade Service, Environmental Compliance, Environment Health & Service, Risk Management, etc.
    The software license for these applications scales with the licensing organization's revenue or an equivalent metric.
    You'll obtain a quotation from your account manager.

  • SAP Business One Development Environment Install

    Hi there,
    I'm new to SAP Business One and this forum. I'm trying to install the SAP Business One Development Environment on a Windows Server 2003 with VS 2008 and am receiving an error code of 2869.  I've entered a 3 character namespace as suggested in another post, but this does not fix the problem. I have other versions (2003/2005) of Visual Studio installed on the same server.  Would this cause a problem? Any other ideas?
    My goal is to talk to an SAP Business One Server from an external .Net application.  Am I using the right tool?
    Thanks for your guidance in advance,
    Heather

    Hi,
    See this link
    Error 2869 when installing B1DE 2.0 on Vista
    Note:
    This error code indicates that you have attempted to install the software without the Administrator privileges
    Regards,
    Siva

  • BW Bex Browser in SAP GUI for JAVA 6.40 R2.2 for Linux Desktops

    Hello,
    I am using SAP GUI for JAVA v 6.40 R2.2 on a Linux desktop. But during the installation it doesn't ask for BW Bex installation option (as in SAP GUI for Windows). Is it the case that BW Bex is not supported in Linux Environment? If it is then kindly suggest some way to install the same.
    Regards,
    Yashodhan

    Hi Yashodhan,
    the Business Explorer does not exist in the Linux environment.
    Best regards,
    Christian

  • Error in replicating the SAP BI 4.x Environment

    Hi All,
    I am following the below blog to replicate content of prod in Sandbox.
    Replicating the SAP BI 4.x Environment
    However while Creating a new SIA node   i am encountering errors as  the new SIA node getting added with out any default servers.
    I was able to achieve the above in a different environment where there were no clusters.But in the current scenario i have my prod which has a  cluster environment with windows AD auth where as  sandbox is installed in a single system with enterprise Auth.I have attached the error logs which i got while adding the new node with default servers in CCM.
    ENV:
    SAP BI 4.0 sp5
    Sql server 2008 R2
    Windows
    Thanks in advance for all your help and guidance
    Regards
    Kishore.
    Replicating the SAP BI 4.x Environment

    Hi Asma/Satish,
    I have added a new node with cms and SIA port 7400 and 7410.But same issue occured.
    While trying to add a node to  use "Start a Temporary New CMS" and select "recreate node" the error says port 6400 already in Use.
    This is how the Manage server looks after i added a node with node with cms and SIA port as  7400 and 7410
    from the log files what i understood is that it is not able to add the default services and writes the below error
    OutOfBoxAdaptiveProcessingServer.
    FAILED: could not find server with cuid AfRmWmX2jhJOnbtEuIXTmF4. Query returned 0 infoobject(s)
    and
    utOfBoxCentralManagementServer.
    FAILED: could not find server with cuid AS3zRDnsuv9KonM9nLcyROg. Query returned 0 infoobject(s).
    Generating DFO files for OutOfBoxOutputFileRepositoryServer...
    Regards
    Kishore

  • Is vmware supported for production environment ?

    Hi All,
    Is vmware supported for production environment ?
    Thanks
    Sunny

    All,
    I'm glad someone has outlined the clear support statement that has existed for sometime between VMware - SAP.  For those of you still running on Oracle, here is some good news:
    Wording towards SAP Customers requesting support:
    "Oracle, VMware and SAP are working collaboratively to ensure support for SAP customers that use VMware virtualization for SAP solutions running Oracle DB. Functional tests are currently being performed to verify supportability of the SAP&Oracle stack.  Details will be made available in SAP note 1173954 u201CSupport of Oracle for VMwareu201D after tests have been completed. It is expected that in Q1 2010, ESX 3.5 and later releases including vSphere 4 will be supported by Oracle and SAP according to Oracleu2019s metalink note 249212."
    There is no reason why x86 platform today cannot run the most demanding workloads on VMware vSphere in a production environment.  But has noted earlier, don't get hung up on "production" - you have heaps of TestDev, SolMan TestDev, sandboxes, gateways, application servers etc that should immediately by put into a VM - once you are comfortable with your solution in-house, I'm sure you will move production instances into a VM as well.
    Below are some great resources for you to use in your quest to virtualize SAP on VMware:
    Additional Resources
    SAP Notes (for Windows platform)
    674851: Virtualization on Windows
    1104578: Virtualization on Windows: Enhanced Monitoring
    1056052: Windows: VMware ESX Server 3.x or vSphere configuration guidelines
    1260719: Detailed virtualization data using saposcol
    SAP Notes (for Linux platform)
    1122388 u2013 Linux: VMware ESX Server 3.x or vSphere configuration guidelines
    1122387 u2013 Linux: Supported Virtualization technologies with SAP
    171356 u2013 Virtualization on Linux: Essential information
    SAP, VMware (and other) benchmarks
    http://www.sap.com/solutions/benchmark/sd2tier.epx
    Introductory document u201CVirtualizing SAP applications on Windowsu201D by SAP
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70f63258-bff1-2a10-9db6-
    cda6ef202bfc
    VMware and SAP
    White Papers, Success Stories, Webinars, Links, etc.
    http://www.vmware.com/sap
    SAP VMware Blog
    http://communities.vmware.com/blogs/SAPsolutions
    Regards,
    Andre Kemp
    VMware Sr. Product Marketing Manager - Asia Pacific
    Certified mySAP 2K and Migration Consultant
    Edited by: Andre Kemp on Dec 10, 2009 9:00 AM

  • Sap BI ( for Business One ) 4.0 Run time Error

    Hi
    we had successfully installed BI client 4.0 trial version . when we any crystal report in B'One its shows an error Prompt. Before installing the BI.4.0, all the crystal reports were working fine, pls find the attachment of Error and suggest the possible solution.

    Hi Shahan,
    Please check below links.
    Error while previewing Crystal Reports in SAP B1
    problem with Crystal Reports in SAP b1 8.81 environment
    SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads
    Preview error in Crystal Report.
    Hope this help
    Regards::::
    Atul Chakraborty

  • DB2 CC for unix environment

    Dear Expert,
    is it recommended to use DB2 control center on unix environment? Could you please refer us to the documentation or note which take this up? 
    Thanks in advance.
    Regards,
    Rudi

    SAP does not explicitly recommend the use of the db2 cc - however, I am not aware of data inconsistency due to it's use.
    For earlier releases there have been SAP extensions for the cc - and still the cc may be useful if you e.g. run the DB2 auto maintenance facilities and want to influence time windows, or exclude tables from the auto_runstats.
    The bottom line is, you well may use the cc - but it's not integrated into SAP. The SAP tool for DB administration is the transaction DBACOCKPIT.
    Malte

  • Until when give SAP support for version 7.30?

    Hello,
    Until when give SAP support for version 7.30?
    How is the update from SAP GUI 7.30 to 7.40 handle?

    Hello Herr Jürs,
    As per the attached note http://service.sap.com/sap/support/notes/147519
    support ends in July
    SAP GUI for Windows Support Deadlines
    7.30: Full support up to July 15th, 2015. On July 15th, 2015 the used development environment Microsoft Visual Studio 2010 will transit to Microsoft's "Extended Maintenance" mode. This means that Microsoft will not create any corrections for components which belong to this development environment anymore (unless the issue is security relevant). Therefore no extension of full support for SAP GUI for Windows 7.30 beyond this date is possible.
    Regards,
    Jude

  • Oracle Clustering on hetrogeneous environment?

    Has anyone tried Oracle clustering on a hetrogeneous environment.I have a requirement ,where oracle clustering needs to be implemented between Sun box es and Linux boxes?
    Any ideas or Documents wlill be highly appreciated?
    Cheers

    hmmm... how do you differentiate Sun boxes and Linux boxes? Sun sells boxes which
    run Linux. Sun sells OSes which run on systems which come from other vendors which
    also run Linux. Some Linux distros are available for SPARC and IA-32 (and other)
    ISAs. Solaris support for PowerPC has been discontinued, but I don't think that you
    are talking about PowerPC Linux boxes, or are you?
    But the only place you can get an answer to your question is Oracle. If Oracle supports
    it, then you are ok. If not, then you are on your own.
    -- richard

Maybe you are looking for