Untitled


SUBMITTED BY: antoineh1

DATE: May 8, 2016, 8:23 p.m.

FORMAT: Text only

SIZE: 1.7 kB

HITS: 3997

  1. FreeTDS
  2. unixODBC
  3. tsql -C
  4. Compile-time settings (established with the "configure" script)
  5. Version: freetds v0.95.95
  6. freetds.conf directory: /usr/local/etc
  7. MS db-lib source compatibility: no
  8. Sybase binary compatibility: no
  9. Thread safety: yes
  10. iconv library: yes
  11. TDS version: 5.0
  12. iODBC: no
  13. unixodbc: yes
  14. SSPI "trusted" logins: no
  15. Kerberos: no
  16. OpenSSL: no
  17. GnuTLS: no
  18. [PSQLServer]
  19. host = **IP**
  20. port = **PORT**
  21. tds version = 8.0
  22. [PSQLClient]
  23. Description = Pervasive SQL Client Settings
  24. Driver = FreeTDS
  25. ServerName = PSQLServer
  26. Database = **DBNAME**
  27. Trace = No
  28. UID = **USERNAME**
  29. PWD = **PASSWORD**
  30. TDS_Version = 8.0
  31. [FreeTDS]
  32. Description = FreeTDS unixODBC Driver
  33. Driver = /usr/lib/x86_64-linux-gnu/odbc/libtdsodbc.so
  34. Setup = /usr/lib/x86_64-linux-gnu/odbc/libtdsS.so
  35. TDS_Version = 8.0
  36. TDSVER=8.0 tsql -S PSQLClient -U **USERNAME** -P **PASSWORD**
  37. Error 20012 (severity 2):
  38. Server name not found in configuration files.
  39. locale is "en_ZA.UTF-8"
  40. locale charset is "UTF-8"
  41. using default charset "UTF-8"
  42. Error 20013 (severity 2):
  43. Unknown host machine name.
  44. There was a problem connecting to the server
  45. isql -v PSQLClient **USERNAME** **PASSWORD**
  46. [S1000][unixODBC][FreeTDS][SQL Server]Unable to connect to data source
  47. [01000][unixODBC][FreeTDS][SQL Server]Unknown host machine name.
  48. [ISQL]ERROR: Could not SQLConnect

comments powered by Disqus