Marketing Operations: Launch Process Review

Download Report

Transcript Marketing Operations: Launch Process Review

Future Delivery TOI
Monica Price Cohen
July, 2008
Template EDCS-633497
Presentation_ID
© 2006 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
1
Overview
 Message Delivery Header
 Movement of the message on the file system
 New database table
 Mta timer task
EDCS-
© 2006 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
2
Message Delivery Header
EDCS-

A Message comes in with message header "xCiscoUnity-FutureDelivery: <Future Delivery Time
in GMT>".

Ex: X-CiscoUnity-FutureDelivery: Sat, 26 Jul 2008
20:00:00 +0000
© 2006 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
3
Message in the file system
EDCS-

Mta moves the message file to:
/var/opt/cisco/connection/spool/UmssMtaFutureD
elivery/UnityMbxDb(X).

UnityMbxDb(X) is the mailbox store number where
the sender’s mailbox lives.
© 2006 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
4
New database table
EDCS-

Mta creates an item in
UnityMbxDb(X).vw_FutureDelivery.

This row contains the delivery date (in GMT) and
the file name of the message.
© 2006 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
5
UnityMbxDb(X).vw_FutureDelivery
 Ex:
echo "select * from vw_futuredelivery" | cucdb dbaccess
unitymbxdb1
 Returns:
filename 298255b7-5f27-43fe-a7ea-cdba441f3d7f.eml.mta
deliverydate 2008-07-26 20:00:00.000
EDCS-
© 2006 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
6
Mta Timer Task

Mta timer task monitors vw_FutureDelivery.deliverydate
once a minute for messages that have matured.

When a message has matured, the mta moves the file from:
/var/opt/cisco/connection/spool/UmssMtaFutureDelivery
to:
/var/opt/cisco/connection/spool/UmssMtaQueue

EDCS-
At that point the message is processed like any other
message.
© 2006 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
7