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...Performance and...Performance and...Exceptions on new site.Exceptions on new site.
Previous
 
Next
New Post
9/8/2011 8:14 PM
 
Have just launched a new site and I have three separate exceptions that keep occurring.  How do we go about fixing these?

This is the first one.

  9/9/2011 9:45:06 AM   Search Indexer Exception       ModuleId: 639; SearchItemId: 0; Title: Our f ...
ModuleId: 639
SearchItemId: 0
Title: Our first new caravan
SearchKey: 33
GUID: ItemId=33
AssemblyVersion: 5.6.3
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: d63464d1-b6f3-480d-bf0a-1fbbf3d19cee
InnerException: Cannot insert the value NULL into column 'PubDate', table 'rvsupertramp.dbo.ald_SearchItem'; column does not allow nulls. INSERT fails. The statement has been terminated.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Data.SqlClient.SqlConnection.
StackTrace:
Message: DotNetNuke.Services.Exceptions.SearchException: Cannot insert the value NULL into column 'PubDate', table 'rvsupertramp.dbo.ald_SearchItem'; column does not allow nulls. INSERT fails. The statement has been terminated. ---> System.Data.SqlClient.SqlException: Cannot insert the value NULL into column 'PubDate', table 'rvsupertramp.dbo.ald_SearchItem'; column does not allow nulls. INSERT fails. The statement has been terminated. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() 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.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteScalar() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Data.SqlDataProvider.AddSearchItem(String Title, String Description, Int32 Author, DateTime PubDate, Int32 ModuleId, String Key, String Guid, Int32 ImageFileId) at DotNetNuke.Services.Search.SearchDataStoreController.AddSearchItem(SearchItemInfo item) at DotNetNuke.Services.Search.SearchDataStore.StoreSearchItems(SearchItemInfoCollection SearchItems) --- End of inner exception stack trace ---
Source:
Server Name: GENERICAU01 

All help is gratefully accepted .

DNN 5.6.3 on PowerDNN
 
New Post
9/9/2011 8:34 AM
 
not sure how this can happen as the date is set within the stored procedure, please check that addsimpleterm looks like so:

CREATE PROCEDURE [dbo].[dnn_AddSimpleTerm]

@VocabularyID int,

@Name nvarchar(250),

@Description nvarchar(2500),

@Weight int,

@CreatedByUserID int

AS

INSERT INTO dbo.dnn_Taxonomy_Terms (

VocabularyID,

[Name],

Description,

Weight,

CreatedByUserID,

CreatedOnDate,

LastModifiedByUserID,

LastModifiedOnDate

)

VALUES (

@VocabularyID,

@Name,

@Description,

@Weight,

@CreatedByUserID,

getdate(),

@CreatedByUserID,

getdate()

)


Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
9/9/2011 3:50 PM
 
Thanks CC. I haven't run SP yet.

Had this turned up in the log too

Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.

Raised a trouble ticket with PowerDNN and apparently that is so and they made the changes to web.config. Doing that has cured almost all errors, still a few page load errors.

Do you think I should create your SP anyway.
 
New Post
9/9/2011 3:56 PM
 
Famous last words.

I just check the Events Log and it's back. Will look at the procedure.
 
New Post
9/9/2011 4:00 PM
 
How it looks

/****** Object: StoredProcedure [dbo].[ald_AddSimpleTerm] Script Date: 09/10/2011 05:59:13 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO


ALTER PROCEDURE [dbo].[ald_AddSimpleTerm]
@VocabularyID int,
@Name nvarchar(250),
@Description nvarchar(2500),
@Weight int,
@CreatedByUserID int
AS
INSERT INTO dbo.ald_Taxonomy_Terms (
VocabularyID,
[Name],
Description,
Weight,
CreatedByUserID,
CreatedOnDate,
LastModifiedByUserID,
LastModifiedOnDate
)

VALUES (
@VocabularyID,
@Name,
@Description,
@Weight,
@CreatedByUserID,
getdate(),
@CreatedByUserID,
getdate()
)

SELECT SCOPE_IDENTITY()
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Performance and...Performance and...Exceptions on new site.Exceptions on new site.


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