Is there a way for a CF module to be executed upon a file being created on a server?? I have a mainframe job that creates a bill, then passes along information to a load job, also on the mainframe. The problem is that I don't know PL/I well enough to have enough power to process the file the way I would like. I was able to piece together a program to load the information (by parsing it with SQL). If I could use a CF module, I could EASILY parse the file looking for certains words, and updating the database accordingly. I can set the mainframe program to FTP the file where ever I like, but still have to process it.
I understand that items can be scheduled, but this needs to be done within a minute or two of the jobs completion and I know the webservices group will not allow me to schedule something to run that often.
Any ideas???
Thanks!
I understand that items can be scheduled, but this needs to be done within a minute or two of the jobs completion and I know the webservices group will not allow me to schedule something to run that often.
Any ideas???
Thanks!