Author |
Message |
Topic: Trace Node - Set File Path dynamically |
fcotait
Replies: 1 Views: 1933
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 21, 2005 8:03 am Subject: Trace Node - Set File Path dynamically |
It´s possible to set properties of Trace node dynamically ? If yes, How can I do this ?
Thanks a lot |
Topic: Msg Flow with error only in AIX |
fcotait
Replies: 4 Views: 4533
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 19, 2005 5:56 pm Subject: Msg Flow with error only in AIX |
Yes, the plug-in is working...
I've already problems whith this plug-in (desing "in company"), but the stranger is it working in windows.
In AIX, each loop I call one Stored Procedure (same flow ... |
Topic: Msg Flow with error only in AIX |
fcotait
Replies: 4 Views: 4533
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 19, 2005 4:57 pm Subject: Msg Flow with error only in AIX |
My configuration:
WBIMB 5 - CSD 4
WMQ 5.3 - CSD 7
AIX 5.2
Windows 2000 Service Pack 3
The ExceptionList shows the same thing of Trace (previus message)
Thanks |
Topic: Msg Flow with error only in AIX |
fcotait
Replies: 4 Views: 4533
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 19, 2005 3:29 pm Subject: Msg Flow with error only in AIX |
Hi all,
I have a message flow running on Windows 2000 ok (this message flow have a loop). When I run this same message flow on AIX after the 20 loop I received this error
2005-01-19 20:27:02.29 ... |
Topic: Putting XML in a MbElement in java plugin |
fcotait
Replies: 2 Views: 5790
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 16, 2004 8:41 pm Subject: Putting XML in a MbElement in java plugin |
Hi jlalbor,
Have you resolved your problem ? I have the same error and I can't fix this error.
Tks |
Topic: Removing Commas out of a numeric Field |
fcotait
Replies: 6 Views: 4616
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 14, 2004 7:31 pm Subject: Removing Commas out of a numeric Field |
You can create a function to remove commas chars using functions POSITION and SUBSTRING
Try the function below (I didn't test the code)
CREATE FUNCTION WHITOUTCHAR(S CHAR, CH CHAR) RETUR ... |
Topic: Java Plug-in Node - Message propagated length 0 |
fcotait
Replies: 0 Views: 2092
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 01, 2004 5:55 pm Subject: Java Plug-in Node - Message propagated length 0 |
Hi all,
I created a Java Plug In Node to transform a BLOB to XML.
Everything is working, except the length of the message propagated in que queue is 0 (zero) . In debug mode, it seems is workin ... |
Topic: ISO 8583 parser |
fcotait
Replies: 1 Views: 3600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 26, 2004 8:27 am Subject: ISO 8583 parser |
Hi all,
I want to create a MRM map to parser a ISO 8583 message...
I've already try to create a java plugin using JPOS (0000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ............... ... |
Topic: Compiling COBOL with SQL and MQI on AS/400 |
fcotait
Replies: 1 Views: 2394
|
Forum: IBM MQ API Support Posted: Wed Nov 17, 2004 6:17 am Subject: Compiling COBOL with SQL and MQI on AS/400 |
Hi all,
I need to compile a COBOL program on AS/400. In my code I have MQI and EXEC SQL calls. In the manual (Application Programming Guide / Part 3 / Chapter 28 ) I found this :
SQL programmin ... |
Topic: Announce: WBIMB 5.0 CSD04 is available |
fcotait
Replies: 5 Views: 4668
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 13, 2004 4:52 pm Subject: Announce: WBIMB 5.0 CSD04 is available |
Hi,
Where is the support to call Java classes from ESQL (http://www.mqseries.net/phpBB2/viewtopic.php?p=67470&highlight=#67470) ? I didn't find nothing about this in the memo.ptf and readme.ht ... |
Topic: Carriage Return + Linefeed (MRM) |
fcotait
Replies: 2 Views: 2849
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 08, 2004 5:15 pm Subject: Carriage Return + Linefeed (MRM) |
You need to create a element with type "byte"
CR - Carriage Return (1 byte) x'0d'
LF - Line Feed (1 byte) x'0a'
In a ESQL to represent CRLF use x'0d0a' |
Topic: WBI Message Broker - Technical Trends and Directions |
fcotait
Replies: 6 Views: 5538
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jul 31, 2004 10:54 pm Subject: WBI Message Broker - Technical Trends and Directions |
Hi Kiran,
Do you know when this Service Pack will be ready ?
I need to call Java Classes from WBIMB, so this new service pack will be very welcome
Thanks |
Topic: Oracle Stored Procedure - REF CURSOR |
fcotait
Replies: 1 Views: 3233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 15, 2004 6:56 am Subject: Oracle Stored Procedure - REF CURSOR |
Hi all,
I'm trying to call a Oracle Stored Procedure with REF CURSOR parameter.
How can I pass a REF CURSOR to Oracle through the WBIMB compute node ?
My WBIMB version is 5 with CSD 3 and t ... |
Topic: WMQI5.0 + WebServices + HTTPS/SSL |
fcotait
Replies: 7 Views: 6863
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 16, 2004 7:59 am Subject: WMQI5.0 + WebServices + HTTPS/SSL |
I didn´t use a HTTP server to do Https with WBIMB. You only have to configure the software Stunnel.
www.stunnel.org to see how to configure this software. |
Topic: WBIMB Debug on linux |
fcotait
Replies: 1 Views: 1867
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 23, 2004 6:39 am Subject: WBIMB Debug on linux |
Hi all,
I instaled my Broker and Agent Controller on Linux
When I try to Debug, the connection works, but the window "Attach to the flow Engine" didn´t show anything.
My Linux is RedHat 7.2 ... |