Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS with SQL 2014

$
0
0

I have recently installed SQL2014 and currently have 2 issues which may be BIDS 2012 or SQL2014 related.

1. If I deploy a package to MSDB, then try to re download and open the package in BIDS it complains that it cannot open a version 8 package in Version 6 studio. How do I overcome this?

TITLE: Microsoft Visual Studio
------------------------------

Error at Extract_NHP []: The version number in the package is not valid. The version number cannot be greater than current version number.


Error at Extract_NHP []: Package migration from version 8 to version 6 failed with error 0xC001700A "The version number in the package is not valid. The version number cannot be greater than current version number.".


Error at Extract_NHP []: Error loading value "<DTS:Property xmlns:DTS="www.microsoft.com/SqlServer/Dts" DTS:Name="PackageFormatVersion">8</DTS:Property>" from node "DTS:Property".




------------------------------
ADDITIONAL INFORMATION:

One or more error occurred. There should be more specific errors preceding this one that explains the details of the errors. This message is used as a return value from functions that encounter errors.


------------------------------

One or more error occurred. There should be more specific errors preceding this one that explains the details of the errors. This message is used as a return value from functions that encounter errors.


------------------------------
BUTTONS:

OK
------------------------------

2. I have a flat file source on a SQL2008 R2 database that reads in and successfully processes a csv file which has double quotes as text qualifiers. If I run the same package in BIDS2012/SQL2014 it fails due to not being able to read the file. Now I know the row below has some qualifiers in it but 2008R2 seems to load it and not fall over and puts '\"Spelga Lodge\" 3 High Street' into the second column of the table. Why does BIDS2012/SQL2014 not cope with it?

Error: 0xC0202055 at Data Flow Task, Flat File Source [17]: The column delimiter for column "street_name" was not found.

"id","street_name","post_town_name","county_area_name","outcode","incode","type","type2","status","price","item1","item2","item3","item4","property_number"

"515370","\"Spelga Lodge\" 3 High Street","York","","","","ABCD","","Y","1234567","0","4","0","0",""

Regards

David




Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>