Getting code page errors....

I am importing some data from my IBM DB2 Z/OS mainframe to SQL Server 2005 using the SSIS import wizard. The wizard automatically converted the DB2 string data before trying to store it to SQL Server. The code page that the wizard chose to do its conversion is the 1252 Ansi Latin. However, I am getting the following error on the address field...."one or more characters had no match in the target code page". Can someone suggest another code page ASCII IBM 37

Answer this question

Getting code page errors....

  • swimming

    Can you determine the code page of your DB2 Host

    If you have characters in the source that have no match in your target code page you might
    have to replace them via the derived column transformation. Therefore you have to know
    all those characters that do not match.

    Fridtjof

  • Blair Stark

    Can anyone tell me why this would work with my old DTS but not in SSIS Both of which were created through wizards with no extra coding or transformations.
  • Getting code page errors....