Options

Using CodeCoverage from Command Line

Not a question really but just a hint for anyone else who runs into this. I have been struggling to run Code Coverage from the command line at a client's site using the command:
FINSQL Coveragelog, Coveragefilename=c:\temp\coverage.log

I could not get it to work while it worked fine locally it would not work at the client.

The resolution was to make sure the there is a FIN.FLF in the same folder as the FINSQL (or FIN.EXE). Even though the SQL server had a valid license, it would appear it needed a local license to enable the use of the Coveragelog parameters.

Hope this saves someone else some time and frustration.

Best Answer

Answers

Sign In or Register to comment.