简体   繁体   English

Informatica:无法连接到集成服务

[英]Informatica : Not able to connect to Integration Service

I am new to informatica and looking for assistance from available experts.我是 informatica 的新手,正在寻求可用专家的帮助。

I am able to login to admin console (http://localhost:6008/administrator/#admin) where I can see my node is available, my repository service is available, my integration service is available.我能够登录到管理控制台 (http://localhost:6008/administrator/#admin),在那里我可以看到我的节点可用,我的存储库服务可用,我的集成服务可用。

Through Power center desiner tool, I am able to view my mappings.通过 Power center desiner 工具,我可以查看我的映射。 Also, I am able to connect to Powercenter Workflow manager.此外,我还能够连接到 Powercenter Workflow 管理器。 However, while trying to execute my workflow, it says that cannot connect to integration service.但是,在尝试执行我的工作流程时,它说无法连接到集成服务。

I am getting following error in log:我在日志中收到以下错误:

CCM_10322 CCM_10322

The following error occurred while logging to Log Service: [[DOM_10022] The master gateway node for the domain is not available.登录日志服务时出现如下错误: [[DOM_10022] 域的主网关节点不可用。 Electing another master gateway.选举另一个主网关。 Wait for the election of the master gateway node to complete.等待主网关节点选举完成。 If the problem persists, verify that the master gateway node is running.].如果问题仍然存在,请验证主网关节点是否正在运行。]。

Thanks, Manish.谢谢,马尼什。

Pre-requisites: 1)Once the Repository files has been restored make sure all service(rep & IS services) are up.先决条件:1) 存储库文件恢复后,确保所有服务(rep 和 IS 服务)都已启动。 2)Make sure the INFA_DOMAIN_FILE env variable has been created and has the right values. 2) 确保已创建 INFA_DOMAIN_FILE env 变量并具有正确的值。 And make sure file with path added in the PATH, in both server & client machines.并确保在服务器和客户端计算机的 PATH 中添加路径的文件。

Solution:Last resort, Upgrade the domain info in server & Client machines as shown below, then restart the infaservices & server.解决方案:不得已,如下所示升级服务器和客户端计算机中的域信息,然后重新启动 infaservices 和服务器。 Now it works!!!现在可以了!!!

Upgrade the Domains:升级域:

Cd $INFA_HOME/isp/bin

Sh infacmd.sh updateGatewayInfo –dn Domain_name –dg Servername.net:6005

in server:在服务器中:

Cd $INFA_HOME/isp/bin

Sh infacmd.sh updateGatewayInfo –dn Domain_name –dg Servername.net:6005

in client:在客户端:

cd e:\Informatica\9.0.1\clients\PowercenterClient\CommandLineUtilities\Pc\server\bin\

`infacmd updateGatewayInfo –dn Domain_name –dg servername.net:6005' `infacmd updateGatewayInfo –dn Domain_name –dg servername.net:6005'

Restart the Server: Cd $INFA_HOME/tomcat/bin重启服务器: Cd $INFA_HOME/tomcat/bin

Sh infaservices.sh shutdown

Sh startserver.sh shutdown

Sh startserver.sh startup

Sh infaservices.sh startup

Done.完毕。 Now check!!!现在检查!!!

You must define one node as Master Gateway using infacmd or infasetup then you can run all services from admin console.您必须使用infacmdinfasetup将一个节点定义为主网关,然后您可以从管理控制台运行所有服务。

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

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