Edge Data Streaming
- Edge Data Streaming 2.4.0
- All Products
createService <-DomainName|-dn> domain_name <-NodeName|-nn> node_name <-UserName|-un> user_name <-Password|-pd> password <-ServiceName|-sn> service_name <-DbType|-dt> db_type (ORACLE, DB2, or SQLSERVER) <-DbUser|-du> db_user <-DbPassword|-dp> db_password <-DbUrl|-dl> db_url [<-DbDriver|-dr> db_driver] [<-DbSchema|-ds> db_schema (used for SQL Server only)] [<-DbTablespace|-db> db_tablespace (used for DB2 only)] [<-SecureJDBCParameters|-sjdbcp> secure_jdbc_parameters] <-licenseName|-lsn> license_name
Option
| Argument
| Description
|
---|---|---|
-DomainName
-dn
| domain_name
| 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.
|
NodeName
-nn
| node_name
| Required. Node where you want to run the Edge Data Streaming Service to run.
|
-UserName
-un
| user_name
| 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.
|
-Password
-pd
| password
| 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.
|
-ServiceName
-sn
| service_name
| Required. Edge Data Streaming Service name.
|
-DbType
-dt
| db_type
| Required. Values are Oracle, SQL Server, or DB2.
|
-DbUser
-du
| db_user
| Required. Account for the database. Set up this account using the database client.
|
-DbPassword
-dp
| db_password
| Required. Repository database password for the database user.
|
-DbUrl
-dl
| db_url
| Required. The connection string used to connect to the database.
Use one the following connection string:
Enclose the connection string in double quotes.
|
-DbDriver
-dr
| db_driver
| Optional. The Data Direct driver to connect to the database. For example:
com.informatica.jdbc.oracle.OracleDriver
|
-DbSchema
-ds
| db_schema
| Optional. The schema name for a Microsoft SQL Server database.
|
-DbTablespace
-dt
| db_tablespace
| 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.
|
-SecureJDBCParameters
-sjdbcp
| secure_jdbc_parameters
| Secure JDBC parameters that you want to append to the database connection URL.
|
-licenseName
-lsn
| license_name
| License assigned to the service.
|