Author |
Message |
Topic: TCP/IP Ports - Connection timeout issue |
AJStar
Replies: 1 Views: 3566
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Sep 05, 2009 1:39 am Subject: TCP/IP Ports - Connection timeout issue |
Hi Folks, any views on this issue?  |
Topic: TCP/IP Ports - Connection timeout issue |
AJStar
Replies: 1 Views: 3566
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 30, 2009 11:48 pm Subject: TCP/IP Ports - Connection timeout issue |
Hi All,
I have a problem with TCP/IP connection timeouts while using the TCPIPClient Configurable service.
I'm using WMB 6.1.0.3. My message flow consists of a TCPIPClientOutput node and a TCPIP ... |
Topic: Parameters could not be match with Database stored procedure |
AJStar
Replies: 4 Views: 12043
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 30, 2008 4:08 am Subject: Parameters could not be match with Database stored procedure |
The signature of your stored procedure definition is different from the stored procedure call.
You are expecting a result set, but your stored proc definition doesn't seem to return one !!
Some ... |
Topic: Use of THE function |
AJStar
Replies: 4 Views: 3321
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 21, 2008 2:12 am Subject: Use of THE function |
SET employeeName.Result
You are doing 2 things here (1) Query DB (2) Storing result
SET employeeName.Result
You are doing 3 things here (1) Query DB (2) using THE function (3) Storing result
... |
Topic: [DataDirect][ODBC lib] Specified driver could not be loaded |
AJStar
Replies: 5 Views: 3686
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 14, 2008 9:26 pm Subject: [DataDirect][ODBC lib] Specified driver could not be loaded |
Have you checked if your "ODBCINI" environment variable points to the correct path of your ODBC64.INI file where the driver details of your DSN reside?? |
Topic: Input to mqsireadlog |
AJStar
Replies: 5 Views: 4919
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 09, 2008 4:17 am Subject: Re: mqsireadlog works out which files it needs |
It only writes them if you enable user or service trace levels greater than "NONE" with mqsichangelog or the toolkit.
I guess you meant mqsichangetrace !!!  |
Topic: mqsicreatebar and ant error |
AJStar
Replies: 5 Views: 4078
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 01, 2008 7:42 pm Subject: mqsicreatebar and ant error |
Your script seems fine.
What is the JRE version your ANT uses? You might want to use V1.5 or above if you use ANT V1.7. |
Topic: mqsicreatebar and ant error |
AJStar
Replies: 5 Views: 4078
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 31, 2008 10:14 pm Subject: Re: mqsicreatebar and ant error |
What is the error that you get??
Try using the other slash...
<property name="toolkit.home" value="D:/IBM/MessageBrokersToolkit/6.0" />
.
.
<exec executable=& ... |
Topic: Receive "array" xml - Parsing exception |
AJStar
Replies: 2 Views: 1906
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 20, 2008 8:37 pm Subject: Receive "array" xml - Parsing exception |
Your XML is not well-formed. Please validate it manually (or open in IE) and you can find out what the problem is.
SET OutputRoot.XML.msg.address1 = InputRoot.XML.msg.address.add1;
What's that, ... |
Topic: Losing all field references on saving/building project |
AJStar
Replies: 5 Views: 3495
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 17, 2008 7:40 pm Subject: Re: Losing all field references on saving/building project |
I have my msgFlow project with various ESQL files and my msgSet project which my msgFlow references.
Oh!!! sorry, I guess you have
Is this a known issue in WMB 6
There are some strange behav ... |
Topic: Losing all field references on saving/building project |
AJStar
Replies: 5 Views: 3495
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 17, 2008 7:36 pm Subject: Losing all field references on saving/building project |
Does this happen even after you have added the message set project as a reference in you msgflow project?? |
Topic: Deleting Broker without DB connection |
AJStar
Replies: 4 Views: 2951
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 14, 2008 4:59 am Subject: Deleting Broker without DB connection |
Worked
It threw errors for the missing tables, but ultimately deleted the broker (which is what was important for me ) |
Topic: Deleting Broker without DB connection |
AJStar
Replies: 4 Views: 2951
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 13, 2008 3:53 am Subject: Deleting Broker without DB connection |
But what about the broker tables?? There will be none in the newly re-created DB right? Is that OK? |
Topic: Deleting Broker without DB connection |
AJStar
Replies: 4 Views: 2951
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 13, 2008 3:40 am Subject: Deleting Broker without DB connection |
Is there anyway to forcefully delete a broker without letting it connect to the DB?
I accidently deleted the Broker DB and now cant delete the broker  |
Topic: IbmRecoverableException cuaght from worker |
AJStar
Replies: 2 Views: 2377
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 12, 2008 12:30 am Subject: IbmRecoverableException cuaght from worker |
Pls give us some more details...
1) Code in the Filter node
2) the full exceptionlist / trace
3) broker version, fp |