the script 05.01.00.SqlDataProvider is missing the database owner token in a couple of places. For example:
line 337 - INSERT INTO {objectQualifier}DMX_Extensions
and line 351 - FROM {objectQualifier}Portals p
This caused the DNN install to blow up.
I ran the uninstall script. Then ran the Install.05.00.00.SqlDataProvider script and then all the 5.x scripts manually.
All scripts completed fine (after I fixed the token issue) BUT:
1. I'm still not able to see items that I add as a user in the Admin role (i see them in the dbs).
2. The root pattern does not automatically create the [User:username] folder.
3. Users can not add new or see existing items.
Thanks in advance.