1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【備忘】HANAStudioへの接続で必要なPort番号

Last updated at Posted at 2025-07-28

背景

作業をする際に、いつも調べながら設定を行っているが、都度足りないPort番号が見つかり設定を追加することが増えてきました。

今後作業をするうえで、必ずと言っていいほどアクセスする必要があるので備忘として残そうと思います。

設定が必要なPort番号

<xx>はインスタンス番号になります。

用途 ポート番号 例(xx = 00の場合)
SYSTEMDB への接続 3<xx>13 30013
TenantDB への接続 3<xx>15 30015
HANA Studio モニタリング(HTTP) 5<xx>13 50013
HANA Studio モニタリング(HTTPS) 5<xx>14 50014

3<xx>13のPortを追加して、HANAStudioからHANADBへアクセスができたのですが、
「sapstartsrv' service not started」と表示され、ステータスが正常な状態になりませんでした。調べてみると、「5<xx>13,5<xx>14」のPort追加が必要だと判明し、勉強になりました。

参照したNote

2507648 - Error in HANA Studio ''sapstartsrv' service not started, SAPControl request failed: Connection time out'

参照したURL

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?