|
|
Rank: Newbie Groups: Member
Joined: 9/28/2004 Posts: 7 Points: 21
|
how i fix this error: Server Error in '/mail' Application.
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x520 Thread 0x114c DBC 0x15a3ffc Jet'. 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.Runtime.InteropServices.COMException: [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x520 Thread 0x114c DBC 0x15a3ffc Jet'.
Source Error:
Line 41: dim recdo as new ADODB.Recordset Line 42: recdo = New ADODB.Recordset Line 43: recdo.let_ActiveConnection(constr) Line 44: recdo.let_Source("SELECT * FROM domains") Line 45: recdo.CursorType = 3 Source File: C:\Inetpub\wwwroot\webmail\build_domains.aspx Line: 43
Stack Trace:
[COMException (0x80004005): [Microsoft][ODBC Microsoft Access Driver] General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x520 Thread 0x114c DBC 0x15a3ffc Jet'.] ADODB.RecordsetClass.let_ActiveConnection(Object pvar) +0 ASP.my_login_aspx.build_domains(String& sty, Object& ty) in C:\Inetpub \wwwroot\webmail\build_domains.aspx:43 ASP.my_login_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in C:\Inetpub\wwwroot\webmail\my_login.aspx:109 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27 System.Web.UI.Control.Render(HtmlTextWriter writer) +7 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243 System.Web.UI.Page.ProcessRequestMain() +1929
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 please help me admin38258.8874074074
|
|
 Rank: Administration Groups: Administration
Joined: 7/1/2008 Posts: 256 Points: 574
|
Hi ! It is because you have not setup the virtual directory correctly as you are running mailyoulike under the subfolder webmail so webmail is your virtual directry please open configaspx file and set the virtual directory to webmail
And if you have not read the read me file please do so !
Thanks Suhail kaleem mailyoulike.com
|
|
Rank: Newbie Groups: Member
Joined: 9/28/2004 Posts: 7 Points: 21
|
Hi, i still get the same error massage :
Server Error in '/webmail' Application.
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x520 Thread 0x14a8 DBC 0x15a7fd4 Jet'. 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.Runtime.InteropServices.COMException: [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x520 Thread 0x14a8 DBC 0x15a7fd4 Jet'.
Source Error:
Line 41: dim recdo as new ADODB.Recordset Line 42: recdo = New ADODB.Recordset Line 43: recdo.let_ActiveConnection(constr) Line 44: recdo.let_Source("SELECT * FROM domains") Line 45: recdo.CursorType = 3 Source File: C:\Inetpub\wwwroot\webmail\build_domains.aspx Line: 43
Stack Trace:
[COMException (0x80004005): [Microsoft][ODBC Microsoft Access Driver] General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x520 Thread 0x14a8 DBC 0x15a7fd4 Jet'.] ADODB.RecordsetClass.let_ActiveConnection(Object pvar) +0 ASP.my_login_aspx.build_domains(String& sty, Object& ty) in C:\Inetpub\ wwwroot\webmail\build_domains.aspx:43 ASP.my_login_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in C:\Inetpub\wwwroot\webmail\my_login.aspx:109 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27 System.Web.UI.Control.Render(HtmlTextWriter writer) +7 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243 System.Web.UI.Page.ProcessRequestMain() +1929
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 help me best regards, emil asleh admin38258.8885763889
|
|
 Rank: Administration Groups: Administration
Joined: 7/1/2008 Posts: 256 Points: 574
|
Hi ! Can you copy paste your config.aspx file here ?
Thanks Suhail Kaleem mailyoulike.com
|
|
Rank: Newbie Groups: Member
Joined: 9/28/2004 Posts: 7 Points: 21
|
<% '=============================================== ' Mail You Like v3 .NET ' ©2004 MailYouLike v3.NET ' Email : Support@mailyoulike.com '===============================================
'=========================================================== ====================== ' Set the name of virtual folder under which you will install Mail You Like '=========================================================== ====================== vfolder = "webmail"
'===================================== 'set the database type (dbtype) '1 access '2 MS SQL '==================================== dbtype = 1
admin38258.4256944444
|
|
 Rank: Administration Groups: Administration
Joined: 7/1/2008 Posts: 256 Points: 574
|
Hi ! Change this '===================================================== ====== ====================== ' Set the name of virtual folder under which you will install Mail You Like '=========================================================== ====================== vfolder = "webmail" To '=========================================================== ====================== ' Set the name of virtual folder under which you will install Mail You Like '=========================================================== ====================== vfolder = "/webmail" and it will work Thanks Suhail kaleem Mailyoulike.com
|
|
Rank: Newbie Groups: Member
Joined: 9/28/2004 Posts: 7 Points: 21
|
hi again. i did not install domain in my server tell now. http://212.150.81.42/webmail/my_login.aspx so how can i access the admin area! best regards, emil
|
|
 Rank: Administration Groups: Administration
Joined: 7/1/2008 Posts: 256 Points: 574
|
It seems you have not setup the database correctly as the default admin account is not created or you have changed password of it the default admin account is username : @admin@ Password: ******
If you have changed the password then use that password to enter the admin area if you have not changed it then run the sql script again on your sql database if you still ran into problems email ( support@mailyoulike.com ) your sql server info and ftp info and we will install it for you !
Thanks mailyoulike.com
|
|
|
Guest |