Hana cloud trial database as a datastore in Data Services

Has anyone managed to connect a Hanatrial cloud database as a datastore in Data Services.
What should I place in the 'Server' field?
Or does it need to be Hana odbc with a tunnel setup?
Any help appreciated.
Colm.

How did you install the 32bit Oracle client? As part of the main installation maybe? Probably not, it seems it was a separate installation...
Yesterday my server did not have the 32bit libs from Oracle so I installed the Oracle Instant Client software. To make that picking the tnsnames.ora I did go to
Control Panel -> System -> Advanced -> Environment variables
and created a new one called TNS_ADMIN and its value was the directory of the tnsadmin file, e.g. c:\Oracle\Product\network\admin

Similar Messages

  • How to use the SYSTEM user in hana cloud

    Hello guys, I started with HANA cloud trial, but I havent been able to activate any projects due to an error with permissions,
    Repository operation failed
    Repository request failed. Cause: Repository: User is not authorized to execute specified operation;User 'DEV_7UKVVFEAC54C2E59OZZQSHXEN' has no authorization, privilege: 'REPO.EDIT_IMPORTED_OBJECTS', package: 'hello'!, code: 40,156, argument:
    Now I believe the problem is obvious is that I dont have enough privileges, I went to the Users view and tried to add permissions to my user but I found out other error:
    SAP DBTech JDBC: [7]: feature not supported: grantor and grantee are identical
    Now I saw in several threads that if we want to add more privileges we should add them using SYSTEM user, but I just dont know how to log in with the SYSTEM user or how to switch to that user.
    Any ideas or steps on how to do it?
    Greetings!

    I just tried performing the exact same steps as described in the tutorial and I can confirm that I get the same error. I get the same error from the Web IDE when trying to activate folders created via the sharing wizard of the Studio.
    The problem would seem to be with the Studio version that is currently available from the HANA Tools update site.  When packages are created from the project explorer (either directly or through project sharing), they are marked incorrectly as foreign projects (the little blue arrow on the icon).
    However if you create the packages via the Content folder of the Systems view (as I did above for the hello package) or via the Web IDE; they are created correctly. I was able to setup a project in the Studio by pre-creating the package in such a way and then creating/sharing the project into the existing package.  I still got an error on the .settings sub-folder, but I could ignore it and still activate the other objects.
    Therefore I would suggest this approach or using the Web IDE.

  • HANA Cloud WebIDE username and password

    Hi Guys,
    When I tried to launch HANA Web IDE for Cloud from "HANA Instances" section in the cloud portal. it asked for username and password.
    I tried to enter the cloud account username and SCN password but it didn't worked and said invalid login.
    I had used the same credentials for connecting Eclipse to HANA cloud trial instance and it worked but didnt worked for WebIDE on cloud.
    Please help. Thanks!
    Regards.

    Hi, Thanks for the link. I dont get any option in the HANA cloud trial on :
    https://account.hanatrial.ondemand.com/cockpit#/
    for creating user under "Development Tools" section under "HANA Instances".
    What can be the issue ? Is there any other way to create user ?

  • Can't create SAP HANA Cloud server in eclipse

    Hi,
    I have an issue creating a server with SAP HANA Cloud Platform runtime in eclipse. I've created one a few days ago but today I couldn't republish my application and all menu entries were disabled.
    So I deleted the server and want to add it again. Now I get the following error:
    Erroneous HTTP response: HTTP/1.0 503 Service Unavailable for URL: https://hanatrial.ondemand.com
    Does anyone know how to resolve this?
    Thanks in advance,
    Felix

    Hi Felix,
    There is an issue currently with hanatrial.ondemand.com which affects start and stop of applications: Re: HANA Cloud Trial downtime announcements. We are working on it. Sorry for the inconvenience!
    --Vlado
    PS: You might want to follow that thread for downtime announcements.

  • Hana Cloud - Unable to share project - REPO.MAINTAIN_IMPORTED_PACKAGES

    Dear experts,
    I'm trying to create a XS Application project into to my Hana Cloud trial account, but every time I try to share the project in the workspace I get the error below:
    Authorization 'REPO.MAINTAIN_IMPORTED_PACKAGES' missing for package '<user account>.<package name>' or one of its parent packages.
    I have followed all the steps described on the link
    https://help.hana.ondemand.com/help/frameset.htm?3762b229a4074fc59ac6a9ee7404f8c9.html
    I also checked the proposed solutions from the previous discussion below, but it didn't solved the problem.
    No Authorization to activate project to HANA System
    I reinstalled Eclipe Kepler and all its plugins to be sure I used the most updated version...
    Does anyone know how to fix this or have a workaround for that?
    Regards,
    Gustavo

    OK. I checked the discussion mentioned before: Failed to create a "hello world" ANA XS Application.
    The workaround works as following:
    1) Just create the XS Project without sharing it with the SAP Hana repository
    2) Create the different files: .xsaccess, .xsapp, .xsprivileges, model_access.hdbr, hello.xsjs
    3) Start the SAP Hana cockpit and login to your account
    4) Select Hana Instance, open SAP HANA Web-based Development Workbench
    5) Drag and drop the 5 files which were generated in 2) and save all
    6) Now the Hana Instance should show theapplication
    7) Select Hana XS application and double click on the URL
    8) Hopefully you see this result:
    Hello, P1234567890trial
    This is the response from my SQL. The current user is: P1234567890trial
    Mission accomplished!
    Regards
    Michael

  • Hana is a Database or Memory and why BW on Hana?

    Dear Experts,
    I have read few documents regarding Hana and I am confused?
    Following is my understanding. Correct me if I am wrong in my understanding?
    1. I believe Hana is a database(a different kind of data base with Software and hardware) which stores the data and is very fast.
    This Hana Database comprises of both Drive and Ram. Hana's Drive is for storing the Data permanently and Hana's Ram is where the full data from Drive is transferred to Ram and in-memory calculation happens which is very fast.
    2. I read that we can have 2 options,a Standalone Hana which reads data from SAP ERP and BW on Hana. Why do we need to have BW on Hana, we can just have Hana itself right, because even without BW its faster?
    Please correct me if I am wrong.
    Regards
    Sam

    A) hana is a database, which combines memory and technology.
    A common hana server has at leaste 128gb ram. why? because the tables (or columns of that tables) are loaded in memory and are consumed from there. Hana uses compresion (1:11 ratio) and use columnar tables, because it speeds up the data reading from the database.
    Hana have 3 parts of storage:
    1) memory (explained above)
    2) data: the disk where data is recorded
    3) log: the disk where the last transactions are logged and it provides with recovery fails
    B) you can have diferents scenearios (I will explain some of them):
    BW on hana: it speeds up the data access due to hana technology
    suite on hana: ERP and BW on hana
    Hana has your DW database: you can use hana like a common database and benefits your organization with the speed of hana.
    hope it helps.
    this image can show you the diferents scenarios
    http://esj.com/articles/2014/07/25/~/media/ECG/VirtualizationReview/Images/2014/07/0714vrm_hana.png

  • Unable to connect to SAP Hana cloud platforfm trial server

    Hi Experts,
    I am going through open sap course on SAP Hana cloud platform. I need to deploy the first sample "Hello World" Application in SAP hana trial server. As per the instructions mentioned in course , I have tried to connect trial server through eclipse and facing a error which says "
    Unknown SAP HANA Cloud Platform host was provided. Check whether the host is correctly spelled."
    Referred blog SAP HCP openSAP course guide week 1 and tried to change the network connections using Windows-> Preference-General-Network. Used Direct/Native/Manual options and I still have the same issue.
    Screenshot for reference:
    System details: Eclipse Kepler 4.3
    Jre 1.6
    Windows 7 32 bit
    Hope the detail is sufficient to analyze the issue. Please share your thoughts.
    Thanks!

    Tried to make use of SAP HaNA administration console perspective in eclipse. Creation of cloud system results in new set of log errors. Not sure if this can give any clue about the rootcause of issue
    !ENTRY com.sap.cloud.tools.eclipse.hana.tunnel 4 0 2014-06-05 10:05:48.875
    !MESSAGE Could not populate schemas UI.
    !STACK 0
    java.lang.reflect.InvocationTargetException
      at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:421)
      at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1028)
      at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemConnectionSchemasWizardPage.fetchSchemasAndDbs(CloudSystemConnectionSchemasWizardPage.java:245)
      at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemConnectionWizard.nextPressed(CloudSystemConnectionWizard.java:171)
      at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemConnectionHandler$1.nextPressed(CloudSystemConnectionHandler.java:26)
      at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:428)
      at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:628)
      at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
      at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
      at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
      at org.eclipse.jface.window.Window.open(Window.java:802)
      at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemConnectionHandler.execute(CloudSystemConnectionHandler.java:31)
      at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
      at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
      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.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
      at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
      at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
      at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
      at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167)
      at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
      at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
      at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
      at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:850)
      at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.handleWidgetSelection(HandledContributionItem.java:743)
      at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$7(HandledContributionItem.java:727)
      at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4.handleEvent(HandledContributionItem.java:662)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
      at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
      at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:140)
      at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:611)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
      at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
      at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
      at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
      at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
      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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
      at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
    Caused by: java.lang.RuntimeException: Connection to host 'hanatrial.ondemand.com' failed.
      at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemConnectionSchemasWizardPage$5.run(CloudSystemConnectionSchemasWizardPage.java:273)
      at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
    Caused by: com.sap.jpaas.infrastructure.console.exception.CommandException: An unexpected internal problem occurred.
      at com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy.throwCommandExceptionWithContentInfoAndLog(DefaultResponseConsumingStrategy.java:75)
      at com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy.throwCommandExceptionWithContentInfoAndLog(DefaultResponseConsumingStrategy.java:52)
      at com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy.consume(DefaultResponseConsumingStrategy.java:46)
      at com.sap.core.tunnelcommands.framework.executor.JsonConsumingStrategy.consume(JsonConsumingStrategy.java:31)
      at com.sap.core.persistence.commands.schema.ListSchemaConsumer.consume(ListSchemaConsumer.java:37)
      at com.sap.core.tunnelcommands.framework.executor.CommandTunnelRequestExecutor.executeRequest(CommandTunnelRequestExecutor.java:107)
      at com.sap.core.tunnelcommands.framework.executor.CommandTunnelRequestExecutor.executeRequest(CommandTunnelRequestExecutor.java:53)
      at com.sap.core.persistence.commands.schema.api.ListSchemaAndDbmsHandler.listSchemas(ListSchemaAndDbmsHandler.java:134)
      at com.sap.core.persistence.commands.schema.api.ListSchemaAndDbmsHandler.listSharedSchemas(ListSchemaAndDbmsHandler.java:94)
      at com.sap.core.persistence.commands.schema.api.ListSchemaAndDbmsHandler.listSharedSchemasAndDedicatedDbms(ListSchemaAndDbmsHandler.java:86)
      at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemHelper.fetchDb(CloudSystemHelper.java:214)
      at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemConnectionSchemasWizardPage$5.run(CloudSystemConnectionSchemasWizardPage.java:251)
      ... 1 more
    Root exception:
    java.lang.RuntimeException: Connection to host 'hanatrial.ondemand.com' failed.
      at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemConnectionSchemasWizardPage$5.run(CloudSystemConnectionSchemasWizardPage.java:273)
      at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
    Caused by: com.sap.jpaas.infrastructure.console.exception.CommandException: An unexpected internal problem occurred.
      at com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy.throwCommandExceptionWithContentInfoAndLog(DefaultResponseConsumingStrategy.java:75)
      at com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy.throwCommandExceptionWithContentInfoAndLog(DefaultResponseConsumingStrategy.java:52)
      at com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy.consume(DefaultResponseConsumingStrategy.java:46)
      at com.sap.core.tunnelcommands.framework.executor.JsonConsumingStrategy.consume(JsonConsumingStrategy.java:31)
      at com.sap.core.persistence.commands.schema.ListSchemaConsumer.consume(ListSchemaConsumer.java:37)
      at com.sap.core.tunnelcommands.framework.executor.CommandTunnelRequestExecutor.executeRequest(CommandTunnelRequestExecutor.java:107)
      at com.sap.core.tunnelcommands.framework.executor.CommandTunnelRequestExecutor.executeRequest(CommandTunnelRequestExecutor.java:53)
      at com.sap.core.persistence.commands.schema.api.ListSchemaAndDbmsHandler.listSchemas(ListSchemaAndDbmsHandler.java:134)
      at com.sap.core.persistence.commands.schema.api.ListSchemaAndDbmsHandler.listSharedSchemas(ListSchemaAndDbmsHandler.java:94)
      at com.sap.core.persistence.commands.schema.api.ListSchemaAndDbmsHandler.listSharedSchemasAndDedicatedDbms(ListSchemaAndDbmsHandler.java:86)
      at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemHelper.fetchDb(CloudSystemHelper.java:214)
      at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemConnectionSchemasWizardPage$5.run(CloudSystemConnectionSchemasWizardPage.java:251)
      ... 1 more
    !ENTRY org.apache.log4j 4 0 2014-06-05 10:10:48.491
    !MESSAGE com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy  - An unexpected internal problem occurred.
    !ENTRY org.apache.log4j 4 0 2014-06-05 10:10:48.494
    !MESSAGE com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy  - request URI: https://services.hanatrial.ondemand.com/services/v1/instances/p473990trial/persistence/v1/schemas/
    !ENTRY org.apache.log4j 4 0 2014-06-05 10:10:48.496
    !MESSAGE com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy  - statusCode: 407 Proxy Authentication Required
    !ENTRY org.apache.log4j 4 0 2014-06-05 10:10:48.498
    !MESSAGE com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy  - contentType: text/html
    !ENTRY org.apache.log4j 4 0 2014-06-05 10:10:48.500
    !MESSAGE com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy  - content: <HTML><HEAD>
    <TITLE>Access Denied</TITLE>
    </HEAD>
    <BODY>
    <FONT face="Helvetica">
    <big><strong></strong></big><BR>
    </FONT>
    <blockquote>
    <TABLE border=0 cellPadding=1 width="80%">
    <TR><TD>
    <FONT face="Helvetica">
    <big>Access Denied (authentication_failed)</big>
    <BR>
    <BR>
    </FONT>
    </TD></TR>
    <TR><TD>
    <FONT face="Helvetica">
    Your credentials could not be authenticated: "Credentials are missing.". You will not be permitted access until your credentials can be verified.
    </FONT>
    </TD></TR>
    <TR><TD>
    <FONT face="Helvetica">
    This is typically caused by an incorrect username and/or password, but could also be caused by network problems.
    </FONT>
    </TD></TR>
    <TR><TD>
    <FONT face="Helvetica" SIZE=2>
    <BR>
    For assistance, contact your network support team.
    </FONT>
    </TD></TR>
    </TABLE>
    </blockquote>
    </FONT>
    </BODY></HTML>

  • Configuring SAP HANA Cloud Connector with trial account

    The free developer license includes the use of cloud connector. (message from SAP)
    When I try to set up the Initial configuration of the SAP HANA Cloud Connector as described in the SAP How-To Guide (Version 1.0, March 2013 and Technical Documentation SAP HANA Cloud, Document Version: 1.6.0 - 2013-06-18 ) I get the the message
    "Connection to https://connectivityconfig.hanatrial.ondemand.com:443 refused"
    Configuration Data of Cloud Connector Connector
    Landscape Host:        hanatrial.ondemand.com
    Account Name:         s<user>trial
    User Name:               s<user>
    Password:                 ...
    Do I have to observe further settings?

    Hi Markus,
    I'm getting same error Connect_failed  . I check with my network & basis guys There are no firewall blocking ports . Is this problem with hantrail account or what could it be? Please guide .
    Thanks,
    Vidya

  • Error while accessing hana-cloud-platform-mobile-services-trial

    I am facing following error after creating hana could mobile services trail account.
    i have used the following link for creating it
    http://scn.sap.com/community/developer-center/mobility-platform/blog/2014/12/18/how-to-enable-hana-cloud-platform-mobile-services-trial

  • Trying to Connect the HANA Cloud from the Local System

    Hi,
    I am using the 30Days of free trial of the HANA Cloud and trying to Access from the Local System.
    I have configure the All setting in Eclipse Kepler vesiona and also able to configure the my HANA Cloud Server in Local eclipse.
    But for the Database Connectivity I have to do the cofigure the same through the database middleware driver selection.
    But I dont have any idea about database middleware driver selection, Please suggest what exactly it is and from where i can get this to insalle in local system.
    Thanks & Reagrds.
    Praveer.

    airplay is a std that apple created if sony didn't build the playstation to support airplay you can't use it
    you should check sonys site or the manual if your playstation support airplay

  • How do I get access to Mobile documents admin console login with SAP HANA Cloud cockpit?

    Hi All,
    I am trying to launch SAP Mobile Documents from my trail version of SAP HANA Cloud.
    The Help link which I had followed  via link:
    https://help.hana.ondemand.com/help/frameset.htm?dc618538d97610148155d97dcd123c24.html#concept_0B49F10346C94249845EC16364FFF66D_76
    In SAP Cloud HANA Cockpit Using the link available in Authorization>Authorization Management
    I had created an user assigned to a Group, and Group has been assigned to a  Role ODP-OPERATOR,
    Next step, when I am trying to assign a token, I could not able find a token. How to get a token from here?
    My intention of creating user, group, role and token is for getting access to Mobile documents admin console.
    However I have also tried to access the mobile documents admin console via link
    https://smd-p1886950994trial.hana.ondemand.com/mcm/admin
    When I browse the above link, It shows HTTP 503 the requested service is not currently available.
    I am not sure, How to get access Mobile documents Admin page from here
    Could someone clarify on this please?
    Regards,
    Saravanan.R

    Hi,
    I have managed find an answer from this link SAP Mobile Documents on SAP HANA Cloud saying, SAP Mobile documents trial is not available in SAP HANA Cloud cockpit.
    Regards,
    Saravanan.R

  • No authorization on HANA cloud platform odata and UI5

    Hi there,
    I'm building a SAPUI5 app on the trial cloud. I have a local table in the xs application, which i present via odata. In my SAPUI5 app i have a list showing the content of this table.
    I currently have the whole app working, but with authorization, i want to be able to access the data without authorization. I have tried the following based on this thread SAP Hana Anonymous User? And HTTP POST method? | SAP HANA
    So i have the following in my .xsaccess file
    "anonymous_connection": "XXXXXXX.myxsapp::anonuser",
    "exposed" : true,
      "authentication": null
    i have a anonuser.sqlcc file which have the following content
      "description" : "Anon SQL connection"
    In the above thread it mentions i should update the table _SYS_XS"."SQL_CONNECTIONS either via SQL command or the xs admin tool. However i don't have the privilege to use the SQL command and i can't seem to gain access to the xs admin tool.
    Please any help is much appreciated.

    Hi Jakob,
    for security reasons the HANA systems offered by the free HANA Cloud Platform Trial are not granting access to administrative features such as the xs admin tool. Also, certain operations are not permitted. For operations that are permitted your find a documentation for procedures and views to work with: SAP HANA Cloud Platform Documentation. If you require features that are not available on the free trial I recommend to get a SAP HANA Cloud Platform Starter Edition that will come without feature limits: SAP HANA Cloud Platform, starter edition | Information Technology | Lines of Business | SAP HANA Marketplace
    Best,
    Thomas.

  • Lumira Server on SAP HANA Cloud Platform?

    Hi,
    Can we run Lumira Server on SAP HANA Cloud Platform (not SAP HANA)?
    Reason:
    Unless there is a way to publish Lumira Story via Lumira Cloud to BI LaunchPad, otherwise I am only interested in the Lumira Desktop version at the moment. As we want to continue to pursue to have one central portal for all BI contents using BI LaunchPad.
    Question:
    In summary, is it possible to apply SAP Lumira Server on SAP HANA Cloud Platform?
    See screenshots below for the ideal scenarios.

    Hi Ken,
    Great question.
    Yes, absolutely you can.
    As an example: I work with some customers who have small Hana estates "on-premise" (say, for Fraud on Hana, or BW HANA sidecar); as such they may not have the available infrastructure to decouple a sandbox Hana to evaluate new Hana Analytics innovations (like Lumira Server)
    In such situations I recommend this page http://hcp.sap.com/platform.html  to evaluate our Hana Cloud platform options.
    If you scroll half-way down, you'll see a nice graphic under the heading "Choose the Service That's Best for You". (the 3 stacked pillars)
    Depending on your own licensing particulars, you may already have a runtime license for Lumira Server (through your BI bundle), and you may already have HDB (database) licenses available in your enterprise, so potentially you need only the 'infrastructure service' (leftmost chart).
    Then, I've seen this integrated into productive on-premise systems, typically (but optionally) via a "leased line" (between customer & provider (SAP)) , and a VPN tunnel in between to make the secure bridge.
    It's a really neat way to get on the Hana journey: quick to deploy, flexible, and well priced.
    Regards,
    H

  • Solution Manager on Hana Cloud Enterprise

    Hello,
    Does anyone know if it is possible to use a Solution Manager system on Hana Cloud Enterprise? I checked the products offered in the FAQ but it doesn't say anything about Solution Manager so I don't know if it's possible to run a Solution Manager with HANA Database/3rd Database.
    Thank you very much for your help.
    Best regards.

    Hi Miguel
    I would guess "yes there is" though.
    Solution Manager on SAP HANA is not generally available but it's available for SAP customers who run everything on HANA because they might need SAP Solution Manager and they might not want to run it non-HANA if all the rest runs on HANA.
    As far as I'm aware, it's a SolMan 7.1 SP8 that is available on SAP HANA. I don't see any reason why SAP wouldn't be able to put that on HEC (HANA Enterprise Cloud).
    Best regards
    Tom

  • Clock synchronization source for HANA cloud server

    To minimize the clock difference between cloud server and client machine, I would like to sync the client with the same NTP server that cloud server uses. How can I find the NTP server URL?

    Hello Sharib
    Can you check the following link  may this could help you to find out the resolution.
    How to connect the SAP Business Suite to the SAP HANA Cloud Platform using Gateway as a Service Trial Edition

Maybe you are looking for