SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005 -
SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005 -
i getting error below in 1 of ssis task
ssis error code dts_e_oledberror. ole db error has occurred. error code: 0x80004005. ole db record available. source: "microsoft ole db provider sql server" hresult: 0x80004005 description: "syntax error or access violation".
its oledb source task in dataflow task , having query below:
select patientser changetable(changes dbo.patient,?) ct ct.sys_change_operation = 'i'
when execute same query on server replacing ? "0" works fine.
any thought wrong query missing in ssis?
ssis syntax-error oledb oledbexception
Comments
Post a Comment