migration from vistadb to sqlserver ALMOST successful - one problem left
Hi, we achieved to import vistadb data into a clean umbraco sql server db. Though it was a lot of work to alter some script parts to do this it finally worked.
Everything is possible to do (alter/create doctypes, mediatypes, nodes etc).
The only thing what goes wrong is that if i use "Republish entire site" the "umbraco.config" file in the data folder gets deletedand not rewritten/updated again. Checked folder permissions - everything perfect.
If i switch back to vistdb "Republish entire site" works and "umbraco.config" gets updated. Is there a hidden switch in the sql server database or somewhere in some umbraco config file?
only one idea to this: may it be you have any data content in your documents which break XML e.g. '<' or '![CDATA[' or something like this?
This could produce an internal exception while generation of "umbraco.config". Take a look into your table "umbracoLog". Some exceptions are logged there, with a little luck you get an hint in column logComment.
migration from vistadb to sqlserver ALMOST successful - one problem left
Hi,
we achieved to import vistadb data into a clean umbraco sql server db.
Though it was a lot of work to alter some script parts to do this it finally worked.
Everything is possible to do (alter/create doctypes, mediatypes, nodes etc).
The only thing what goes wrong is that if i use "Republish entire site" the "umbraco.config" file in the data folder gets deleted and not rewritten/updated again.
Checked folder permissions - everything perfect.
If i switch back to vistdb "Republish entire site" works and "umbraco.config" gets updated.
Is there a hidden switch in the sql server database or somewhere in some umbraco config file?
thank you for any hints
/horst
Hi Horst,
only one idea to this: may it be you have any data content in your documents which break XML e.g. '<' or '![CDATA[' or something like this?
This could produce an internal exception while generation of "umbraco.config". Take a look into your table "umbracoLog". Some exceptions are logged there, with a little luck you get an hint in column logComment.
HTH, Immo
i have the following entries in the logTable
Hm, really no idea whts missing or going wrong
happy for any idea fixing this
thank you
/horst
Comment author was deleted
If you publish all pages (right click level 1 node, publish, include children). Does that fix it ?
Hi Tim,
looks like yout tipp fixed the problem.
Deleted all content ot the "cmsContentXML" table in the database and published like you proposed.
Hope this was was the last hurdle to take during the migration process.
thank you
/horst
Comment author was deleted
Super! would be great if you could share the vistadb to sql server migration process
yes, try to write a small "how to" soon.
There where a lot of impassibilies.
But for sure it was very different than "out of the box"
/horst
is working on a reply...