简体   繁体   English

如何通过 pmcmd 命令从 dev 或 uat 或 Prod Unix 服务器触发工作流 如何提供服务器路径以及如何知道服务器路径

[英]How to trigger a workflow from dev or uat or Prod Unix server by pmcmd command how to give server path and how to know server path

How to trigger a workflow from UAT UNIX server from client Machine, as in client machine we cannot trigger from cmd only way is to from Unix but where can I get server path and how to trigger a particular workflow如何从客户端机器从 UAT UNIX 服务器触发工作流,因为在客户端机器中,我们无法从 cmd 触发,唯一的方法是从 Unix 触发特定工作流,但我在哪里可以获得服务器路径以及如何触发特定工作流

Little confusing question but i can try to answer.有点令人困惑的问题,但我可以尝试回答。

Infa server can be unix/linux/windows, you can kick off any workflow from any client machine provided you have below information. Infa 服务器可以是 unix/linux/windows,只要您有以下信息,您就可以从任何客户端计算机启动任何工作流。

  1. IntegrationServicename DomainName集成服务名称域名
  2. User/Password - to kick off the workflow用户/密码 - 启动工作流程
  3. Informatica client installed in your client machine. Informatica 客户端安装在您的客户端计算机中。
  4. Informatica client installation bin directory is added to PATH variable. Informatica 客户端安装 bin 目录添加到 PATH 变量中。

Once you have 1,2,3 and you complete point #4 above you are ready to connect to/run/stop/schedule any informatica workflow/s.拥有 1、2、3 并完成上述第 4 点后,您就可以连接/运行/停止/调度任何 informatica 工作流。 Here is the command you should use to kick off workflow -这是您应该用来启动工作流程的命令 -

pmcmd startworkflow -sv ​(IntegrationServicename) -d ​(DomainName) -u ​(UserName)​ -p ​(Password) ‑f ​(folderName) WorkflowName -paramfile (parameterfile)

If you can not change PATH, use below command like this - C:\path\to\infa\home\bin\pmcmd如果您无法更改 PATH,请使用以下命令 - C:\path\to\infa\home\bin\pmcmd

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM