Skip to content

Latest commit

 

History

History
151 lines (90 loc) · 4.43 KB

unbind-hana-dbms-de4022e.md

File metadata and controls

151 lines (90 loc) · 4.43 KB

unbind-hana-dbms

This command unbinds a productive SAP HANA database system from a Java application for a particular data source.

Remember:

SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.

For more information, see SAP Note 3351844.

Tip:

This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform ↗️.

The application retains access to the productive SAP HANA database system until the next application restart. After the restart, the application will no longer be able to access the database system.

neo unbind-hana-dbms -a <subaccount_technical_name> -b <application_name> -h <host> -u <e-mail_or_user>

Parameters

Required

-a, --account

Subccount name

Type: string (up to 30 characters; lowercase letters and numbers, starting with a letter)

-b, --application

Application name

Type: string (up to 30 characters; lowercase letters and numbers, starting with a letter)

-h, --host

Enter a region host.

Type: URL, for acceptable values see Regions ↗️.

-p, --password

To protect your password, enter it only when prompted by the console client and not explicitly as a parameter in the properties file or the command line.

Type: string

-u, --user

Use your e-mail, SAP ID, or user name

Type: string

Optional

-s, --data-source

Data source name

Example

neo unbind-hana-dbms -a mysubaccount -b myapp -h hana.ondemand.com -u [email protected]

Related Information

bind-hana-dbms

Binding SAP HANA Databases to Java Applications ↗️

Bind Applications to Databases in the Same Global Account ↗️

Bind Applications to Databases in Other Subaccounts ↗️