Author |
Message |
Topic: ODBC Driver not found - no default driver configured |
gkorodi
Replies: 1 Views: 3972
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 09, 2007 3:48 pm Subject: ODBC Driver not found - no default driver configured |
It looks like you might need to verify your ODBC settings on the Windows box. Make sure the setup is still valid under "System DSN" and worst case, try to trace it with the Windows utility.
... |
Topic: Questions regarding the size of the local environment |
gkorodi
Replies: 1 Views: 3494
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 20, 2007 3:04 pm Subject: Questions regarding the size of the local environment |
Go ahead, make message broker's day, but do not forget, that localenvironment is not retained after a message has left the message flow. If you get a message, copy it to the localenvironment, and then ... |
Topic: how to control the output message in MQOutput |
gkorodi
Replies: 8 Views: 6864
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 19, 2007 4:23 pm Subject: how to control the output message in MQOutput |
Going out on a limb here, since you have not given much info about input/output formats and requirements, but you can just set the Properties.MessageDomain to XML (if that is the output) and make the ... |
Topic: Number of flows in am Execution Group |
gkorodi
Replies: 1 Views: 1991
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 19, 2007 4:13 pm Subject: Number of flows in am Execution Group |
There is an OS limit (at least on AIX) for each process (which the Execution group is one of them). Each message flow that are different have a different memory requirement/footprint. Depending on the ... |
Topic: SWIFT Message Development |
gkorodi
Replies: 2 Views: 2823
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 22, 2007 7:44 am Subject: SWIFT Message Development |
Does anybody know about samples, techniques and approaches about SWIFT message development?
I am asking a general question here. Or just point me to some training or development site. I might even ... |
Topic: Does ESQL is needed any more |
gkorodi
Replies: 8 Views: 5478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 20, 2007 4:02 am Subject: Does ESQL is needed any more |
IMHO you will never get the same performance with java that you would get from ESQL.
Not even close.
However, you could use a lot more additional functionality (at the price of performance) with ... |
Topic: problem durung migration v5 to v6 |
gkorodi
Replies: 12 Views: 10927
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 05, 2007 2:06 pm Subject: problem durung migration v5 to v6 |
Typo? with a missing quote, or extra quote? Maybe? |
Topic: Unable to add broker to config mgr |
gkorodi
Replies: 12 Views: 11725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 01, 2007 6:25 am Subject: Unable to add broker to config mgr |
I go along with that.
good cop, bad cop
Here is the info for UNIX/LINUX:
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/topic/com.ibm.etools.mft.eb.doc/ae12950_.htm?resultof=%22%6d%71%7 ... |
Topic: Unable to add broker to config mgr |
gkorodi
Replies: 12 Views: 11725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 01, 2007 4:02 am Subject: Unable to add broker to config mgr |
you might want to delete everything like jeff said, but make sure you delete the broker from the config manager first. either through the toolkit, or through the proxy. Now that the ConfigManager know ... |
Topic: Unable to add broker to config mgr |
gkorodi
Replies: 12 Views: 11725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 31, 2007 6:08 pm Subject: Unable to add broker to config mgr |
Indeed, that seems to be an indication that you did not delete the broker from the ConfigMgr's domain.
You can check the UUID of the new broker in
$MQSI_REGISTRY/$BROKER_NAME/BrokerUUID file. and ... |
Topic: Unable to add broker to config mgr |
gkorodi
Replies: 12 Views: 11725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 31, 2007 4:49 pm Subject: Unable to attach broker to ConfigManager |
What is the actual error? IBM would ask you for the envionment "env | sort > environment.txt" and probably for the trace file. Where is the error generated? Can you start the broker?
A ... |
Topic: JMS message Impl in MQSeries 5.2 |
gkorodi
Replies: 3 Views: 3093
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 30, 2003 1:16 pm Subject: JMS message Impl in MQSeries 5.2 |
Thanks for the response. I will look for other solutions within the java libraries.
Cheers, |
Topic: JMS message Impl in MQSeries 5.2 |
gkorodi
Replies: 3 Views: 3093
|
Forum: IBM MQ Java / JMS Posted: Sun Sep 28, 2003 4:04 pm Subject: JMS message Impl in MQSeries 5.2 |
I am trying to use BytesMessageImpl, StreamMessageImpl or TextMessageImpl. Everything extends MessageImpl which implements javax.jms.Message. How can I avoid this method to be called in the underlying ... |