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 ...DotNetNuke.Services.Social.Messaging.Scheduler.CoreMessagingScheduler FullLogDotNetNuke.Services.Social.Messaging.Scheduler.CoreMessagingScheduler FullLog
Previous
 
Next
New Post
12/1/2014 3:15 AM
 

Hello,

Since 2 week, monday morning, my  dbo.EventLog is more 8.000.000 rows with db 15Go !!

I have 2 logs errors :

If anyone could help me ?

Thank you.

Manu

  THREAD ID 85 TYPE DotNetNuke.Services.Social.Messaging.Scheduler.CoreMessagingScheduler, DotNetNuke EXCEPTION La chaîne spécifiée n'est pas de la forme requise pour une adresse de messagerie. RESCHEDULED FOR 01/01/0001 00:00:30 SOURCE STARTED_FROM_BEGIN_REQUEST ACTIVE THREADS -414 FREE THREADS 415 READER TIMEOUTS 0 WRITER TIMEOUTS 0 IN PROGRESS 0 IN QUEUE 5

  AssemblyVersion 7.3.3 PortalID -1 PortalName UserID -1 UserName ActiveTabID -1 ActiveTabName RawURL AbsoluteURL AbsoluteURLReferrer UserAgent DefaultDataProvider DotNetNuke.Data.SqlDataProvider, DotNetNuke ExceptionGUID 83bf13fd-20f2-4807-9c11-8ac3b7e600f6 InnerException La chaîne spécifiée n'est pas de la forme requise pour une adresse de messagerie. FileName FileLineNumber 0 FileColumnNumber 0 Method System.Net.Mail.MailAddressParser.ReadCfwsAndThrowIfIncomplete StackTrace Message System.FormatException: La chaîne spécifiée n'est pas de la forme requise pour une adresse de messagerie.
   à System.Net.Mail.MailAddressParser.ReadCfwsAndThrowIfIncomplete(String data, Int32 index)
   à System.Net.Mail.MailAddressParser.ParseAddress(String data, Boolean expectMultipleAddresses, Int32& index)
   à System.Net.Mail.MailAddressParser.ParseMultipleAddresses(String data)
   à System.Net.Mail.MailAddressCollection.ParseValue(String addresses)
   à System.Net.Mail.Message..ctor(String from, String to)
   à System.Net.Mail.MailMessage..ctor(String from, String to)
   à DotNetNuke.Services.Mail.Mail.SendEmail(String fromAddress, String senderAddress, String toAddress, String subject, String body)
   à DotNetNuke.Services.Social.Messaging.Scheduler.CoreMessagingScheduler.SendDigest(IEnumerable`1 messages, PortalSettings portalSettings, UserInfo senderUser, UserInfo recipientUser)
   à DotNetNuke.Services.Social.Messaging.Scheduler.CoreMessagingScheduler.HandleDigest(Guid schedulerInstance, Frequency frequency, Int32 remainingMessages)
Source

 
New Post
12/1/2014 3:28 AM
 
it looks like there are invalid email addresses or other problems interfering with sending mails

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/1/2014 3:44 AM
 
how can i investigate?
 
New Post
12/1/2014 8:29 AM
 
either use "SELECT UserID, UserName, Email FROM Users" or run:
SELECT RecipientID
FROM {databaseOwner}[{objectQualifier}vw_MessagesForDispatch] MFD WITH (NoExpand) -- TODO: Replace by base view
WHERE UserID IN (
SELECT TOP (50) UserID
FROM {databaseOwner}[{objectQualifier}vw_MessagesForDispatch] MFD WITH (NoExpand) -- TODO: Replace by base view
WHERE EmailSent = 0
AND [Read] = 0
AND Archived = 0
AND ((EmailSchedulerInstance IS Null AND EmailSentDate IS Null)
OR EmailSchedulerInstance = '00000000-0000-0000-0000-000000000000')
GROUP BY UserID
ORDER BY UserID
)
AND EmailSent = 0
AND [Read] = 0
AND Archived = 0
AND EmailFrequency = @Frequency
AND ((EmailSchedulerInstance IS Null AND EmailSentDate IS Null)
OR EmailSchedulerInstance = '00000000-0000-0000-0000-000000000000')

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...DotNetNuke.Services.Social.Messaging.Scheduler.CoreMessagingScheduler FullLogDotNetNuke.Services.Social.Messaging.Scheduler.CoreMessagingScheduler FullLog


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