After the update we were missing this column in the emailTrackingItems table. Don't know if it is a bug or if its related to db security, or because it is a upgrade.
Yes we have added the Table to get it working again. We were just wondering if it happened just to us for security reasons on the database. I guess that is the case then.
There should be a task that runs during the installation that adds this table. I has passed our testing but I will be double checkning this as well. The problem only seem to appear during upgrades.
Another problem we see with these upgrades (Rick is my colleague) is that the scheduled tasks for Newsletter Studio are duplicated in umbracosettings.config.
Fortunately the error you get when you start the site makes it pretty clear what the problem is.
Just FYI, I had to execute the database column addition SQL manually too to fix Newsletter Studio after the upgrade to the latest version.
Note that my installer also seemed to hang in some kind of redirect loop at the final step where it said "loading newsletter studio" at the end of the package installer... maybe this is where this occurs and it never really finished in a correct way.
It's really hard to make the upgrade experiance totally flawless but we're working hard on it - I'll post this as a bug and will investigate it closer.
CustomData column update v2.0.0 to v2.1.0
After the update we were missing this column in the emailTrackingItems table. Don't know if it is a bug or if its related to db security, or because it is a upgrade.
Hi!
There should have been a column inserted during the install. Try to run this:
ALTER TABLE ns_EmailTrackingItems ADD CustomData NVARCHAR(MAX)
Yes we have added the Table to get it working again. We were just wondering if it happened just to us for security reasons on the database. I guess that is the case then.
Hi!
There should be a task that runs during the installation that adds this table. I has passed our testing but I will be double checkning this as well. The problem only seem to appear during upgrades.
Thanks for sharing your issues.
/ m
I just updated another one from version 2.0.0 to 2.1.0 and the same table error did occur
Hi Rick!
Okey. I will try again to reproduce this issue - it did "work for me" when we tested it.
Thank you for sharing your problems.
// m
Markus,
Another problem we see with these upgrades (Rick is my colleague) is that the scheduled tasks for Newsletter Studio are duplicated in umbracosettings.config.
Fortunately the error you get when you start the site makes it pretty clear what the problem is.
Just FYI, I had to execute the database column addition SQL manually too to fix Newsletter Studio after the upgrade to the latest version.
Note that my installer also seemed to hang in some kind of redirect loop at the final step where it said "loading newsletter studio" at the end of the package installer... maybe this is where this occurs and it never really finished in a correct way.
Regards, Peter
Hi!
Thank you Peter!
It's really hard to make the upgrade experiance totally flawless but we're working hard on it - I'll post this as a bug and will investigate it closer.
/ m
is working on a reply...