Author |
Message |
Topic: SAP Adapter Issue |
ggriffith
Replies: 7 Views: 6780
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 31, 2013 6:30 am Subject: SAP Adapter Issue |
During our migration from v6.1 to 8.0 we've come up with the following problem.
Our flow extracts data from SAP via a SAP Request node calling a rfc enabled function module (that's the only relevan ... |
Topic: poor design - scheduled tasks |
ggriffith
Replies: 22 Views: 13450
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 29, 2011 8:42 am Subject: poor design - scheduled tasks |
Not wanting to contradict the 3 well versed gents who seem to be trying to steer this poor newbie away from the timeout nodes. I have been using the timeout nodes for a long time without any issues, a ... |
Topic: Daylight Savings and TimeoutControl |
ggriffith
Replies: 10 Views: 6550
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 12, 2011 8:37 am Subject: Daylight Savings and TimeoutControl |
Excellent, well spotted, that'll be the problem then  |
Topic: Daylight Savings and TimeoutControl |
ggriffith
Replies: 10 Views: 6550
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 12, 2011 8:22 am Subject: Daylight Savings and TimeoutControl |
Sorry Mr Davies
Spring forward , fall back. I know it well, just didn't apply it properly
Assuming this is spring then and I can't test it for 6 months, does anyone know what will happen.
... |
Topic: Daylight Savings and TimeoutControl |
ggriffith
Replies: 10 Views: 6550
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 12, 2011 7:06 am Subject: Daylight Savings and TimeoutControl |
I'm not scheduling a flow to start at 15 minute intervals. If I was this would not be an issue. Also the TimeoutControl message is an external message with no concept of GMT so my original questions s ... |
Topic: Daylight Savings and TimeoutControl |
ggriffith
Replies: 10 Views: 6550
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 12, 2011 5:24 am Subject: Daylight Savings and TimeoutControl |
As British summer time ends at 1:00 on 30/10/2011, at which time it becomes 2:00, if I have a TimeoutRequest set to run at 01:30 , will it execute? Also, if I have a sequence of flows, scheduled by Ti ... |
Topic: Passing only numeric values |
ggriffith
Replies: 8 Views: 6374
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 08, 2010 8:37 am Subject: Passing only numeric values |
DECLARE inp CHARACTER InputRoot.XMLNSC.Data.str1;
DECLARE temp CHARACTER;
DECLARE outp CHARACTER '';
DECLARE i INTEGER 1;
DECLARE j INTEGER length(inp);
WHILE i <= j DO
S ... |
Topic: .project |
ggriffith
Replies: 3 Views: 2232
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 16, 2009 6:22 am Subject: .project |
Thanks contact admin, unless someone comes up with something better we'll give it a go. Did you manage to automate the script, or is it something you run after you import the message set. |
Topic: Broker Timers |
ggriffith
Replies: 4 Views: 5156
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 16, 2009 3:42 am Subject: Broker Timers |
Not quite sure why the CANCEL option isn't working for you. It's always worked successfully for me, even when the count is -1. |
Topic: .project |
ggriffith
Replies: 3 Views: 2232
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 16, 2009 3:21 am Subject: .project |
Anybody know why 2 PCs running the same version of the toolkit (6.1.0.5)
generate different .project files for the same project.
The order of the buildCommands in the buildSpec if different.
I ... |
Topic: TimeoutControl - IgnoreMissing = FALSE |
ggriffith
Replies: 0 Views: 1568
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 19, 2009 6:51 am Subject: TimeoutControl - IgnoreMissing = FALSE |
Is there a problem with this functionality or am I missing something.
If I use this feature and the flow is subsequently stopped ( by stopping the flow, execution group or broker ) and the flow is th ... |
Topic: Timer Controls |
ggriffith
Replies: 2 Views: 2222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 19, 2009 6:13 am Subject: Timer Controls |
Thanks Jeff. |
Topic: Timer Controls |
ggriffith
Replies: 2 Views: 2222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 19, 2009 5:28 am Subject: Timer Controls |
Anybody know a way to view the active timers. |
Topic: & |
ggriffith
Replies: 3 Views: 2625
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 25, 2009 4:25 am Subject: & |
Thanks Jeff. That gave unexpected results, which may solve the problem. I'll have to try it in my full scenario. One flow producing the message, then passing to another to send as a soap request. |
Topic: & |
ggriffith
Replies: 3 Views: 2625
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 25, 2009 3:44 am Subject: & |
I have a target system that requires the following format
<a>
<b><jjjjjj><b/>
<c>jjjjj</c>
</a>
I can write code attempting to generate the followi ... |