Author |
Message |
Topic: Emailoutput Security identity problem |
Omuch
Replies: 6 Views: 3104
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 17, 2016 1:57 am Subject: Emailoutput Security identity problem |
Why are you using an out of support version of the product?
In the production we still have a few 7 version brokers so i have to supprot them for now.
There are later FixPacks for V7. Have you ... |
Topic: Emailoutput Security identity problem |
Omuch
Replies: 6 Views: 3104
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 14, 2016 7:24 am Subject: Emailoutput Security identity problem |
Hi
I'm using WMB 7.0.0.5
I'm trying to send an email to SMTP server through an EmailOutput node.
I configured These settings on the broker:
mqsisetdbparms BROKER -n smtp::MyIdentit ... |
Topic: Generate xsd from DFDL xsd |
Omuch
Replies: 5 Views: 3448
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 08, 2015 12:22 am Subject: Generate xsd from DFDL xsd |
Hi
I'm using IIB 9
I have a copybook file of a particular service , and I created new DFDL xsd file from that cpy file.
Now, I want to create xsd file that will be exposed to my counsumers.
... |
Topic: MQ client on windows server 2012 |
Omuch
Replies: 1 Views: 5178
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Sep 06, 2015 10:57 pm Subject: MQ client on windows server 2012 |
Hi
I'm trying to install MQ client (7.5.0.4) on windows server 2012.
At the end of the installation I get an error, the event log says:
"Activation context generation failed for "C: ... |
Topic: Try Catch node issue |
Omuch
Replies: 8 Views: 8615
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 14, 2015 1:28 pm Subject: Try Catch node issue |
But on the original topic, I can confirm that the correct behaviour should be that a recoverable exception thrown downstream of the "try" terminal on the TryCatch node should always be p ... |
Topic: Try Catch node issue |
Omuch
Replies: 8 Views: 8615
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 14, 2015 8:52 am Subject: Re: Try Catch node issue |
Bingo.
If there's an exception in the flow attached to the First terminal of a FlowOrder node, the flow attached to the Second terminal will still execute.
So what you're saying basically is ... |
Topic: Try Catch node issue |
Omuch
Replies: 8 Views: 8615
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 14, 2015 8:14 am Subject: Re: Try Catch node issue |
I will explain.
In my main flow I do some things like http request , insert the response to DB and more stuff.
When an exception occurs on the main flow ,I have an exception handler that connec ... |
Topic: Try Catch node issue |
Omuch
Replies: 8 Views: 8615
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 14, 2015 2:25 am Subject: Try Catch node issue |
Hi
I'm using WMB 7.0.0.5
I have a main flow that includes subflow.
Inside the subflow i have :
Input -> Try Catch node -> other nodes connected to the Try terminal,
nothing is connect ... |
Topic: run msgmap after map in IIB9 |
Omuch
Replies: 1 Views: 1590
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 27, 2014 12:36 am Subject: run msgmap after map in IIB9 |
Hi
I use IIB 9.
I have a flow with two mapping nodes, map and after it an old msgmap
MQInput -> Mapping(new) -> Mapping(old msgmap).
The old msgmap maps few fileds and a whole complex ... |
Topic: FileInput node doesn't read |
Omuch
Replies: 7 Views: 3859
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 25, 2014 8:20 am Subject: FileInput node doesn't read |
I already checked all of that, still not working |
Topic: FileInput node doesn't read |
Omuch
Replies: 7 Views: 3859
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 25, 2014 6:43 am Subject: FileInput node doesn't read |
Hi
I'm using WMB 7.0.0.5 on Windows server 2008 R2
This is my situation:
- I can't read files with FileInput / FileRead node from local server.
- I checked the permissions on the directories ... |
Topic: RTC plugin in toolkit 7 |
Omuch
Replies: 1 Views: 2056
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 04, 2014 11:51 pm Subject: RTC plugin in toolkit 7 |
Hi
Here
http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fbk52330_.htm they say that only version V2.0.0.2 of rtc can integrate with wmbt 7.
... |
Topic: Calling webservice from ESQL using Propagate |
Omuch
Replies: 1 Views: 2694
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 11, 2014 10:38 am Subject: Re: Calling webservice from ESQL using Propagate |
I have a scenario where in , I recieve multiple records from FileInput node
What is the Record detection: Whole file,Delimited,Parsed Record Sequence?
but after the webservice call contro ... |
Topic: private ESQL function |
Omuch
Replies: 14 Views: 10566
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 02, 2013 11:32 am Subject: Re: private ESQL function |
I would like to prevent applications from calling DoApplicationSpecificStuff directly -- and accessing stuff that may belong to some other application.
I don't understand your architecture, do ap ... |
Topic: Broker 8 global cache |
Omuch
Replies: 2 Views: 2386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 26, 2013 4:34 am Subject: Broker 8 global cache |
Hi
I wrapped the java cache methodes in ESQL functions to access the global cache from ESQL
It worked well with some simple parameters.
In addition, I want to save in the cache a rounting table ... |