Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running HANASITTER on SYSTEMDB win MDC scenario where no TENANT is available #5

Open
saipuneeth15 opened this issue Jul 1, 2021 · 1 comment

Comments

@saipuneeth15
Copy link

We are not able to run the sitter where we dont have any tenant available only SYSTEMDB is available.

ERROR: The sqlport provided with the user key, HANASITTER1KEY, is wrong. For non-MDC it must be 315, but it is 30013.
NOTE: MDC systems must show hdbindexserver -port when HDB info is executed, otherwise it is not supported by HANASitter.

@bartik
Copy link

bartik commented Feb 3, 2023

Check your global.ini how does the line look like. In my case I had to remove the spaces around the equal sign. Maybe it is possible to use a pattern in this place to ignore the spaces or remove them entirely before comparison ?

line 571
is_mdc = 'mode = multidb' in gf.read()

...HANASitter 129> cdcoc
...SYS/global/hdb/custom/config 130> grep multidb global.ini
[multidb]
mode=multidb

line 571
is_mdc = 'mode=multidb' in gf.read()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants