64 bit Text Qualifier Issue

  • I am facing the same problem, are you able to get the resolution?

  • I am also experiencing this issue. I believe it's related to the Package Import Wizard that is used in both Integration Services and Visual Studio. In my instance, both my workstation and the database server are running Windows 7 64-bit. What I'm seeing is that my text qualifier is being changed from " to _x0022_ when I deploy a package to Integration Services, as well as in Visual Studio when I add an existing package to a project.

  • Unfortunately, found no fix at the time, so manually fixed all packages and has worked fine.

  • If you use package configurations on your packages you can add one for the "'\Package.Connections[<your_connection>].Properties[TextQualifier]" and set it "<none>". For whatever reason when it reads it from the configuration it interprets it correctly, but when it pulls it from the package it does not.

  • Howdy

    I was experiencing this problem as well - from dev workstation to Server (both different versions of SQL 2008 r2). Whilst the ideal development environment is to have everything at the same version/service pack/CU, this is not something I can control.

    However, Gentile's solution to use SSIS configurations is a great workaround that works for my environment

    ...Thanks for that

  • I've seen a fix that looks promising... to populate the flat file configuration manager text delimiter to be:

    '"'

    That is, a double quote inside of single quotes.

    *******************
    What I lack in youth, I make up for in immaturity!

  • Yes - I think that's what i did and has been working well since, though I also think it may have been fixed in latest patches (I did a notepad++ compare of two dtsx files just yesterday and shows the change). Sorry not replied earlier to this post, I've had two children since the post..............

  • Just deleting the garbage gets you going but does not prevent it from happening again. Supplying a default ends the issue.

    Congratulations. Children are the best thing in life.

    *******************
    What I lack in youth, I make up for in immaturity!

  • SQLServer2008-KB971490-x64.exe resolved the issue of "_x003C_none_x003E_" but "_x0022_" still persists. (sql server 2008 sp3).

Viewing 9 posts - 1 through 10 (of 10 total)

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