当工作流为 运行 时,在 Informatica 中获取带有日期字段的错误消息
Get error message with date field in Informatica when the workflow is run
当我尝试在 Informatica 中 link 从源限定符到目标 table 的日期字段时出现以下错误:
ERROR 7/19/2019 9:05:26 AM node01_dev WRITER_1_*_1 WRT_8229 发生数据库错误:
FnName: Execute -- [Informatica][ODBC SQL Server Wire Protocol driver]Timestamp parameters with zero scale must have a precision of 13, 16, or 19. 参数编号:1,精度:12。
FnName:执行 -- [DataDirect][ODBC lib] 函数序列错误
我用另一个工作流做了同样的事情(使用日期时间作为目标)并且它 运行 成功了。
我已根据此错误消息在 Internet 上进行搜索,但我搜索的 none 解决方案解决了问题。
目标 table SA_Cases 需要将数据插入其中。现在,监视器显示所有行都被拒绝。
来源是 Oracle 中的 table。目标是 Microsoft SQL Server
中的 table
enter image description here
enter image description here
这是有效的映射enter image description here
SA_Cases table,即目标 table,包含带空格的字段。我用下划线替换了空格并且它有效。问题是字段名称中的空格。
当我尝试在 Informatica 中 link 从源限定符到目标 table 的日期字段时出现以下错误: ERROR 7/19/2019 9:05:26 AM node01_dev WRITER_1_*_1 WRT_8229 发生数据库错误: FnName: Execute -- [Informatica][ODBC SQL Server Wire Protocol driver]Timestamp parameters with zero scale must have a precision of 13, 16, or 19. 参数编号:1,精度:12。 FnName:执行 -- [DataDirect][ODBC lib] 函数序列错误
我用另一个工作流做了同样的事情(使用日期时间作为目标)并且它 运行 成功了。
我已根据此错误消息在 Internet 上进行搜索,但我搜索的 none 解决方案解决了问题。
目标 table SA_Cases 需要将数据插入其中。现在,监视器显示所有行都被拒绝。
来源是 Oracle 中的 table。目标是 Microsoft SQL Server
中的 tableenter image description here enter image description here
这是有效的映射enter image description here
SA_Cases table,即目标 table,包含带空格的字段。我用下划线替换了空格并且它有效。问题是字段名称中的空格。