SAP HANA Language file

Hi Experts,
I have deployed SAP HANA Live for ECC in my system, but I am not able to import the language file LANG_HCOHBAECC.tgz.
When I try to import, as the same way I have done with the HCOHBAECC.tgz file, I receive the message "Repository: import failed;Import::import(): wrong archive type ET_LANGUAGE_TRANSPORT, you have to use importLanguage() to import this".
How can I import this file to translate the content of HANA Live?
Best Regards,
Renato Ely

Hello Renato,
the way you chossed via importing DU's directly vom the HANA Studio is not the recommended way for doing that.
Please check the HANA LIVE Admin Guide for some infos.
The Recommended way which is documented there is the usage of "SAP HANA Lifecycle Manager".
This tool automaticaly takes care of Content and Language Import.
For more info please directly check within the Admin Guide, which you can find at:
Download and Deploy Content Package - SAP HANA Live for SAP Business Suite Administrator's Guide - SAP Library
Best Regards
Stefan

Similar Messages

  • SAP HANA XS Administration Tool Missing

    The SAP HANA XS Administration Tool seems to be missing from our HANA AWS instance. The various roles associated with XS Administration are also missing.
    The best theory I can come up with is that it has something to do with our upgrade path. Version 52 was originally installed in August.  We upgraded to Version 69 in February.
    I've scanned the release notes and it looks like the tool may have been introduced in SPS06.
    Did we miss something during the Version 69 upgrade?  If so, does anyone know how to fix this?

    Hi Michael,
    Maybe you can try to import the DU manually. Open your SAP HANA Studio, File -> Import -> SAP HANA Content -> Delivery Unit -> Choose your SAP HANA system, then select the file like the following. Hope it will help.
    Best regards,
    Wenjun

  • Where to download SAP HANA Studio and Client files

    Hello all,
    I am trying to learn SAP HANA and started watching the tutorial videos from SAP HANA Academy.  Would it be possible for me to download the SAP HANA Studio and Client files so I can practice development on my PC?  The video, HANA Academy - Installing the SAP HANA Studio and SAP HANA Client tools - YouTube, points to an old SAP Service Marketplace interface and I am unable to follow the instructions on where to get these files.
    Thanks in advance.
    Doods

    Doods,
    you can download HANA Client, Studio and Driver at:
    SAP | HANA Developer Edition
    cheers
    m./

  • Creating REST API on SAP HANA cloud

    Hi,
    I have installed sap hana sdk in my eclipse and created a dynamic web project and deployed it. I have created a sample REST service using Jersey.
    I have also tested this REST service in Apache tomcat and when I call it it gives me proper response. But same REST service when I call on SAP HANA i get following error: Please help me in resolving this error.
    URL: http://localhost:8181/HelloWorld/rest/UserInfoService/name/girish
    Response:
    Status
    500 Internal Server Error Loading time: 35
    Request headers
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36 
    Content-Type: text/plain; charset=utf-8  
    Accept: */* 
    Accept-Encoding: gzip,deflate,sdch 
    Accept-Language: en-US,en;q=0.8,kn;q=0.6 
    Response headers
    Content-Type: text/html;charset=utf-8  
    Content-Language: en  
    Content-Length: 5473  
    Date: Tue, 06 May 2014 09:49:15 GMT  
    Connection: close 
    Server: SAP  
    com.sap.security.auth.service.webcontainer.internal.Authenticator.invoke(Authenticator.java:192)
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
    com.sap.core.tenant.valve.TenantValidationValve.invokeNextValve(TenantValidationValve.java:221)
    com.sap.core.tenant.valve.TenantValidationValve.invoke(TenantValidationValve.java:103)
    com.sap.js.statistics.tomcat.valve.RequestTracingValve.invoke(RequestTracingValve.java:24)
    com.sap.core.js.monitoring.tomcat.valve.RequestTracingValve.invoke(RequestTracingValve.java:27)
    org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
    org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)
    org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
    org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313)
    java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    java.lang.Thread.run(Thread.java:744)
    </pre></p><p><b>root cause</b> <pre>java.lang.NoClassDefFoundError: javax/annotation/Priority
    org.glassfish.jersey.model.internal.ComponentBag.modelFor(ComponentBag.java:483)
    org.glassfish.jersey.model.internal.ComponentBag.access$100(ComponentBag.java:89)
    org.glassfish.jersey.model.internal.ComponentBag$5.call(ComponentBag.java:408)
    org.glassfish.jersey.model.internal.ComponentBag$5.call(ComponentBag.java:398)
    org.glassfish.jersey.internal.Errors.process(Errors.java:315)
    org.glassfish.jersey.internal.Errors.process(Errors.java:297)
    org.glassfish.jersey.internal.Errors.process(Errors.java:228)
    org.glassfish.jersey.model.internal.ComponentBag.registerModel(ComponentBag.java:398)
    org.glassfish.jersey.model.internal.ComponentBag.register(ComponentBag.java:235)
    org.glassfish.jersey.model.internal.CommonConfig.register(CommonConfig.java:410)
    org.glassfish.jersey.server.ResourceConfig.register(ResourceConfig.java:420)
    org.glassfish.jersey.server.ResourceConfig.registerClasses(ResourceConfig.java:496)
    org.glassfish.jersey.server.ResourceConfig$RuntimeConfig.&lt;init&gt;(ResourceConfig.java:1177)
    org.glassfish.jersey.server.ResourceConfig$RuntimeConfig.&lt;init&gt;(ResourceConfig.java:1144)
    org.glassfish.jersey.server.ResourceConfig.createRuntimeConfig(ResourceConfig.java:1140)
    org.glassfish.jersey.server.ApplicationHandler.&lt;init&gt;(ApplicationHandler.java:317)
    org.glassfish.jersey.server.ApplicationHandler.&lt;init&gt;(ApplicationHandler.java:284)
    org.glassfish.jersey.servlet.WebComponent.&lt;init&gt;(WebComponent.java:311)
    org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:168)
    org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:358)
    javax.servlet.GenericServlet.init(GenericServlet.java:244)
    org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
    com.sap.security.auth.service.webcontainer.internal.Authenticator.invoke(Authenticator.java:192)
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
    com.sap.core.tenant.valve.TenantValidationValve.invokeNextValve(TenantValidationValve.java:221)
    com.sap.core.tenant.valve.TenantValidationValve.invoke(TenantValidationValve.java:103)
    com.sap.js.statistics.tomcat.valve.RequestTracingValve.invoke(RequestTracingValve.java:24)
    com.sap.core.js.monitoring.tomcat.valve.RequestTracingValve.invoke(RequestTracingValve.java:27)
    org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
    org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)
    org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
    org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313)
    java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    java.lang.Thread.run(Thread.java:744)
    My web.xml file :
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xmlns="http://java.sun.com/xml/ns/javaee"
      xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
      id="WebApp_ID" version="2.5">
      <display-name>HelloWorld</display-name>
      <servlet>
      <description></description>
      <display-name>HelloWorldServlet</display-name>
      <servlet-name>HelloWorldServlet</servlet-name>
      <servlet-class>com.hana.servlets.HelloWorldServlet</servlet-class>
      </servlet>
      <servlet-mapping>
      <servlet-name>HelloWorldServlet</servlet-name>
      <url-pattern>/</url-pattern>
      </servlet-mapping>
      <!-- <display-name>HelloWorld</display-name>  -->
      <servlet>
      <servlet-name>Jersey REST Service</servlet-name>
      <servlet-class>org.glassfish.jersey.servlet.ServletContainer</servlet-class>
      <init-param>
      <param-name>jersey.config.server.provider.packages</param-name>
      <param-value>com.hana.rest.services</param-value>
      </init-param>
      <load-on-startup>1</load-on-startup>
      </servlet>
      <servlet-mapping>
      <servlet-name>Jersey REST Service</servlet-name>
      <url-pattern>/rest/*</url-pattern>
      </servlet-mapping>
    </web-app>
    My REST service code:
    import javax.ws.rs.GET;
    import javax.ws.rs.Path;
    import javax.ws.rs.PathParam;
    import javax.ws.rs.Produces;
    import javax.ws.rs.core.MediaType;
    @Path("UserInfoService")
    public class UserInfo {
      @GET
      @Path("/name/{nameParam}")
      @Produces(MediaType.TEXT_XML)
      public String userName(@PathParam("nameParam") String nameParam) {
      String name = nameParam;
      return "<User>" + "<Name>" + name + "</Name>" + "</User>";
      @GET
      @Path("/age/{j}")
      @Produces(MediaType.TEXT_XML)
      public String userAge(@PathParam("j") int j) {
      int age = j;
      return "<User>" + "<Age>" + age + "</Age>" + "</User>";

    Hi,
    I have an alternative example. Your resource extends Application:
    public class MyResource extends javax.ws.rs.core.Application
    Then register:
       <servlet>
            <servlet-name>package.to.MyRestResource</servlet-name>
            <load-on-startup>1</load-on-startup>
        </servlet>
        <servlet-mapping>
            <servlet-name>package.to.MyRestResource</servlet-name>
            <url-pattern>/rest/*</url-pattern>
        </servlet-mapping>
    I use jersey 1.18. You may need to change the version of web.xml to 3:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xmlns="http://java.sun.com/xml/ns/javaee"
      xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3.xsd" id="WebApp_ID" version="3">
    cheers,
    peter

  • Which programming is used in SAP HANA? confused b/w ABAp or java?

    Can anyone just tell me As a programmer in which language i have to work on SAp HANA

    Hi Jagaa,
    that really depends on what you'd like to do. But a brief answer:
    a) If you develop ABAP applications - use ABAP (as for other databases) and Open SQL / CDS, and if additional HANA functionality is needed maybe a bit of native SQL (ADBC or ABAP Managed DB Procedures).
    b) If you develop natively on the database please contact the experts on SAP HANA Developer Center.
    Cheers,
    Jasmin

  • Connectivity between SSRS and SAP HANA

    Hi all
    We currently use SSRS as our main Reporting tool, the company is considering to implement SAP HANA, is it possible to connect SQL Server Reporting Services to SAP HAHA? And what if any are the draw backs?
    Thanks
    Ruan

    Hi ruancra,
    According to your description, you want to connect SSRS to SAP HANA. Right?
    In Reporting Services, it just works on helping us create, deploy, and manage reports. We can only connect to a data source to retrieve data. It is not supported connecting to another report tool. Also we are not sure if reports
    created by SSRS (.rdl/.rdlc files)can be opened in SAP HANA. For more information about SAP HANA, please visit the SAP HANA official site:
    http://hana.sap.com/abouthana.html 
    Best Regards,
    Simon Hou

  • SAP HANA D3 Library errors - "queue" is not a function

    Hello all,
    i have a question regarding D3 Integration into SAP HANA and hope one can help me.
    The last days i developed a D3 Choropleth (spatial data) with hover effects, tooltips and a legend. I have an existing SAPUI5 and HANA XS application running and now i wanted to integrate my D3 Choropleth.
    1 ) First of all, i added the following tags into the head section of the index.html file of my SAPUI5 project as i need those libaries.
    <script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script>
    <script type="text/javascript" src="http://d3js.org/queue.v1.min.js"></script>
    <script type="text/javascript" src="http://d3js.org/topojson.v1.min.js"></script>
    2) Then, i added the program code of my D3 Choropleth into the view.js of my SAPUI5 project:
    var html2 = new sap.ui.core.HTML("d3choropleth", {
                    content: "<div class='D3Choropleth'>" + "</div>",
                    preferDOM: false,
                    afterRendering: function() {
                                  .... here is my code ...
    I have a SAPUI5 shell with different NavigationItems (tabs) and for this D3 Choropleth tab i am writing:
    case "WI_choropleth":
    oShell.setContent(html2);
    break;
    When i start my SAPUI5 project and klick on the tab where the D3 Choropleth should be rendered, i get the following errors:
    d3.scale.threshold is not a function
    d3.geo.albers center is not a function
    queue is not a function
    Moreover, i have to say that my D3 Choropleth works standalone outside HANA very well, that is why i assume it is a library integration issue.
    In my browsers (firefox) developer console i can see that there is a D3 library loaded by default (as it is one of SAPUI5s components) with the path: sap/ui5/1/resources/sap/ui/thirdparty/D3.js.
    BUT this is a really old version of D3 (2.9), the current release is D3 (3.4), so maybe the problem is that the D3 libary that is loaded by default overwrites my integration of D3 (script tag above)?
    Does anyone have the same issues and knows how to solve that? Furthermore it seems that the d3 queue library is also not integrated as the error "queue is not a function" occurs and i also ask me how to solve that error.
    We have SAP HANA Developer Edition Revision 80 (by AWS), HANA Studio and Client are on revision 73 (64bit).
    It would be great if anyone could help me with my issue.
    Further question: Is the current release of D3 going to be integrated into the next HANA revision?
    Thanks a lot & regards,
    Andreas

    Hi Andreas,
    You are right. The way you integrate the libraries in your code is not the way that will work for HANA XS projects. This is why it doesn't accept the queue function (library is not loaded) and also why the 3.x only D3JS funcitons are not accepted (only the internal D3JS library is loading and these functions were not a part of 2.9 yet).
    To integrate third party libraries, you need to add XSJSLIB files to your project. These need to pass the server-side JSLint checks before accepted by the XS engine. (Client-side checks that fail might not count though).
    Please see this post from David Brookler for more information.
    http://scn.sap.com/community/developer-center/hana/blog/2013/12/23/db001-using-libraries-in-xs
    Best regards,
    Tobias

  • Language files could not be located

    Hi,
    When I am trying to edit the method WdDOInit() from View in SE80. I am being thrown an error in a dialog box 'language files could not be located'.
    I press OK and the SE80 keeps running in the same state until I stop the server directly.
    I am using SAP GUI for Windows 7, and working on SAP NetWeaver for ABAP 04Ss- a sneak preview version.
    Thanks,
    Vamshi

    I reinstalled SAP GUI for Windows 7, the problem is solved. Actually I did not have an option to set the language in my old GUI. If you install Sneak Preview ABAP 04s for WebDynpro Application Development, using the SAP GUI from the same downloaded package solves the issue.
    Thanks,
    Vamshi

  • 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]

  • How ADBC connection is benefits by using SAP HANA as secondary database ?

    Hi,
    I have one more important question.
    How ADBC connection is benefits by using SAP HANA as secondary database in terms of performance wise for the access of data from HANA database as a secondary database.
    I have 2 options and which is better for the good performance for accessing the data-
    1 .  In ABAP Reports in the SELECT statements by using CONNECTION (“HDB”) will this improve the
         performance.
          e.g : select * from BSEG into TABLE IT_TAB CONNECTION (“HDB”).
    2. Will Create the Stored procedure in HANA studio and Call
       from ABAP as below by using NATIVE SQL–
         EXEC SQL
          SET CONNECTION (‘HDB’).
         ENDEXEC.
        EXEC SQL.
          EXECUTE PROCEDURE proc (IN    p_in1                       
                                 OUT   p_out1   OUT   p_out2 )
       ENDEXEC.
    Regards,
    Pravin
    Message was edited by: Jens Weiler
    Branched from http://scn.sap.com/thread/3498161

    Hi Pravin,
    Option 1: In this case ADBC might even worsen the performance due to the overhead in the ADBC framework. OpenSQL is the method to go here, as OpenSQL - from the ABAP point of view - features the optimal communication with the database while ADBC has overhead like constructor-calls for the statement, parameter binding, etc.
    Option 2: In this case ADBC is comparable with EXEC SQL but features more options, e.g. clean concept of multiple connection (connection objects via CL_SQL_CONNECTION), exception handling, etc. So I strongly propose to favour ADBC over EXEC SQL, but not simply for performance reasons. You might have a look at the ABAP Language Help in your system on more information on ADBC and the advantages over Exec SQL.
    Cheers,
      Jasmin

  • Query about ABAP future in SAP HANA

    Hello Experts,
    I have read many articles and SDN post about SAP HANA but does not get clear answer.
    I am having 7 years of experience of SAP ABAP and wanted to learn ABAP in SAP HANA.
    I learn that SAP HANA is having its own language also as SQL script in earlier release but would this be using also in current and future.
    So would learning of SQL script give more advantage and how can i get started learning ABAP in SAP HANA.
    Thanks
    SHiv

    Dear Shivshanker,
    for ABAP for SAP HANA see http://scn.sap.com/docs/DOC-29357.
    In addition there are some nice blogs by Thomas Jung. You can use, for example,http://scn.sap.com/community/in-memory-business-data-management/blog/2012/04/11/test as entry.
    ABAP and SAP HANA | SAP HANA
    and also  Rapid Deployment of SAP Solutions in open.sap.com
    Best of luck...
    Regards,
    Abbas.

  • Unable to start sap hana. -Startup of Instance failed-

    I can not start the sap hana, if you know better how to respond, please advise.
    Error:
       The following is the error log at startup.
    Version:
       SAP HANA SPS3 Rev.22
    Background:
       The phenomenon began to occur after failing to recover from. However, it might not matter.
    / Usr/sap/HN1/home/startsap_HDB00.log "contents.
    Thursday, January 05 01:16:26 UTC Trace of system startup / check of SAP System HN1 on 2012
    Called command: / usr/sap/HN1/SYS/exe/hdb/startsap HDB00
    Starting SAP Instance HDB00
    Instance Service on host TECTKOSV043 started
    SAP-R/3-Startup Program Rel 802 V2.0 (2008/11/15)
    Starting at 2012/01/05 01:16:26
    Startup Profile: "/ usr/sap/HN1/SYS/profile/HN1_HDB00_tectkosv043.tecnos.jp"
    Setup Environment Variables
    (8972) SETENV PATH = / usr/sap/HN1/HDB00/exe: / usr/sap/HN1/HDB00/tectkosv043.tecnos.jp: / usr/sap/HN1/HDB00: / usr/sap/HN1/HDB00 / exe: / usr/sap/HN1/HDB00/exe/Python/bin: / usr / local / bin: / bin: / usr / bin: / usr/bin/X11: / usr/X11R6/bin: / usr / games : / usr / lib / mit / bin: / usr / lib / mit / sbin: / opt / dell / srvadmin / bin: / usr / sap / tools / bin: / bin: / usr / bin: / usr / ucb: / sbin
    (8972) SETENV SAP_RETRIEVAL_PATH = / usr/sap/HN1/HDB00/tectkosv043.tecnos.jp
    (8972) SETENV PYTHONPATH = / usr/sap/HN1/HDB00/tectkosv043.tecnos.jp: / usr/sap/HN1/HDB00/exe: / usr/sap/HN1/SYS/global/hdb/custom/python_support: / usr/sap/HN1/HDB00/exe/python_support
    (8972) SETENV DIR_LIBRARY = / usr/sap/HN1/HDB00/exe
    (8972) SETENV LD_LIBRARY_PATH = / usr/sap/HN1/HDB00/exe: / usr/sap/HN1/HDB00/exe: / usr/sap/HN1/HDB00/exe: / usr/sap/HN1/HDB00/exe / Python / lib: / usr/sap/HN1/HDB00/exe/filter: / usr/sap/HN1/HDB00/exe/AFL
    (8972) SETENV SHLIB_PATH = / usr/sap/HN1/HDB00/exe:
    (8972) SETENV LIBPATH = / usr/sap/HN1/HDB00/exe:
    Execute Pre-Startup Commands
    (8973) Local: rm-f / usr/sap/HN1/HDB00/tectkosv043.tecnos.jp/trace/py.sapHN1_HDB00
    (8974) Local: ln-s-f / usr/sap/HN1/HDB00/exe/Python/bin/python / usr/sap/HN1/HDB00/tectkosv043.tecnos.jp/trace/py.sapHN1_HDB00
    (8975) Local: rm-f / usr/sap/HN1/HDB00/tectkosv043.tecnos.jp/trace/HDB.sapHN1_HDB00
    (8976) Local: ln-s-f / usr/sap/HN1/HDB00/exe/hdbdaemon / usr/sap/HN1/HDB00/tectkosv043.tecnos.jp/trace/HDB.sapHN1_HDB00
    Starting Programs
    05.01.2012 01:16:26
    ShmDetach
    OK
    (8979) Starting: local / usr/sap/HN1/HDB00/tectkosv043.tecnos.jp/trace/HDB.sapHN1_HDB00-d-nw-f / usr/sap/HN1/HDB00/tectkosv043.tecnos.jp/daemon.ini pf = / usr/sap/HN1/SYS/profile/HN1_HDB00_tectkosv043.tecnos.jp
    (8972) Waiting for Child Processes to terminate.
    (8972) **** 2012/01/05 01:16:31 Child 8979 terminated with Status 0. ****
    (8979) **** 2012/01/05 01:16:31 No RestartProgram command for program 2 ****
    (8972) **** No more Child Processes to wait for.
    (8972) Parent Shutdown at 2012/01/05 01:16:31
    Execute Post-Shutdown Commands
    05.01.2012 01:16:31
    ShmDetach
    OK
    (8972) Exiting with Return-Code 3. (No more child processes)
    Startup of Instance failed

    This question is not related to the HANA developer center sandboxes - no user can stop/start these systems...
    If the issue happened after a failed restore, your database is probably corrupted and cannot be started. Try to restore another backup. You can also try to restore the same backup again, and choose to not replay the log (recover from data files only). You will probably loose some changes, but at least have a consistent state...
    --Juergen

  • SSL error when connecting in SAP HANA Cloud Portal tutorial

    Hi,
    I'm going through the tutorial for SAP HANA Cloud Portal - SAP HANA Cloud Portal Developers Tutorial
    Unfortuanatelly I have problems with deploying public destinations (page 9).
    When I try to deploy the destination for the CRM back from the command console using neo command with relevant parameters and entering my password I get the following error:
    ERROR; SSL error when connecting to https://configapi.hanatrial.onedemand.com/configuraiton/api/rest; server certificate might be invalid or untrusted.
    Logfiles.
    Session log
    2014-08-18 15:53:59,579 DEBUG [main] org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager$1: Get connection: HttpRoute[{s}->https://configapi.hanatrial.onedemand.com], timeout = 0 2014-08-18 15:53:59,581 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]] total kept alive: 0, total issued: 0, total allocated: 0 out of 20 2014-08-18 15:53:59,581 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: No free connections [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]][null] 2014-08-18 15:53:59,581 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Available capacity: 2 out of 2 [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]][null] 2014-08-18 15:53:59,582 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Creating new connection [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]] 2014-08-18 15:53:59,729 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnectionOperator: Connecting to configapi.hanatrial.onedemand.com/216.128.6.149:443 2014-08-18 15:54:00,035 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: Connection closed 2014-08-18 15:54:00,035 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: Connection shut down 2014-08-18 15:54:00,036 DEBUG [main] org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager: Released connection is not reusable. 2014-08-18 15:54:00,036 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Releasing connection [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]][null] 2014-08-18 15:54:00,037 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Notifying no-one, there are no waiting threads
    Console log
    2014-08-18 15:53:56,080 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Starting execution of command [get-destination] 2014-08-18 15:53:56,086 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Command [get-destination] init() finished for [1] ms 2014-08-18 15:54:00,038 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Command [get-destination] cleanup() finished for [0] ms 2014-08-18 15:54:00,046 FATAL [main] com.sap.jpaas.infrastructure.console.ConsoleClient: (!) ERROR; SSL error when connecting to https://configapi.hanatrial.onedemand.com/configuration/api/rest; server certificate might be invalid or untrusted com.sap.jpaas.infrastructure.console.exception.ValidationException at com.sap.jpaas.infrastructure.console.command.RemoteCommand.getHttpClient(RemoteCommand.java:97) at com.sap.jpaas.infrastructure.console.command.UnsecuredRemoteCommand.getHttpClient(UnsecuredRemoteCommand.java:57) at com.sap.core.connectivity.config.cmd.ConfigurationConsoleCommand.createHttpClient(ConfigurationConsoleCommand.java:254) at com.sap.core.connectivity.config.cmd.GetAction.download(GetAction.java:79) at com.sap.core.connectivity.config.cmd.GetAction.run(GetAction.java:52) at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:295) at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:260) at com.sap.jpaas.infrastructure.console.ConsoleClient.run(ConsoleClient.java:235) at com.sap.jpaas.infrastructure.console.ConsoleClient.main(ConsoleClient.java:85) Caused by: com.sap.core.utils.infrastructure.validation.HostValidationException: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at com.sap.core.utils.infrastructure.validation.LandscapeHostValidator.getHttpClient(LandscapeHostValidator.java:304) at com.sap.jpaas.infrastructure.console.command.RemoteCommand.getHttpClient(RemoteCommand.java:95) ... 8 more Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:397) at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:128) at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:390) at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148) at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149) at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121) at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:561) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:415) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:776) at com.sap.core.utils.infrastructure.validation.LandscapeHostValidator.getHttpClient(LandscapeHostValidator.java:284) ... 9 more
    BR
    Beata

    Hi Beata,
    The CRM scenario is working again. We had to re install the Connector and deploy a new proxy app.
    Therefore you would need to download the code from the GitHub repository again. The changes you need to do on your side:
    1. Redeploy the new crm__public destination file - the updated destination now points to the new location of the proxy application
    2. Update the code of the registration form scripts (form.js and form.spec.xml).
    Regards,
    Ido

  • Unable to run SAP HANA Cloud Connector on windows 8.1

    Hi Experts,
    I am trying to run SAP HANA Cloud Connector on Windows 8.1 machine , i could see the go.bat command response as below:
    But when i run https://localhost:8443 URL in a browser, i don't see any response. Just a blank screen.
    By looking at the logs:
    #ERROR#com.sap.scc.jni#Start Level Event Dispatcher#  #Cannot load the Cloud Connector native library. (exception java.lang.UnsatisfiedLinkError: no sapscc20jni in java.library.path)
    As per this reference https://help.hana.ondemand.com/help/frameset.htm?204aaad4270245f3baa0c57c8ab1dd60.htmlInstallation on Microsoft Windows OS it doesn't talk anything about support of HCC on Windows 8.1, just wondering if above error is because of it.
    For more details, PFA log files.
    Regards,
    JK

    As a workaround have tried copying sapscc20jni.dll file from auditor folder at sapcc-2.4.0-windows-x64 into Windows\System32 and it worked like a charm
    Thanks Virinchy P
    Regards,
    JK

  • Built in support for MapReduce in SAP Hana and SQLSCRIPT

    Is it possible to define Pure functions in SQLSCRIPT explicitly as a Mapper or a Reducer?
    In Monday, April 20th I was reading this document : http://help.sap.com/hana/sap_hana_sql_script_reference_en.pdf and it was mentionning this feature with code examples.(In chapter 3 "What is SQLSCRIPT ?")
    But starting from Tuesday, April 21st it is no longer mentionned as it seems that the document as been updated.
    This is very confusing.
    Does this mean that the feature is dropped?

    Checking the version of the file I saved to my hard drive (V1.1 from 2015-02-16) I cannot find anything in the "What is SQLScript" chapter that even talks about MAP/REDUCE.
    In fact, there is nothing about this in the whole document.
    From a programmer point of view, you actually don't have to do that yourself.
    While SAP HANA internally uses concepts similar to MAP/REDUCE in order to parallelise and distribute data processing, this is not something you can or should build in SQLSCRIPT.
    - Lars

Maybe you are looking for

  • ORACLE 8.0.5 on SuSE 5.3 and 6.0 - Corrupt Block

    I do some heavy loading (Designer 2000) and I do get similar errors on 2 different computer with mirrored disks -different systems - on each one. So I'd like to exclude hardware problems. it's experimental - so I do not run archives - Designer on W95

  • Create one order with reference to multiple quotations

    Hi gurus,   Is it possible in standard SAP to create one sales order with multiple quotations, or to create one order with reference to multiple orders, if yes what is the procedure. Regards, kishore.

  • Regarding Bakcground jobs

    Hello Experts, I want to know about the 'sequential background job'.  how it works and what are the main parameters we need to pass to the function module called JOB_CLOSE through ABAP code in programming. Please help me in this regard, Thank you. Re

  • Ad hoc queries in BW 3.5

    I am looking at building a web ad hoc query template that will enable end users to query against a certain cube.  Has anyone done this?  What are the risks of haveing end users create queries using ad hoc?  Can you lock the ad hoc object to only 1 cu

  • Upload or Share to a camera memory card

    Hello, I am trying to Upload pics from iPhoto 08 directly to my camera(Canon Power Shot S500) from iPhoto I do not see this option, so I pulled out the memory card and through a card reader I have tried copy and paste, and also drag and drop methods