Link to home
Start Free TrialLog in
Avatar of PeterFrb
PeterFrbFlag for United States of America

asked on

Omitting user name and password from login scripts

I have some lengthy SQL scripts that I wish to run in BTEQ, and I wish to automate the process as much as possible.  I would prefer to have a login screen that logs me in and then automatically runs my script, rather thanforcing me to build a login script that includes the user name and password.  

In short, I do not wish to compromise security in the quest for greater convenience.  Your suggestions are most welcome.

Thanks, ~Peter Ferber
Avatar of billmercer
billmercer

I'm no expert with TeraData, but if you're running on Windows, there's a terrific automation tool you could use to automate just about any Windows user interface. It's called AutoIt, and it uses a very easy vb-like scripting language to create applets that can interact with applications, processes, files, etc. Scripts can be run directly, or compiled into executables. It's powerful, easy to use, and completely free.

 http://www.autoitscript.com
See Chapter 2 (Logon Security) in Security Administration on http://www.teradataforum.com/teradata_pdf/b035-1100-115a.pdf. It contains some information about the possibility to log on without using a password.
ASKER CERTIFIED SOLUTION
Avatar of ispaleny
ispaleny
Flag of Czechia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of PeterFrb

ASKER

This is how I ended up using the application.  Sorry for the delay in assigning points.
~Peter