Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...More DNN 9 issuesMore DNN 9 issues
Previous
 
Next
New Post
12/18/2016 10:02 PM
 

Thanks Joe,

looking at the logs I see the following exception(s):

 

Install Package::Dnn.PersonaBar.Users

Info::Starting Installation

Info::Starting Installation - Dnn.PersonaBar.Users

Info::Starting Installation - ResourceFile

Info::Expanding Resource file

Info::Creating backup of previous version - App_LocalResources\Users.resx

Info::Created - App_LocalResources/Users.resx

Info::Creating backup of previous version - css\Users.css

Info::Created - css/Users.css

Info::Creating backup of previous version - scripts/bundles\users-bundle.js

Info::Created - scripts/bundles/users-bundle.js

Info::Creating backup of previous version - scripts/exportables/Users\UsersCommon.js

Info::Created - scripts/exportables/Users/UsersCommon.js

Info::Creating backup of previous version - scripts\Users.js

Info::Created - scripts/Users.js

Info::Creating backup of previous version - Users.html

Info::Created - Users.html

Info::Resource Files created

Info::Component installed successfully - ResourceFile

Info::Starting Installation - Assembly

Info::Assembly registered - bin\Dnn.PersonaBar.Users.dll

Info::Creating backup of previous version - bin\Dnn.PersonaBar.Users.dll

Info::Created - bin\Dnn.PersonaBar.Users.dll

Info::Component installed successfully - Assembly

Info::Starting Installation - Script

Info::Begin Sql execution

Info::Creating backup of previous version - Providers\DataProviders\SqlDataProvider\Install.SqlDataProvider

Info::Created - Providers\DataProviders\SqlDataProvider\Install.SqlDataProvider

Info::Executing Install.SqlDataProvider

Info::Start Sql execution: Install.SqlDataProvider file

Info::SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'ProactiveDNNUsr2.sysobjects'. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script) ClientConnectionId:684382ca-2fae-4db6-90b4-3dd2fe29262a Error Number:208,State:1,Class:16 /************************************************************/ /***** SqlDataProvider *****/ /***** *****/ /***** *****/ /***** Note: To manually execute this script you must *****/ /***** perform a search and replace operation *****/ /***** for ProactiveDNNUsr2. and *****/ /***** *****/ /************************************************************/ IF EXISTS (SELECT * FROM ProactiveDNNUsr2.sysobjects where id = object_id(N'ProactiveDNNUsr2.Personabar_GetUsersByUserIds') and OBJECTPROPERTY(id, N'IsProcedure') = 1) DROP PROCEDURE ProactiveDNNUsr2.Personabar_GetUsersByUserIds System.Data.SqlClient.SqlException (0x80131904): There is already an object named 'Personabar_GetUsersByUserIds' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script) ClientConnectionId:684382ca-2fae-4db6-90b4-3dd2fe29262a Error Number:2714,State:3,Class:16 CREATE PROCEDURE ProactiveDNNUsr2.Personabar_GetUsersByUserIds ( @PortalId INT, @UserIds nvarchar(max) -- comma separated list of UserIds ) AS BEGIN SELECT DISTINCT U.UserID, U.Username, U.DisplayName, U.Email, U.CreatedOnDate, U.IsDeleted, U.Authorised FROM ProactiveDNNUsr2.vw_Users U WITH (NOLOCK) INNER JOIN (Select RowValue FROM ProactiveDNNUsr2.ConvertListToTable(',',@UserIds)) UserIds ON U.UserID = UserIds.RowValue INNER JOIN ProactiveDNNUsr2.UserPortals UP WITH (NOLOCK) ON U.UserID = UP.UserId WHERE UP.PortalId = @PortalId END System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'ProactiveDNNUsr2.sysobjects'. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script) ClientConnectionId:684382ca-2fae-4db6-90b4-3dd2fe29262a Error Number:208,State:1,Class:16 IF EXISTS (SELECT * FROM ProactiveDNNUsr2.sysobjects where id = object_id(N'ProactiveDNNUsr2.Personabar_GetUsers') and OBJECTPROPERTY(id, N'IsProcedure') = 1) DROP PROCEDURE ProactiveDNNUsr2.Personabar_GetUsers System.Data.SqlClient.SqlException (0x80131904): There is already an object named 'Personabar_GetUsers' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script) ClientConnectionId:684382ca-2fae-4db6-90b4-3dd2fe29262a Error Number:2714,State:3,Class:16 CREATE PROCEDURE ProactiveDNNUsr2.Personabar_GetUsers ( @PortalId INT, @SortColumn NVARCHAR(32), @SortAscending BIT, @PageIndex int = 0, @PageSize int = 10 ) AS BEGIN SELECT COUNT(*) AS TotalRecords FROM ProactiveDNNUsr2.UserPortals UP WITH (NOLOCK) INNER JOIN ProactiveDNNUsr2.Users U WITH (NOLOCK) ON UP.UserId = U.UserID WHERE UP.PortalId = @PortalId AND IsSuperUser = 0 ;WITH UsersCTE AS ( SELECT U.UserID, U.Username, U.DisplayName, U.Email, U.CreatedOnDate, U.IsDeleted, U.Authorised, ROW_NUMBER() OVER ( ORDER BY CASE WHEN @SortColumn = 'Joined' AND @SortAscending = 1 THEN U.UserID END ASC, CASE WHEN @SortColumn = 'Joined' AND @SortAscending = 0 THEN U.UserID END DESC, CASE WHEN @SortColumn = 'Email' AND @SortAscending = 1 THEN U.Email END ASC, CASE WHEN @SortColumn = 'Email' AND @SortAscending = 0 THEN U.Email END DESC, CASE WHEN @SortColumn = 'DisplayName' AND @SortAscending = 1 THEN U.DisplayName END ASC, CASE WHEN @SortColumn = 'DisplayName' AND @SortAscending = 0 THEN U.DisplayName END DESC) AS RowNumber FROM ProactiveDNNUsr2.vw_Users U WITH (NOLOCK) INNER JOIN ProactiveDNNUsr2.UserPortals UP WITH (NOLOCK) ON U.UserID = UP.UserId WHERE UP.PortalId = @PortalId AND IsSuperUser = 0 ) SELECT * FROM UsersCTE WHERE RowNumber BETWEEN (@PageIndex * @PageSize + 1) AND ((@PageIndex + 1) * @PageSize); END

Info::End Sql execution: Install.SqlDataProvider file

Info::Finished Sql execution

Info::Installation Failed - Script

Info::Rolling back component install - ResourceFile

Info::Exception - Could not find file 'C:\Inetpub\vhosts\domainname.co.nz\httpdocs\Install\Temp\234rnadlResources.zip'.

Info::Component rolled back successfully - ResourceFile

Info::Rolling back component install - Assembly

Info::Restored backup of previous version - bin\Dnn.PersonaBar.Users.dll

Info::Component rolled back successfully - Assembly

Info::Installation Failed - Dnn.PersonaBar.Users

Info::Deleted temporary install folder

Info::Installation Failed


for info on our website DNN skinning, feel free to check out our website at: www.spwd.co.nz
 
New Post
12/18/2016 10:09 PM
 
there seem to be a bug in the install script for sites, running not in dbo schema and using non-empty object qualifiers.
for sore reasons, this seem having slipped through during testing. Please log at support.dnnsoftware.com.
Is there a reason, why you are using a custom schema?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/19/2016 9:20 AM
 
I am having the same issue. When I upgraded from 8 to 9 I got an installation error that the Personabar User did not install. Everything else installed successfully. I also tried to install the Personabar user from the extension manager but it gets hung up on step 4. Nothing is showing in the admin log
 
New Post
12/19/2016 4:05 PM
 
Brian,
are you using a schema different from dbo as well?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/19/2016 7:02 PM
 

No reason from our end, and traditionally we have always used the default. However, we have recently setup new hosting servers, and use Plesk server management software on them.  Plesk includes
DNN as an installable App.  I'm guessing that when plesk completes it's initial install, it's changing to the custom schema.  We certainly aren't asked during install if we want to modify from the default.

 

 

What would our next step be please? I'm still not 100% if there is anything else that hasn't installed correctly during the upgrade.  I see no Host type menus, have no idea where I would change the typical 'host server settings', and aren't sure if this is just the new changes with renamed menus, or things haven't installed correctly. 

 

Is there a breakdown of what a host should expect to see in the persona bar anywhere I can check please?

 

R.

for info on our website DNN skinning, feel free to check out our website at: www.spwd.co.nz
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...More DNN 9 issuesMore DNN 9 issues


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out