srilatha dasari

srilatha dasari

  • NA
  • 15
  • 29.5k

Facing issues while accessing Microsoft Outlook 2010 programatically through windows Scheduled Task

Dec 8 2011 10:29 AM
 

Hi Team,

 

We have a requirement where in all the emails sent by the specified sender's to the identified email account need to be read and the attachments present in that email's have to be extracted and placed in the designated Physical drive. This has to happen periodically.

 

To achieve the same we have installed Microsoft Outlook 2010 on the Application server (Windows Server 2008 R2 64 bit edition) and configured the designated email account to the mapped exchange server (exchange server 2003) successfully using Outlook.

 

Later we developed a console application in ASP.Net 3.5 version which is basically connecting to the Outlook, read all the mails that has been sent by the specified senders, extract the attachment available in the email and place it in the identified physical folder structure and when executed the EXE as a standalone its functioning fine without any issues.

 

Later we scheduled a task for this EXE to get auto executed for every 10 mts using Windows Task Scheduler and observed that this exe is being successfully executed intermittently and most of the times it is giving error which is specified below.

 

We tried with changing the account to  "Network Service", "Local Service" and "Service Account" but did not go through.

 

Can some please help us on this issue.

 

Error Details

 

"Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80010001"

 

Error logged in Event Viewer

 

Log Name:      System
Source:        Microsoft-Windows-DistributedCOM
Date:          12/7/2011 6:11:10 AM
Event ID:      10010
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:     
Description:
The server {0006F03A-0000-0000-C000-000000000046} did not register with DCOM within the required timeout
.

 

Log Name:      Application
Source:        Windows Error Reporting
Date:          12/7/2011 6:11:11 AM
Event ID:      1001
Task Category: None
Level:         Information
Keywords:      Classic
User:          N/A
Computer:     
Description:
Fault bucket , type 0
Event Name: CLR20r3
Response: Not available
Cab Id: 0

 

Problem signature:
P1:
P2: 1.0.0.0
P3: 4eda7d95
P4:
P5: 1.0.0.0
P6: 4eda7d95
P7: 1
P8: 16
P9: PSZQOADHX1U5ZAHBHOHGHLDGIY4QIXHX
P10:


Thanks in Advance