All of the tables seem to have been created by the installer. When i deleted them and tried again with the script from the manual setup It runs fine up to the final INSERT statements where it fails with error
Hmm the table names appear to be prefixed with dbo for example dbo.cmsContent etc.... should there be a table called umbracoAppTree? becuase I cannot see that one.
I removedthe tables that were in the DB (relatign to CMS import) and ran the manual script minus the last INSERT statements. It compelted correctly however I am still faced with the original issue of not being able to import XML.
Hmm so Looking at the original Error at the top I do not seem to have any table called cmsTab. Could this have been removed in a recent update to Umbraco? The rest of my install seems to work fine.
I also received this error message while trying to import an XML file to Umbraco 7.0.1 even though my installation of CMS import did not report any errors (in the UI).
Manually running the database script on page 45 of the CMSImport manual also solved the problem for me with the following modifications:
I also had to remove the final insert statement (into UmbracoAppTree) because that was an "invalid object name"
I had to remove every instance of the "ON [PRIMARY]" statement to get it to run on SQL azure
Hopefully that helps someone else.
Richard, should I have received a install error if the database script didn't work?
I have an update waiting that solves the Azure database errors. It was due to lack of my knowledge about Azure why this is is taking so long to fix. Sorry about that. Indeed the ON [Primary] is causing the issue. Only need to test the next version against the major supported versions of Umbraco should not be too long before it gets out.
I agree the installer should have shown an error but it's based on the default Umbraco installer which doesn't show errors during the install process.
Did you download the latest version of CMSImport? I think the issues is different than the above since the DB installer is optimized for Azure since 2.5.1. Can you send a copy of the log if you still have it to [email protected] please?
Umbraco Exception (DataLayer): SQL helper exception in ExecuteReader
Hi Richard.
I have just installed the free version of the package and have tested it with some simple XML however I am getting an error
Error during load, check the logfile for details Umbraco Exception (DataLayer): SQL helper exception in ExecuteReader
when i look at the log i get the following:
I am running v6.1.6 with an SQL server 2008 DB.
Any Ideas?
Cheers
L
Hi,
The installer couldn't install the required tables. Check manual configuration in the documentation http://soetemansoftware.nl/cmsimport/downloads for a complete create tables script.
Cheers,
Richard
Thanks Richard.
All of the tables seem to have been created by the installer. When i deleted them and tried again with the script from the manual setup It runs fine up to the final INSERT statements where it fails with error
Any ideas?
L
Could it be that your tables are not prefixed with dbo. ?
Hmm the table names appear to be prefixed with dbo for example dbo.cmsContent etc.... should there be a table called umbracoAppTree? becuase I cannot see that one.
I see from this post thatthe AppTree stuff may just be for older versions of Umbraco.
http://our.umbraco.org/projects/developer-tools/cmsimport/bugs/42085-Invalid-object-name-umbracoAppTree-when-creating-tables-from-script
I removedthe tables that were in the DB (relatign to CMS import) and ran the manual script minus the last INSERT statements. It compelted correctly however I am still faced with the original issue of not being able to import XML.
L
Weird,
Should only happen when the table can't be accessed.
Hmm so Looking at the original Error at the top I do not seem to have any table called cmsTab. Could this have been removed in a recent update to Umbraco? The rest of my install seems to work fine.
I just foudn this post about database changes for Umbraco 6 https://detangleddigital.wordpress.com/2013/02/11/umbraco-v6-database-changes/
cmsTab is now called cmsPropertyTypeGroup.
L
Think there is something serious wrong with the database but not sure what.
Hey Richard,
Should the package work for v6? if it should why would the error above reference tables that have been removed from Umbraco 6?
L
Yes fully functional on V6. Is the version number set correct in web.config?
You hit the nail on the head :) The config didnt have the configuration status set for some reason.
Thanks for your help Richard!
L
I also received this error message while trying to import an XML file to Umbraco 7.0.1 even though my installation of CMS import did not report any errors (in the UI).
Manually running the database script on page 45 of the CMSImport manual also solved the problem for me with the following modifications:
Hi,
I have an update waiting that solves the Azure database errors. It was due to lack of my knowledge about Azure why this is is taking so long to fix. Sorry about that. Indeed the ON [Primary] is causing the issue. Only need to test the next version against the major supported versions of Umbraco should not be too long before it gets out.
I agree the installer should have shown an error but it's based on the default Umbraco installer which doesn't show errors during the install process.
Best,
Richard
I'm getting the same error with 7.1 running on Azure. Any news of the update plase?
Did you download the latest version of CMSImport? I think the issues is different than the above since the DB installer is optimized for Azure since 2.5.1. Can you send a copy of the log if you still have it to [email protected] please?
Thanks,
Richard
is working on a reply...