SAP DOE Connector Command Line Utility

A text-based console that allows you to manage ESDMA packages and subscriptions to those packages without going through Sybase Control Center.

Work interactively in the Command Line Utility console until you become familiar with the command options. The console prompts you for all required parameters and lets you choose values from a list, when there is a fixed list of valid values; for example, for domain name.

Write batch files to silently execute any sequence of commands.

You must use the Command Line Utility's deploy command to deploy an ESDMA package. The functionality of all the other commands is available through Sybase Control Center. See Sybase Control Center > Deploy > Packages.

Note: Before you attempt to deploy a package, set up the security configuration in Sybase Control Center for that package to use. See Sybase Control Center > Administer > Security Configurations.
Command Line Utility Notation Conventions
Symbols Meaning Example
[...] Optional – parameters not enclosed by this symbol are required
[-h|--help]

Getting help is an option on every command.

| Alternatives – use one or the other, not both
[-h|--help]

You can enter the help parameter as -h or as --help.

{...} Grouping – alternatives symbol applies to all parameters enclosed
{-u|--technicalUser SAPUserAccount 
-pw|--password SAPUserPassword} | 
{-ca|-certAlias certificateAlias} 

You must enter either the technical user ID and password, or the certificate alias.