【问题标题】:How to use parameters using parameter file in Informatica Cloud?如何使用 Informatica Cloud 中的参数文件使用参数?
【发布时间】:2016-08-29 08:06:52
【问题描述】:

谁能告诉我如何在 Informatica Cloud 中使用文件进行参数化?

我已经创建了一个参数并在过滤器中分配它并在用户参数文件夹下配置了参数文件..但是在执行映射配置任务时..我面临以下错误:

TE_7002 Transformation stopped due to a fatal error in the mapping. The expression [SalesAmount=$$salesamt] contains the following errors [<<PM Parse Error>> [=]: function cannot resolve operands of ambiguously mismatching types. ... SalesAmount=>>>>$$salesamt<<<<].

我的参数文件的内容是

    [Global]
$$salesamt=2500

如果以上有错误,请告诉我,在 Informatica Cloud 中使用参数文件的正确方法。

【问题讨论】:

  • 错误信息说数据类型不匹配。参数是如何声明的? [如果有的话-我不确定参数声明现在在 Infa Cloud 中是如何工作的...]

标签: cloud etl data-migration informatica


【解决方案1】:

Informatica cloud par 文件中不需要 Global,只需在参数文件中提及参数值即可。

$$salesamt=2500

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-11-21
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多