Data import from SQL via link server through MId Server reporting SQL error - Error converting data type DBTYPE_DBDATE to dateIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Overview This KB talks about a SQL exception which may appear when a customer is trying to import data using JDBC Data Source through MID server from SQL via Link server. Subject Let's say a data source is defined to import data by connecting to the SQL server via link server. Assume you needed to import null values as well, so you've ticked 'Copy empty fields' on the transform map mapped to this data source. MID Server is involved in this import. Now when the import is executed , you might receive the following error message:"MID Server reported error: com. microsoft. sql server. jdbc. SQL ServerException: Error converting data type DBTYPE_DBDATE to date.at com. microsoft. sql server. jdbc. SQL ServerException. make FromDatabaseError(SQL Server Exception. java: 216)" This error has nothing to do with our platform nor the MID Server and is something that the SQL admins to deal with. This is completely an SQL exception. Please reach out to the Database Admins and fix the error at the DB level Additional Information Here are few links from google on this SQL exception - https://knowledgebase.progress.com/articles/Article/000044844 - https://www.tek-tips.com/viewthread.cfm?qid=1087756