Re: Not able to connect to Queue manager

2002-07-08 Thread Narasimha reddy v

Hi Gaurav,

Give some more details of your problem to understand in a better way.

1) which client application(c,c++ and etc..)your using ?
2) On which platform your running application..?

If you use client application ,the problem might be with your
channels(client and server)definations.


/Narasimha Reddy.V




-Original Message-
From: MQSeries List [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 08, 2002 1:35 AM
To: [EMAIL PROTECTED]
Subject: Not able to connect to Queue manager
Importance: High


Hi,

I have two manager name on the server:

Both the queue manager is running properly and is accessable with
command prompt utilities commands like amqsget, amqsbcg etc. But when my
applicaion tries to connect them, it gives an error with reason 2059. I
have checked following things:

1. Queue Manager name: This is correct and maintained properly, I have
checked this many times. Queue manager is up and running
2. mqs.ini: is alright.
3. Stopped the queue manager and restarted it.
4. I am able to do runmqsc on it.

Please provide some help on this.

Regards,
-Gaurav

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Problem when message size more than 4MB for Client Channel

2002-07-03 Thread Narasimha reddy v

Hi All,

This is Narasimha Reddy working as a  product developer,INDIA. I am felling
happpy to join in user list of MQ System. I have been working with MQseries
system since 1 year.

Now I am having a problem regarding MQ Client - channel size.

I am getting 2010 (MQRC_DATA_LENGTH_ERROR) error when I am using a
client program to send a message more then 4MB size . I have increased the
maximum message length of the client connection and also the server channel.

  The following are the definitions of my server channel and client
connection respectively.

server channel :

DEFINE CHANNEL(CHAN2) CHLTYPE(SVRCONN) TRPTYPE(TCP) DESCR('Server-connection
to Client_2')


client connection :

DEFINE CHANNEL(CHAN2) CHLTYPE(CLNTCONN) TRPTYPE(TCP) CONNAME(192.168.6.132)
QMNAME(local.qm) MAXMSGL(104857600) DESCR('Client-connection to Server_2')


Even after increasing the MAXMSGL to 100 MB, I am not able to send the
message more then 4MB file and still getting the same 2010 error.


The MQSERVER  environment variable is set to CHAN2/TCP/192.168.6.132.

I am running my C program on WINDOWS 2000, and compiled the program by
linking the mqic32.Lib

Please help me where I am going wrong.

Thanks in advance

Regards
Narasimha Reddy.V

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive