Hi all,
I'm trying to migrate a DNN 3.1.1 installation from 1and1 to my own server.
If I backup my db at 1and1, it turns out that the dbo is changed and the stored procedures have a 'dnn_' prefix. If you acces the portal you get:
Unhandled Error
Error Details
|
File |
|
|
Error |
Could not find stored procedure 'dbo.AddEventLog'. |
The SP in the DB looks like 'dbo165263738.dnn_AddEventLog'. So this doesn't work. I managed to rename the dbo, but no chance to rename the SPs.
Second try was by creating a site-template and using it on the new server to create a site with it. This kind of worked, except that on most sites the error
 |
A critical error has occurred. Object reference not set to an instance of an object. |
occurs.
I don't know really what to do... Did anybody have similar experiences and solved them? Are there any best practices to migrate data from one server to an other?
Thanks in advance,
Thiemo