Author |
Message |
Topic: Problem with MbGlobalMapSessionPolicy in erternal Java File |
muthu_tek
Replies: 3 Views: 4287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 17, 2014 11:31 pm Subject: Problem with MbGlobalMapSessionPolicy in erternal Java File |
stoney is correct.
You can create static Java wrappers for common global cache tasks, such as getting/inserting a String value from a given Map. You can then call these Java methods from within ESQ ... |
Topic: JDBC connection to DB2 database |
muthu_tek
Replies: 7 Views: 10236
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 03, 2013 3:22 am Subject: JDBC connection to DB2 database |
Hi,
type4DatasourceClassName='com.ibm.db2.jcc.DB2DataSource'
You have to change XA DataSource Name in type4DatasourceClassName
Try as below:
type4DatasourceClassName='com.ibm.db2.jcc.DB2XAD ... |
Topic: Will mqsisetdbparms command work while broker is running? |
muthu_tek
Replies: 2 Views: 7783
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 27, 2011 7:28 am Subject: Will mqsisetdbparms command work while broker is running? |
Thanks for the reply mqmatt,
I am using Broker 6.1.0.5 . |
Topic: Will mqsisetdbparms command work while broker is running? |
muthu_tek
Replies: 2 Views: 7783
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 26, 2011 10:45 pm Subject: Will mqsisetdbparms command work while broker is running? |
Dear once,
We are aware of that we shoud stop broker while execute mqsisetdbparms command.
And, I saw in infor center like below,
You can run the mqsisetdbparms command while the broker is ... |
Topic: JDBC TYPE 4 Oracle Connection Problem in Message Broker |
muthu_tek
Replies: 8 Views: 50960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 26, 2011 1:39 am Subject: JDBC TYPE 4 Oracle Connection Problem in Message Broker |
Why is it important to only use one configurable service?
Why is it important to specify the security ID on the configurable service itself, rather than somewhere else?
Yes I have to fetch Da ... |
Topic: FYI: Tutorial on tagged fixed length messages with MRM/TDS |
muthu_tek
Replies: 14 Views: 99020
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 26, 2011 12:58 am Subject: FYI: Tutorial on tagged fixed length messages with MRM/TDS |
Very Excellent Post!!!! |
Topic: JDBC TYPE 4 Oracle Connection Problem in Message Broker |
muthu_tek
Replies: 8 Views: 50960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 26, 2011 12:19 am Subject: JDBC TYPE 4 Oracle Connection Problem in Message Broker |
You've confirmed that the security id is correctly setup with mqsisetdbparms?
Hi mqjeff,
Yes,You are correct. Issue is in mqsisetdbparms only.
Wrong Command
mqsisetdbparms OMNTO31T -n j ... |
Topic: JDBC TYPE 4 Oracle Connection Problem in Message Broker |
muthu_tek
Replies: 8 Views: 50960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 25, 2011 4:35 am Subject: JDBC TYPE 4 Oracle Connection Problem in Message Broker |
Dear mqjeff,
Thanks for your reply,
Have you confirmed that the port and host are the correct values, and that you can actually telnet to that from the broker machine? Does the DBA see that ... |
Topic: JDBC TYPE 4 Oracle Connection Problem in Message Broker |
muthu_tek
Replies: 8 Views: 50960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Apr 23, 2011 10:14 pm Subject: JDBC TYPE 4 Oracle Connection Problem in Message Broker |
Hi smdavies99,
Thanks for your reply,
The advice given (by mqjeff I think) was DO NOT CHANGE THIS VALUE.
I tried even that
JDBCProviders
DEVSOA
connectionUrlFormat='jdbc: ... |
Topic: JDBC TYPE 4 Oracle Connection Problem in Message Broker |
muthu_tek
Replies: 8 Views: 50960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Apr 23, 2011 9:08 pm Subject: JDBC TYPE 4 Oracle Connection Problem in Message Broker |
Dear Once,
I try to access oracle database from java compute node in message broker 6.1.0.5. I configured configurable service for JDBC Type 4 connection But I couldnt access database.
JDBCPro ... |
Topic: mqsicreatebroker command calling from java |
muthu_tek
Replies: 16 Views: 18208
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 21, 2010 9:38 pm Subject: mqsicreatebroker command calling from java |
Thanks for your input guys.
did you source the mqsiprofile *before* running your Java program
Yes,I sourced the mqsiprofile command properly before running Java apps. |
Topic: mqsicreatebroker command calling from java |
muthu_tek
Replies: 16 Views: 18208
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 21, 2010 7:08 am Subject: mqsicreatebroker command calling from java |
I wasn't aware you could run batch files directly from java
We can run batch file from java
mqsiprofile has been sourced
mqsiprofile path is exactly correct "C:\Program Files\IBM\MQSI ... |
Topic: mqsicreatebroker command calling from java |
muthu_tek
Replies: 16 Views: 18208
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 21, 2010 5:41 am Subject: mqsicreatebroker command calling from java |
Does the batch file that "works" when you call mq commands attempt to read the output of a specific command?
yes.it works fine.
*where* in your program that it is "getting stuck& ... |
Topic: mqsicreatebroker command calling from java |
muthu_tek
Replies: 16 Views: 18208
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 21, 2010 4:25 am Subject: mqsicreatebroker command calling from java |
Thanks guys for valuable input.
As to why the Java doesn't work, no clue. On this or any other Java issue
My program getting struck while call a mqsicreatebroker command in bat file.
But, If ... |
Topic: mqsicreatebroker command calling from java |
muthu_tek
Replies: 16 Views: 18208
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 21, 2010 4:04 am Subject: mqsicreatebroker command calling from java |
Any Help ?  |