Focal Point
Report Caster and FileDef

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9801091632

July 09, 2007, 02:16 PM
getit
Report Caster and FileDef
Hi,
I have a fex that saves the output file on to the server as follows
FILEDEF RC1 DISK D:\ibi\srv71\wfs\edatemp\RC1.XLS
TABLE FILE CAR
PRINT COUNTRY
ON TABLE HOLD AS RC1 FORMAT EXL2K
END


After this runs the RC1.xls file is saved as RC2.XLS instantly by a vbscript at the same location.

The issue is..,

Is there a way to send the RC2.XLS from Report Caster .?


App Studio Version 8202
windows Platform
SQL Server 2008/2012
July 10, 2007, 09:34 AM
Anatess
I would write a fex that invokes a batch script (using -WINNT and the like) that copies/ftps/etc the file wherever you want it to go and schedule that fex in Report Caster.


WF 8.1.05 Windows
July 10, 2007, 03:07 PM
getit
Got it figured out. Didn't know how to use or if there was a send file option in report caster . It is working now. thanks for looking into this.


App Studio Version 8202
windows Platform
SQL Server 2008/2012