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

Popular posts from this blog

php - How to pass multiple values from url -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

database - php search bar when I press submit with nothing in the search bar it shows all the data -