|
Home > Archive > Microsoft Content Management Server > May 2005 > CMS in batch process file?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
CMS in batch process file?
|
|
| Venkatachalam 2005-05-25, 6:00 pm |
| Hi there,
I have to run a batch process. The purpose of the Batch process is to get
latest posting from the MCMSApplication with Title and URL of the posting and
to send an E-Mail to the subscribers list.
The Batch process will run once in every week, to send weekly mail to the
subscribers.
Question:
1. Is it possible to implement CMS is Windows Application?
2. If not, how to achieve my requirement as batch process.
Thanks in advance
With Regards
Venkat
| |
| Stefan [MSFT] 2005-05-25, 6:00 pm |
| Hi Venkat,
that can be done.
Use the CmsApplicationContext to achieve this.
Best would be to create a console application and schedule this using Task
Scheduler. Alternativly you can also implement this as a Windows Service
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Venkatachalam" <Venkatachalam@discussions.microsoft.com> wrote in message
news:EB2F3AE7-ED65-42A8-85B9-BA74471078A2@microsoft.com...
> Hi there,
>
> I have to run a batch process. The purpose of the Batch process is to get
> latest posting from the MCMSApplication with Title and URL of the posting
> and
> to send an E-Mail to the subscribers list.
>
> The Batch process will run once in every week, to send weekly mail to the
> subscribers.
>
> Question:
> 1. Is it possible to implement CMS is Windows Application?
> 2. If not, how to achieve my requirement as batch process.
>
> Thanks in advance
>
> With Regards
> Venkat
|
|
|
|
|