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

  • 相关阅读:
    轻松搭建Redis缓存高可用集群
    Redis集群主从配置
    启动Redis Cluster
    MyISAM 和 InnoDB 索引的区别
    数据库面试
    如何定位php程序访问慢
    Socket技术详解
    NGINX快速入门
    nginx 并发数问题思考:worker_connections,worker_processes与 max clients
    php-fpm运行原理
  • 原文地址:https://www.cnblogs.com/shiliye/p/10600278.html
Copyright © 2011-2022 走看看