no

How to Install Sap Ase Server

I. Introduction In this blog, we will discuss 2 ways in which we can install SAP ASE Server. II. Using Installer In this approach, w...

I. Introduction

In this blog, we will discuss 2 ways in which we can install SAP ASE Server.

II. Using Installer

In this approach, we will use the installer available from the SAP website and install it in a Windows Amazon EC2 instance.
  1. Spin a Windows 2016 server.
    1. Assign a static IP.
  2. Download and install Microsoft Visual C++ Redistributable. It will depend on your Windows version.
    1. https://www.microsoft.com/en-us/download/details.aspx?id=26999 (It works on my Windows 2016 server)
    2. https://support.microsoft.com/en-ph/help/2977003/the-latest-supported-visual-c-downloads
  3. Download and install Oracle JRE 8
    1. https://www.oracle.com/java/technologies/javase-jre8-downloads.html
  4. Add JAVA_HOME to your environment setting and add JAVA_HOME\bin to your system's execution path.
  5. Modify your firewall by adding port 5000 to the allowed inbound connections.
  6. Restart the instance.
  7. Download the SAP ASE Windows installer. Right-click setup.exe inside the extracted folder and Run as Administrator. Install using the free developer's license and sure to install the SAP ASE server only (uncheck the cockpit).
    1. http://repository.transtep.com/repository/thirdparty/sybase/ASE16SP02/
    2. You may use the installer from the SAP website (registration is required) https://www.sap.com/cmp/syb/crm-xu15-int-asewindm/index.html.
  8. In the succeeding window, set Page size to 2K and hostname to your server's public or network IP.
  9. After installation makes sure that you have "SAP SQLServer_SYBASE in your services.msc.
    1. If you encounter an error related to MSCVR100 dll, then you installed the wrong Visual C++ Redistributable Library.
  10. Download DBVisualizer and connect to your SAP Server. The host must be the static IP you assigned to the EC2 instance and the default port should be 5000.

II. Using Docker

We will be using the docker image https://hub.docker.com/r/datagrip/sybase.

To run, just execute docker run -d -t -p 5000:5000 datagrip/sybase

Related

cloud-computing 6336054985538603413

Post a Comment Default Comments

item