Use of Database  Studio Community Edition with SAP applications

I am using SAP ECC6.0 on MaxDB 7.6.04.012 running on Linux x86_64.
For database admin, and adhoc sql queries, I am currently using Database Studio 7.7.04.26, running on Windows XP.
I have had one or two issues with Database Studio, and I've been looking for a more recent version to Install.
There seems to be a more recent version in the Community Editions download area, but this says:
"This package is not for use with SAP applications. For that purpose, refer to the Download Area in the Service Marketplace"
I have not been able to find Database Studio as a separate download in the SSM Download area.
What is the reason for this comment about the Community Edition? Can I use this version of Database Studio? and if not, where can I get the equivalent for SAP applications?
Thanks
Chris

I installed MaxDM (32bit) and MaxDB Studio which I can open. And I habe also a connection to Max DB but I can´t see any application for examle. How can I find these applications. I hope there are one!?
Have you checked the documentation Demo Data for the SQL Tutorial ?
There is a demo schema available for MaxDB: the HOTEL schema.
It can be loaded to any MaxDB by running:
load_tutorial
in dbmcli or via the context-menu (right-mouse-button) menu in DB Studio -> "Load Tutorial..."
After the tutorial is loaded you can logon via user "MONA" and password "RED".
regards,
Lars

Similar Messages

  • Cannot install Visual Studio Community Edition

    Hi,
    When trying to install Visual Studio Community Edition with Update 4 I receive a message during the initial phase: "Unable to locate package source"
    When I choose "Download packages from the internet" I got the same message. When I continue with the option "Skip package" I got the message again.
    What is the issue here?
    Thanks!

    The file seems to be corrupt. This time I got an error after 2% of the download saying that the download was interrupted. After clicking resume it just took seconds before the download seemed to has finished correctly. But probably not... Could the download
    issue maybe has something to do with the fact I am in Thailand, or what could be the issue here?
    By the way, when I try to download Visual Studio 2013 Express for Web using Web Platform Installer I receive this error:
    WHY do I get this error. I don't have Visual Studio installed...
    Thanks!

  • Offline copy of SQL Database in Visual Studio Community Edition?

    I'm using an Azure Mobile Service and SQL database, and I'm interacting with it via Visual Studio Community Edition (12.0.31101.00 Update 4).
    I'm often offline, but want to work on and test the SQL code.  Is there a way to sync a local copy of the database to my pc so I can work with that to test my code?  I'm not necessarily looking to make changes to the database offline and syncing
    that back to the server, although that would be nice too.
    Thanks!

    Hello Scott,
    You could use SQL Data Sync to synchronize your local copy of the database with the Azure SQL database. The details are documented at http://msdn.microsoft.com/en-us/library/hh456371.aspx. 
    PS - the SQL Data Sync feature is still in preview and the support is only through forums.
    Regards,
    Kumar Bijayanta

  • Can I Use Oracle DB 11g Express Edition with Atomikos  Transactions.

    Hi,
    Any Help is appreciated.
    Im able to use Oracle 11g Standard/Enterprise Edition with Atomikos for XA transactions.(XADMS).
    My question is Can I Use Oracle DB 11g Express Edition with Atomikos for XA Transactions.
    Thanks,
    kensuser

    Hi,
    Thanks for the answer.What jdbc drivers should I use. Because still Im getting exception when using Oracle 11g XE.
    But the same application runs with Oracle 11g Standard/Enterprise Edition.
    Here is my Exception trace: Sorry, I'm a first time user, so pasting the exception as it is, will find out how to format the same, as use this forum. ant help is appreciated. Thanks in Advance
    SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'UIToolAdminkit': Invocation of init method failed; nested exception is com.atomikos.datasource.ResourceException: XA resource 'EXXADBMS': resume for XID '3139322E3136382E35352E31382E746D30303030313030313937:3139322E3136382E35352E31382E746D31' raised -3: the XA resource detected an internal error
         at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:135)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:393)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1437)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:518)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:455)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
         at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
         at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:381)
         at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
         at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
         at org.apache.catalina.core.StandardService.start(StandardService.java:525)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
    Caused by: com.atomikos.datasource.ResourceException: XA resource 'EXXADBMS': resume for XID '3139322E3136382E35352E31382E746D30303030313030313937:3139322E3136382E35352E31382E746D31' raised -3: the XA resource detected an internal error
         at com.atomikos.datasource.xa.XAResourceTransaction.resume(XAResourceTransaction.java:500)
         at com.atomikos.datasource.xa.session.BranchEnlistedStateHandler.<init>(BranchEnlistedStateHandler.java:57)
         at com.atomikos.datasource.xa.session.NotInBranchStateHandler.checkEnlistBeforeUse(NotInBranchStateHandler.java:66)
         at com.atomikos.datasource.xa.session.TransactionContext.checkEnlistBeforeUse(TransactionContext.java:85)
         at com.atomikos.datasource.xa.session.SessionHandleState.notifyBeforeUse(SessionHandleState.java:176)
         at com.atomikos.jdbc.AtomikosConnectionProxy.enlist(AtomikosConnectionProxy.java:204)
         at com.atomikos.jdbc.AtomikosConnectionProxy.invoke(AtomikosConnectionProxy.java:138)
         at $Proxy13.prepareStatement(Unknown Source)
         at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:534)
         at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:452)
         at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:161)
         at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1573)
         at org.hibernate.loader.Loader.doQuery(Loader.java:696)
         at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:259)
         at org.hibernate.loader.Loader.doList(Loader.java:2228)
         at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2125)
         at org.hibernate.loader.Loader.list(Loader.java:2120)
         at org.hibernate.hql.classic.QueryTranslatorImpl.list(QueryTranslatorImpl.java:935)
         at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:196)
         at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1148)
         at org.hibernate.impl.QueryImpl.list(QueryImpl.java:102)
         at org.springframework.orm.hibernate3.HibernateTemplate$30.doInHibernate(HibernateTemplate.java:921)
         at org.springframework.orm.hibernate3.HibernateTemplate$30.doInHibernate(HibernateTemplate.java:1)
         at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:406)
         at org.springframework.orm.hibernate3.HibernateTemplate.executeWithNativeSession(HibernateTemplate.java:374)
         at org.springframework.orm.hibernate3.HibernateTemplate.find(HibernateTemplate.java:912)
         at org.springframework.orm.hibernate3.HibernateTemplate.find(HibernateTemplate.java:904)
         at com.kensho.common.UIbundlDAOImpl.findAll(UIbundlDAOImpl.java:13)
         at com.kensho.common.UIbundlDAOImpl$$FastClassByCGLIB$$6f2db14b.invoke(<generated>)
         at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
         at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
         at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
         at com.kensho.common.UIbundlDAOImpl$$EnhancerByCGLIB$$8797972a.findAll(<generated>)
         at com.kensho.common.UIToolKitAdminBBean.getAllBundleItems(UIToolKitAdminBBean.java:37)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:346)
         at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:299)
         at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:132)
         ... 29 more

  • Syncfusion Essential Studio Community Edition!

    The entire Syncfusion Enterprise Studio (community) edition for zip, nada, zilch, nowt (ok, free then)!
    Syncfusion Community edition
    Including LightSwitch Silverlight & HTML controls!
    It's Christmas again...
    Ian Mac

    This is a pretty nice deal it seems ....

  • Can i use single database connection in a hole java application?

    can i use single database connection in a hole java application?.I have so many forms to use database connection.

    Theoretically you can. Not only theoretically. I've seen lots of application which only uses one database connection (they were using, oracle or mysql)
    The first reply given here assumed that the answer to
    your question depends only on the design of your
    application. That is not true.Yes it's true. Nothing in the original questions says that you aren't allowed to open or close the single connection that you have. It's looks more like the OP is interested in sharing a connection (i.e having a singleton or a connection pool with only one connection)
    It does also depend on the behaviour of the database
    in the background.
    Most databases have a time out for connections that
    are idle Not a problem. Most implementations of connection pools and applications which keeps a connection open have a timer which calls e.g. select * from dual (if you are using oracle) when the connection has been idle for X minutes.
    (some, like db2 on z/OS, even cancel
    connections, that are not idle, if they are open a
    certain amount of time or have reached a given limit
    of cpu seconds.)You would also have that problem if you had a connection pool with several connections.
    In essence: If you have no control over the time
    your application runs (and therefore your connection
    is open) or over type or the configuration of the
    database you are accessing, you can't do it.See above.
    The closest thing to what you want would be using
    PooledConnections, iif those are supported for the
    database you want to access.Not true.
    Kaj

  • Must duplicate my photo because "this photo was previously edited with another application..."

    I've always used both iPhoto and Adobe Photoshop Elements for editing my photos. Previously, I could edit in the external application (Adobe PE), save the photo (back to iPhoto), go back into iPhoto and then still edit that photo within iPhoto if I wanted to.
    Recently, though, if I edit a photo in Adobe PE and save it, if I attempt to edit it further within iPhoto, I am warned: "Image Cannot Be Edited: This photo was previously edited with another application or with an early version of iPhoto. Duplicate this photo to edit it."
    I don't WANT to keep duplicating my photos - it's a stupid waste and I just want to tweak my previously edited photo.
    When did iPhoto start requiring duplication in order to edit a photo that had been worked on in another program?
    And why?
    And is there any way I can change this or get around it?
    Thanks.

    Where are you seeing these Jpegs when you duplicate the Raw?
    Duplications are virtual. Try this test.
    Select a Raw and go File -> Reveal in Finder -> Original
    That brings you to the Master file in the iPhoto Library. It's selected.
    Apply a label to it - In the Finder: File -> Label.
    Now, back to the iPhoto Window and gp Photos -> Duplicate
    You now have a second snap in the Event  -> My Photo - version 2
    Select Version 2 and go  File -> Reveal in Finder -> Original
    Notice that it brings you to the same file.
    So, you've duplicated the Photo, not the file.
    Regards
    TD

  • Can CRM On Demand integrate with SAP applications?

    Hi,
    Can Siebel CRM On Deamd can work integrated with SAP applications..?

    Siebel CRM OnDemand can integrate with SAP applications using custom web services.

  • Visual Studio Community Edition - Error on creating ribbon for Excel Workbook project

    Hi. I've been struggling with this for a couple of days now so I hope someone can help me.
    I have installed Visual Studio 2013 Community Edition. On installation there was no option to include VSTO and, looking on various forums, I found it was necessary to install the VSTO - November 2014 update separately, which I have done. I'm working on a
    brand new virtual server (Windows Server 2008 R2 SP1) and no other versions of Visual Studio have been installed (although I'm surprised to see Visual Studio 2012 as an item in All Programs - but it just contains command prompts).
    I have created an Excel Workbook project. When I go to create a new item - Ribbon (Designer) - I get the error:
    Could not load file or assembly 'Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
    I've searched the Internet for anyone who might have had this same issue but have been unable to find anything to help me. I've tried uninstalling the VSTO-November Update and VS 2013 CE and reinstalling both but still the same problem.
    Any help would be much appreciated!
    David.

    Hello David,
    What Office version do you have installed on the problematic machine?
    Do you run Visual Studio as an administrator?

  • Not able to use oracel database 11g express edition ? please help !!!

    after installing oracel database11g express edition , i am not being able to use it ,because when i click on  get started with oracel database 11g express edition it will divert me to ip  http://127.0.0.1:8080/apex/f?p=4950 and after this it show
    Oops! Google Chrome could not connect to 127.0.0.1:8080
    so please help me out , as i am beginner and new to this , so i don't have deep knowledge of this ,so please help me out ,as soon as possible 

    Hi,
    Provide more info like os and its version - https://blogs.oracle.com/shay/entry/10_commandments_for_the_otn_fo
    Did installation complete successfully?
    check if database is up
    start command prompt
    sqlplus / as sysdba
    select open_mode from v$database;
    check the status of listener
    lsnrctl status
    Post the output of above commands here
    Regards
    Yoonas

  • Database Studio - java crash with Exit code=1

    Hello,
    I try to get db-studio to work. The problem is that the studio crashes now with the following message:
    JVM terminated. Exit code=1
    /home/js/jre1.5.0_22/bin/java
    -Xms40m
    -Xmx1024m
    -jar /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
    -os linux
    -ws gtk
    -arch x86
    -showsplash
    -launcher /opt/sdb/programs/DatabaseStudio/dbstudio
    -name Dbstudio
    --launcher.library /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.0.v20070606/eclipse_1017a.so
    -startup /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
    -exitdata 62800d
    -vm /home/js/jre1.5.0_22/bin/java
    -vmargs
    -Xms40m
    -Xmx1024m
    -jar /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
    I used the tutorial for the installation of studio on 64bit Linux. The weird thing is that the studio ran perfectly yesterday but
    today I get this Exit-Code = 1error.
    Is there anybody who has an idea how to fix this ?
    I start the studio with
    /opt/sdb/programs/DatabaseStudio/dbstudio -vm /home/***/jre1.5.0_22/bin/java
    Thanks for help.
    Edited by: Schneidi on Aug 24, 2010 10:07 AM

    Hi,
    /opt/sdb/programs/DatabaseStudio/dbstudio -vm /home/***/jre1.5.0_22/bin/java
    Try changing to the directory first:
    cd /opt/sdb/programs/DatabaseStudio
    ./dbstudio -vm /home/***/jre1.5.0_22/bin/java
    Also make sure /opt/sdb/programs/DatabaseStudio is in your PATH:
    export PATH=/opt/sdb/programs/DatabaseStudio:$PATH
    Nelis

  • Communicating with SAP Application

    Hello everyone.
    I am not a SAP developer, but my company uses SAP. I am building a program in VB.NET. That program must put focus on a SAP window. This I have managed to do.
    My problem is that I am trying to fill in an Edit. I am doing that using an API function.
    In a windows application works like charm, but with the SAP Application puts the text that I am sending as caption not as value.
    I wonder if you could help me. I don't know if the field that I am sending to is really an Edit but it surely looks like one.
    I would appreciate any help you can give me. Thank you

    Hi Claudia,
    the SAP GUI dynpro elements are windowless controls, so you can not access them using window messages. Please check ftp://ftp.sap.com/pub/sapgui/win/640/scripting/docs/ for documentation how to automate SAP GUI.
    Best regards,
    Christian

  • What port is used by Groupware connector to communicate with SAP CRM?

    Hi!
    I've been trying to find what port is used by groupware connector when it is communicating with SAP CRM, but all I've found is that is uses SOAP over HTTP.
    Our security team only wants to open the relevant port and I haven't found the port....
    Does anybody know what port is used?
    Thanks!
    rollo

    What gives you an impression that a seperate program is called to write file at OS level.....it could be the program running behind the F110.....try checking the same...and look for GUI_DOWNLOAD in the program.

  • Oracle Database 10g Express Edition with openSUSE 10.3 ?

    The install guide for Oracle Database 10g Express Edition say it requires Suse SLES-9 .
    Does any know if Express Edition can be installed on openSUSE 10.3 ?
    Thanks in advance.

    Likewise. No issues at all.
    You might want to web-search for Novell's orarun package. Not required if you read the install manual and understand Linux, but it helps prep the environment by eliminating some of the guess work.

  • BR0278E error with SAP application

    Hello , The Hp DP team has done integration of our SAP application server with Hp DP software. However when we check with DB13 transaction we gets following error.,. We have modified initSID.sap  file to take backup on disk . Does we need to change anything else tohave ful backup in DB13.
    R0278E Command output of 'SHELL=/bin/sh /oracle/GPR/102_64/bin/rman nocatalog':ecovery Manager: Release 10.2.0.4.0 - Production on Mon Jun 27 21:05:51 2011opyright (c) 1982, 2007, Oracle.  All rights reserved.MAN>MAN> connect target *onnected to target database: GPR (DBID=125161044, not open)sing target database control file instead of recovery catalogMAN> *end-of-file*MAN>ost command completeMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21> 22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40> 41> 42> 43> 44> 45>MAN-00571: ===========================================================MAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============MAN-00571: ===========================================================MAN-03009: failure of catalog command on default channel at 06/27/2011 21:05:54RA-19564: error occurred writing 8192 bytes at block number 1RA-27091: unable to queue I/ORA-27041: unable to open filePUX-ia64 Error: 13: Permission denieddditional information: 3MAN>ecovery Manager complete.R0280I BRBACKUP time stamp: 2011-06-27 21.05.54R0279E Return code from 'SHELL=/bin/sh /oracle/GPR/102_64/bin/rman nocatalog': 1R0536E RMAN call for database instance GPR failedR0280I BRBACKUP time stamp: 2011-06-27 21.05.54R0532E Cataloging backups of all database files failed
    please suggest.
    regards
    Dharm

    Hi,
    I believe in the BRBACKUP command you are using rman_util or rman_disk command. Please go through the below link:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/25/9fa5ec79fa8e42ba0c71dea91a18df/frameset.htm
    Try to run the BRbackup command from the OS level and see.
    If you are using RMAN, you have to create a catalog database and register it and then allocate channels.
    Regards,
    SBK

Maybe you are looking for

  • Multiple level headers in column of an ALV report

    Hi All, I have  a requirement . I need to display a two level coloumn in alv grid display . Example :                           | Cust no    |   Address        |                                                                                |        

  • How to Eliminate Special Character in SQL LOADER Script

    How to eliminate special character from SQL LOADER script file which suppose not to insert in TABLE example.CSV lile like this <ABC/ , 7747> <DEF/ , 7763> <NEW/ , 7779> <OLD/, 7795> I have to remove < > and / character at the time of loading into tab

  • Using Safari, get the Mac Mini to play streaming items on AppleTv

    My family has a mac mini that has Mountain Lion OS on it.  We also have a second Generation Apple TV.  However, even though it worked previously, for some reason Apple TV is no longer detecting the Mac Mini.  We have connected the two machines on the

  • Problem with displaying sdo_geometry objects

    Hi all, formerly in sql developer at my query result tab, the sdo_geometry objects used to look like this: mdsys.sdo_geometry(2001, 8307, sdo_point_type(12, 8, null), null, null) now for all the columns with sdo_geometry objects I'm getting [mdsys.sd

  • Mailx is not working on redhat 5

    Hi All, I am working with Redhat 5 servers.my mailx is not working in the server.Please help me to solve this issue. I have schedule some scripts in crontab for monitoring .