Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSIS Cannot retrieve the column code page info from the OLE DB provider

Tags:

ssis

I'm working on SSIS Package which has oracle backend.

On OLE Command Task, I get the warning below:

"Cannot retrieve the column code page info from the OLE DB provider..."

I am aware that there is way to set AlwaysUseDefaultCodePage to true on OLEDB DataSource. But I've not seen how to fix on OLE Command Task.

Could someone please help? Also what are the consequence of not fixing this issue?

like image 332
Nil Pun Avatar asked Feb 12 '14 11:02

Nil Pun


1 Answers

On the DataFlow task, open the Advanced Editor, select the Component Properties tab and in the Custom Properties section set the AlwaysUseDefaultCodePage to True

like image 65
bskehil Avatar answered Oct 12 '22 00:10

bskehil