November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Ok, that version should convert subscriptions as far as I know. It was the release candidate (RC) that did not convert subscriptions.
They are stored in the tblUserProperty table in your EPiServer 4 database (together with other personalization data). Can you find your data over there ?
Yes, the subscriptions are there in the tblUserProperty. By linking the tblUserProperty with tblUser using fkSID i can print out every over 400 subscribers and their subscriptions.
When I look at one subscriber who has 2 newsletter subscribed at EPiServer 4 database, I find him also in EPiServer CMS5 database, at the dbo.aspnet_Profile table in the PropertyValuesString field with the following text:
"SUBSCRIBERS NAME"
<?xml version="1.0" encoding="utf-16"?>
<SubscriptionInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SubscribedPages />
<LastMessage>2008-12-10T19:53:58.875+01:00</LastMessage>
<Interval>0</Interval>
</SubscriptionInfo>
"SUBSCRIBERS EMAIL + ADDRESS"
It seems to me that also the 1.1.0.21 has missed the subscriptions.
What are the options? We are going to online with our R2 migrated site as soon as the subscribers are back.
Thank You for Your help, Per!
Has anyone had success migrating subscriptions from 4.62 to 5 R2?
Anyone? Huhuu?
Don't know if this will help you but we made a little loop that picked up users from the old DB and just updated the new DB with their settings.
Its simple and works good. You can read it @
http://www.from-rizo.se/2009/01/21/user-migration-from-episerver-4x-to-cms5r2/
Hi,
This has now been confirmed to be a bug with the Migration tool.
#20255: Subscriptions are not migrated if you have a none globalized site.
The issue was that if you have a EPiServer 4 site that isn't globalized, you will have different values in the database on tblUserProperty.
I have migrated a site from 4.62 to CMS 5 R2 and almost everything works fine!
The customer has a weekly newsletter which has over 300 subscibers. They wanted to convert the newsletter to a Blogg type. I convert the newsletter pagetype to a grupp blogg. It went well, but when I now try to add a blogg page, I get an exception:
Exception Details: System.ArgumentNullException: Parameter has no page set
Parameter name: pageLink
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
No problem. I have an another blogg that is working. I just want to move every subscribers to that blogg. How to do that???
I tried to find the subscribers at the database. I subscribed myself some pages and found myself in the dbo.aspnet_Profile table. But I'm the only subscriber there... Where are the others? Did the migration tool miss them?
So... can't I convert a "normal page" to a "group blogg start" AND where are the subscribers and how to move them?