|
|
Browse by Tags
All Tags » devmsgteam » Monitoring Event Sink (RSS)
Showing page 1 of 4 (34 total posts)
-
We can enumerate the store event sink as given below: 'This command helps us to enumerate the list of registered store event sink's with the 'administrator user's inbox available in contoso.com C:\> cscript regevent.vbs enum "file://./backofficestorage/contoso.com/mbx/administrator/inbox" all .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin:
Posted to Le Café Central de DeVa (Weblog) by deva on April 21, 2009
Filed under: Monitoring Event Sink, Exchange Server 2003, Code Snippets, Store Sink, regevent.vbs, DevMSGTeam, Exchange Server
-
One of my customer reported that they have a store event sink, which is used to modify the stream of incoming messages in Exchange Server environment (2003). But their attachments are missing when they open & view the message in Microsoft Outlook or in Microsoft Outlook Web Access (OWA); But contrarily when we view the message in Microsoft Outlook Express or by using Collaboration Data Objects (CDO), we can open and view the attachments in the message. When we investigated regarding the issue,
Posted to Le Café Central de DeVa (Weblog) by deva on November 10, 2008
Filed under: Monitoring Event Sink, Store, Mailbox Store, Exchange Server 2003, CDO, Tutorials, Outlook 2003, Store Sink, mailbox, regevent.vbs, KB, Events, Errors, Troubleshooting, Outlook UI, DevMSGTeam, Known Issues, Programming, hotfix, OWA, Outlook Web Access, Outlook Errors, Outlook Express, systemmailbox, Stream Messages, Attachment
-
Category: (100) Event ID: 1000 Date: Date Time: Time User: N/A Computer: Computer_Name Description
Posted to Le Café Central de DeVa (Weblog) by deva on November 10, 2008
Filed under: Monitoring Event Sink, Store, Mailbox Store, Exchange Server 2003, Tutorials, Migration, Outlook 2003, EXOLEDB, Store Sink, mailbox, regevent.vbs, KB, Events, Errors, Troubleshooting, Outlook UI, DevMSGTeam, Known Issues, Programming, hotfix, Application Log, OWA, Outlook Web Access, Outlook Errors, Outlook Express, systemmailbox, Stream Messages, Attachment, criteria
-
Timers & Events: Whenever we talk about the event sink and we plan to implement the event sink that should trigger within a specified time or interval, then we will go for onTimer Event sink. Basically Timers have scope, in the same way as other events. With timers, however, no event occurs in that location to cause the specified event to occur (such as a save event or a delete event). Note Scope does define a specific location for the registration event item, which can affect the security context
Posted to Le Café Central de DeVa (Weblog) by deva on November 7, 2008
Filed under: Monitoring Event Sink, Exchange Server 2007, Exchange Server 2003, Code Snippets, Tutorials, EXOLEDB, Store Sink, System Sink, regevent.vbs, Events, DevMSGTeam, development, Exchange Object, onTimer
-
Recipients modified email messages (using event sink) sent from PICKUP folder and lands in the DROP folder ? The Pickup folder processes outgoing messages that are created as text files and then copied to the Pickup folder. When Request for Comments (RFC) 822 messages that are correctly formatted are copied to the Pickup folder, the SMTP service initiates delivery. In this replay method, the X-Sender envelope field and the X-Receiver envelope field are written to the e-mail message when the SMTP
Posted to Le Café Central de DeVa (Weblog) by deva on October 31, 2008
Filed under: Monitoring Event Sink, Transport Architecture, SMTP Sink, Troubleshooting, DevMSGTeam, recipient, debug, ASP.net, SMTP, header, Gotcha, PICKUP, Envelope, RFC 822, DROP Folder
-
I tried to compose the test and troubleshooting tools for various exchange technologies. This initial list upto Exchange Server 2003. Technology Tools for test and troubleshooting tools Active Directory Services Interfaces (ADSI) All standard test and debugging tools, as well as other Microsoft and third-party test and debugging tools, can be used. Collaboration Data Objects for Windows 2000 (CDOSYS) No special debugging tools are needed to debug applications that use CDOSYS. CDOSYS SMTP/NNTP Event
Posted to Le Café Central de DeVa (Weblog) by deva on October 29, 2008
Filed under: Monitoring Event Sink, Exchange Server 2007, Exchange Server 2003, Exchange Tools, Do you know, CDO, Tutorials, EXCDO, CDOSYS, CDOSRV, CDONTS, CDOEX, CDOEXM, EXOLEDB, WebDAV, SMTP Sink, Active Directory, Troubleshooting, DevMSGTeam, Exchange System Manager, development, debug, Exchange Object
-
When you migrated from Microsoft Exchange 2000 & 2003, where they provide several API's that are not included in Microsoft Exchange Server 2007. Please find the following API's that are not included in the Exchange Server 2007 environment & the recommended technologies to migrate to. APIs that are not included in Exchange 2007 API Status in Exchange 2007 Replacement Technology CDOEX De-emphasized but still supported. Exchange Web Services CDOEXM Not included in Exchange 2007. Microsoft Windows
Posted to Le Café Central de DeVa (Weblog) by deva on October 28, 2008
Filed under: WMI, Monitoring Event Sink, Exchange Web Services (EWS), Exchange Server 2007, Exchange Server 2003, Exchange Management Shell (EMS), API Changes, CDOEX, CDOEXM, EXOLEDB, WebDAV, Store Sink, SMTP Sink, DevMSGTeam, Programming, Public Folder, ASP.net, Web forms
-
When i am working with my customer with regards to Exchange store event sink, he reported it's not working as expected. There is no issues in the Event viewer and no error it thrown. We tried with Microsoft Exchange Server 2007 environment, the store event sink does not run as expected. Note: The event is triggered, but the registered script is not executed or no file is created. This issue occurs because of some changes in Active Template Library (ATL) 8.0 . To resolve this problem in Exchange Server
Posted to Le Café Central de DeVa (Weblog) by deva on October 28, 2008
Filed under: Monitoring Event Sink, Store, Exchange Server 2007, Tutorials, Store Sink, KB, Errors, Troubleshooting, DevMSGTeam, development, ATL Library
-
One of my customer who has reported that on Exchange Server 2000 his Store event sink (onSyncSave) for global events causing the notifications for the couple of empty flags. When we analyzed his event sink, he registered it as, regevent add onsyncsave sink.sink.1 "file://./backoficestorage/%userdnsdomain%/MBX/SystemMailbox{GUID}/StoreEvents/GlobalEvents/<reg> " This issue happens whenever he created a new user and immediately he try to send the message in the user mailbox. When he tries to
Posted to Le Café Central de DeVa (Weblog) by deva on October 15, 2008
Filed under: Monitoring Event Sink, Store, Exchange Server 2003, Tutorials, Store Sink, System Sink, mailbox, onsyncsave, KB, Events, Errors, Troubleshooting, DevMSGTeam, Known Issues, Programming, development, GUID, systemmailbox
-
One of my customer developed with a store event sink (onsave;ondelete) in x64bit Exchange 2007 server. He want to know in which server role that we need to register the event sink along with COM+ application ? Yep, that's true. As you know in Exchange Server 2007 it has various server roles like hub, transport, edge etc. The EventSink needs to be installed on the mailbox server role of the Exchange Server.
Posted to Le Café Central de DeVa (Weblog) by deva on August 27, 2008
Filed under: Monitoring Event Sink, Exchange Server 2007, Store Sink, ondelete, onsave, COM+, Help, DevMSGTeam
1
|
|
|