Focal Point
761 Traces

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

June 16, 2007, 12:10 PM
ptp
761 Traces
I'm trying to direct the output of the SQLDI trace to a file on my operating system...but with no success...

SET TRACEOFF = ALL
SET TRACEON = SQLDI
SET TRACEUSER = D:\ibi\apps\SQLDI_TRACE.TXT

Has anyone had any luck with Version 761?

Version 7.6.1
Win XP Pro SP2
IIS, Tomcat

Thanks,
Paul.
June 20, 2007, 04:16 PM
FortuneCookie
change the .txt to .trc

SET TRACEUSER = D:\ibi\apps\SQLDI_TRACE.TXT

to

SET TRACEUSER = D:\ibi\apps\SQLDI_TRACE.TRC


Prod: WebFOCUS 7.1.6, Windows 2003

Dev: WebFOCUS 7.6.2, Windows 2003
June 21, 2007, 06:40 AM
ptp
Thanks, worked like a charm!