We currently have a home-grown Visual Basic application that moves files and executes importer scripts for Visual SPC. I am trying to replace it with Visual Cron (the home-grown app is a bit clunky). I have run into an issue. Inside the importer file itself (which imports text files into a remote sql server database) it uses a drive letter to tell it where to take the data files from. This works fine today, it has no problem with referencing H:\ as a source folder. When I try and use Visual Cron to kick off the importer, Visual SPC throws an error that says H:\ is an invalid path. Am I missing something here, because Visual Cron shouldn't cause Proficy to not recognize a network share, correct?
NOTE: All paths and folders in the Visual Cron task are UNC paths, H:\ is only referenced inside the Visual SPC importer definition file (name.vid) which is an argument to the file Visual Cron is executing (VIrun32.exe - Proficy Importer). GEFANUC does not support using a UNC path in the Importer definitions as far as I can tell, it cannot see whats in shared folders.