Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Exception in component tMSSqlInput_10 com.microsoft.sqlserver.jdbc.SQLServerException: The conversion from smalldatetime to INTEGER is unsupported.

Hi Im trying to load data from mssql 2008 to Postgres.

 

mssql source has a column of data type smalldatetime and im mapping it to timestamp in postgres.

 

The below error is received,

 

Exception in component tMSSqlInput_10
com.microsoft.sqlserver.jdbc.SQLServerException: The conversion from smalldatetime to INTEGER is unsupported.

 

kindly assist

Labels (3)
1 Reply
fdenis
Master
Master

Hi,
from mssql convert your date as text.
in postgres convert text as date.
Regards,