cancel
Showing results for 
Search instead for 
Did you mean: 

Defining url to tenant database

Former Member
0 Kudos

Hello,

I've just convert the system from single to multitenant and I want to create another tenant database with Hana Cockpit I'm getting the error 503 Service not avalaible for XS engine.

I'm following the steps of help SAP HANA Administration Guide - SAP Library Configure HTTP Access to Multitenant Database Containers but I can't see the Public_urls section into xsengine.ini

  • Navigate to the xsengine.ini file and expand the public_urls section.

  • For each tenant database in the system, add the new properties http_url and https_url at the database layer and enter its public URL as the
    value

Any suggestion?

Thanks a lot.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I've followed the steps from note:

2132353  - 503 Service not available for XS Engine after conversion to multi-tenant database

container system

And I've execute the first sql sentence with S00 database but when I've tried to execute the seconde sentence ALTER SYSTEM STOP S00; It did't work.

Workaround 1:
Enable the embedded XS Engine of the indexserver by executing the following statements on the system database:

ALTER SYSTEM ALTER CONFIGURATION ('xsengine.ini', 'database',
'<database name>') SET ('httpserver', 'embedded') = 'true' with
reconfigure;
ALTER SYSTEM STOP <database name>;
ALTER SYSTEM START <database name>;