Products

Solutions

Resources

Partners

Community

About

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 ...DNN9 - Persona User Management ErrorDNN9 - Persona User Management Error
Previous
 
Next
New Post
1/21/2017 3:33 PM
 

 

Greetings,

 

When I upgrade from DNN 8 to DNN9 everything installs correctly, indicated by the green success next to the loaded function with the exception of the Persona User Function. Below is the information from the event log. Anyone have any idea why this is happening?

 

Install Package::Dnn.PersonaBar.Users

Info::Reading files

Info::File bin\Dnn.PersonaBar.Users.dll read successfully

Info::File Providers/DataProviders/SqlDataProvider\Install.SqlDataProvider read successfully

Info::File Providers/DataProviders/SqlDataProvider\Uninstall.SqlDataProvider read successfully

Info::File Dnn.PersonaBar.Users.dnn read successfully

Info::File license.txt read successfully

Info::File releaseNotes.txt read successfully

Info::File Resources.zip read successfully

Info::Reading files done.

Info::Reading Installation Manifest file

Info::Reading Package Manifest - PersonaBar - Dnn.PersonaBar.Users

Info::Reading Component Manifest - ResourceFile

Info::Found valid path () for Resources.zip.

Info::Found valid path () for Resources.zip.

Info::Reading Component Manifest - Assembly

Info::Found valid path (bin) for Dnn.PersonaBar.Users.dll.

Info::Reading Component Manifest - Script

Info::Found valid path (Providers\DataProviders\SqlDataProvider) for Install.SqlDataProvider.

Info::Found valid path (Providers\DataProviders\SqlDataProvider) for Uninstall.SqlDataProvider.

Info::Reading Component Manifest - PersonaBarMenu

Info::Manifest file finished successfully.

Info::Starting Installation

Info::Starting Installation - Dnn.PersonaBar.Users

Info::Starting Installation - ResourceFile

Info::Expanding Resource file

Info::Created - App_LocalResources/Users.resx

Info::Created - css/Users.css

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

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

Info::Created - scripts/Users.js

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::Created - bin\Dnn.PersonaBar.Users.dll

Info::Component installed successfully - Assembly

Info::Starting Installation - Script

Info::Begin Sql execution

Info::Folder Created - C:\Inetpub\vhosts\dgacpa.com\httpdocs\DesktopModules\admin\Dnn.PersonaBar\Modules\Dnn.Users\Providers\DataProviders\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 'DotNetNuke_c.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:72b491ce-c9db-4b25-89bd-92357f3e2bbf Error Number:208,State:1,Class:16 /************************************************************/ /***** SqlDataProvider *****/ /***** *****/ /***** *****/ /***** Note: To manually execute this script you must *****/ /***** perform a search and replace operation *****/ /***** for DotNetNuke_c. and *****/ /***** *****/ /************************************************************/ IF EXISTS (SELECT * FROM DotNetNuke_c.sysobjects where id = object_id(N'DotNetNuke_c.Personabar_GetUsersByUserIds') and OBJECTPROPERTY(id, N'IsProcedure') = 1) DROP PROCEDURE DotNetNuke_c.Personabar_GetUsersByUserIds System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'DotNetNuke_c.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:72b491ce-c9db-4b25-89bd-92357f3e2bbf Error Number:208,State:1,Class:16 IF EXISTS (SELECT * FROM DotNetNuke_c.sysobjects where id = object_id(N'DotNetNuke_c.Personabar_GetUsers') and OBJECTPROPERTY(id, N'IsProcedure') = 1) DROP PROCEDURE DotNetNuke_c.Personabar_GetUsers

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\dgacpa.com\httpdocs\Install\Temp\50rpuszmResources.zip'.

Info::Component rolled back successfully - ResourceFile

Info::Rolling back component install - Assembly

Info::Assembly unregistered - 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

Server Name: vserver628

 

 
New Post
1/21/2017 4:25 PM
 
are you using a database schema other than dbo?
there seem to be a bug in persona bar install script.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
1/23/2017 8:56 PM
 

 

Are you refering to the naming of the tables? For example one of the portals I am having this issue with the tables are DotNetNuke_8.table_name  an example being the user table which is DotNetNuke_8.Users.

 

 

Thanks

 

 

Brian
 
New Post
1/24/2017 9:56 AM
Accepted Answer 
there is an issue with the install script for the personabar.manageusers module,
I just submitted a pull request (https://dnntracker.atlassian.net/browse/DNN-9302).

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
1/24/2017 9:52 PM
 

 

Thank you I appreciate it.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...DNN9 - Persona User Management ErrorDNN9 - Persona User Management Error


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