Register | Login
 
  Forum  
 
  Forum  Discussions  Effority.Net - ...  Error running UserDirectory and User&Role Mgr
Previous Previous
 
Next Next
New Post 8/3/2007 4:05 PM
Resolved
  vitkoz
3 posts


Error running UserDirectory and User&Role Mgr 

I've installed both on 4.5.1 and 4.5.4 on localhost. Modules install without errors but both error out when added to the page. Any quick ideas?

 
New Post 8/3/2007 4:18 PM
  odem
74 posts


Re: Error running UserDirectory and User&Role Mgr 

hi,

can you show us the exception that occured.

oliver

 

 
New Post 8/3/2007 4:33 PM
  bbhermann
131 posts


Re: Error running UserDirectory and User&Role Mgr 

please let us know about the error in the log (event viewer)

 
New Post 8/4/2007 1:39 AM
  vitkoz
3 posts


Re: Error running UserDirectory and User&Role Mgr 

 

On effority.RoleMemberCounter

DotNetNuke.Services.Exceptions.ModuleLoadException: Cannot insert the value NULL into column 'SettingValue', table 'dnn453.dbo.vp_ModuleSettings'; column does not allow nulls. INSERT fails. The statement has been terminated. ---> System.Data.SqlClient.SqlException: Cannot insert the value NULL into column 'SettingValue', table 'dnn453.dbo.vp_ModuleSettings'; column does not allow nulls. INSERT fails. The statement has been terminated. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Data.SqlDataProvider.AddModuleSetting(Int32 ModuleId, String SettingName, String SettingValue) at DotNetNuke.Entities.Modules.ModuleController.UpdateModuleSetting(Int32 ModuleId, String SettingName, String SettingValue) at effority.RoleMemberCounter.Settings.UpdateSettings() at DotNetNuke.Modules.Admin.Modules.ModuleSettingsPage.cmdUpdate_Click(Object Sender, EventArgs e) --- End of inner exception stack trace ---

 
New Post 8/4/2007 2:36 PM
  bbhermann
131 posts


Re: Error running UserDirectory and User&Role Mgr 

ok, thanks. we will look into that. however i installed a fresh dnn 455 this morning and added both modules (u&r and userdirectory) to one page ... without problems.

 
New Post 8/7/2007 3:52 PM
  odem
74 posts


Re: Error running UserDirectory and User&Role Mgr 
Modified By odem  on 8/7/2007 3:56:08 PM)

hi,

the exception you post is caused by the RoleMemberCounter.

But in the error message I regonized that you are you using a database objectQualifier.

I think this cause your problems with the UserDirectory und the User&Roles Manager.

To prevent this problem, I have updated the UserDirectory und the User&Roles Manager.

The User&Roles Manager version on snowcovered will be updated soon.

I hope this will solve your problems.

oliver

 
New Post 8/8/2007 12:42 AM
  vitkoz
3 posts


Re: Error running UserDirectory and User&Role Mgr 

That's exactly right - I didn't have any issues on one installation where I don't have object qualifier defined.

 
New Post 8/16/2007 10:05 PM
  sjeffers
8 posts


Re: Error running UserDirectory and User&Role Mgr 

I think I have the same problem with the object qualifier, what is the solution i cannot get rid of it

 
New Post 8/16/2007 11:03 PM
  bbhermann
131 posts


Re: Error running UserDirectory and User&Role Mgr 

did you download the latest versions?

 
New Post 8/17/2007 2:18 PM
  sjeffers
8 posts


Re: Error running UserDirectory and User&Role Mgr 

yes I downloaded the latest version.

 
New Post 8/17/2007 2:37 PM
  bbhermann
131 posts


Re: Error running UserDirectory and User&Role Mgr 

 sjeffers wrote

yes I downloaded the latest version.

of both modules? u&r and ud?

 
New Post 8/17/2007 4:33 PM
  sjeffers
8 posts


Re: Error running UserDirectory and User&Role Mgr 

only ud

 
New Post 8/18/2007 12:56 AM
  jgspencer
1 posts


Re: Error running UserDirectory and User&Role Mgr 

I have to agree with the errors thrown by this version.  Every new update continues to throw this same error as mentioned earlier in this thread.

Today I downloaded UserDirectory_00.09.08_Install  --- and it's the same problem -- again.

I had such hope and promise for this module, but frankly, it just doesn't work. Perhaps if someone uses custom profile properties from the DNN core under "manage profile properties" has something to do with it.  I don't know.  But I'm hoping this can get fixed someday soon.

Cheers,

 JGS


Method: System.Data.SqlClient.SqlBuffer.get_String
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Data is Null. This method or property cannot be called on Null values. ---> System.Data.SqlTypes.SqlNullValueException: Data is Null. This method or property cannot be called on Null values. at System.Data.SqlClient.SqlBuffer.get_String() at System.Data.SqlClient.SqlDataReader.GetString(Int32 i) at effority.UserDirectory.Controller.GetUserProfileDic(List`1 ProfileDefinitions, Int32 PortalId) at effority.UserDirectory.View.GetUserTable(Boolean FromCache) at effority.UserDirectory.View.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---

 
New Post 8/19/2007 1:25 AM
  odem
74 posts


Re: Error running UserDirectory and User&Role Mgr 

Hi,

I guess this error is caused by null values in the UserProfile table. I fixed this error in the code for the next release.

If you can't wait, please excute the sql code on your DB

SELECT     *
FROM         UserProfile
WHERE     (PropertyValue IS NULL)

and replace the Null values.

Then the module should work.

oliver

 

 

 
New Post 8/19/2007 9:52 PM
  bbhermann
131 posts


Re: Error running UserDirectory and User&Role Mgr 

 sjeffers wrote

only ud

please only use the latest version of both modules.

 
New Post 8/21/2007 4:55 PM
  sjeffers
8 posts


Re: Error running UserDirectory and User&Role Mgr 

okay, I'm only using the ud that is why I only have the updated version from that module. 

I ran that sql cleanup and it worked, for some reason the PropertyValue for the Biography's for my users had the null value, I tried to move the contents from the Property Text, which seemed to hold the info for the Biography into the  PropertyValue field, it fixed the module, but broke the Biography for a couple of users.  Oh well!!!  LOL, I'm sure more users will get benefit of the searchable feature than will be hurt by killing a couple of Biographies.  Any body know why this would happen anyway?

 
New Post 5/16/2008 9:52 PM
  sjeffers
8 posts


Re: Error running UserDirectory and User&Role Mgr 

This is once again the error that I am experiencing.  I have th latest DNN core AND the latest UD module.  I have uninstalled and reinstalled.  I am not yet able to access my DB, but I assume that this will work again.  Any idea why this would continue to be an issue?

 
Previous Previous
 
Next Next
  Forum  Discussions  Effority.Net - ...  Error running UserDirectory and User&Role Mgr
DotNetNuke® is a trademark by DotNetNuke Corporation, USA | www.effority.net | Impressum