Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


ASP.NET sending Lotus Notes Email

 
Logged in as: Guest
arrSession:exec spGetSession 2,4,44908
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> ASP.NET >> ASP.NET sending Lotus Notes Email
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 ASP.NET sending Lotus Notes Email - 3/25/2007 11:26:09 AM   
  seokbee

 

Posts: 2
Score: 0
Joined: 3/22/2007
Status: offline
Hi Experts,

I have converted all my *.aspx webpages to send email via Lotus Notes email. I have Lotus Notes client installed on the server running on Windows 2003 Server with IIS 6.0. I have web application that update Access database and then trigger an email to recipients. I've tried in development my programs work fine. When migrate the program to production, and trigger an email to recipient I have received the following error:

Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.OutOfMemoryException: Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e.

Source Error:





Line 34:
Line 35: 'Start a session to notes
Line 36: Session = CreateObject("Lotus.NotesSession")
Line 37: 'This line prompts for password of current ID noted in Notes.INI
Line 38: 'Call Session.Initialize()
Source File: C:\OITRS\TFSMDMS1_Test.aspx.vb    Line: 36

Stack Trace:





[OutOfMemoryException: Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e.]
Microsoft.VisualBasic.Interaction.CreateObject(String ProgId, String ServerName) +176
TFSMDMS1_Test.SendNotification() in C:\OITRS\TFSMDMS1_Test.aspx.vb:36
TFSMDMS1_Test.Button1_Click(Object sender, EventArgs e) in C:\OITRS\TFSMDMS1_Test.aspx.vb:90
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102


However, after I rebooted the server, the program works again. Until certain time, then this error occurs again. Can someone please help me to resolve this issue ASAP?

Many thanks in advance.
 
 
Post #: 1
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> ASP.NET >> ASP.NET sending Lotus Notes Email Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts