|
|
Archives of the TeradataForum
Message Posted: Sat, 20 Sep 2003 @ 23:54:36 GMT
Subj: | | Re: BTEQ- LOGIN PROBLEM |
|
From: | | Dennis Calkins |
On Sat, 20 Sep 2003 10:24:48 -0500, Arvind Ballari wrote:
| Here is my host file looks like. | |
| 127.0.0.1 localhost DemoTDATcop1
127.0.0.1 localhost retailcop1 DemoTDATcop1 | |
| here is my logon statement | |
| .logon retail/Username,pwd; | |
you can't put the PASSWORD on the logon line unless you are using a script. If you are running interactively you must enter
.logon retail/Username
and hit return. Then Bteq will prompt for the password then you enter it.
| |