【问题标题】:error in indirect file load in InformaticaInformatica 中的间接文件加载错误
【发布时间】:2021-11-11 07:25:03
【问题描述】:

我正在 Informatica 中尝试间接文件加载。

我将以下文件放在 $PmSrcFilesDir 中(工作流任务从这里提取文件)

-list.txt
-production_plan_20210906.csv
-production_plan_20210907.csv

list.txt 文件仅包含 csv 文件名。

我配置了以下选项:

Source filetype- Indirect
Source filename- list.txt
Source file directory- $PMSourceFileDir

运行工作流程后,它显示错误 - 为 FR_3000 打开文件时出错...没有这样的文件或目录

【问题讨论】:

    标签: informatica informatica-powercenter


    【解决方案1】:

    你可以在list.txt中给出绝对路径。

    /Path/to/file/production_plan_20210906.csv
    /Path/to/file/production_plan_20210907.csv
    

    您可以使用命令任务或shell脚本来获取绝对路径和文件名。 请检查会话日志,它无法读取哪个文件 - 列出文件或主文件。如果列表文件在参数文件中正确提及 $PMSourceFileDir。 现在,确保 informatica 用户(运行 infa 服务器的用户)对这些数据、列出文件夹和文件具有读取权限。管理员可以提供帮助。

    【讨论】:

      猜你喜欢
      • 2017-08-18
      • 2013-07-22
      • 2021-11-28
      • 2021-07-30
      • 2019-03-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多