Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
importObjects <-DomainName|-dn> Domain name <-UserName|-un> User name <-Password|-pd> Password [<-SecurityDomain|-sdn> Security domain] [<-TargetProject|-tp> Target project name <ignored if control file is specified>] <-RepositoryService|-rs> Model Repository Service name <-ImportFilePath|-fp> import_file_path [<-SourceProject|-sp> Source project name in import file <ignored if control file is specified>] [<-TargetFolder|-tf> Target folder to import to <omit for root, ignored if control file is specified>] [<-SkipCRC|-sc> Set to "true" to skip CRC check on imported file.] [<-ConflictResolution|-cr> Resolution type] [<-ControlFilePath|-cp> Path of import control file] [<-SkipCnxValidation|-scv> Set to "true" to skip connection validation.] [<-OtherOptions|-oo>]
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 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 or the environment variable INFA_DEFAULT_DOMAIN_USER. If you set a user name with both methods, the -un option takes precedence.
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 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
| Required if the domain uses LDAP authentication. Optional if the domain uses native authentication or Kerberos authentication. 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.
If the domain uses native or LDAP authentication, the default is Native. If the domain uses Kerberos authentication, the default is the LDAP security domain created during installation. The name of the security domain is the same as the user realm specified during installation.
|
-TargetProject
-tp
| Target Project name <ignored if control file is specified>
| Optional. Name of the project into which you want to import the objects. The project must exist in the repository before you import the objects. The option is ignored if you use an import control file.
|
-RepositoryService
- rs
| Model Repository Service name
| Required. Model Repository Service name.
|
-ImportFilePath
-fp
| import_file_path
| Required. Path and file name of the XML file to import the objects from. You can specify an absolute path or a relative path to the file name.
|
-SourceProject
-sp
| Source project name in import file <ignored if control file is specified>
| Optional. Source project name in the file to import. The option is ignored if you use an import control file.
|
-TargetFolder
-tf
| Target folder to import to <omit for root, ignored if control file is specified>
| Optional. Target folder into which you want to import the objects. If you do not specify a target folder, the objects are imported into the target project. The folder must exist in the repository before you import the objects. The option is ignored if you use an import control file.
|
-SkipCRC
-sc
| Set to "true" to skip CRC check on imported file.
| Indicates whether to skip the cyclic redundancy check (CRC) that detects whether the file to import was modified. Set to true to skip the check. Default is false.
|
-ConflictResolution
-cr
| Resolution type specified
| Optional. Conflict resolution strategy. You can specify one of the following options for all objects being imported:
The option is ignored if you use an import control file. If the conflict resolution strategy is set to none and a conflict occurs, the import fails. Default is none.
|
-ControlFilePath
-cp
| Path of import control file
| Optional. Path and file name of the import control file that filters the objects that are imported. You can specify an absolute path or a relative path.
|
-SkipCnxValidation
-scv
| Set to "true" to skip connection validation.
| Optional. Indicates whether to skip target connection validation during the import. By default, the import process verifies that connections used by the imported objects exist in the target repository. If the connections do not exist, the import fails.
To skip target connection validation and continue with the import, set this option to true. If the imported objects use connections that do not exist in the target repository, the import process imports the objects with an "Unspecified" connection. Use the Developer tool to select the correct connection after the import process has completed.
Default is false.
If an import control file specifies a source connection that does not exist in the file that you are importing, the import process fails regardless of the value for this option. To correct the error, verify that the connection rebind element in the import control file includes source connections that exist in the file that you are importing.
|
-OtherOptions
-oo
| -
| Required if the import file contains reference tables. Additional options to import reference table data from a zip file. Enter options using the following format:
Required option names include:
For example:
|