Author |
Message |
Topic: Problem using Fileinput node (getting uncomplete files) |
ninja
Replies: 3 Views: 2633
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 11, 2009 3:08 am Subject: Problem using Fileinput node (getting uncomplete files) |
Unfortunately this is not possible: I don't have any control on the file transfer application and who manages that application said that they can't put file lock.
So I need to find a solution for t ... |
Topic: Problem using Fileinput node (getting uncomplete files) |
ninja
Replies: 3 Views: 2633
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 11, 2009 2:29 am Subject: Problem using Fileinput node (getting uncomplete files) |
Hi all,
I'm developing for the first time flows using FileInput/FileOutput nodes (using WMB 6.1) and I have the following problem: my flow has to process an XML file which is transferred via FTP.
... |
Topic: FileInput Parsed Record Sequence |
ninja
Replies: 6 Views: 4636
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 17, 2009 6:23 am Subject: FileInput Parsed Record Sequence |
So this node can process only files with a simple structure. Now I understand why I couldn't configure it properly
Thanks kimbert. |
Topic: FileInput Parsed Record Sequence |
ninja
Replies: 6 Views: 4636
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 17, 2009 5:19 am Subject: FileInput Parsed Record Sequence |
No particular reason, smdavies99.
It was my first time using FileInput node and I checked if somebody here managed to configure the "parsed record sequence" option.
Anyway. since this fl ... |
Topic: FileInput Parsed Record Sequence |
ninja
Replies: 6 Views: 4636
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 16, 2009 8:18 am Subject: FileInput Parsed Record Sequence |
Hi all,
I know there are already some posts regarding this topic but I still not understand completely how to use this feature.
I'm using broker 6.1 and I want to split a file configuring the File ... |
Topic: How can I create a DOCTYPE statement using a prefix? |
ninja
Replies: 5 Views: 4894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 22, 2009 1:53 am Subject: How can I create a DOCTYPE statement using a prefix? |
Hi Vitor,
if I declare and I use the namespaces, then I will get in the output the xmlns attribute in the elements: and this is unwanted.
The problem is that, I suppose, all namespaces are declare ... |
Topic: How can I create a DOCTYPE statement using a prefix? |
ninja
Replies: 5 Views: 4894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 22, 2009 12:25 am Subject: How can I create a DOCTYPE statement using a prefix? |
Hi Kimbert,
if I write the following code:
SET OutputRoot.XMLNS.(XML.XmlDecl) = '';
SET OutputRoot.XMLNS.(XML.XmlDecl).(XML.Version) = '1.0';
SET OutputRoot.XMLNS.(XML.DocTypeDecl)myns:Order = ... |
Topic: How can I create a DOCTYPE statement using a prefix? |
ninja
Replies: 5 Views: 4894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 21, 2009 8:08 am Subject: How can I create a DOCTYPE statement using a prefix? |
Hi all,
I'm using WMB 6.1 and I have to create an output like below using ESQL:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE SwInt:ExchangeRequest SYSTEM "Sw ... |