zoukankan      html  css  js  c++  java
  • XML转换 从InfamaticaPowercent到INFA Developer

    Youtube找到了一个教程,可以通过命令把PWC的XML转换成ModelingRepository也就是Developer可以识别的XML,然后通过导入命令导入到Developer的ModelingRepository里

    https://www.youtube.com/watch?v=FdCgQ2-GRSw

    如果打不开可以参考命令截图

    命令1:转换XML命令 infacmd ipc import From PC  参考文档: https://kb.informatica.com/howto/6/Pages/1/145665.aspx?myk=145665

    命令2:导入ModelingRepository infacmd oie ImportObjects

    The following table describes infacmd oie ImportObjects options and arguments:OptionArgument 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.
    ImportObjects

    -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:-
    rename-
    replace-
    reuse-
    none
    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

  • 相关阅读:
    hdu3746Cyclic Nacklace(KMP)
    hdu2087剪花布条(KMP)
    cellspacing cellpadding
    3行3列表格 table实现,div+css实现
    自动办公系统
    (转载)互联网协议入门(二)
    (转载)互联网协议入门(一)
    去掉考勤
    第二次装OA系统
    Windows 7系统下局域网文件共享设置方法
  • 原文地址:https://www.cnblogs.com/dl-ekong/p/8064275.html
Copyright © 2011-2022 走看看