Which Database is not supported by SAP

Hi gurus,
What is the databse which is not supported by sap?
Thanks,
Mazhar.

make it easier by naming those which are supported:
db2 (either gfor unix/windows, os/390, z/os and system i)
oracle
ms sql server
maxdb/sapdb
informix (but not for unicode!)
all other db systems are NOT supported
GreetZ, AH

Similar Messages

  • Which Vmware Version is supported by SAP HANA ???

    Hi SAP HANA Experts,
    We knew that now a days SAP HANA is supporting Vmware also to install it...
    Can anyone provide which Vmware version is supported by SAP HANA for PRD & NON PRD Setup's

    Hi,
    SAP HANA Virtualized Central Note https://service.sap.com/sap/support/notes/1788665
    SAP HANA Virtualized Overview ppt http://www.saphana.com/docs/DOC-3334
    SAP HANA Guidelines for VMware http://www.saphana.com/docs/DOC-4192
    VMware Best Practices for SAP HANA http://vmware.com/go/sap-hana
    Thanks & Regards,
    Kumar

  • Google mail tells me that I have an outdated version of Firefox which it does not support. I have Firefox 8.0.1. Why is there a problem?

    Google mail tells me that I have an outdated version of Firefox which it does not support. I have Firefox 8.0.1. Why is there a problem? I am using OSX 7.2
    When trying to access the URL after startup or waking the computer, I get the following message
    sec_error_ocsp_server_error
    The I will get a message that my version of Firefox will not work with google mail.

    You can check the OCSP settings.
    *Firefox > Preferences > Advanced > Encryption: Certificates > Validation:
    *[X] "Use the Online Certificate Status Protocol (OCSP) to confirm the current validity of certificates"
    *[X] "Validate a certificate if it specifies an OCSP server"
    *[ ] "When an OCSP server connection fails, treat the certificate as invalid"

  • The Oracle JRockit JVM is not supported by SAP JCo 3.0.5.

    Hello all,
    I am preparing our new Oracle Fusion Middleware platforms. So far we have been running BPEL 10.1.3.4.0 and we are going to build the 11g platform (WLS and SOA suite) in parallel.
    I have already installed WLS Server 10.3.3 and then SOA Suite + the SOA patchset bu selecting always Jrockit_160_17_R28.0.0-679.
    Now I am abaout to install the adapters and I red in the documentation
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e17054/intro.htm
    For supported JVM information that corresponds to each operating system, see the SAP Note #1077727 in the SAP Service Marketplace.
    Note:
    The Oracle JRockit JVM is not supported by SAP JCo 3.0.5.
    Is anybody aware of this? If it is valid, how could I achieve not to re-installa everything from scratch and select SUN JVM?
    Could I for example create a new Managed Server where I will explicity select SUN JVM to be installed for this instance?
    Best Regards,
    Loukas Rougkalas

    Please post your question to SOA forum. This forum is about WebLogic Connector Container.

  • Questions regardin "Oracle Database does not support Hyper-V and "

    Platform 287 Microsoft Windows Server 2008 (64-bit Itanium)
    1 - Can you give me some details about what is not supported of the Hyper-V environment?
    2 - There are know issue running Oracle in a Hyper-V child partition/virtualized partition ?
    2 - There are know issue about curruption of datafile using snapshoting,
    Thanks in advance.

    Hello.
    Can anybody explain, how should I understand this "Certification Information" from Oracle metalink?
    ==Quote ==
    "Oracle Database is certified with the following Windows Server 2008 editions:
    * Windows Server 2008 Standard (x86 and x64)
    Oracle Database does not support Hyper-V and Server Core in Windows Server 2008.
    ==/Quote==
    Does it mean that this OS is supported, but only if it does not run in Hyper-v configuration?
    Thanks for your advice.
    Jakub

  • Is Safari and Firefox for Mac not supported on SAP Interactive Forms by Adobe?

    Are Mac OS X browsers like Mozilla Firefox and Safari not supported by SAP EHP3 NetWeaver 7.0?  If not, are there any alternatives?  I find it hard to believe that Mac users won't be able to transact on SAP's interactive forms by Adobe.

    Hi Raghu and Phillip,
    Adobe Interactive Forms does not work with PDAs or mobile devices.
    Please read the SAP Note.
    https://service.sap.com/sap/support/notes/1002905 - Interactive PDF Forms on PDAs and Other Mobile Devices
    Regards,
    Diego

  • ORA-02070 database does not support semi join in this context

    The following merge sql on Oracle 11g throws "ORA-02070 database does not support semi join in this context".
    MERGE INTO ORDERS tgt
    USING
    SELECT C.short_name, C.customer_id
    FROM customers C
    WHERE customer_id IN ( SELECT distinct customer id FROM orders O WHERE O.order_date > SYSDATE - 3 )
    )src
    ON ( tgt.customer_id=src.customer_id )
    WHEN MATCHED THEN
    UPDATE SET tgt.short_name=src.short_name;
    Any ideas? This piece of code was working on an earlier version of Oracle 11g.
    Thanks,
    Anu

    Hi, Anu,
    You can try this:
    MERGE INTO ORDERS     tgt
    USING
            SELECT  C.short_name, C.customer_id
         FROM      customers C
    )                src
    ON (     tgt.customer_id = src.customer_id
       AND     tgt.order_date     > SYSDATE - 3
    WHEN MATCHED THEN
         UPDATE  SET     tgt.short_name = src.short_name; It's surprising that the error message mentioned a semi-join, because you weren't doing a semi-join. An example of a semi-join is:
    MERGE INTO ORDERS     tgt
    USING
            SELECT DISTINCT
                   C.short_name, C.customer_id
         FROM        customers C
         JOIN       orders    o     ON  c.customer_id  = o.customer_id
         WHERE       o.order_date     > SYSDATE - 3
    )                src
    ON (tgt.customer_id = src.customer_id)
    WHEN MATCHED THEN
         UPDATE  SET     tgt.short_name = src.short_name; but perhaps the optimizer re-wrote your IN sub-query as a semi-join.
    An EXISTS sub-query is another way to get the results you want, unless it causes ORA-02070, also. Natrually, I can't test anythihng, since you didn't post any sample data.
    Edited by: Frank Kulash on Apr 5, 2011 11:34 AM

  • Background Job Finishing with Database system not supporting

    Hi All,
    When i am running the RSCOLL00 program its executes all the programs and finally it says DataBase system not supporting.
    And i am not getting any dumps.
    Due to this in ST03N i could nt able to find the data for the present day and also last minutes load.
    Please guide me.
    Thanks,
    Mahesh

    Hi Kaushik,
    here is the log
    Job started
    Step 001 started (program RSCOLL00, variant , user ID HOUSEKEEPING)
    Clean_Plan:Cleanup of DB13 Plannings
    Clean_Plan:started by RSDBPREV on server tcs050983
    Clean_Plan:Cleaning up jobs of system PI7
    Clean_Plan:finished
    Database system not supported
    Job finished
    Thanks,
    Mahesh

  • In-place upgrade of Enterprise Manager for RAC databases is not supported

    upgrading 2 node RAC from 10.2.0.1 to 10.2.0.3 on Windows 2003 64 bit. I got the following:
    In-place upgrade of Enterprise Manager for RAC databases is not supported in this release
    Now I cannot log in to the database control as sys with sysdba role . I get "invalid username/password" error
    I can login as a dba user
    I also get a java error after I log in, some thing about class not found, but then I'm in and I can do everything that I try, although I haven't tried scheduling a backup yet
    Can I upgrade EM to 10.2.0.3?
    If so, how?

    On the patchset readme...
    11.3 Upgrade of Oracle Enterprise Manager Not Supported
    When you start Oracle Database Upgrade Assistant to upgrade 10.2.0.1 database to 10.2.0.3 patch set, the following error occurs:
    Inplace upgrade of Enterprise Manager is not supported for RAC databases is not supported in this release
    Workaround:
    Ignore warning.
    If you drop and recreate the EM repository?
    1). emca -deconfig dbcontrol db repos drop
    2). emca -config dbcontrol db -repos create
    Be careful, doing this put the database on QUIESCE mode.
    Regards,
    Rodrigo Mufalani

  • Opportunity Search for Status NE (is not) is not supported by SAP Standard

    Hi experts,
    due to wiki entry
    Searching for business transactions in the web ui using the Status criteria - CRM - SCN Wiki
    the opportunity search for a status with operator NE is not supported.
    Is there any SAP proposal for an appropriate workaround?
    Thank you and best regards
    Vanessa

    Hello Vanessa,
    This is a fresh development for my current customer which is not yet completely tested. The last customer had the same requirement, created an OSS-message for it, SAP told him in standard it is not possible and gave up. I think I already heard that too many selection parameters are not supported but I haven't seen it yet in our project. But I have seen that with mabye 100000 excluded transactions there is a time out.
    The alternative would be to create a sub-class of the GENIL-class (I think this is CL_CRM_QOPP_RUN_BTIL in your case - search for CL*OPP*IL* ) where the SQL-statement is triggered and redefine the relevant method (which is normally GET_DYNAMIC_QUERY_RESULT) and enhance the SQL-statement. Somewhere is customizing you have to replace the original class with the new class afterwards but right now I don't know where. I have not yet done this from scratch and I need to investigate this a little bit further.
    The second alternative would be to modify the select statements in a BADI. I guess it is CRM_BADI_RF_Q1O_READ. But there I only the the possibility to change the STATUS_COMMON-criteria to OBJECT_ID criterias as still STATUS_COMMON NE is not supported in the SQL-statement of the GENIL-class.
    Best regards,
    Thomas

  • Document supported and not supported by SAP

    hai Gurus,
    I have the following query.
    1) Whether SAP Document Management System support the following document type.
    -technical drawings
    -charts
    -text documents, such as reports or manuals
    -contracts
    -Auto Cad files
    -WBS elements
    -spreadsheets
    2) What are the other Documents which SAP does not support in Document management system.
    waiting for your positive reply.
    Regards,
    Sekar chand

    Responses are as below:
    1) Whether SAP Document Management System support the following document type.
    -technical drawings
    -charts
    -text documents, such as reports or manuals
    -contracts
    -Auto Cad files
    -WBS elements
    -spreadsheets
    Yes. All the above documents and their associated formats are supported. WBS elements are supported via 'Object Linking' concept in DMS. Search the forum for further details.
    2) What are the other Documents which SAP does not support in Document management system.
    SAP DMS is capable enough to support documents in all forms (2D vector image files like AutoCAD,CGM,IGES,HPGL etc; 2D Raster image files like BMP,PNG,JPEG,JPG,PC Paint; 2D ASCII and Postscript files; 3D design drawings/vector files like JT,WRL etc;MS Office files etc) provided the appropriate Workstation Applications and the relevant parameter details are configured.
    Search the forum for further details.
    Regards,
    Pradeepkumar Haragoldavar

  • Portal - Infoview option not supported by SAP

    I have a deck titled "Delivering SAP BusinessObjects content from SAP NetWeaver Portal"
    In this deck ,slide 14  it says Infoview option not recommended "Not supported (known issues with some web browser)"
    is it true ,they how do we leverage Infoview as for URL it takes lot of effort
    Thanks

    This is the option you are recommending right ?but it says not recommended by SAP for browser supporting known issues
    /people/ingo.hilgefort/blog/2010/04/08/sap-businessobjects-enterprise-sap-enterprise-portal--part-3-of-4
    This is the deck I was referring to pg-14 which says not recommended by SAP for browser supporting known issues
    http://www.sdn.sap.com/irj/sdn/index?rid=/library/uuid/800a9e1c-f0f7-2c10-b48e-d3f34f20ef88
    Thanks

  • Opportunities are not supported with SAP Business One 2005A SP0 and SP1??

    In SBO Note 973962 says that opportunities are not supported with 2005A sp0 and SP1.
    When running 5.9.7 I can sync opportunities.
    So does anyone know what is and what is not supported in this version for Opportunities?
    Thanks,
    Eric Rasenberg

    Full functionality is not shared nor synchronized between systems for opportunities in 5.9.x

  • Which Ipad2 does not support facetime?

    Hi ,
    I live in Dubai .. I want to buy an Ipad
    how can I know from the sticker behind the box that this ipad is an Miidle east version
    or brought from US
    or from Hong kong .. is there any more?
    I've that Ipad from Middle east version do not support the face time and i really want it.
    How to avoid buying the WRONG Ipad
    note : the seller don't know about this application thats why their answers are not good enough to trust them!!
    I need your help

    You have now posted THREE times with the same question. Do a little research like I did for you on this subject. Enter the model numbers in the search field in your browser and see what you can find.
    I responded to your first post. Lighten up a little and look on your own!

  • Web Services reliable messaging is not supported in SAP AS 7.0?

    In 7.1 documentation, I find that one enables a webservice for reliable messaging by writing @RelMessagingNW05DTOperation annotation.
    However I'm shocked to find that in 7.0 documentation, it only talks about some PL/SQL like code (LUW) that one has to implement to have reliable messaging (http://help.sap.com/saphelp_nw70ehp2/helpdata/en/46/9743916d1115ece10000000a114a6b/frameset.htm). As I'm not familiar with LUW, can you confirm that the developer himself has to handle creating sequences, reordering them and guaranteeing exactly once delivery? And the LUW code shown in the link, does it do all this?
    Please advice.

    Someone please reply. I'm clueless. Are they saying the webservices reliable messaging has already been implemented using ABAP LUW and is available in the workbench? If so how to use it ito create a reliable webservice? Why are they showing some PL/SQL like code then?  It is all unintelligible to me as I haven't used any of these.
    Edited by: convicted on May 11, 2011 10:59 AM

Maybe you are looking for

  • Lacie External Drive not recognized

    I just unpacked and turned on my new iMac Desktop. Then I plugged in my Lacie Desktop external drive (with all my files, iTunes and iPhoto data) to move all of my files. But the Lacie Drive doesn't show up anywhere on the iMac when plugged in. I've t

  • Why SIRI is not working if I pay for it ?

    OK, this is a SIRIous problem, I can't believe that SIRI is not with me right now. I use it almost everyday for my reminders and text an more. iPhone is not a Cheap phone and want to be able to use everything that they promised the phone would do.

  • How to stop HP Annoying Status Message Windows?

    Before posting this message now (July/2014) I've searched for related posts here. I found one from 2009, whose author got a solution through an answer only in 2012 (pasted bellow).  I have the same problem: I'd like to stop the invasive alert message

  • Is it true you can end a method definition with ;?

    I just tried it by accident, and it compiled. Is it supposed to be this way? public void f(){System.out.println(x);};

  • Putting Pages on web site

    Is there an easy way to put work constructed in Pages (ver. 2.02) up on a .Mac web site? Saving the pages in HTML doesn't retain tabs, headers, etc. And the only other option I see is pasting pages into blank iWeb pages, but that is a hassle and slow