在 Informatica 上导入映射时出错

Getting error while importing Mapping on Informatica

在 Informatica 上导入映射时出错

当我尝试在 Informatica 上导入映射时,我遇到了如下所述的错误,因此我也无法获得工作流

Completed importing selected objects, there were some errors, please see output for more information,

Validating Target definition TGT_TBL_FUNCTION 06/03/16 10:45:40****Importing source definition:Credit_trans_txt Validating source definition Credit_trans_txt 06/03/16 10:45:40****Importing source definition: src_sample

Object referenced by the shortcut does not exist in the original folder Object will be imported under the current folder 06/03/16 10:45:40****Importing mapping:m_sample

Error: Could not find transformation definition for :Flat file src_sample **Failed to import:m_sample

请提供解决方案。

真正的原因是这个'shortcut does not exist in the original folder'。因此源平面文件 src_sample 不存在于目标存储库的文件夹中。 详细地说,在您的源代码库中,您可能有一个名为 'shared' 的文件夹,其中存在此​​文件定义 src_sample。您将它用作 m_sample 所在的自己的文件夹(例如 'myfolder')中的快捷方式。复制到目标存储库时应该存在相同的快捷方式。

根据情况,解决方案可能是这样的-

  1. 文件夹 'shared' 不能在目标存储库中共享。将其修改为共享,然后检查 src_sample 是否存在。如果是,只需再次复制 m_sample 即可。如果否,则执行步骤 2。

  2. 首先将对象定义 src_sample 复制到 'shared' 文件夹中的目标存储库。然后尝试复制m_sample