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.Scheduling ErrorDotNetNuke.Services.Scheduling Error
Previous
 
Next
New Post
1/15/2011 1:01 PM
 
OK  here is what I found .  The [DataBase_DNN].[dbo].[WebServers]  table was missing an a row with the enabled flag set. It is also the row with the IISAppName set to blank.  I creates a row like the one in bold

ServerID   ServerName   CreatedDate   LastActivityDate   URL   IISAppName   Enabled
1   FGODINO-DESKTOP   2009-06-28 12:05:24.100   2010-10-17 19:06:08.843   NULL       1
2   FGODINO-DESKTOP   2010-10-25 07:18:30.207   2010-12-05 10:49:33.207   NULL   /LM/W3SVC/1/ROOT/DNN   0
3   FGODINO-DESKTOP   2010-10-25 07:43:48.807   2011-01-15 08:21:29.807   NULL   /LM/W3SVC/1/ROOT/WebSite   0

This seem to stop the errors as mentioned by timgriff84.  It does match the collection index error
 
New Post
1/16/2011 9:12 AM
 
select * from WebServers

update WebServers
set [Enabled] = 1

Should 1 server be enabled or all?
 
New Post
1/16/2011 9:17 AM
 
I would prefer a reply from dotnetnuke guys for this. Instead of playing with the db.
 
New Post
1/16/2011 10:30 AM
 
Following is necessary when moving dnn 5x website to another hosting provider or to another webserver..

-- delete all records
TRUNCATE table {databaseOwner}{ObjectQualifier}WebServers
go

from Host Settings click on Restart Application.
This will populate WebServers table. (but will not enable running webserver)

-- enable webservers
UPDATE {databaseOwner}{ObjectQualifier}WebServers SET Enabled = '1'
go

from Host Settings click on Restart Application.

Additionally from host settings, set "scheduler mode" to timer method and "compression setting" to deflate compression and uncheck Use whitespace filter then update and restart application. timer mode is for performance and stabilite. whitespace filter is not necessary when using deflate compression. after applying these settings click on restart application. also clear event viewer logs and check logs next business day ;-)
 
New Post
1/16/2011 11:09 AM
 
All the above are very interesting, still AN OFFICIAL reply from DNN would clear things up.

For example i have NEVER heard or read that this is needed if you move a DNN installation.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...DotNetNuke.Services.Scheduling ErrorDotNetNuke.Services.Scheduling 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