SAP Expert has Published 132 Articles

Underlying platform and programming language in SAP HANA

SAP Expert

SAP Expert

Updated on 30-Jul-2019 22:30:21

570 Views

SAP HANA product is written in C++ and JAVA and runs on Linux platform. Linux Operating System on which SAP HANA runs- SUSE LINUX 11.

Information required to connect MS Excel to SAP HANA

SAP Expert

SAP Expert

Updated on 30-Jul-2019 22:30:21

128 Views

Choose SAP HANA MDX Provider from this list to connect to any MDX data source → Enter HANA system details (server name, instance, user name and password) and you need to click on Test Connection → Connection succeeded → OKIt will give you the list of all packages in drop ... Read More

Using TCP/IP ports for accessing SAP HANA database

SAP Expert

SAP Expert

Updated on 30-Jul-2019 22:30:21

459 Views

To access HANA system on client tools, you need to open different ports to database for these clients. These ports refer to different servers and application service in HANA system.

TCP/IP port in SAP HANA to access Statistics server

SAP Expert

SAP Expert

Updated on 30-Jul-2019 22:30:21

273 Views

For Statistics server instance No: 03                         Port # 30317       Standard format: 3NN17

In-memory read in SAP HANA

SAP Expert

SAP Expert

Updated on 30-Jul-2019 22:30:21

100 Views

SAP HANA In-Memory data read time is in Nano-seconds and in conventional database it is in Milli-seconds so it is 1 million times faster as compared to conventional database.

An Agentry application by SAP crashes for older iPads

SAP Expert

SAP Expert

Updated on 30-Jul-2019 22:30:20

80 Views

You can try modifying your code where method “didFinishLaunchingWithOptions:” starts everything in background.application(_:didFinishLaunchingWithOptions:)This method is used to tell the delegate that the launch process is almost done and the app is almost ready to run.Method declaration:optional func application(_ application: UIApplication,didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey : Any]?

Getting error message while using SAP Scripting Tool

SAP Expert

SAP Expert

Updated on 30-Jul-2019 22:30:20

194 Views

Try renaming variable “Application” as it is used as a variable however it is also predefined read only object in Excel.

Using MIN IF function in SAP Dashboard

SAP Expert

SAP Expert

Updated on 30-Jul-2019 22:30:20

72 Views

You can use SUM if function as status is always 1 or 0.=IF(SUMIF(C:C,Q4,G:G)>=6,1,0)

How can I open a VDS file with three js?

SAP Expert

SAP Expert

Updated on 30-Jul-2019 22:30:20

108 Views

Note that three.js is library and it can’t be used to open a file format. This file can’t be opened using Autocad.To know morw about three.js library, you can use this link:Getting Started with three js

Error: "invalid schema name" even if schema is present in the database in SAP HANA

SAP Expert

SAP Expert

Updated on 30-Jul-2019 22:30:20

706 Views

I think you need to mention database name in JDBC URL while connecting to the database. Try following − String server = "servername.domain.com"; String instance = "03"; String database = "TEST"; String dbUsername = "USERNAME"; String dbPassword = "xxxxxx"; String jdbcUrl = "jdbc:sap://" + server + ":3" + instance ... Read More

Advertisements