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 - 寻走的人 - 自由、随心、求真

  • 相关阅读:
    scp命令
    js代码片段
    js创建request对象与ajax请求
    多个action组成一个文件
    ng-option选项禁用
    IE日期
    ui-sortable
    P5多语言默认语言不生效BUG的解决办法
    防止多次点击提交按钮造成数据多次提交
    c#根据ip获取地理位置
  • 原文地址:https://www.cnblogs.com/skyEva/p/5368842.html
Copyright © 2011-2022 走看看