zoukankan      html  css  js  c++  java
  • Informatica 错误:Cannot convert from SQL type 93 to C type 4

    经验和积累蛮重要!向大神学习!

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

    Mapping:

    在source --> source qualifier 之后,我去掉了一列 Event_number,然后导入target表中。
    Informatica 奇葩错误1:Cannot convert from SQL type 93 to C type 4 - 寻走的人 - 自由、随心、求真

     然后,在workflow中

    Informatica 奇葩错误1:Cannot convert from SQL type 93 to C type 4 - 寻走的人 - 自由、随心、求真

     source里面的SQL query 填了一个筛选条件;

    选出Airs_On='CBS' 的所有行(列起初和source保持一致)

    最后跑这个workflow 就报出了一个奇葩的错误!!!!

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

    RR_4035 SQL Error [

    FnName: Fetch -- [Informatica][ODBC SQL Server Wire Protocol driver] Unable to convert column 1. Cannot convert from SQL type 4 to C type 93].

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

    Informatica 奇葩错误1:Cannot convert from SQL type 93 to C type 4 - 寻走的人 - 自由、随心、求真

    查找过parameter 的配置,没错!

    mapping 没错!

    SQL query 没错!

    Connection 没错!

    额,找来buddy,他觉得很奇葩,但是引起了他的兴趣!

    锲而不舍之下,查看query,对比列个数,对比source 表和 target表!终于发现了原因:

    是因为 Source 和 target 的行数不一致,source里面的SQL Query 列 应该和target一致!!!!

    Informatica 奇葩错误1:Cannot convert from SQL type 93 to C type 4 - 寻走的人 - 自由、随心、求真

  • 相关阅读:
    deferred 对象
    JVM--------3
    JVM类加载机制————2
    JVM加载的初始化类
    补充==的使用和equals的区别
    MyBatis_SelectKey使用oracle 序列插入主键
    MySql_ procedure
    mysql function
    jsonp _____跨域请求实现
    shell(shell变量、条件表达式、流程控制)
  • 原文地址:https://www.cnblogs.com/skyEva/p/5368842.html
Copyright © 2011-2022 走看看