Monday, June 4, 2012

Informatica PCSF_46008 Cannot Connect to domain Domain_test to lookup service Core Service/UserManagementService

1.Problem:
informatica power center repository client can not connect to informatica server.

2.Error:
PCSF_46008 Cannot Connect to domain Domain_test to lookup service Core Service/UserManagementService

3.Condition:
informatica server is running well. Repository service test is available. domain is accessable through server and admin console is accessible from remote login. hostame is DNS resovable.

4.Cause:
partial hostname is used in domain name and the partial hostname is not resovable to IP.

EXP:     hostname is test.new.com
             domain name is Domain_test
            when you configure domain in repository client, it will user test to access the informatica server.   
            if test is not resovable, then repository client connection will fail with error " PCSF_46008 Cannot Connect to domain Domain_test to lookup service Core Service/UserManagementService"

5.Solution:
a. reinstall the informatica server with domain name like Domain_test.new.com
b. add IP test into your local hosts file.

6.testing:
./infacmd.sh listAllUsers -dn Domain_test001 -un Administrator -pd Administrator -sdn Native -hp test001:6001 -re 100
http://test.new.com:6001/coreservices/DomainService



reference:
https://forums.oracle.com/forums/thread.jspa?messageID=4346396
https://kr.forums.oracle.com/forums/thread.jspa?threadID=2220126
http://datawarehouse.ittoolbox.com/groups/technical-functional/informatica-l/can-you-change-the-domain-name-in-informatica-86-2889070

2 comments:

  1. Guys I had same issue, I was able to ping domain, etc..... It was resolved after making change in firewall between client and Server connection.

    ReplyDelete
  2. Asish...can you please tell me the change that you have made between server & client ????

    ReplyDelete