Author |
Message |
Topic: How to Create New XML Element Using JCompute Node? |
MQWMBDeveloper
Replies: 7 Views: 11331
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 29, 2011 10:47 am Subject: Creating xml element using Javacompute node. |
I meant to say "88"); at the end and close brackets |
Topic: How to Create New XML Element Using JCompute Node? |
MQWMBDeveloper
Replies: 7 Views: 11331
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 29, 2011 10:45 am Subject: Creating xml element using Javacompute node. |
I just did the same for my project, here's the code.
//create the parse element first
MbElement outParser = outMessage.getRootElement().createElementAsLastChild(MbXMLNSC.PARSER_NAME);
//create th ... |
Topic: Issue with FileInput node |
MQWMBDeveloper
Replies: 16 Views: 10296
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 29, 2011 10:39 am Subject: Issue with FileInput node. |
This issue got resolved after pointing to the right InputDirectory folder which is existing on the broker. The FileInput node doesn't create directory if it doesn't exist. I didn't know that as it was ... |
Topic: Issue with fileoutput node |
MQWMBDeveloper
Replies: 9 Views: 10581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 29, 2011 10:29 am Subject: Issue with FileOutput node |
This was the complete stack trace which I got, I didn't get any other information.
This issue got resolved. It took me some time to understand How FileOutput node works.
The Directory in the bas ... |
Topic: Issue with fileoutput node |
MQWMBDeveloper
Replies: 9 Views: 10581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2011 1:55 pm Subject: Issue with FileOutput node |
Here's the rest of th trace which shows the BIPerror code..
(0x01000000:Name):RecoverableException = ( (0x03000000:NameValue):File = '/build/S610_P/src/DataFlowEngine/ImbDataFlo ... |
Topic: Issue with FileInput node |
MQWMBDeveloper
Replies: 16 Views: 10296
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2011 1:28 pm Subject: Issue with FileInput node |
In the FileInput node, The input directory under the Basic tab, Server directory under FTP tab. Shouldn't they be the same? When it comes to Processing file from FTP server. |
Topic: Issue with FileInput node |
MQWMBDeveloper
Replies: 16 Views: 10296
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2011 1:23 pm Subject: Issue with FileInput node |
FileInput node is configured to read a file from FTP location and directory which is given in the FTP tab.
As per the help contents, Inputdirectory should be the directory from which the files have ... |
Topic: Issue with FileInput node |
MQWMBDeveloper
Replies: 16 Views: 10296
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2011 12:52 pm Subject: Issue with FileInput node |
Ok, now i get it. The input directory under basic tab is a path on the broker, whereas the server directory under FTP tab is the actual location of the file in the FTP server.
I have provided the s ... |
Topic: Issue with FileInput node |
MQWMBDeveloper
Replies: 16 Views: 10296
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2011 12:41 pm Subject: Issue with FileInput node |
The file input directory is a path on the FTP server. as per the information provided in the help contents, It should have created subdirectory mqsiarchive, mqsibackout under Input directory(Which is ... |
Topic: Issue with FileInput node |
MQWMBDeveloper
Replies: 16 Views: 10296
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2011 12:38 pm Subject: Issue with FileInput node |
I understand that it is on the broker machine, but what is the Path??
Is there any standard path like /var/???? something something |
Topic: Issue with fileoutput node |
MQWMBDeveloper
Replies: 9 Views: 10581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2011 12:31 pm Subject: Issue with FileOutput node |
Local environment tree is populated. FileOutput node is configured with location of where the file should be written, FTP server alias name, security identity etc were set by
mqsisetdbparms command
... |
Topic: Issue with fileoutput node |
MQWMBDeveloper
Replies: 9 Views: 10581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2011 10:40 am Subject: Issue with fileoutput node |
I am getting an error while writing a file to a FTP server using FileOutputNode, Here is the error message i am getting. I would appreciate if someone can provide me inputs about the cause of the erro ... |
Topic: Issue with FileInput node |
MQWMBDeveloper
Replies: 16 Views: 10296
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2011 10:33 am Subject: Issue with FileInput node |
Here's the help contents on File Input node File Processing.
File processing
The FileInput node reads files from a specified directory called the input directory and propagates messages based on ... |
Topic: Issue with FileInput node |
MQWMBDeveloper
Replies: 16 Views: 10296
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2011 10:13 am Subject: Issue with FileInput node |
When you say it creates locally, where does it create? |
Topic: Issue with FileInput node |
MQWMBDeveloper
Replies: 16 Views: 10296
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2011 9:50 am Subject: Issue with FileInput node |
No, When the file processing is complete, The broker automatically creates mqsiarchive, mqsibackout folders once the file processing is complete.
On successful processing of file, file is moved t ... |