This error suggests a network issue such as a bad address or missing entry in the hosts file (/etc/hosts) in the linux vm. The dbccop1 entry ipaddress should match the ipaddress given by /sbin/ifconfig.
Does bteq work?
I will download, unzip and spin up the 13.0 vm as soon as I get a chance but in the mean time, here are a few of the solutions that applied when this problem has happened out in the field (long shots I think).
System has been rolled back to old dev system. Suggested that database retsart could have solved the problem.
Found that the host file on that node was missing the "cop" entry.
Network was configured as half duplex while the nodes were running at Full duplex
a reboot of the dev system cleared up the problem
Hmmm, I will get to trying to duplicate this today but in the mean time can you check for the presense of the tdgssconfig.gdo in /etc/opt/teradata/tdconfig? If it is missing, do this:
cd /opt/teradata/tdgss
bin/tdgssconfig etc/TdgssLibraryConfigFile.xml ../site/TdgssUserConfigFile.xml
I verified that the VM is configured correctly. I believe this issue ahs been resolved.
FYI, one cause of connection errors is that (at least in the version that I downloaded on 10/28) the VM network card is configured to use DHCP. I recommend changing it to use a static IP address and then making sure that the host name dbccop1 is defined in /etc/hosts with the same IP address.


I am using the 40GB version of Teradata Express 13.0. It installed easily and the database is running fine. I am following the examples on the Developer Exchange - Introduction to Teradata Express for VMware Player and trying to load data from a file. I am having a problem with the new(?) tdload utility. I get an error when I try to run it:
Teradata Load Utility Version 13.00.00.04
Got CLI error 207 while connecting a session.
'MTDP: EM_NETCONN(207): Error in doing a network connect.'
Any ideas on what to do to fix this?
Thanks,
Steve