Himy name isApostolosKourmatzoglouand I amweb developer, who just start working with umbraco.RecentlyI installedthecsv import (free version) and follow the installation instruction successfully.
When I am trying to upload acsv file,I getin the umbracoLog this error:
Error during load umbraco.DataLayer.SqlHelperException: Umbraco
Exception (DataLayer): SQL helper exception in ExecuteReader --->
SqlCE4Umbraco.SqlCeProviderException: Error running Reader: SQL Statement: SELECT [UniqueIdentifier], [Name] FROM [CMSImportState] where parent = @ parent
I installed the version 2.1 and still get the same error after the upolading. Just for the details, I use for developing webmatrix of microsoft which contains an IIS and SQL server. What else should I check?
Think the package installer failed to install the database tables. Could be a rights issue. Please check the manual install option from the database and install the cms import tables manual in the sql server. Documentation can be found at http://cmsimport.com/documentation.aspx
CSV Upload Bug
Hi my name is Apostolos Kourmatzoglou and I am web developer, who just start working with umbraco. Recently I installed the csv import (free version) and follow the installation instruction successfully.
When I am trying to upload a csv file, I get in the umbracoLog this error: Error during load umbraco.DataLayer.SqlHelperException: Umbraco Exception (DataLayer): SQL helper exception in ExecuteReader ---> SqlCE4Umbraco.SqlCeProviderException: Error running Reader:
SQL Statement:
SELECT [UniqueIdentifier], [Name] FROM [CMSImportState] where parent = @ parent
Could you please help me;
thanks in advance
Hi Apostolos,
This was a bug in the 2.0 package installer, if you upgrade to 2.1 it should be ok, if not please let me know.
Thanks,
Richard
Thank you Mr. Soeteman for your quick reply.
I installed the version 2.1 and still get the same error after the upolading. Just for the details, I use for developing webmatrix of microsoft which contains an IIS and SQL server. What else should I check?
Thanks in advice!
Hi Apostolos ,
Think the package installer failed to install the database tables. Could be a rights issue. Please check the manual install option from the database and install the cms import tables manual in the sql server. Documentation can be found at http://cmsimport.com/documentation.aspx
Cheers,
Richard
Hi Mr. Soeteman,
Thank you! I founded the documentation of the version 2.1 and I sovle my issue.
Apostolos
is working on a reply...