处理MS SSIS时候发生以下报错:
Error 2 Error loading TransDepartment.dtsx: The connection string format is not valid. It must consist of one or more components of the form X=Y, separated by semicolons. This error occurs when a connection string with zero components is set on database connection manager. C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\projects\Integration Services Project1\Integration Services Project1\TransDepartment.dtsx
各种纠结后发现,是由于生产的connecting string相当难看,然后自作聪明的把XML放到Eclipse中format后造成换行,然后复制回去,还是换行状态,部分一起的标记被换行,造成识别需要 分号 " ; " 所以一直识别错误。 所以没有捷径,把眼睛往死里整,盯着原始的xml看吧 :shock:
Error 2 Error loading TransDepartment.dtsx: The connection string format is not valid. It must consist of one or more components of the form X=Y, separated by semicolons. This error occurs when a connection string with zero components is set on database connection manager. C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\projects\Integration Services Project1\Integration Services Project1\TransDepartment.dtsx
各种纠结后发现,是由于生产的connecting string相当难看,然后自作聪明的把XML放到Eclipse中format后造成换行,然后复制回去,还是换行状态,部分一起的标记被换行,造成识别需要 分号 " ; " 所以一直识别错误。 所以没有捷径,把眼睛往死里整,盯着原始的xml看吧 :shock:
本文详细介绍了在使用MSSSIS处理数据时遇到连接字符串格式错误的问题,通过分析错误信息和解决步骤,最终成功解决了由于在Eclipse中格式化XML导致的换行问题。文章强调了直接观察原始XML文件的重要性,避免了不必要的捷径导致的误解。
2571

被折叠的 条评论
为什么被折叠?



