Author |
Message |
Topic: Socket files in /tmp directory |
gmabrito
Replies: 9 Views: 17139
|
Forum: General IBM MQ Support Posted: Sat Mar 05, 2005 2:29 am Subject: Socket files in /tmp directory |
What does it mean if these temp files are always empty? I am trying to trace down a common recurring FDC that says AMQ9213: A communications error for bind occurred. We are on 5.3 CSD08. We regular ... |
Topic: MQ event monitor problem on AIX |
gmabrito
Replies: 0 Views: 2133
|
Forum: IBM MQ API Support Posted: Thu Aug 14, 2003 9:15 am Subject: MQ event monitor problem on AIX |
I am having some problems with a multithreaded MQ program on AIX. I modified support pac (ms0k) to launch a separate thread at startup for each event queue by modifying the evmon.c module instead of ... |
Topic: two brokers one broker database? |
gmabrito
Replies: 5 Views: 5884
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 30, 2003 6:14 am Subject: two brokers one broker database? |
Has anyone shared broker databases for multiple brokers? We are using a database server for our broker database instead of having local databases to reduce administration tasks. Everything seems to ... |
Topic: space to NULL |
gmabrito
Replies: 9 Views: 7656
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 19, 2003 8:53 am Subject: space to NULL |
the trace shows an empty string. I am getting around it by
IF (elementname = '' or elementname IS NULL) THEN
elementname = ' ';
END IF;
This seems to be working fine. |
Topic: space to NULL |
gmabrito
Replies: 9 Views: 7656
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 19, 2003 5:31 am Subject: space to NULL |
COALESCE and IS NULL is not working because in the message it is a spaces, but when it gets to the insert removes the spaces. |
Topic: space to NULL |
gmabrito
Replies: 9 Views: 7656
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 18, 2003 2:12 pm Subject: space to NULL |
I am going to use COALESCE(source_value1, source_value2...) |
Topic: space to NULL |
gmabrito
Replies: 9 Views: 7656
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 18, 2003 1:21 pm Subject: space to NULL |
The element definition is:
Physical Type: Fixed Length String
Lenght Count : 8
Length Units : Bytes
Byte Alignment : 1 Byte
String Justification: Left Justify
Padding Character: SPACE
Skip Co ... |
Topic: space to NULL |
gmabrito
Replies: 9 Views: 7656
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 18, 2003 12:40 pm Subject: space to NULL |
I am having some probems with a string field that contains spaces. When I try to insert this field into a not null field in a database I get errors complaining that the field is null, when in reality ... |
Topic: WMQI ODBC driver |
gmabrito
Replies: 1 Views: 2678
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 03, 2003 11:00 am Subject: WMQI ODBC driver |
I need to talk to a SQL Server database from WMQI on Solaris 8. Is anyone doing this? Any suggestions on which ODBC driver to use?
Thanks in advance, |
Topic: Monitoring systems |
gmabrito
Replies: 0 Views: 1861
|
Forum: General IBM MQ Support Posted: Mon May 19, 2003 1:02 pm Subject: Monitoring systems |
Is anyone using IBM Tivoli Monitoring for Business Integration for WebSphere MQ or WebSphere MQ Integrator? If so, can you give some real world feedback. What was implementation and maintainence lik ... |
Topic: SQLCODE |
gmabrito
Replies: 2 Views: 2943
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 01, 2003 1:51 pm Subject: SQLCODE |
I am having some problems with SQLCODE. WMQI 2.1 CSD4 to Oracle 8.1.6 inside a compute node. When I treat database warnings as errors I get returned SQLCODE=100 when the row that I am searching for ... |
Topic: PassThru and single quotes |
gmabrito
Replies: 3 Views: 3612
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 18, 2003 1:15 pm Subject: PassThru and single quotes |
what about functions within Oracle that use the single quotes.
this doesn't work
SET OutputRoot.XML[] = PASSTHRU('SELECT to_char(sysdate, ''YYYYMMDDHH24MISS'') from dual');
this doesn't work ... |
Topic: oracle9i |
gmabrito
Replies: 0 Views: 1601
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 12, 2003 9:08 am Subject: oracle9i |
Is anyone out there using WMQI 2.1 csd4 and oracle9i to store messages in (not the broker database). Any problems, suggestions ?
Thanks |
Topic: multiple broker databases |
gmabrito
Replies: 1 Views: 2284
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 04, 2003 8:33 pm Subject: multiple broker databases |
I realize that it is possible for brokers to share the same broker database, but if I wanted each broker to have its own database, would I just have multiple stanza's in the .odbc.ini file for each da ... |
Topic: WMQI failover |
gmabrito
Replies: 0 Views: 1592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 20, 2003 3:25 pm Subject: WMQI failover |
I am trying to recover multiple brokers from two different servers onto a single server. I am able to do this with queue managers but I am having some trouble with the brokers. I don't have a great ... |