Author |
Message |
Topic: SQL Exception Calling Oracle Stored Procedure with XML Param |
junzi88
Replies: 2 Views: 2111
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 21, 2015 11:17 am Subject: SQL Exception Calling Oracle Stored Procedure with XML Param |
IIB does support XML data type. I checked with our DBA and recently the ORACLE was upgraded to 11.2.0.4.8 which makes current IBM ODBC stop working. I opened PMR with IBM to request the fix for the OD ... |
Topic: SQL Exception Calling Oracle Stored Procedure with XML Param |
junzi88
Replies: 2 Views: 2111
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 18, 2015 1:05 pm Subject: SQL Exception Calling Oracle Stored Procedure with XML Param |
Hello,
We are using WMB 8.0.0.4 and the service calls the ORACLE database stored procedure with 8.0.0.4 ODBC driver. One of OUT parameter of the stored procdure is XML data type. When the message ... |
Topic: HTTPRequest Node Timeout Setting Does Not Work |
junzi88
Replies: 7 Views: 9377
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 09, 2015 7:11 am Subject: HTTPRequest Node Timeout Setting Does Not Work |
Hello,
Recently our HUB main flow stopped working for several time when back end mainframe was down. The symptom was HTTPRequest node calling backend services did not timeout and never came back. ... |
Topic: Validate Message After MQInput Node Against Schema |
junzi88
Replies: 6 Views: 4725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 06, 2015 8:03 am Subject: Validate Message After MQInput Node Against Schema |
Thank Jeff and Victor. In mainflow SOAPRequest node holds the threads. That's why we want to use MQ output node instead. On webservice side, we use MQ input node to get the message. After get message ... |
Topic: Validate Message After MQInput Node Against Schema |
junzi88
Replies: 6 Views: 4725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 06, 2015 6:31 am Subject: Validate Message After MQInput Node Against Schema |
Hello, we have a mainflow to call a webservice which is on different broker. Because webservice takes very long time to response due to its complex business logic It holding mainflow threads causes ma ... |
Topic: mqsipackagebar archive dependent java lib twice |
junzi88
Replies: 10 Views: 6728
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 27, 2015 5:26 am Subject: mqsipackagebar archive dependent java lib twice |
mqsipackagebar archive the same jar twice as I described earlier. Maybe it is default behavior and no negative impact during runtime. But it is not same Toolkit does. |
Topic: mqsipackagebar archive dependent java lib twice |
junzi88
Replies: 10 Views: 6728
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 26, 2015 8:58 am Subject: mqsipackagebar archive dependent java lib twice |
It appears -compileOnly did not really work. The bar file I created earlier with -compileOnly and -b has .cmf files. The java project is created as jar file. When I tried to deploy the bar, I got erro ... |
Topic: mqsipackagebar archive dependent java lib twice |
junzi88
Replies: 10 Views: 6728
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 26, 2015 7:28 am Subject: mqsipackagebar archive dependent java lib twice |
On the Manage tab, after expended Command for packaging the BAR contents, it shows mqsipackagebar -a <barName> -w <rootLocaion> -k myApp. However, when I just used this command to build wh ... |
Topic: mqsipackagebar archive dependent java lib twice |
junzi88
Replies: 10 Views: 6728
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 22, 2015 12:44 pm Subject: mqsipackagebar archive dependent java lib twice |
How can I know which command my toolkit used when I used New Bar file in pop menu. Project->Build for msqipackagebar says bar has been created. I am guessing it is using msqipackagebar.
The bar t ... |
Topic: mqsipackagebar archive dependent java lib twice |
junzi88
Replies: 10 Views: 6728
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 22, 2015 7:43 am Subject: mqsipackagebar archive dependent java lib twice |
We use ant to build bar file in Jenkins. First the ant script call mqsicreatebar to compile application project with compileOnly. This project reference another java project. We put all apache depende ... |
Topic: Questions on simple FTE setup |
junzi88
Replies: 1 Views: 4086
|
Forum: IBM MQ File Transfer Edition Posted: Wed Nov 27, 2013 8:32 am Subject: Questions on simple FTE setup |
Hello, I downloaded trial version of FTE. First I created one new Queue manager FTEQM in my local window 7 PC to use it as Coordination/Command/agent QM. I installed server with all Bind mode selectio ... |
Topic: New to MQTT of WMB |
junzi88
Replies: 0 Views: 1254
|
Forum: General IBM MQ Support Posted: Mon Oct 28, 2013 5:18 am Subject: New to MQTT of WMB |
Hello,
Can anyone point me where I can start to explore MQTT of WMB? There is no information and sample in info center. But I did saw many questions in the forum. For newbie, where should I start? ... |
Topic: Strange Namespace after JAXB mashing in Java node |
junzi88
Replies: 7 Views: 6437
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 30, 2013 6:13 am Subject: Strange Namespace after JAXB mashing in Java node |
I noticed that computer node either via ESQL or maybe java to compose the message does NOT follow schema. for example, the schema define <sequence>, if I assign fields value order not follow seq ... |
Topic: Strange Namespace after JAXB mashing in Java node |
junzi88
Replies: 7 Views: 6437
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 30, 2013 6:02 am Subject: Strange Namespace after JAXB mashing in Java node |
According to the suggestion, I changed the configuration in the schema elementFormDefault="qualified" to elementFormDefault="unqualified". JAXB portion worked.
However, same sch ... |
Topic: problem creating SOAP tree from bitstream |
junzi88
Replies: 30 Views: 52385
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 27, 2013 1:26 pm Subject: problem creating SOAP tree from bitstream |
Same problem is happening in my flow with SOAP Request node. After SOAP Request node, under Message, there is message "creating SOAP tree from bitstream". Then went to trace node, the trace ... |