Skip to content

Latest commit

 

History

History
173 lines (102 loc) · 5 KB

File metadata and controls

173 lines (102 loc) · 5 KB

enable

This command enables new connection requests to a disabled application or application process. The enable command cannot be used for an application that is in maintenance mode.

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 ↗️.

neo enable --host <host> --account <subaccount_technical_name> --application <application_name> --user <e-mail_or_user>

Parameters

To list all parameters available for this command, execute neo help enable in the command line.

Required

-a, --account

Subaccount technical name

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

Condition: Not required if using --application-process-id

-b, --application

Application name

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

Condition: Not required if using --application-process-id

-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 email, SAP ID or user name

Type: string

Optional

-i, --application-process-id

Unique ID of a single application process. Use it to enable a particular application process instead of the whole application. As the process ID is unique, you do not need to specify subaccount and application parameters. You can list the application process ID by using the <status> command.

Default: none

Type: string (hexadecimal sequence of 2 to 40 characters)

Example

To enable the whole application, execute:

neo enable --host hana.ondemand.com --account mysubaccount --application myapp --user [email protected]

To enable a single applcation process, first identify the application process you want to enable by executing neo status:

neo status --host hana.ondemand.com --account mysubaccount --application myapp --user [email protected]

From the generated list of application process IDs, copy the ID you need and execute neo enable for it:

neo enable --application-process-id e8df21d  --host hana.ondemand.com --user [email protected] 

Related Information

status

disable

start-maintenance