Author |
Message |
Topic: How to handle unescaped control characters |
ruturajw
Replies: 5 Views: 3259
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 30, 2012 7:49 pm Subject: How to handle unescaped control characters |
You could read the data and treat it as a blob
Hi, tried this and it failed too. Casting to blob throws an exception. |
Topic: How to handle unescaped control characters |
ruturajw
Replies: 5 Views: 3259
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 30, 2012 7:29 pm Subject: How to handle unescaped control characters |
I've a message flow which reads from this database and presents as XML outputSo what's wrong with the data that is in the database? It looks to me as if the data is fine - but your message flow is put ... |
Topic: How to handle unescaped control characters |
ruturajw
Replies: 5 Views: 3259
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 29, 2012 10:30 pm Subject: How to handle unescaped control characters |
Hi,
I'm dealing with data that has been migrated to a database from a legacy source. The data during migration wasn't scrubbed and now has control characters e.g. RS, SUB without < > around the ... |
Topic: Encrypt trace/log file |
ruturajw
Replies: 2 Views: 2040
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 22, 2010 8:18 pm Subject: Encrypt trace/log file |
Hi,
We trace/log some flows, especially ones going & coming from Mainframe using the Trace node.
Audit & compliance now require us to mask credit card details.
Is there a way to encrypt ... |
Topic: File Input on demand |
ruturajw
Replies: 6 Views: 4597
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 07, 2010 8:28 pm Subject: Re: File Input on demand |
So, a triggered FileInput? This is not currently possible. It's a known requirement, but please raise it through your IBM account team if you'd like to see it.
Yes.
OK, will do. Thanks. |
Topic: File Input on demand |
ruturajw
Replies: 6 Views: 4597
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 05, 2010 5:59 pm Subject: Re: File Input on demand |
Also, slightly off topic, why is the directory name dynamic? A more traditional model has a dynamic file name in a static directory.
This is the model that an external application uses that we ar ... |
Topic: File Input on demand |
ruturajw
Replies: 6 Views: 4597
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 05, 2010 5:51 pm Subject: Re: File Input on demand |
An application will call the flow, which will pass the GUID. (the GUID is known to the calling appl as part of an web-based UI).
As part of processing this flow, I'm visualising to read a file. I ne ... |
Topic: File Input on demand |
ruturajw
Replies: 6 Views: 4597
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 05, 2010 4:08 pm Subject: File Input on demand |
Hi,
I'm trying to build a flow which would read a file on-demand i.e. not poll the directory at an interval. I was hoping to use the WMB 6.1 File Input node but it seems to be available only in a pol ... |