Home | Support Forums | Demo | Purchase | Contact Us | MPopper | MChecker | News | Knowledgebase
Welcome Guest Search | Active Topics | Members | Log In | Register

help mw Options · View
emil
Posted: Tuesday, September 28, 2004 9:10:02 AM
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
admin
Posted: Tuesday, September 28, 2004 9:33:45 AM

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 

emil
Posted: Tuesday, September 28, 2004 9:56:16 AM
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
admin
Posted: Tuesday, September 28, 2004 9:58:16 AM

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

emil
Posted: Tuesday, September 28, 2004 10:06:35 AM
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
admin
Posted: Tuesday, September 28, 2004 10:11:14 AM

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


 

emil
Posted: Tuesday, September 28, 2004 10:38:34 AM
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


 

admin
Posted: Tuesday, September 28, 2004 9:16:24 PM

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

Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.
This page was generated in 0.118 seconds.