MOM to MOM connector/MCF
Hi...Thanks for the reply.
I have created a connector which is similar to the previous one. This is how
i did using SQL query.
By using Onepoint Database.
exec mcf_dosetup 'B027AFAE-C09E-4D36-DA34-AA2610C2E789','Netcool',null
This will assign the above GUID as Forwardee ID and 'Netcool' as the
forwardee Name.
This creates a connector under product connectors in Admin console
After this use the below command to initialize this.
exec mcf_doinitialize 'B027AFAE-C09E-4D36-DA34-AA2610C2E789',7
But when I run a query from Netcool (solaris) server against the MOM server
I get an error as below
*****************************************
Fri Nov 14 06:28:26 2008 Debug: Setting up with recovery file
Fri Nov 14 06:28:26 2008 Debug: Successfully set up with recovery file
Fri Nov 14 06:28:26 2008 Information: Probewatch: Connected to MOM interface
Fri Nov 14 06:28:26 2008 Debug: Connected to MOM interface
Fri Nov 14 06:28:26 2008 Debug: Opening telnet command line interface
Fri Nov 14 06:28:26 2008 Debug: Waiting for alerts from MOM service
Fri Nov 14 06:28:26 2008 Debug: PollInterval-> 10
Fri Nov 14 06:28:26 2008 Debug: [Command Port] Opening listening socket
Fri Nov 14 06:28:26 2008 Debug: CommandPort-> 6972
Fri Nov 14 06:28:26 2008 Debug: SetResolutionState-> 0
Fri Nov 14 06:28:26 2008 Error: [Command Port] Failed to open listening
socket: java.net.BindException: Address already in use
Fri Nov 14 06:28:26 2008 Debug: Polling MOM service for alerts
Fri Nov 14 06:28:26 2008 Information: Probewatch: Failed to open listening
socket: java.net.BindException: Address already in use
Fri Nov 14 06:28:26 2008 Debug: [Command Port] Waiting for connections
Fri Nov 14 06:28:27 2008 Error: Failed to get alerts
Fri Nov 14 06:28:27 2008 Error: Failed to get alerts: Server was unable to
read request. --> There is an error in XML do***ent (1, 379). --> Guid should
contain 32 digits with 4 dashes (******xx-***x-***x-***x-************).
Fri Nov 14 06:28:27 2008 Information: Probewatch: Unable to get events
Fri Nov 14 06:28:27 2008 Error: Unable to get events: Server was unable to
read request. --> There is an error in XML do***ent (1, 379). --> Guid should
contain 32 digits with 4 dashes (******xx-***x-***x-***x-************).
************************************************** ***
|