Author |
Message |
Topic: WTX - turn off suppression of leading zeroes |
WMB_User
Replies: 5 Views: 5475
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 19, 2011 7:09 am Subject: WTX - turn off suppression of leading zeroes |
Yeah, I was kind of hoping to avoid changing the output element to a string.
Where would I apply the pattern restriction, on the output element? |
Topic: WTX - turn off suppression of leading zeroes |
WMB_User
Replies: 5 Views: 5475
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 19, 2011 6:54 am Subject: WTX - turn off suppression of leading zeroes |
1. Both formats are XML.
2. I don't care about the leading zeroes, the vendor receiving the output does.
3. Not sure what you mean by format? If you mean a pattern restriction, then no, there ... |
Topic: Not Updating Password of User of DB |
WMB_User
Replies: 2 Views: 2555
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 18, 2011 1:31 pm Subject: Not Updating Password of User of DB |
Does the new password have any special characters? If so, you'll have to escape the password in quotes. |
Topic: WTX - turn off suppression of leading zeroes |
WMB_User
Replies: 5 Views: 5475
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 18, 2011 1:06 pm Subject: WTX - turn off suppression of leading zeroes |
WTX 8.2.0.4
How do I maintain leading zeroes when mapping an input element defined as character to an output element defined as an integer? I'm using the TONUMBER function but haven't figured out a ... |
Topic: Validation ExceptionList |
WMB_User
Replies: 1 Views: 1901
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 01, 2011 3:16 pm Subject: Correcting typo |
"InputExeptionList" should have been spelled "InputExceptionList" |
Topic: Validation ExceptionList |
WMB_User
Replies: 1 Views: 1901
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 01, 2011 3:14 pm Subject: Validation ExceptionList |
WMB 6.1.0.4
I'm successfuly capturing a validation failure through the following ESQL code:
DECLARE Options INTEGER BITOR(ValidateImmediate, ValidateContent, ValidateValue, ValidateExceptio ... |
Topic: Dynamically create a variable name |
WMB_User
Replies: 6 Views: 4311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 09, 2010 3:45 pm Subject: Dynamically create a variable name |
That was the solution.
Thanks !
SET OutputRoot.EmailOutputHeader.To = EVAL('FatalAction_' || envRef.Enrichment.Status || '_EmailDistributionList'); |
Topic: Dynamically create a variable name |
WMB_User
Replies: 6 Views: 4311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 08, 2010 12:19 pm Subject: Dynamically create a variable name |
Yes, but I'd prefer doing this with one statement if at all possible.
I seem to remember that there's a way to do it, but can't remember how it was done. |
Topic: Dynamically create a variable name |
WMB_User
Replies: 6 Views: 4311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 08, 2010 8:38 am Subject: Dynamically create a variable name |
WMB 6.1.0.4
I need to construct the name of a variable using some static values and also a value that's been assigned to another variable. Confused ? Perhaps a sample of what I'm trying to accomp ... |
Topic: Issue with WTX Map node |
WMB_User
Replies: 4 Views: 3519
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 04, 2010 9:02 am Subject: Issue with WTX Map node |
We're also receiving the error message "One or more inputs was invalid".
Can you please clarify your resolution? What does "Delete None" means? |
Topic: WTX Design Studio: DataPower runtime option |
WMB_User
Replies: 3 Views: 2765
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 17, 2010 9:01 am Subject: WTX Design Studio: DataPower runtime option |
Can you please elaborate?
What DataPower firmware (version) are you rerferring to? |
Topic: WTX Design Studio: DataPower runtime option |
WMB_User
Replies: 3 Views: 2765
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 17, 2010 8:08 am Subject: WTX Design Studio: DataPower runtime option |
Using WTX Design Studio v8.3 for the very first time.
The install that was pushed to my desktop does not appear to have the DataPower runtime available, although I thought it was available "ou ... |
Topic: $Root Pattern in Trace Node |
WMB_User
Replies: 3 Views: 5463
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 29, 2009 8:25 am Subject: $Root Pattern in Trace Node |
Sorry, forgot to mention that I tried enclosing the namespace with both double and single quotes to no avail. |
Topic: $Root Pattern in Trace Node |
WMB_User
Replies: 3 Views: 5463
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2009 9:59 am Subject: $Root Pattern in Trace Node |
WMB 6.1.02
I'm trying to reference an XML element within the $Root tree in a Trace Node without success. The XML element is preficed with a namespace.
Any thoughts as to how I code the patter ... |
Topic: HTTPConnector BusfferSize |
WMB_User
Replies: 1 Views: 2833
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 03, 2009 9:28 am Subject: Solved: HTTPConnector BufferSize |
Wasn't the bufferSize parameter, it was maxPostSize. Changed the upper limit and all is well.
Also, info on these parms can be found searching for Apache Tomcat. |