Data Engineering Integration
- Data Engineering Integration 10.2.1
- All Products
createService <-DomainName|-dn> domain_name <-UserName|-un> user_name <-Password|-pd> password [<-SecurityDomain|-sdn> security_domain] [<-Gateway|-hp> gateway_host1:port gateway_host2:port...] [<-ResilienceTimeout|-re> timeout_period_in_seconds] <-ServiceName|-sn> service_name <-HttpPort|-http> http_port <-LicenseName|-ln> license_name [<-FolderPath|-fp> full_folder_path] <-NodeName|-nn> node_name <-RepositoryService|-rs> repository_service_name [<-RepositoryUser|-ru> repository_user] [<-RepositoryPassword|-rp> repository_password] [<-RepositoryUserSecurityDomain|-rsdn> repository_user_security_domain]
Option
| Argument
| Description
|
---|---|---|
-DomainName
-dn
| domain_name
| Required. Name of the Informatica domain. You can set the domain name with the -dn option or the environment variable INFA_DEFAULT_DOMAIN. If you set a domain name with both methods, the -dn option takes precedence.
|
-UserName
-un
| user_name
| Required. User name to connect to the domain. You can set the user name with the -un option or the environment variable INFA_DEFAULT_DOMAIN_USER. If you set a user name with both methods, the -un option takes precedence.
|
-Password
-pd
| password
| Required. Password for the user name. The password is case sensitive. You can set a password with the -pd option or the environment variable INFA_DEFAULT_DOMAIN_PASSWORD. If you set a password with both methods, the password set with the -pd option takes precedence.
|
-SecurityDomain
-sdn
| security_domain
| Optional. Name of the security domain to which the domain user belongs. You can set a security domain with the -sdn option or the environment variable INFA_DEFAULT_SECURITY_DOMAIN. If you set a security domain name with both methods, the -sdn option takes precedence. The security domain name is case sensitive.
Default is Native.
|
-Gateway
-hp
| gateway_host1:port gateway_host2:port
| Required if the gateway connectivity information in the domains.infa file is out of date. The host names and port numbers for the gateway nodes in the domain.
|
-ResilienceTimeout
-re
| timeout_period_in_seconds
| Optional. Amount of time in seconds that infacmd attempts to establish or re-establish a connection to the domain. You can set the resilience timeout period with the -re option or the environment variable INFA_CLIENT_RESILIENCE_TIMEOUT. If you set the resilience timeout period with both methods, the -re option takes precedence.
|
-ServiceName
-sn
| service_name
| Required. Name of the Mass Ingestion Service.
The name is not case sensitive and must be unique within the domain. The characters must be compatible with the code page of the associated repository. The name cannot exceed 230 characters, have leading or trailing spaces, or contain carriage returns, tabs, or the following characters:
|
-HttpPort
-http
| http_port
| Required. Port number for the Mass Ingestion Service.
You cannot use HTTPS.
|
-LicenseName
-ln
| license_name
| Required. Name of the license you want to assign to the Mass Ingestion Service.
To apply changes, restart the Mass Ingestion Service.
|
-FolderPath
-fp
| full_folder_path
| Optional. Full path, excluding the domain name, to the folder in which you want to create the Mass Ingestion Service. Must be in the following format:
Default is the domain:
|
-NodeName
-nn
| node_name
| Required. Node where the Mass Ingestion Service runs.
|
-RepositoryService
-rs
| repository_service_name
| Required. Model Repository Service that stores the metadata for mass ingestion specifications.
|
-RepositoryUser
-ru
| repository_user
| Optional. User name to access the Model Repository Service.
|
-RepositoryPassword
-rp
| repository_password
| Required if you specify the user name. User password to access the Model Repository Service.
|
-RepositoryUserSecurityDomain
-rsdn
| repository_user_security_domain
| Optional. Name of the security domain that the Model repository user belongs to.
|