Author |
Message |
Topic: IA07 and Exchange Server 2003 |
michaelharris
Replies: 5 Views: 3849
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 12, 2007 9:55 am Subject: IA07 and Exchange Server 2003 |
Sorry for any confusion. Let me clarify that IMHO this is not a problem with the SendMailPlugin, but I'm searching for anyone who has a similar environment that may have had problems in the past.
W ... |
Topic: IA07 and Exchange Server 2003 |
michaelharris
Replies: 5 Views: 3849
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 11, 2007 7:16 am Subject: IA07 and Exchange Server 2003 |
... I guess it would help to know what the error messages are.
We haven't identified any error messages anywhere, just the body of the e-mail that I displayed earlier.
And also I guess it wouldn ... |
Topic: IA07 and Exchange Server 2003 |
michaelharris
Replies: 5 Views: 3849
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 10, 2007 12:40 pm Subject: IA07 and Exchange Server 2003 |
Has anyone encountered a problem with Exchange Server 2003 handling e-mails with attachments that were generated using the IA07 support pac?
We (don't laugh) just upgraded from Exchange 5.5 to 2003 ... |
Topic: Using MQGet Node Results in 2019 |
michaelharris
Replies: 6 Views: 11967
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 16, 2007 9:21 pm Subject: Using MQGet Node Results in 2019 |
I have the same requirement (and the same problem MQRC=2019).
An external party is delivering multiple related (by CorrelId) messages to my queue.
My MQInput node receives the first message and ... |
Topic: First message(s) going to dead letter queue |
michaelharris
Replies: 3 Views: 2844
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 12, 2006 7:22 am Subject: First message(s) going to dead letter queue |
65536 (Unrecognized)
Thanks for the quick reply |
Topic: First message(s) going to dead letter queue |
michaelharris
Replies: 3 Views: 2844
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 12, 2006 7:10 am Subject: First message(s) going to dead letter queue |
When we start a message flow, the first one or two messages on the input queue are immediately going to the dead letter queue. Our BackoutThreshold is 0 on the input queue and none of our catch logic ... |
Topic: MQGet node and variable queue name |
michaelharris
Replies: 2 Views: 2629
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 03, 2006 2:16 pm Subject: MQGet node and variable queue name |
Thanks a million!!
I'll sleep better tonight with this news!!! |
Topic: MQGet node and variable queue name |
michaelharris
Replies: 2 Views: 2629
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 03, 2006 1:37 pm Subject: MQGet node and variable queue name |
Can anyone tell me if the MQGet node's queue name is configurable at runtime? It seems from the documentation that the answer is no, but I'm hoping there is a backdoor...
I have a flow that receive ... |
Topic: mapping node "Enter Expression" |
michaelharris
Replies: 8 Views: 5759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 02, 2006 7:25 am Subject: mapping node "Enter Expression" |
Sorry for the delay madi:
The correct syntax in the mapping node expression is
esql:current-timestamp()
You can use the content assist function (CTRL+SPACE) when your cursor is in ... |
Topic: Mapping node problem XML -> CWF |
michaelharris
Replies: 3 Views: 2909
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 31, 2006 5:21 am Subject: Mapping node problem XML -> CWF |
Problem has gone away! (though not solved). As it turns out, the vendor's spec was wrong and the child element VC_PICKSLOT_IFD is really supposed to be VC_PICKSLOT. I am still puzzled by this and will ... |
Topic: mapping node "Enter Expression" |
michaelharris
Replies: 8 Views: 5759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 28, 2006 9:51 am Subject: mapping node "Enter Expression" |
Madi, which version of broker are you running? I've had success using version 6.0. |
Topic: Mapping node problem XML -> CWF |
michaelharris
Replies: 3 Views: 2909
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 28, 2006 6:08 am Subject: Mapping node problem XML -> CWF |
Thanks for your reply Kimbert.
The runtime parser is set to MRM and all of our other maps reference root elements in the same way and still work. If we rename (though not an option) the child VC_PI ... |
Topic: Mapping node problem XML -> CWF |
michaelharris
Replies: 3 Views: 2909
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 27, 2006 9:19 am Subject: Mapping node problem XML -> CWF |
I am trying to map an XML document to CWF and the $source references appear to be evaluating to NULL. One of the child elements is named exactly the same as the root element and it's the only thing I ... |
Topic: Converting to TIMESTAMP |
michaelharris
Replies: 7 Views: 8690
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 20, 2006 7:01 am Subject: Converting to TIMESTAMP |
CAST('19991231235959' AS TIMESTAMP FORMAT 'yyyyMMddHHmmss') doesn't work? |
Topic: Packed decimal problem |
michaelharris
Replies: 4 Views: 5582
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 19, 2006 7:57 am Subject: Packed decimal problem |
kimbert:This is what the MRM null handling properties are for. If the field contains SPACES, then it is not a valid packed decimal - it is meant to represent a null value.
- Go to the CWF properties ... |