09-27-2012 02:54 AM
We need to monitor a pre-configured folder, and once the file becomes available, the file should be read and processed.
09-27-2012 06:42 AM
Probably have to use some scripting.
1) Check every so often for the file in the folder
2) If there, read file -> do processing
3) otherwise do nothing
not quite sure what you are looking for. If it's missing functionality or an issue, please open a TAC case with your contract ID.
thanks!
-Shaun Roberts
CIAC/CPO Support Team Lead
09-27-2012 08:23 AM
With PO's agentless approach for remote system operations, polling is the only available method.
We can't efficiently do file-system "events" without a local presence on the box. For an FTP server, an agent may not even be meaningful.
In other words, Shaun's approach is what you should use.
10-01-2012 12:50 AM
We only know the path to the required location. There may be more than 1 file which we need to read if and when they become available. Main thing is that we do not know the name of the file(s).
In short, we need to keep polling the given location, and read the file name as well as the data in it when the file becomes available.
10-01-2012 09:01 AM
Then you'll need to write some VBScript to read the contents of the directory and proceed from there. Would be the best way to attack it.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide