Author |
Message |
Topic: Creating 6.1 broker with 32-bit database instance |
m4c0
Replies: 1 Views: 2133
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 17, 2008 3:52 am Subject: Re: Creating 6.1 broker with 32-bit database instance |
odbc.ini section looks like
# DB2 version 8 stanza
I guess you must reference the libdb2.SO dynamic library, not the libdb2.A static library. |
Topic: Blob to Meaning ful string conversion |
m4c0
Replies: 5 Views: 4357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 14, 2008 5:41 am Subject: Blob to Meaning ful string conversion |
I resolved the problem aniways thanks...for your reply
Ermm... Can you tell us how?  |
Topic: How to keep information in case of a Catch in a Try-Catch |
m4c0
Replies: 6 Views: 3236
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 14, 2008 5:17 am Subject: How to keep information in case of a Catch in a Try-Catch |
Quick doubt: do you need to send the message to all databases or just the one that matches a filter?
Anyway, if you need to reprocess the message in case of error, I guess a "failure" que ... |
Topic: Blob to Meaning ful string conversion |
m4c0
Replies: 5 Views: 4357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 14, 2008 5:11 am Subject: Blob to Meaning ful string conversion |
I think I didn't understand. You receive a BLOB message from MQ. Is this message binary? If so, you need to encode it to pass to a WS. Try using base64.
BTW, what does the Java compute node do? |
Topic: MQSI freezes with Oracle |
m4c0
Replies: 18 Views: 11358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 13, 2008 12:01 pm Subject: MQSI freezes with Oracle |
IBM support should be able to resolve any issues with mqsistart.bin.
You have never been able to use Oracle's ODBC driver with message broker, only the DataDirect Drivers.
Contact IBM Support.
... |
Topic: MQSI freezes with Oracle |
m4c0
Replies: 18 Views: 11358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 13, 2008 11:02 am Subject: MQSI freezes with Oracle |
There's an issue with the DataDirect driver version 5.3.
IBM support has a workaround or a fix.
I've forgotten the details.
This is bad news...
I couldn't use DD 5.2, because mqsist ... |
Topic: CData within CData question |
m4c0
Replies: 9 Views: 7438
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 13, 2008 10:34 am Subject: CData within CData question |
Did you try mapping the first CDATA as a BLOB then reparse as a XML to access the second CDATA?
I never tested with CDATA, but, in XML, CDATA is only an easy way to embed invalid XML text inside a ... |
Topic: MQSI freezes with Oracle |
m4c0
Replies: 18 Views: 11358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 13, 2008 9:02 am Subject: MQSI freezes with Oracle |
Contact IBM support for a workaround.
Is this your opinion or this is a known bug? I can workaround using DB2 to host the broker database and JDBC to access my user database, but this is not right. ... |
Topic: SOAP Request Problems |
m4c0
Replies: 4 Views: 4767
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 13, 2008 7:30 am Subject: SOAP Request Problems |
I'm very new to WMB. How would I check that out?
This is seems to be related to the webservice you are calling... Have you tried calling it from an standalone application (like SoapUI)?
Based on ... |
Topic: Failed to allocate memory abend error |
m4c0
Replies: 14 Views: 18157
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 13, 2008 7:20 am Subject: Failed to allocate memory abend error |
Which node is consuming lots of memory? Compute, Mapping, Java Compute? |
Topic: SOAP Request Problems |
m4c0
Replies: 4 Views: 4767
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 13, 2008 7:17 am Subject: SOAP Request Problems |
javax.xml.stream.XMLStreamException: An invalid XML character (Unicode: 0xe1) was found in the prolog of the document.
Are you declaring your XML as unicode, but including extended ASCII chars on i ... |
Topic: MQSI freezes with Oracle |
m4c0
Replies: 18 Views: 11358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 13, 2008 7:11 am Subject: MQSI freezes with Oracle |
Broker is 32bit:
$ ldd `which mqsistart.bin`
linux-gate.so.1 => (0xffffe000)
...
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0xf7053000)
libpthread ... |
Topic: MQSI freezes with Oracle |
m4c0
Replies: 18 Views: 11358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 13, 2008 4:16 am Subject: MQSI freezes with Oracle |
I'm using drivers provided by MQSI. Tried both "merant" and "v5.3":
/opt/ibm/mqsi/6.1/merant/lib/UKor823.so
/opt/ibm/mqsi/6.1/ODBC32/V5.3/lib/UKor823.so |
Topic: MQSI freezes with Oracle |
m4c0
Replies: 18 Views: 11358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 13, 2008 3:52 am Subject: MQSI freezes with Oracle |
Everytime MQSI tries to access an Oracle database, it freezes. If I create the broker database on Oracle, the "mqsicreatebroker" command freezes. If I use DB2 as broker DB and then deploy a ... |
Topic: Cluster and HA concept |
m4c0
Replies: 6 Views: 6869
|
Forum: Clustering Posted: Mon Nov 10, 2008 4:56 am Subject: Cluster and HA concept |
Credito,
Do you need load balancing or just "HA"? |