ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Errors with FAT client

Post new topic  Reply to topic Goto page 1, 2  Next
 Errors with FAT client « View previous topic :: View next topic » 
Author Message
ucbus1
PostPosted: Fri Aug 06, 2004 7:58 am    Post subject: Errors with FAT client Reply with quote

Knight

Joined: 30 Jan 2002
Posts: 560

I have a FAT client on 2K that connects to the old configuration fine. now I have added a new configuration, I have copied the new MQWFCHLTAB file from the server to the 2k machine. I am getting an error "connection failed"
I looked in the errors and it says that
AMQ9516: File Error occurred
The fike ssytem returned errror code 1001 for file AMQRFCDA.DAT

When I reverted back to the old MQWFCHLTAB file and tired to connect to the old configuration, it worked fine though.
Please let me know
Back to top
View user's profile Send private message Send e-mail
vennela
PostPosted: Fri Aug 06, 2004 9:11 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

After copying the new channel tab are you trying to connect to the old server or the new server or both?
Did you run fmczccd with the new channel tab? What is the output

You can build your own channel table that can connect to multiple servers. Look at the MQSeries client manual or do some search on this site on building a channel table.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ucbus1
PostPosted: Fri Aug 06, 2004 10:13 am    Post subject: Reply with quote

Knight

Joined: 30 Jan 2002
Posts: 560

Thanks Vennela,

I ran fmczccd with channel tab file pointing to the channel tab file I have copied from server (AIX) when my old configuration was created.

Quote:
The channel table in the profile is: C:\program files\mqseries workflow\chltabs\
old.TAB
The connect name found in the profile : FMC.FMCGRP.FMCSYS,FMCQM
The channel table exists.
The current user has read access to channel table file.
The channel table contains the following information:
Queue manager : FMCQM
Protocol : TCP/IP
Connection name : xx.xx.x.xxx(xxxx)

TCP/IP-addr : xx.xx.x.xxx
TCP-Port : xxxx
Status : ok
---------------
You are using the MQSeries Client API for the queue manager communication.

Checking system identifier FMC.FMCGRP.FMCSYS,FMCQM .
Ping to server xx.xx.x.xxx was successful.
Connecting to the queue manager FMCQM was successful.
There are no checks with this utility to verify that the MQSeries Workflow Server is
running on your server.


Now I have created a client pointing it to the new channel tab file ( that includeds new configuration) I have copied from Server (aix) node)

Quote:
C:\Documents and Settings\db2admin>fmczccd -y NEW
The channel table in the profile is: C:\program files\mqseries workflow\chltabs\new.TAB
The connect name found in the profile : FMC.FMCGRP1.FMCSYS1,FMCQM1
The channel table exists.
The current user has read access to channel table file.
The specified module could not be found.


Is some thing wrong
Back to top
View user's profile Send private message Send e-mail
vennela
PostPosted: Fri Aug 06, 2004 11:12 pm    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Quote:
Is some thing wrong

Don't you think so from seeing the output of both the channel tabs?
Yes I would say create the new channel tab.
Did you ftp the channel tab. If yes did you do a BINARY ftp?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ucbus1
PostPosted: Mon Aug 09, 2004 5:09 am    Post subject: Reply with quote

Knight

Joined: 30 Jan 2002
Posts: 560

Thanks.
I did a binary FTP. I have tried it twice. but I will try once again.

The MQWFCHL table file containted information about old configuration as well as new configuration. Is that causing any problem?
Back to top
View user's profile Send private message Send e-mail
vennela
PostPosted: Mon Aug 09, 2004 6:07 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Your channel tab itself is corrupted. Building a channel table is real easy.

Look at this thread instead of going back and forth on what went wrong.

http://www.mqseries.net/phpBB2/viewtopic.php?t=1732&highlight=channel+table+creating+createing
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ucbus1
PostPosted: Mon Aug 09, 2004 8:41 am    Post subject: Reply with quote

Knight

Joined: 30 Jan 2002
Posts: 560

I think the problem is with the MQWFCHL.TAB file. I did use FTP to binary. But I tried opening with a notepad. This was messing the TAB file. So I FTPed it binary. I have updated my MQWF client connection to point to the new configuration.
Following are the results of FMCZCCD
Quote:
The channel table in the profile is: C:\program files\mqseries workflow\chltabs\new.TAB
The connect name found in the profile : FMC.FMCGRP1.FMCSYS1,FMCQM1
The channel table exists.
The current user has read access to channel table file.
The channel table contains the following information:
Queue manager : FMCQM
Protocol : TCP/IP
Connection name : xxx.xx.x.xxx(xx10)

TCP/IP-addr : xxx.xx.x.xxx
TCP-Port : xx10
Status : ok
---------------
Queue manager : FMCQM1
Protocol : TCP/IP
Connection name : xxx.xx.x.xxx(yyy10)

TCP/IP-addr : 10.30.5.121
TCP-Port : yyy10
Status : ok
---------------
You are using the MQSeries Client API for the queue manager communication.

Checking system identifier FMC.FMCGRP1.FMCSYS1,FMCQM1 .
Ping to server xxx.xx.x.xxx was successful.
Connecting to the queue manager FMCQM1 was successful.
There are no checks with this utility to verify that the MQSeries Workflow Server is running on your server.


This tells me that the tab file is OK. I am ablet to ping to the server successfully and connect to the queue manager
Now, I have tried to logon to the FAT client on to "FMCSYS1" and "FMCGRP1' and I am getting "FMC_API_COMMUNICATION_ERROR". I have checked the windows event viewer and there are not MQ errors. I have checked all the logs and I could not find any errors

Can you suggest any solution?
Thanks
Back to top
View user's profile Send private message Send e-mail
vennela
PostPosted: Mon Aug 09, 2004 10:11 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Did you give the connect names to both of your configurations?
I think that is what is missing.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ucbus1
PostPosted: Mon Aug 09, 2004 10:58 am    Post subject: Reply with quote

Knight

Joined: 30 Jan 2002
Posts: 560

Thanks. I have added the connect name for my old configuration also.
Quote:
The channel table in the profile is: C:\program files\mqseries workflow\chltabs\new.TAB
The connect name found in the profile : FMC.FMCGRP1.FMCSYS1,FMCQM1,FMC.FMCGRP.FMCSYS,FMCQM
The channel table exists.
The current user has read access to channel table file.
The channel table contains the following information:
Queue manager : FMCQM
Protocol : TCP/IP
Connection name : xx.xx.x.xxx(xx10)

TCP/IP-addr : xx.xx.x.xxx
TCP-Port : xx10
Status : ok
---------------
Queue manager : FMCQM1
Protocol : TCP/IP
Connection name : xx.xx.x.xxx(yyy10)

TCP/IP-addr : xx.xx.x.xxx
TCP-Port : yyy10
Status : ok
---------------
You are using the MQSeries Client API for the queue manager communication.

Checking system identifier FMC.FMCGRP1.FMCSYS1,FMCQM1 .
Ping to server xx.xx.x.xxx was successful.
Connecting to the queue manager FMCQM1 was successful.
There are no checks with this utility to verify that the MQSeries Workflow Server is running on your server.

Checking system identifier FMC.FMCGRP.FMCSYS,FMCQM .
Ping to server xx.xx.x.xxx was successful.
Connecting to the queue manager FMCQM was successful.
There are no checks with this utility to verify that the MQSeries Workflow Server is running on your server.


Still it is giving a FMC_API_ERROR_COMMUNICATION. I have tried to connect FMCSYS1, FMCGRP1 but no ..luck
Back to top
View user's profile Send private message Send e-mail
ucbus1
PostPosted: Thu Aug 12, 2004 5:22 am    Post subject: Reply with quote

Knight

Joined: 30 Jan 2002
Posts: 560

Any suggestions??
Back to top
View user's profile Send private message Send e-mail
ucbus1
PostPosted: Thu Aug 12, 2004 5:49 am    Post subject: Reply with quote

Knight

Joined: 30 Jan 2002
Posts: 560

Any suggestions???
Back to top
View user's profile Send private message Send e-mail
ucbus1
PostPosted: Tue Aug 17, 2004 8:18 am    Post subject: Reply with quote

Knight

Joined: 30 Jan 2002
Posts: 560

Still waiting...
Can somebody help me on it??
Back to top
View user's profile Send private message Send e-mail
jmac
PostPosted: Tue Aug 17, 2004 10:02 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Jun 2001
Posts: 3081
Location: EmeriCon, LLC

You might want to open a PMR
_________________
John McDonald
RETIRED
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
hos
PostPosted: Mon Aug 23, 2004 4:10 am    Post subject: Reply with quote

Chevalier

Joined: 03 Feb 2002
Posts: 470

Are you saying that your second configuration is linked to a brand new system and system group? Do you have a second data base that is primed with FMCGRP1 and FMCSYS1?
Back to top
View user's profile Send private message
ucbus1
PostPosted: Mon Aug 23, 2004 5:10 am    Post subject: Reply with quote

Knight

Joined: 30 Jan 2002
Posts: 560

hos,
We have a FAT client on windows2000 machine configured to work with workflow application ( FMC/FMCSYS/FMCGRP configuration) on AIX. This is working fine.

Now we have added another workflow application ( FMC1/FMCSYS1/FMCGRP1 configuration). I am trying to set up the Fat client to connect to the new application.

We have created a FAT client configuration and we have copied the MQWFCHL.TAB from AIX node. Everything seems to be fine. (Please see my response to Vennela.) But still when we tried to connect we were getting "Communication Failure: FMC_API_ERROR_COMMUNICATION".

Please let me know
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Errors with FAT client
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.