SAP hana one on AWS

Hi Experts,
I have launched SAP Hana One on AWS with CC2.8x Large suse linux environment. And configured Hana studio with database user SYSTEM.
My question is that is SAP Hana on on AWS comes with SAP solution (like ECC EHP6 or EHP7) or do we need to install SAP solution seperately?
I can login to OS  level thru putty with HDBADM user and i can see /usr/sap/HDB/instance.
Please let me know if SAP Hana one on AWS comes with sap solution then let me know how to launch it with SAP gui
If sap solution not comes with Hana one let me know how to implement sap solution on HAna one AWS.
Thanks,
Krish

Hi Krish,
I'm afraid you have posted your questions in the wrong forum. Please try http://www.saphana.com/community/implement/support-communities/sap-hana-one-support for support on SAP HANA One related questions.
Thanks and Regards,
Bernd

Similar Messages

  • HANA One on AWS default username and password for hdbsql having issues

    Hello, I am going through the SAP HANA Academy online for the HANA Recommends project, and just getting my HANA instance setup and running through AWS.
    In this video: http://youtu.be/P0U-XSnSd1Y
    There is a point where the author is showing how to change the password for hdbsql. In order to do this, I need to log into hdbsql first using the default password, and then change it. Unfortunately, I keep getting an error saying that the username or password is incorrect (*10: invalid username or password: SQLSTATE: 28000).
    Here are the commands I'm entering into PUTTY:
    hdbsql => \c -i 00 -n localhost:30015 -u SYSTEM -p manager
    Is the default password different?

    Hi Ahmed,
    I got the same problem.
    To solve it, you can change the password in SAP HANA One Management Console.
    Open your browser and put in the public DNS of your HANA box.
    Enter your AWS Access Key Id and Secret Access Key
    You should have the options to change the password.
    For more information, go to
    Configuring SAP HANA One | SAP HANA

  • SAP HANA One SQL syntax

    Hello,
    I am using SAP Hana One version 1.00.68.384084 with Spatial capabilities
    I have some questions about the SQL syntax to be used for:
         1. Is there a query I could use to check if a table was modified?
         2. What is the syntax to insert spatial data into a table (insert points for instance) and specify the points SRID? By default SRID=0.
         3. How to I alter SRID of a geometry
         4. Which SRID's are supported by Hana?
         5. What UOM(units of measure) are supported by Hana. For instance if I use ST_DISTANCE, what UOM is returned? Could I specify another UOM?
    Thank you,
    Ovidiu

    Ovidiu,
    HANA One does not provide any forward looking statement. However, it supported SPS4, SPS5 and SPS6. So, SPS7 will be available in HANA One. When SPS6 was available, a notification went out to all HANA One customers from AWS Marketplace.  HANA One team will publicize in this forum and all SPS7 messages including this particular thread so that all interested in SPS7 will receive notifications automatically posting questions here about SPS7.
    Thanks,
    Swapan

  • SAP HANA One and Predictive Analysis Desktop - Time Series Algorithms

    I have been working on a Proof-of-Concept project linking the SAP Predictive Analysis Desktop application to the SAP HANA One environment.
    I have modeled that data using SAP HANA Studio -- created Analytic views, Hierarchies, etc. -- following the HANA Academy videos.  This has worked very well in order to perform the historical analysis and reporting through the Desktop Application. 
    However, I cannot get the Predictive Analysis algorithms -- specifically the Time Series algorithms -- to work appropriately using the Desktop tool. It always errors out and points to the IndexTrace for more information, but it is difficult to pinpoint the exact cause of the issue.  The HANA Academy only has videos on Time Series Algorithms using SQL statements which will not work for my user community since they will have to constantly tweak the data and algorithm configuration. 
    In my experience so far with Predictive Analysis desktop and the Predictive Algorithms, there is a drastic difference between working with Local .CSV / Excel files and connecting to a HANA instance.  The configuration options for using the Time Series Algorithms are different depending upon the data source, which seems to be causing the issue.  For instance, when working with a local file, the Triple Exponential Smoothing configuration allows for the specification of which Date field to use for the calculation.  Once the data source is switched to HANA, it no longer allows for the Date field to be specified.  Using the exact same data set, the Algorithm using the local file works but the HANA one fails. 
    From my research thus far, everyone seems to be using PA for local files or running the Predictive Algorithms directly in HANA using SQL.  I can not find much of anything useful related to combing PA Desktop to HANA. 
    Does anyone have any experience utilizing the Time Series Algorithms in PA Desktop with a HANA instance?   Is there any documentation of how to structure the data in HANA so that it can be properly utilized in PA desktop? 
    HANA Info:
    HANA One Version: Rev 52.1
    HANA Version: 1.00.66.382664
    Predictive Analysis Desktop Info:
    Version: 1.0.11
    Build: 708
    Thanks in advance --
    Brian

    Hi,
    If you use CSV or XLS data source you will be using Native Algorithm or R
    Algorithm in SAP Predictive Analysis.
    When you connect HANA, SAP Predictive Analysis uses PAL Algorithm which runs
    on HANA server.
    Coming to your question regarding difference,
    In SAP PA Native Algorithm, we could provide the Data variable, Algorithm
    picks the seasonal information from the Data column. Both R and SAP HANA PAL
    does not support Date Column. We need configure seasonal information in
    Algorithm properties.
    R Properties
    1) Period : you need to mention the periodicity of the Data
    Monthly : (12)
    Quarter : (4)
    Custom : you can use it for week or Daily or hourly.
    2) Start Year: need to mention Start year.
    Start year is not used by algorithm for calculating Time series, but it helps
    PA to generate Visualization ( Time series chart) by simulating year and
    periodicity information.
    3) Starting Period:
    if your data is Quarterly and you have data recordings from Q2, mention 2 in
    start period.
    Example.
    If the data periodicity is Monthy and my data starts from Feb 1979, we need to provide following information,
    Period: 12
    Start year: 1979
    start Period: 2
    PAL Properties. : Same as properties defined in R.
    Thanks
    Ashok
    [email protected]

  • Cannot use SAP HANA Studio with SAP HANA One Instance

    Hello together,
    i try to make some tests in the SAP HANA environment. But i got the following error message each time:
    An internal error occurred during: "Updating system 'HDB' ...".
    java.lang.NullPointerException
      at com.sap.ndb.studio.datamodel.manager.SAPSystemState.isThereAtLeastOneIndexserverProcessWithStateColor(SAPSystemState.java:44)
      at com.sap.ndb.studio.navigator.operations.SAPSystemObjectUpdate.execute(SAPSystemObjectUpdate.java:76)
      at com.sap.ndb.studio.navigator.operations.UpdateSAPSystemOperation.execute(UpdateSAPSystemOperation.java:70)
      at com.sap.ndb.studio.datamodel.controler.DataModelOperationJob.run(DataModelOperationJob.java:70)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    I often read about different SAP HANA One and SAP HANA Studio versions.
    Following information about the versions:
    Studio: Version: 1.0.52
    Hana One Instance 52.1
    What could be the reason for getting this error message? I hope you can help me.
    Thanks in advance.
    CT

    Hi Nicky,
    As per my knowledge, there is no separate licensing required for HANA studio. License for HANA d/b or Enterprise HANA license is sufficient.
    Installation of HANA studio will not ask for any licenses.
    Regards,
    Suma

  • SAP HANA One for regio APAC (Sydney)

    Hi,
    Could you inform when SAP HANA One will be available for regio APAC (Sydney)?
    Thank you
    Denys van Kempen

    Hi Denys,
    SAP HANA One is scheduled to be available at Tokyo first for our Asia and Pacific customers. We expect this to happen in few days.
    Thanks,
    Swapan

  • Installing SAPUI5 on Eclipse for HANA One on AWS

    Hello,
    I'm following the Thomas Jung video tutorials for SAP Hana XS, and have tried to install the SAPUI5 plugin into my Eclipse Indigo version. I notice that Thomas is on Juno, but as I got my HANA Studio from my AWS installation, I cannot easily change to a newer version (not sure how to "migrate" my Indigo plug-ins for HANA Studio to a newer Eclipse version).
    I have two questions: 1: do I really have to manually install the SAPUI5 plugins into my AWS-provided Eclipse to do UI5 development, or are the necessary features already there? 2: If I have to install manually, can I do this on Indigo, or do I have to "migrate" to Juno (and if so, how?) I tried to install the plugins for UI5 into my Indigo version, but it now complains about missing prerequisites (some web-ui plugin, which I cannot identify or find, even when enabling the Indigo download page in my install preferences...)
    This is a bit messy, but maybe a sign of where SAP is moving: away from the tried-and-tested all-in-one-box one-size-fits-all SE80, into the choppy and somewhat murky seas of Open Source :-)
    Regards,
    Trond
    PS: in order to get hold of the SAPUI5 IDE plugin, I had to download it from the SAP Marketplace. This, presumably, means that anyone without a valid (company) OSS user cannot get it...??? Is there a version out in the open somewhere?

    I found the solution here:
    http://scn.sap.com/thread/3284452
    I needed to install a specific version of certain plugins (below); therefore, I needed to un-check the ""Show only latest versions for available software", since I needed version 3.4.0 of these, and also un-check "Group item by category" in order to see them.
    Required plugins:
    Eclipse Faceted Project Framework (the one from the "dead link" I described above)
    Eclipse Faceted Project Famework JDT Enablement (same comment as previous)
    Eclipse Java EE Developer Tools
    Eclipse Java Web Developer Tools
    WST Common Core
    Of course, this was not explicitly documented anywhere - so, trial & error (I found thefinal solution by google'ing the error messages from eclipse) - which brings me back to my initial reservations about the way the way the development environment is being presented and delivered - not as a pre-packaged integrated offering from one vendor (SAP), but based on a range of components and plugins that we have to identify, retrieve and assemble ourselves. This is like IKEA without the user manual. Actually worse, since you don't even know which parts you need
    Of course, for enterprises using this platform, there will be proper packaging and managed installations of Eclipse/plugins/UI5, and SAP will hopefully update their documentation to properly include all steps needed to get the environment up and running - maybe even do some packaging of their own...
    OK, I'll stop being grumpy for today - I got the SAPUI5 tool installed, so I'm happy. I'll write it all up and publish it as a blog one of these days.
    Thanks to Thomas for an excellent job in promoting these new toys, and for being very responsive!! Looking forward to (finally) creating some UI5 interfaces.
    Regards,
    Trond

  • Connect SAP HANA Studio with SAP HANA One Instance Reg 70

    Hello,
    i have already create an instance and set all passworts in Management One Console.
    If i want to add a new system in Hana studio a got an error message: "Database connection is not available"
    SAPControl request failed. Cannot retrieve JDBC connection for: ...
    com.sap.ndb.studio.jdbc.JDBCConnectionStatus: Database connection is not available. See error log for more details.
      at com.sap.ndb.studio.jdbc.JDBCPlugin.createConnection(JDBCPlugin.java:295)
      at com.sap.ndb.studio.navigator.operations.SAPSystemObjectUpdate.executeTryJDBC(SAPSystemObjectUpdate.java:238)
      at com.sap.ndb.studio.navigator.operations.SAPSystemObjectUpdate.execute(SAPSystemObjectUpdate.java:84)
      at com.sap.ndb.studio.navigator.operations.UpdateSAPSystemOperation.execute(UpdateSAPSystemOperation.java:70)
      at com.sap.ndb.studio.datamodel.controler.DataModelOperation.execute(DataModelOperation.java:67)
      at com.sap.ndb.studio.datamodel.controler.DataModelOperationQueue$DataModelOperationThread.run(DataModelOperationQueue.java:99)
    Caused by: com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: Cannot connect to jdbc:sap://xxx.eu-west-1.compute.amazonaws.com:30015 [Cannot connect to host exxx4.eu-west-1.compute.amazonaws.com:30015 [Connection timed out: connect], -813.].
      at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:219)
      at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:203)
      at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:186)
      at com.sap.db.jdbc.Driver.connect(Driver.java:238)
      at com.sap.ndb.studio.jdbc.JDBCPlugin$3.run(JDBCPlugin.java:590)
    I must add, that i test it in the firm's intranet. So we have diverse firewalls. What firewall settings has our IT department change, for enabling the database connection?
    Hope you can help me.
    CT

    Not related to UI Development Toolkit for HTML Developer Center.  Moved to SAP HANA Developer Center community.
    Regards, Mike (Moderator)

  • SAP HANA ERP on AWS License Issue

    Hi,
    what licenses are available for the ERP version of SAP HANA for deployment on AWS? What is a MINISAP license? We tried to set up the ERP Trial from the SAP Cloud Appliance Library but can't access it via SAPGUI. Our expert says, the MINISAP license is valid for hosting on 64GB or less. Since we have chosen the smallest memory model available, it looks like we can't run it on AWS, which cannot be true. The system comes up, AWS charges money, but we can't access it. What did we do wrong? Seems like a few people here in this community use it already. I'd appreciate someone telling us how to fix this issue. We do not have problems with our BW instance which works well.
    Best regards,
    Chris

    Hello Christian,
    Trial systems in CAL come with a 30 day temporary license, already included. There is no need to install any other license into the system.
    So your problem is, that you started an instance of the ERP Foundation Extension Trial System in CAL using your AWS account and you used the default settings in CAL (no changes to firewall or instance types. After 30 minutes or so the traffic light in the CAL UI under "INSTANCES" shows a green light - but you are still not able to connect with SAPGUI.
    Is this correct? If so, there are two possible root causes:
    1) your client machine is not in the same network as the ERP system. Could it be the case that your client machine is in a corporate network (behind a firewall) and the ERP system has been started on the internet?
    2) the ERP on HANA system did not start automatically (which is very strange as everyone is using the same appliance). It could be the case that the AWS account has limits which prevent the instances to start up - but then CAL should give you an error message and it should NOT show green traffic lights in CAL.
    Can you please check if you are affected by root cause 1).
    If you can rule out 1) we need to investigate why 2) is happening. Can you please ssh into the HANA instance and fetch the dev_disp file from /usr/sap/<SID>/DVEBMGS00/work.
    Regards,
      Hannes

  • Instance Alerts Package on HANA One

    Installing and configuring Instance Alerts package on HANA One.
    This package allows users to set alerts on Disk,  Memory , CPU and Instance Uptime for HANA One instance. If alert is generated user will get email notifications describing type of alert generated, alert level set and value at alert generation.
    This package will be useful if one wants to monitor their Disk, memory, CPU level on the instance and get notified if any parameter goes beyond range level.
    Here are the steps one can follow to install and configure Alert package.
    1) Launch HANA One Rev 70.0 from SAP HANA One on AWS Marketplace
    2) Go to Addons tab -> New section on console page.
    3) On Instance Alerts package click Download & Install and click Install on pop up
    4) You can see the package installed in Installed section on Addons tab.  Click on "Go to App" to open the UI of Instance Alert package.
    You would be able to go to UI of Alert page.
    5) For creating Alerts click on "Create New Alert" button. Various alerts setting are displayed.
    6) Here for example we will set alert on Disk for "/usr/sap"
         i) Select Disc in Alert type
         ii) Select /usr/sap on Disc type
         iii) Set Alert level. Warning range and Critical range. Alerts are in percentage form for Disc, CPU and Memory. While Uptime is in days.
             For setting level just move the slider and set the range.
         iv) Put the Status ON if one wants to get Email notification on Alerts.
         v) Put the email you want to receive notifications.
        vi)  CC list is optional. Add additional comma separated email address one wants to receive notifications
        vii) Click on confirm to set the alert list.
    Below is the screenshot of email alert set on Disc for /usr/sap.
    "My Alerts" section will display the alerts created.
    From the row in My Alerts section one can perform operations of OFF/ON Alerts, Delete Alerts and Edit Alerts.
    "Alerts History" section displays the Alerts generated if levels specified on alert type goes beyond set level.
    Besides seeing the Alert in History section, you also receive email notification on Email specified while creating Alerts.
           Below is the sample email content
    Thanks,
    Priyank

    Hi, I have met this problem very similiar with you.
    It tell me the language of package and logon are different, so I was unable to create package.
    I found a workaround to slove it..
    I change my package language from English to English(USA).
    Just a tip.
    I don't understand it.

  • AWS Hana one Volume usage - Amazon charging

    Hi All,
    Currently I am having a HANA One AWS instance which I have started 2 weeks back. However when I see my account activity I found amazon is asking a high amount for the storage volume usage. Obviously they allow 30GB free per month but my volume allocation is more than 560GB which is waste as almost nothing is there.
    Can anyone suggest me what I should do to avoid being charged so much by amazon? Please advise ASAP.
    Regards,
    TD

    Hi Swapan,
    Thanks a lot for responding to my queries. However being on AWS with a pre-configured instance and provision to use it even for personal training is the most useful thing that SAP gave us but this should be categorized in my opinion.
    I totally understand the AWS Hana instance is meant primarily for production usage hence the cluster configuration is made like that but this is not at all useful to the guys who use it for training / personal development. The current configuration is using 520GB of storage which is good enough for production usage - or sort of but totally overkill for the training use. The extra cost of this is not mentioned anywhere in SAP(as I see, pardon if I missed anywhere) and should be clearly mentioned in the system. No SAP Video from SAPHANA Academy says the same.
    Yes, I am using my Hana instance for my personal usage/training so the cost that extra storage is bothering me - moreover didn't saw this mentioned anywhere.
    I would request SAP to let people know how to optimized their storage utilization and save money in instances - meant for training purposes. Further I feel if SAP should consider providing two separate class of SAP HANA One instances - PRD usage/Training Usage and both with diff utilization. (Might be asking too much but I pretty feel there are many guys out in this web forest to utilize this HANA One for personal development)That would be a most effective way and will optimize resource utilization throughout. (A guy blocking 520GB storage for his training is quite overkill and waste of AWS resources)
    Please check if you can guide us with this optimization.
    Regards,
    TD

  • Cant find 'SAP NetWeaver Application Server ABAP & SAP Business Warehouse 7.4 SP8 on SAP HANA 1.0 SP8 [Developer Edition]'

    I have successfull installed and been running 'SAP NetWeaver Application Server ABAP & SAP Business Warehouse 7.4 SP5 on SAP HANA 1.0 SP7 [Developer Edition]'
    In my CAL-account I have seen that 'SAP NetWeaver Application Server ABAP & SAP Business Warehouse 7.4 SP8 on SAP HANA 1.0 SP8 [Developer Edition]' has become available.
    Searching 'AWS Marketplace' with 'SAP HANA one' only brings up the version (SP5-7) I already have installed. How am I supposed to proceed to install the latest version (SP8-8)?

    It wasn't removed. I and at least one other person reported it as abusive, because it contains just a link. I think after three reports, it's automatically hidden until the moderator rejects it permanently, or releases it. In this case, it was released.
    Now, why did I report it? Well, the common view (obviously not shared by the moderator here), is that posts like that
    1) Indicate the original poster (in this case you) could have searched for yourself to find the same link
    2) Damage the site as a whole, as you end up with just a whole bundle of links from one place to another and no real content
    3) Encourage posting of FAQ
    My experience is that quite often the link isn't in fact relevant, and is just the result of the first hit of a keyword search using google. In this case it was relevant - but couldn't you have searched and found it yourself?
    In the areas I moderate, posts that constitute a single link are rejected as a matter of course. See this blog for a full and complete discussion: Posting links and the jungle you end up in..

  • Unable to connect to HANA One instance from HANA Studio

    I am trying to add my HANA One instance to my HANA Studio and keep getting an error "The system is not reachable, the login data could not be considered". Any pointers on how to troubleshoot this would be much appreciated.

    Hello G,
    We understand you situation very well. We are expecting a follow-up on the status based on our suggestion made within less than 1 hour after posting the issue even during weekend.
    As far as your SAP HANA One Developer Edition, the suggestions made here for productive uses may not be relevant. Please follow-up appropriately posting and following SCN from where you initiated HANA One Dev Edition as SCN is heavily used for Dev Edition..
    In either case, you should not keep any instance running till you can use it. We strongly recommend to stop the instance while you are not using it or between troubleshooting.
    @Gaurav,
    We will appreciate an update here. We like to see you are start using SAP HANA One for productive uses immediately.
    Thanks and regards,
    Swapan

  • Issues with CAL Free Solution - SAP BPM and Operational Process Intelligence on SAP HANA [developer edition]

    Hi,
    When I want to suscribe to the CAL Free Solution - SAP BPM and Operational Process Intelligence on SAP HANA, on the Terms and conditions page, even if I scroll down, the button "I accept" is not available.
    Do you have any tips ?

    I am trying to download the SAP BPM and Operational Process Intelligence on SAP HANA [trial edition] - AWS version and get a security error.
    Any ideas where we can get a 90 demo version of SAP PO/PI that will work with AWS?  I am trying to refresh myself on PI7.4?

  • SAP Business One 9 on HANA - AddOn "AddOnName" Installation Failed

    Hi,
    I'm trying to install an add-on in a SAP Business One 9 on HANA (64 bits) but i'm facing a problem:
    - The add-on installation (from the add-on Manager Form) on windows finish correctly, but after a few seconds the system shows a Message box with "Please wait for add-on installation to finish .....Select Yes if installation finished succesfully, otherwise select No" . After that (YES option selection) the system shows "AddOn [AddOnName]: Installation Failed"
    The making of the .ard file (AddOn registration file) was the same that the generation of .ard file for the SAP Business One 9 for SQL Server (here the addon works correctly). The only difference was the replacement of the DI API dll, UI API dll, AddOnRegGenerator and the AddOnInstalAPI.
    Please Help!..
    Thanks...

    Hi,
    When generating the ard file for the installer, there is a property that defines whether the addon is a 64bit addon.
    https://websmp202.sap-ag.de/~sapidb/011000358700000247582013E/SDK_CompGuide_90.pdf
    Create Add On for 32 bit and 64 bit computer SAP Business One 9.0
    The above link may helpful to you.
    Regards,
    Silambu

Maybe you are looking for

  • Can not sync more than one photo folder to my phone. lost all photos???

    Can not sync more than one photo folder at a time from my computer to mu iPhone. How do I get the drop down box to choose my photos, so I can manually pick photo folders???? Lost all my photo folders on phone.

  • Where do i find the memory usage for my macbook?

    i got into it once but dont remember how to get into it again, i want that one screen where it shows you how much memory the application is taking up, where do i find it? thanks

  • Printer not found all of a sudden

    I've been merrily printing away from safari to my wireless HP Photosmart C4700 printer for a few months utilizing HD Print Magic when all of a sudden today it's not working.  When I click print in safari to print a page, it says printer not found.  N

  • Help on complex scenario

    Hi all I need help ih the following scenario. the sender system sendes the invoice to PI , PI has to give the successful receiving answer back to the sender , and continue to the mapping activities , where the invoice has to be mapped to a PDF image,

  • Help need on COPA-BW mechanism/End user training materials

    Hi Gurus, It is really urgent, i have the above problem and i am new to copa-bw. I need some light on this mechanism. I have gone through the help.sap and i still need some end user traing materials. i have some level of undestaning on CE1,2,3,4 and