Usage Note 13737: TCPDEBUG.DAT file is created by default in SASĀ® 9.1 Business Intelligence
Architecture environments
In the SAS System version 8, the following statement had to be locally
submitted to create a TCPDEBUG.DAT file.
OPTIONS SET=TCPDEBUG 30;
In SAS 9.1 BI Architecture environments, a TCPDEBUG.XXX file is
automatically created because the VERBOSE option is set by default in
the ConnectServer.bat file.
In the past, setting the VERBOSE option and defining the following were mutually exclusive and created two different output
logs:
OPTIONS SET=TCPDEBUG 30;
Setting VERBOSE on a spawner installation (outside of the SAS 9 BI
Architecture environment), will only create an output log for the
spawner.
If you do not want the TCPDEBUG.XXX files to be created, you must modify
the ConnectServer.bat file and remove the –VERBOSE option from the
Spawner installation line. By default the ConnectServer.bat is located
in the <plan_directory\Lev1\SASMain\ConnectServer> directory.
If you chose to remove the &*ndash;VERBOSE option from the ConnectServer.bat
file, the debug trace can still be defined by submitting the following code prior to the SIGNON statement:
OPTIONS SET=TCPDEBUG 30;
NOTE: On certain UNIX hosts, TCPDEBUG must be submitted in lowercase.
Additional 9.2 NOTE: For SAS 9.2, the VERBOSE option is not set by default and must be added to the ConnectSpawner script on the install command.
Operating System and Release Information
SAS System | SAS/CONNECT | Microsoft Windows XP Professional | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 | |
Microsoft Windows NT Workstation | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 | |
Microsoft Windows 2000 Server | 9.1 TS1M3 | |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 | |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 | |
Microsoft Windows 2000 Professional | 9.1 TS1M3 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Usage Note |
Priority: | medium |
Topic: | Common Programming Tasks ==> Debugging
|
Date Modified: | 2008-09-24 11:00:52 |
Date Created: | 2004-11-03 17:20:13 |