Author |
Message |
Topic: WBI MB - Message def file menu is not appearing. |
007_pandi
Replies: 2 Views: 2037
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 22, 2004 9:26 pm Subject: WBI MB - Message def file menu is not appearing. |
Hi,
Thanks. I have deleted .metadata directory & re-opened the toolkit. Now I could see msg def file option.
Thanks again.
by
Pandiarajan.J |
Topic: WBI MB - Message def file menu is not appearing. |
007_pandi
Replies: 2 Views: 2037
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 22, 2004 3:33 am Subject: WBI MB - Message def file menu is not appearing. |
Hi,
I have updated agent controller to 5.0.2 (after uninstalled the existing 5.0 version). and applied csd04 on MB5.0
Afterthat "Message definition file" option is not appearing in Message Brok ... |
Topic: WBI-MB : Broker is not created |
007_pandi
Replies: 2 Views: 2130
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 15, 2004 2:47 am Subject: WBI-MB : Broker is not created |
Hi,
I am new to WBI MB.
I am just followed up IBM doc (using WBI Getting started link) to setup broker. and getting following error .
my m/c config:
os: xp professional service pack 1
MQ-5 ... |
Topic: Secure authentication |
007_pandi
Replies: 7 Views: 5439
|
Forum: General IBM MQ Support Posted: Mon Nov 29, 2004 9:28 pm Subject: Secure authentication |
Raj,
We have used java keytool to generate personal certificate on solaris m/c.
Because you are using gsk6icmd command, you can very well follow Ibm mq ssl pdf to clear your doubts.
1. for p ... |
Topic: SSL problem cannot recover key (error Code 2059:) help me |
007_pandi
Replies: 7 Views: 37785
|
Forum: General IBM MQ Support Posted: Sun Nov 28, 2004 8:51 pm Subject: SSL problem cannot recover key (error Code 2059:) help me |
Hi All,
Thanks for all your support. We have successfully implemented SSL configuration.
The problem was , MQBase java program was referring some other .keystore file defaultly instead of the on ... |
Topic: Secure authentication |
007_pandi
Replies: 7 Views: 5439
|
Forum: General IBM MQ Support Posted: Sun Nov 28, 2004 8:39 pm Subject: Secure authentication |
Hi Raj,
To do the things for SSL implementation on Windows, you can download MQ SSL pdf from ibm MQSeries libraray site and follow up the steps.
or the following url also may be useful for you.
... |
Topic: SSL problem cannot recover key (error Code 2059:) help me |
007_pandi
Replies: 7 Views: 37785
|
Forum: General IBM MQ Support Posted: Thu Nov 25, 2004 6:37 am Subject: Getting 2059 error (cannot recover key) |
Hi,
---------------------
while running the program, I am getting following error in client side ssl error log. No error found in MQ Qmgr log.
keyStore is : /var/mqm/ssl/QMJPMCTEST1/QMJPMCTEST1 ... |
Topic: SSL problem cannot recover key (error Code 2059:) help me |
007_pandi
Replies: 7 Views: 37785
|
Forum: General IBM MQ Support Posted: Wed Nov 24, 2004 8:52 pm Subject: SSL problem cannot recover key (error Code 2059:) help me |
Thanks for your reply.
In my client m/c (Solaris), there is no MQServer installed. only I have copied mq jar files (mq.jar,mqbind.jar,...ect) to work on this. It is working fine without SSL. Proble ... |
Topic: SSL problem cannot recover key (error Code 2059:) help me |
007_pandi
Replies: 7 Views: 37785
|
Forum: General IBM MQ Support Posted: Wed Nov 24, 2004 6:37 am Subject: SSL problem cannot recover key (error Code 2059:) help me |
If I remove SSLCIPH value in the server connection channel, it works (I mean without ssl). But the problem is getting while SSL is configured.
I have copied AMQCLCHL.TAB file to solaris m/c & e ... |
Topic: SSL problem cannot recover key (error Code 2059:) help me |
007_pandi
Replies: 7 Views: 37785
|
Forum: General IBM MQ Support Posted: Mon Nov 22, 2004 5:11 am Subject: SSL problem cannot recover key (error Code 2059:) help me |
Hi,
my req is to implement SSL on my application.
MQ Client application is running on Solaris
MQ Qmgr is running on Windows xp.
The following things has been done:
1. I have got the perso ... |
Topic: Looking MQ+J2EE in Banking/Financial domain in India |
007_pandi
Replies: 4 Views: 7425
|
Forum: Job Seekers Posted: Tue Aug 31, 2004 9:22 pm Subject: Looking MQ+J2EE in Banking/Financial domain in India |
I am 4 years of exp in MQ (development, part of Admin work + Testing) + J2EE(Jsp,Servlet & EJB) + Message Configuration
in Banking / Financial Domain.
I am looking for a EAI role in th ... |
Topic: 2010 error . Urgent help need |
007_pandi
Replies: 9 Views: 10027
|
Forum: General IBM MQ Support Posted: Thu Feb 05, 2004 6:02 pm Subject: 2010 error . Urgent help need |
Hi,
I am getting totally confused . If you see my C++ code, already i am using MQCONNX mode.
My client program & server program is running in the same m/c.
Clear my following doubts.
... |
Topic: 2010 error . Urgent help need |
007_pandi
Replies: 9 Views: 10027
|
Forum: General IBM MQ Support Posted: Wed Feb 04, 2004 10:19 pm Subject: 2010 error . Urgent help need |
post your java code as well.
Cheers
Kumar
--------------------java code----------------------
// Local queue - Client Mode
import com.ibm.mq.*; // Include the MQ package
impo ... |
Topic: 2010 error . Urgent help need |
007_pandi
Replies: 9 Views: 10027
|
Forum: General IBM MQ Support Posted: Mon Feb 02, 2004 5:56 pm Subject: 2010 error . Urgent help need |
Hi Kumrar,
Thanks for reply. But already I saw error description from ibm docs. Afterthat only I have changed channel maxmsgl attribute.
And also error description 'DataLength parameter is not val ... |
Topic: 2010 error . Urgent help need |
007_pandi
Replies: 9 Views: 10027
|
Forum: General IBM MQ Support Posted: Mon Feb 02, 2004 2:17 am Subject: 2010 error . Urgent help need |
Hi,
Server connection channel name is correct. (using default. SYSTEM.DEF.SVRCONN). Channel size is 50 MB which is more than enough for transfer 20 MB data.
Thing is I have changed the MAXMSGL ... |