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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Scheduler SettingsScheduler Settings
Previous
 
Next
New Post
5/20/2008 11:25 AM
 

I have issues with finding the GUI for the scheduler settings (table ScheduleItemSettings).

Is it something you have to enable first or did DNN team not implement this feature yet?

I am on DNN 4.8.2

 
New Post
5/21/2008 10:39 AM
 

The settings for each item is controlled via the edit link for each item.

You set the mode of the scheduler via Host Settings.

What are you looking for specifically?


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
5/21/2008 4:16 PM
 

What I mean is how do I get the Scheduled Task Settings for into the database? in the manual they only refer to how to read the settings when you run an instace of the scheduler! e.g:

Dim myValue as String = Me.ScheduleHistoryItem.GetSetting("MyKey")

Is there a control where I can set this values instead of doing it manually in the database or writing my own module for that! For example I want to sent emails from the scheduler but don't want to hardcode them!

Dim SendTo as string = Me.ScheduleHistoryItem.GetSetting("EmailList_forMyScheduler")

Thanks for you help I appreciate it!

 
New Post
5/28/2008 12:01 PM
 

Anyone has an Answer?

 
New Post
6/17/2008 9:46 AM
 

Aaah, the scheduler, someone is actualy using it?

You have to make an online "settings" module for your scheduled job. (like you do for your other custom modules, so this should be fairly easy)

This is what you need in this module: 

Dim o As DotNetNuke.Services.Scheduling.DNNScheduling.SchedulingController = New DotNetNuke.Services.Scheduling.DNNScheduling.SchedulingController

o.AddScheduleItemSetting(10, "timetorun", "10:00h")

 10 ->schedule id
timetorun->setting
10:00h -> setting value

 By the way, this statement adds new settings, BUT if it already exists it updates it!

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Scheduler SettingsScheduler Settings


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