Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Edge Data Streaming
  3. Licenses
  4. Using Informatica Administrator
  5. Creating and Managing the Edge Data Streaming Service
  6. Edge Data Streaming Entity Types
  7. Edge Data Streaming Nodes
  8. Data Connections
  9. Working With Data Flows
  10. Managing the Edge Data Streaming Components
  11. Security
  12. High Availability
  13. Disaster Recovery
  14. Monitoring Edge Data Streaming Entities
  15. Appendix A: Troubleshooting
  16. Appendix B: Frequently Asked Questions
  17. Appendix C: Regular Expressions
  18. Appendix D: Command Line Program
  19. Appendix E: Configuring Edge Data Streaming to Work With a ZooKeeper Observer
  20. Appendix F: Glossary

User Guide

User Guide

createService

createService

Creates the Edge Data Streaming Service.
The infacmd eds CreateService command uses the following syntax:
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
The following table describes infacmd eds CreateService options and arguments:
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:
  • 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.
-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.

0 COMMENTS

We’d like to hear from you!