1

I am trying to establish a connection to a Microsoft Azure SQL database using an ODBC connection (IBM Datastage v11.5) but I get the following error:

Connection failed ODBC function "SQLConnect" reported: SQLSTATE=HY000: Native Error Code=0; Msg=[IBM(DataDirect OEM)][ODBC SQL Server Wire Protocol driver]The server does not support SSL

Here is my ODBC configuration file:

INI
Driver=/opt/IBM/InformationServer/Server/branded_odbc/lib/VMsqls00.so
Description=DataDirect SQL Server Native Wire Protocol
AlternateServers=
AlwaysReportTriggerResults=0
AnsiNPW=1
ApplicationName=
ApplicationUsingThreads=1
AuthenticationMethod=1
BulkBinaryThreshold=32
BulkCharacterThreshold=-1
BulkLoadBatchSize=1024
BulkLoadOptions=2
ConnectionReset=0
ConnectionRetryCount=0
ConnectionRetryDelay=3
CipherList=DEFAULT:!RC4
Database=DIFFCAISSE1
EnableBulkLoad=0
EnableQuotedIdentifiers=0
EncryptionMethod=1
FailoverGranularity=0
FailoverMode=0
FailoverPreconnect=0
FetchTSWTZasTimestamp=0
FetchTWFSasTime=1
GSSClient=native
HostName=myhostname.example.com
HostNameInCertificate=
InitializationString=
Language=
LoadBalanceTimeout=0
LoadBalancing=0
LoginTimeout=15
LogonID=
MaxPoolSize=100
MinPoolSize=0
PacketSize=-1
Password=
Pooling=0
PortNumber=1433
QueryTimeout=0
ReportCodePageConversionErrors=0
SnapshotSerializable=0
TrustStore=
TrustStorePassword=
ValidateServerCertificate=1
WorkStationID=
XML Describe Type=-10

Why is the driver complaining that the server does not support SSL?

TheGameiswar
  • 27,855
  • 8
  • 56
  • 94
Jopela
  • 5,415
  • 2
  • 18
  • 19

0 Answers0