zoukankan      html  css  js  c++  java
  • 常见错误

    错误:PCSF_46026 Unable to find valid TrustStore certificate in PEM format

    原因:本地没有配置INFA_DOMAINS_FILE和INFA_TRUSTSTORE环境变量

    解决:配置INFA_DOMAINS_FILE和INFA_TRUSTSTORE环境变量,具体请参照Informatica安装

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    错误:RR_4035 : SQL Error FnName: Fetch -- [Informatica][ODBC 20101 driver]1906072].

    原因:数据转换过程中,数据类型不匹配

       例如,数据库表中字段为varchar2,而该表在Mapping中作为Source/Target对应字段为int

    解决:修改数据类型,使数据类型匹配

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    错误:当通过DWsqls26.so drivers向Sql Server数据库加载数据时,报如下错误

          FnName: Execute -- [Informatica][ODBC 20101 driver]6054
       FnName: Execute -- 523 158

    原因:Same Session succeeds when using the legacy DWmsss26.so drivers.

    解决:将以下属性值加入到odbc.ini文件中对应连接处

               Workarounds2=2

  • 相关阅读:
    OSVERSIONINFOEX structure
    VS系列开发工具发展概述
    VS2008与QT4.6集成
    windows nt service 框架
    Rair
    如何在进程之间共享内核对象
    GOOGLE
    如何获取错误消息说明使用 FormatMessage API
    EnableDebugPriv;
    汇编语言资料
  • 原文地址:https://www.cnblogs.com/shiliye/p/10600278.html
Copyright © 2011-2022 走看看