 |
 |
Archives of the TeradataForum
Message Posted: Wed, 27 Apr 1999 @ 23:53:41 GMT
| Subj: | | Re: Database connectivity, take 2 |
| |
| From: | | Juan Hernandez |
If you have problems like this in the future, it might be worthwhile setting the COPANOMLOG environment variable which CLI uses to
write debug messages. If you see messages like 'cannot connect', 'connection timed out', 'hostname not found', etc, it may help you
narrow down the problem. These messages are generally the output from system calls also CLI debug messages so they will not be
documented in the CLI Reference Manual (BTEQ uses CLI at a lower level to communicate with the Teradata DBS). You can set the
environment variable as follows (Bourne and Korn shells):
COPANOMLOG="your-file-name"
export COPANOMLOG
Juan Hernandez
NCR Australia
NASG Data Warehouse Consulting
| |