Control File Problem...
-
- Posts: 10
- Joined: Tue Oct 10, 2017 12:44 pm
Control File Problem...
Howdy !!____I am trying to setup a batch file that contains a simple text file with the control parameters for running a single report. Based on the files in the Sample folder created by the installation process, and the hints in the help file, I created a small batch file that has one line in it:____ RSWRUN /TC:Program FilesRRVER10RSWRUNIN2.TXT____The control file (RSWRUNIN.TXT) has only one line:____ RI_REPORT=Basic Columnar Report.RSW____This was a sample report that was created during the installation process and it will open directly from the Report Designer so I know the problem has to be with the command line in the control file.____The error message indicates "Duplicate or invalid Viewer control table type switch"____I thought the only mandatory line in the control file was the name of report to be run.____Any hints on how to solve this problem ??____Mike P.__Buffalo - NY__
=> RE: Control File Problem...
You need to use two T^s!____RSWRUN /TT"C:Program FilesRRVER10RSWRUNIN2.TXT"____should work.____Kathleen__R&R Support