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.
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.
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>
To list all parameters available for this command, execute neo help enable
in the command line.
Required |
|
---|---|
|
Subaccount technical name
|
|
Application name
|
|
Enter a region host.
|
|
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.
|
|
Use your email, SAP ID or user name
|
Optional |
|
---|---|
|
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.
|
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