问题标签 [informatica-cloud]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
2526 浏览

web-services - 如何在 Informatica Cloud Real time 中创建一个进程,该进程作为 Restful 服务公开并且可以从浏览器或其他地方调用?

我们可以使用 Informatica 创建 Web 服务吗?

我对 Informatica 很陌生。

使用 Informatica 是否可以满足以下要求?

我的要求是——

"I want to create a Real Time RESTful webservice within Informatica Cloud which will fetch data from an Oracle Database and present output in JSON format when an particular URi is invoked."

Note: I am not trying to connect to a Webservice, so please don't tell me about Webservice connector.

I want to create a Webservice Server Provider within Informatica so that when someone calls a URI in browser, this should query the Webservice deployed inside the Informatica Cloud and present the data on the browser in JSON format

Edit: Re-framed the question in a more Informatica kinda language

Note: If you provide step by step process I would really appreciate it. I am a Java developer and I started learning Informatica like a week ago, I started from "What is Informatica?". So please explain as if you are explaining an idiot.

Update :: I have been using the following link as a reference. Using this as is doesn't work. I have been trying this for months now. I get an error while deploying. "Can't be deployed within tenant context" So definitely I am missing something. Can anybody throw some light on this please ?

http://www.onbostonharbor.com/Informatica/index.htm#page/bpm-na-process-developer/GUID-575B15AD-B21D-4979-9801-70564434FF2B.1.033.html

0 投票
1 回答
542 浏览

etl - 从 informatica 云在远程服务器上运行后处理命令

我在 informatica 云上运行工作。它从服务器(远程)获取文件并将数据转储到 salesforce。我想在 informatica 作业完成后对远程服务器中存在的源文件运行来自 informatica 云的后处理命令。可能吗?

0 投票
3 回答
2093 浏览

salesforce - Informatica Cloud - 从 SFTP 提取文件并在 Salesforce 中插入记录

我们的目标如下

a) 从安全 FTP 位置获取文件“Test.csv”。

b) 拾取文件后,我们需要将文件的内容插入到 Salesforce 中的对象中。

我为远程 SFTP 创建了以下连接(该位置将包含“Test.csv”)

在此处输入图像描述

步骤1

如下图所示

在此处输入图像描述

第2步

然后我开始构建一个数据同步任务,如下所示

在此处输入图像描述

我们想要让 Informatica Cloud 连接到安全的 FTP 位置,并将 .csv 中的内容从该位置提取到我们在 Salesforce 中的对象中。

但正如您在第 2 步中看到的那样,它不允许我从该远程位置选择 .csv。

相反,向导会提示我从本地目录(这是我的机器......运行安全代理的地方)中选择一个文件,这不是我想要的

在这种情况下我应该怎么做?

有人可以帮忙吗?

0 投票
1 回答
1515 浏览

informatica - joiner 数据和索引缓存

假设 Master Pipeline 有 5 个字段,其中两个是连接条件的一部分,并且所有字段都下游连接到下一个转换,那么索引和数据缓存文件中有多少个字段?

我对以下2个答案感到困惑。请检查。

索引缓存中有 5 个字段,数据缓存中有 3 个字段。

或者

2 个字段在索引缓存中,3 个字段在数据缓存中。

0 投票
2 回答
1179 浏览

informatica - 如何使用 Windows 批处理脚本使 informatica 中的任务流失败

我们在 informatica 云中调用 Windows 批处理脚本来执行预处理和后处理命令。但我们无法将退出 1 消息传递给 informatica 以使任务失败。Windows 批处理脚本单独工作正常,但当脚本失败时,informatica 无法理解退出代码并始终通过脚本。简而言之,无论脚本通过还是失败,informatica 任务始终通过。请帮忙 !

0 投票
1 回答
208 浏览

informatica - 在具有相同 ID 的行之间选择随机列值

我是 SQL 的初学者,我必须在 Informatica Cloud 中执行保存查询才能连接 SQL Server 数据库。

我有一个表,其中具有相同 formId 的行具有相同的列,除了“possibleSalesman”,这是一个文本列:

我需要的是为每个 id 获取一行并随机选择“possibleSalesman”。

例如:

我发现了一个类似的问题,但该解决方案对我没有帮助,因为 Informatica 中有一些限制:

  • 仅 SELECT 语句
  • 不能使用星号选择所有列
  • 不能使用转换函数
  • 无法使用 COUNT 函数

如果有人可以帮助我,我将不胜感激!

0 投票
0 回答
1159 浏览

cloud - 如何使用 Informatica Cloud 中的参数文件参数化源和目标连接?

我已经尝试在 Informatica 云中参数化源和目标连接。但我不能这样做。因为在创建 Mapping_task 本身时,它会从下拉列表中询问连接信息。

是否有任何方法可以使用 Informatica Cloud 中的参数文件(如 Power Center)来完成源和目标连接的参数化?

0 投票
1 回答
2062 浏览

repository - informatica 存储库服务无法启用

我在 Informatica 管理控制台上启用存储库服务时遇到问题。到目前为止我采取的步骤,

  1. 创建一个带有创建内容选项的新存储库服务,持续旋转,一段时间后超时。我重新登录,我看到在管理员控制台中创建的存储库服务带有禁用但不可用的选项。也无法看到在元数据模式中创建的存储库表。并且也无法使用 powercenter 存储库管理器进行连接。

  2. 创建一个新的存储库服务而不创建内容。创建了一个禁用的存储库服务。要添加/恢复内容,我尝试启用该服务,然后它继续旋转并且没有任何反应。一段时间后它超时,当我重新登录时,我看到禁用选项,但服务不可用。因此我无法添加内容。

我正在寻找一些有用的见解来解决这场危机。

谢谢!

0 投票
1 回答
470 浏览

informatica-cloud - infomatica 未连接的查找无效符号引用错误

我在 informatica 云解码中得到以下表达式的无效符号引用(true,STAGE_NAME_CODE='S1',:LKP.Lkp_SFDC_description(CODE),0)

在未连接的查找中,我有三个字段代码,code_type 和描述,我想从未连接的查找字段代码的源文件中返回 stage_name_code 的描述

但他唯一的表达是当它像这样写时才有效.. decode(true,STAGE_NAME_CODE='S1',:LKP.Lkp_SFDC_description(STAGE_NAME_CODE))

0 投票
1 回答
724 浏览

oracle - 在 Informatica Cloud 后处理命令中调用 Oracle 存储过程

我有一个在 Oracle 中创建表的 Informatica 数据同步任务。我正在尝试在 Informatica Cloud 的后处理命令中包含对 Oracle 存储过程的调用,该命令将在任务完成时更新各种表。我试图调用的过程与同步任务的目标在同一架构中。当我直接在 Oracle SQL Developer 中运行该过程时,它可以正常运行,但我无法通过 Informatica Cloud 运行它。我知道我没有使用正确的语法进行调用,但这些是我迄今为止尝试过的一些示例:

在 Informatica Cloud 中设计映射对我有帮助吗?或者是否有我应该附加到存储过程调用的前缀,即使该过程与任务的目标在同一架构中?