I ran the command and get the following result. echo "SELECT name, compatibility_level, state FROM sys.databases" | isql -b -v -x0x7C freetdstest domain\login password
I ran the above command with 'domain\login' in quotes as well. [S1000][unixODBC][FreeTDS][SQL Server]Unable to connect to data source [28000][unixODBC][FreeTDS][SQL Server]Login incorrect. [08S01][unixODBC][FreeTDS][SQL Server]Read from SQL server failed. [ISQL]ERROR: Could not SQLConnect My odbc.ini file only contains [freetdstest] driver=FreeTDS TDS_Version=8.0 port=1433 server=servername database=master I know that the servername is correct and that the database and port are correct. Port 1433 is open via the firewall as well. Do you have any recommendations? - Ken -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=38914#38914 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
