column code page warning in lookup transformation

  •  Regarding the warning about "Cannot retrieve the column code page from the OLE DB provider. If the component supports the "DefaultCodePage" property, the code page from that property will be used. Change the value of the property if the current string code page values are incorrect. If the component does not support the property, the code page from the component's locale ID will be used."

    Setting AlwaysUseDefaultCodePath="TRUE" will cause this error to go away

    This works fine with oledbsource and destination.

    But how to avoid for lookup transformation??

    I am using Oracle Provider for OLE DB 10.2.0.2.20.

    One more problem i am facing is, SSIS is mapping varchar2 to DT_WSTR.

    All suggestion/solutions are appreciated.

    Thanks

     

  • This was removed by the editor as SPAM

  • Hi,

    I tried by setting the property validate external metadata to false. Its not showing any validation warning on the component during design but will show the warning during execution.

  • rana (3/1/2007)


    Setting AlwaysUseDefaultCodePath="TRUE" will cause this error to go away

    This works fine with oledbsource and destination.

    I am using Oracle Provider for OLE DB 10.2.0.2.20.

    One more problem i am facing is, SSIS ismapping varchar2 to DT_WSTR.

    All suggestion/solutions are appreciated.

    Thanks

    Unfortunately it isn't possible to turn it off for the Lookup component. Not in SSIS2005 anyway.

    -Jamie

  • Does anyone have an answer for this question?

    I am working with a new client and we have implemented an SSIS with Oracle solution to run the ETL. We are using the Attunity drivers to manage the source and destination connections, but when implementing an SSIS Lookup transformation through OLEDB connection, we are running into this codepage error.

    If anyone has found a workaround or fix to this, I would appreciate it.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply