|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Facing issue on Fileoutput Node |
« View previous topic :: View next topic » |
Author |
Message
|
mpong |
Posted: Wed Nov 11, 2015 3:33 am Post subject: Facing issue on Fileoutput Node |
|
|
Disciple
Joined: 22 Jan 2010 Posts: 164
|
Hi All, There is an exception occured when the message is written to output directory from fileoutput node.
But it does not happen all the time, if there is around 25 messages, it successfully writes around 18 messages and remaining messages are failed due to below exception and it happens randomly., please suggest.
<RecoverableException>
<File>AbstractFileOutputNode.java</File>
<Line>346</Line>
<Function>sendData()</Function>
<Type></Type>
<Name></Name>
<Label></Label>
<Catalog>BIPmsgs</Catalog>
<Severity>3</Severity>
<Number>3335</Number>
<Text></Text> |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Nov 11, 2015 4:01 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Code: |
W:\IBM\MQSI\9.0.0.3>mqsiexplain 3335
BIP3335E: File node 'insert1' in message flow 'insert2' attempted to create whole file 'insert3', but there is already an unfinished file by that name.
A new file is being created with the 'whole file' property of the FileOutput node but there is already a file of that name. This can be because another message flow has created this file but it has not yet been finished (it is still in the transit directory). The new file is not created and an exception is thrown.
Output files are written to the 'mqsitransit' subdirectory of the output directory. If the file will not be finished (and moved to the output directory) by a subsequent flow then the file may need to be removed manually. Before handling files in the 'mqsitransit' directory all flows which refer to its parent directory should be stopped. See the IBM Integrati
on Bus online documentation section "FileOutput node" for more information.
BIP8071I: Successful command completion.
W:\IBM\MQSI\9.0.0.3>
|
so, are you 'finishing' a file? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
mpong |
Posted: Wed Nov 11, 2015 4:06 am Post subject: |
|
|
Disciple
Joined: 22 Jan 2010 Posts: 164
|
Hi Davis, thanks for the response.
My record definition property is set to whole file and I have selected the stage in mqsitransit and move to output directory on "Finish File" |
|
Back to top |
|
 |
mpong |
Posted: Wed Nov 11, 2015 4:34 am Post subject: |
|
|
Disciple
Joined: 22 Jan 2010 Posts: 164
|
I am sorry, I understood what you are trying to say  |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|