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 » General IBM MQ Support » MQSeries Command

Post new topic  Reply to topic
 MQSeries Command « View previous topic :: View next topic » 
Author Message
ksubodh
PostPosted: Wed Feb 27, 2002 4:49 am    Post subject: Reply with quote

Novice

Joined: 15 Jan 2002
Posts: 10
Location: Bangalore ,IBM India.

I am sucessfully able to create this channel defination on MQseries V5.1 but while creating this channel def. on MQSeries 5.2.1 it fails .

The command is

DEFINE CHANNEL('AMCQM.CL.TCP') +
CHLTYPE(SVRCONN) +
TRPTYPE(TCP) +
DESCR('Bi-directional channel to/from AMCQM TCPIP') +
MAXMSGL(9999999) +
MCAUSER('amc') +
MSGDATA(' ' ) + // Please note :it fails
MSGEXIT(' ' ) + // here .
REPLACE +
RCVDATA(' ' ) +
RCVEXIT(' ' ) +
SCYDATA(' ' ) +
SCYEXIT(' ' ) +
SENDDATA(' ' ) +
SENDEXIT(' ' ) +
HBINT(5)

Any idea where the problem might be?.

Thanks
Back to top
View user's profile Send private message
mrlinux
PostPosted: Wed Feb 27, 2002 5:53 am    Post subject: Reply with quote

Grand Master

Joined: 14 Feb 2002
Posts: 1261
Location: Detroit,MI USA

Two of the fields MSGDATA and MSGEXIT are not valid for SVRCONN Channels.
The below definition works on V5.2 CSD02

DEFINE CHANNEL('AMCQM.CL.TCP') +
CHLTYPE(SVRCONN) +
TRPTYPE(TCP) +
DESCR('Bi-directional channel tofrom AMCQM TCPIP') +
MAXMSGL(9999999) +
MCAUSER('amc') +
REPLACE +
RCVDATA(' ' ) +
RCVEXIT(' ' ) +
SCYDATA(' ' ) +
SCYEXIT(' ' ) +
SENDDATA(' ' ) +
SENDEXIT(' ' ) +
HBINT(5)

_________________
Jeff

IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries
Back to top
View user's profile Send private message Send e-mail
mqonnet
PostPosted: Wed Feb 27, 2002 5:56 am    Post subject: Reply with quote

Grand Master

Joined: 18 Feb 2002
Posts: 1114
Location: Boston, Ma, Usa.

Hi KSubodh,

You are right, because both msgdata and msgexit are not the attributes of Svrconn channels on v5.2. Your command should work without these two.

Cheers.
Kumar

_________________
IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » MQSeries Command
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.