Author |
Message
|
Zabeen |
Posted: Mon Jul 23, 2012 5:37 am Post subject: MQFM Watch |
|
|
Newbie
Joined: 23 Jul 2012 Posts: 4
|
I have installed MQFM in my system and it has MQ installed as well. The installation seems to be fine.
I tried to perform 'watch' action. So I created a watch_test xml file in the watch folder and I specified the directory path as 'c:\capitalware\MQFM\data . The file is not getting picked up. But when i tried to watch a particualr file..its working fine. Can someone explain? |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jul 23, 2012 6:30 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
zpat |
Posted: Mon Jul 23, 2012 7:00 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
That could be the answer to every question here!  |
|
Back to top |
|
 |
RogerLacroix |
Posted: Fri Jul 27, 2012 10:00 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hello Zabeen,
1. Does the file extension in your Watch XML file match the file extension of the file you put into that directory? If you set Extension to "txt" but you put a file called test.log into the directory then MQFM will not send it.
2. Did you set the Watch attribute "type" to "D"?
i.e.
Code: |
<Watch type="D">
<Directory>C:\Capitalware\MQFM\test</Directory>
<Extension>txt</Extension>
</Watch>
|
As noted on MQ File Mover's web page, MQ File Mover is licensed under Apache License 2. It is free to use but support is not included. A support license may be purchased.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
Zabeen |
Posted: Wed Aug 29, 2012 1:30 am Post subject: |
|
|
Newbie
Joined: 23 Jul 2012 Posts: 4
|
Hello Roger,
Thanks for your reply. Sorry for the delayed acknowledgment. This issue did get resolved. I have a query regarding the directory watch.
While performing testing What I found out was, Only when the 'watch action/service' is in running and then I drop a file in the directory for the mentioned extension, the 'watch action' sends the file to the respective queue.
If I try dropping a file into the directory first and then start the 'watch action' the file is not getting picked and sent to the expected queue.
Is there a way to resolve this issue?
Thanks and Regards,
Zabeen |
|
Back to top |
|
 |
RogerLacroix |
Posted: Thu Aug 30, 2012 2:10 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Zabeen wrote: |
If I try dropping a file into the directory first and then start the 'watch action' the file is not getting picked and sent to the expected queue.
Is there a way to resolve this issue? |
Yes, it is documented in the manual.
Have you thought about getting a support license for MQFM software.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
|