cancel
Showing results for 
Search instead for 
Did you mean: 

Sap B1 components for HANA can not connect to port 30015 (HANA DB)

Former Member
0 Kudos

Hello!

Sap B1 for HANA can not connect to port 30015 (HANA)

OS HANA DB - Suse Server 12

OS Sap B1 ServerComponents - Suse Server 11 SP2

The server does not use port 30015 for SAP applications

netstat -a | grep sap

tcp        0      0 *:saphostctrl           *:*                     LISTEN     

tcp        0      0 *:saphostctrls          *:*                     LISTEN     

unix  2      [ ACC ]     STREAM     LISTENING     157334 /tmp/.sapstream1129

unix  2      [ ACC ]     STREAM     LISTENING     95038  /tmp/.sapstream1128

unix  2      [ ACC ]     STREAM     LISTENING     161336 /tmp/.sapstream50114

unix  2      [ ACC ]     STREAM     LISTENING     166546 /tmp/.sapstream50113

unix  3      [ ]         STREAM     CONNECTED     145148 /tmp/.saphostcontrol

unix  3      [ ]         STREAM     CONNECTED     145146 /tmp/.saphostcontrol

unix  3      [ ]         STREAM     CONNECTED     145138 /tmp/.saphostcontrol

unix  3      [ ]         STREAM     CONNECTED     145145 /tmp/.saphostcontrol

unix  3      [ ]         STREAM     CONNECTED     145144 /tmp/.saphostcontrol

unix  3      [ ]         STREAM     CONNECTED     145140 /tmp/.saphostcontrol

unix  3      [ ]         STREAM     CONNECTED     145143 /tmp/.saphostcontrol

unix  3      [ ]         STREAM     CONNECTED     145147 /tmp/.saphostcontrol

unix  3      [ ]         STREAM     CONNECTED     145142 /tmp/.saphostcontrol

unix  3      [ ]         STREAM     CONNECTED     145139 /tmp/.saphostcontrol

unix  3      [ ]         STREAM     CONNECTED     145141 /tmp/.saphostcontrol


#ps

9636 ?        00:00:00 saphostexec

9655 ?        00:00:00 systemd

9656 ?        00:00:00 (sd-pam)

9682 ?        00:00:00 systemd

9684 ?        00:00:00 (sd-pam)

9704 ?        00:00:00 sapstartsrv

9733 ?        00:00:00 sapstartsrv

9774 ?        00:00:02 saposcol


which SAP process need to run to start the port 30015?

Thank's

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Grzegorz Niecka

What number instance HANA DB?

Former Member
0 Kudos

No! on another server! on the server I want to install SAP B1 server (pc 192.168.121.3) and connect to the server HANA (192.168.121.2)

table srv

- SERVER SAP B1 for HANA 192.168.121.3

- HANA server 192.168.121.2

Message was edited by: Fedor Fedorov

Former Member
0 Kudos

Same issue here - I'm trying to install SAP B1in HA landscape and when I try to run ServerTools from host CENTER1 and try to give SAP HANA server to IP of HOST1 (active) I get the same warning.

Regards

GN

Former Member
0 Kudos

Done!

./HDB start

StartService

Impromptu CCC initialization by 'rscpCInit'.

  See SAP note 1266393.

Impromptu CCC initialization by 'rscpCInit'.

  See SAP note 1266393.

OK

OK

Starting instance using: /usr/sap/DB1/SYS/exe/hdb/sapcontrol -prot NI_HTTP -nr 01 -function StartWait 2700 2

18.03.2015 17:01:02

Start

OK

18.03.2015 17:03:18

StartWait

OK


I understand the service is already running?

But my SAP B1 ServerComponents connection write - The specified SAP HANA server must reside on the local machine


question for you!

Maybe you now SAP B1? The Server Components Sap Business one install on PC where installed HANA?


AtulKumarJain
Active Contributor
0 Kudos

HANA has been installled on the server where you are executing the command.

and database name in your case is HAN .

Former Member
0 Kudos

ok!

my HDB01 = 01

port connect to HANA DB = 30115!?

But the connection is not available on port 30115

how to restart or start the process HANA?

I restarted the script HDB in /usr/sap/HAN/HDB01/hdb, but failed

AtulKumarJain
Active Contributor
0 Kudos

First login with sidadm (hanadm) user  and runn command HDB stop

and HDB start

Best Regards,

AKJ

AtulKumarJain
Active Contributor
0 Kudos

First login with sidadm (hanadm) user  and runn command HDB stop

and HDB start

Best Regards,

AKJ

Former Member
0 Kudos

my number instance - 01, but port 30115 not ready

-- telnet localhost 30115

not used

How I can check the number instance number in OS?

AtulKumarJain
Active Contributor
0 Kudos

Hi Fedor,

Please check at os level the dir structure

/usr/sap/HAN/HDB00

HDB<xx> here 00 is instance number.

Best Regards,

AKJ

AtulKumarJain
Active Contributor
0 Kudos

Hi Fedor,

Please use port number 3nn15 to connect to HANA.

Where nn is instance number of your HANA DB.

BR

AKJ