| | Required. Name of the Informatica domain. You can set the domain name with the -dn option.
If you do not specify a domain, the command creates a domain named Domain_EDS by default.
|
| node_name
| Required. Node where you want to run the Edge Data Streaming Service to run.
|
| |
Required if the domain uses Native or LDAP authentication. User name to connect to the domain. You can set the user name with the -un option.
Optional if the domain uses Kerberos authentication. To run the command with single sign-on, do not set the user name. If you set the user name, the command runs without single sign-on.
|
| |
Required if you specify the user name. Password for the user name. The password is case sensitive. You can set a password with the -pd option.
|
| |
Required. Edge Data Streaming Service name.
|
| |
Required. Values are Oracle, SQL Server, or DB2.
|
| |
Required. Account for the database. Set up this account using the database client.
|
| |
Required. Repository database password for the database user.
|
| | Required. The connection string used to connect to the database.
Use one the following connection string:
IBM DB2.
jdbc:informatica:db2://<host name>:<port>;DatabaseName=<database name>
Microsoft SQL Server.
Server: jdbc:informatica:sqlserver://<host name>:<port>;DatabaseName=<database name>
Kerberos-enabled Microsoft SQL Server.
jdbc:informatica:sqlserver://<host name>:<port>;DatabaseName=qadb;integratedSecurity=true;authenticationScheme=JavaKerberos;encrypt=false
Oracle.
jdbc:informatica:oracle://<host name>:<port>;SID=<database name>
Sybase.
jdbc:informatica:sybase://<host name>:<port>;DatabaseName=<database name>
Enclose the connection string in double quotes.
|
| |
Optional. The Data Direct driver to connect to the database. For example:
com.informatica.jdbc.oracle.OracleDriver
|
| |
Optional. The schema name for a Microsoft SQL Server database.
|
| |
Required for a DB2 database only. When you configure a tablespace name, the Edge Data Streaming Service creates all repository tables in the same tablespace. You cannot use spaces in the tablespace name.
|
| |
Secure JDBC parameters that you want to append to the database connection URL.
|
| |
License assigned to the service.
|