Umbraco 4.0.4.2 Moving the solution to a new server
Hi there,
Im in a problem by moving a production site to a new server.
1) I have made a copy of the database by running the export wizzard from the sql server management studio where i connected to the source(current site database server) and chose the new destination (new server database) and made a copy of the database.
2) Copied everyfiles from the current site to the newer server
3) Created the new website in the IIS7 (Windows Server 2008 R2 + SQL Server 2008 R2)
4) Umbraco site version is 4.0.4.2
When I try to load the site.. it came up with the an error of "liveediting", which i found an article and set that column on the umbraco user table, but now it takes too long time and comes up with the following error:
Server Error in '/' Application.
Request timed out.
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.
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Are you sure that the server you're trying to setup is configured exactly as the one you are moving from?
Sounds like some permission issues - what permissions have you given for the network service and iusr on the root folder containing umbraco (And made sure rights are inherited on subfiles and folders)? And what rights have you given the database user? And what does your app pool look like?
Is there any antivirus or firewall software installed that could cause this not allowing the connection?
I have given NETWORK SERVICE, IUSR (Full control), now also give EVERYONE (Full control) to check whether thats the problem. Still same problem. I have inherited and reset all the rights just to make sure..everything is inherited.
I have installed Visual Studio on the server and now when I try to run the site it comes with this error in VS: "Umbraco Exception (DataLayer): SQL helper exception in ExecuteReader"
Umbraco 4.0.4.2 Moving the solution to a new server
Hi there,
Im in a problem by moving a production site to a new server.
1)
I have made a copy of the database by running the export wizzard from the sql server management studio where i connected to the source(current site database server) and chose the new destination (new server database) and made a copy of the database.
2)
Copied everyfiles from the current site to the newer server
3)
Created the new website in the IIS7 (Windows Server 2008 R2 + SQL Server 2008 R2)
4)
Umbraco site version is 4.0.4.2
When I try to load the site.. it came up with the an error of "liveediting", which i found an article and set that column on the umbraco user table, but now it takes too long time and comes up with the following error:
Server Error in '/' Application.
Request timed out.
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.Web.HttpException: Request timed out.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Anybody pls. help.
It runs the wizzard and when I come the following step:
Step 2/5: Database configuration
Version4
Your current database is up-to-date!. Click next to continue the configuration wizard
When I click "Next" it just keep running and running... and then finally come up with the mentioned errror...
Anybody pls. help.
Hi
Are you sure that the server you're trying to setup is configured exactly as the one you are moving from?
Sounds like some permission issues - what permissions have you given for the network service and iusr on the root folder containing umbraco (And made sure rights are inherited on subfiles and folders)? And what rights have you given the database user? And what does your app pool look like?
Is there any antivirus or firewall software installed that could cause this not allowing the connection?
/Jan
I have given NETWORK SERVICE, IUSR (Full control), now also give EVERYONE (Full control) to check whether thats the problem. Still same problem.
I have inherited and reset all the rights just to make sure..everything is inherited.
I have installed Visual Studio on the server and now when I try to run the site it comes with this error in VS:
"Umbraco Exception (DataLayer): SQL helper exception in ExecuteReader"
--- d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\presentation\content.cs
00000000 push ebp
00000001 mov ebp,esp
00000003 sub esp,10h
00000006 mov dword ptr [ebp-4],ecx
00000009 cmp dword ptr ds:[01415F6Ch],0
00000010 je 00000017
00000012 call 47E17599
00000017 xor edx,edx
00000019 mov dword ptr [ebp-8],edx
0000001c nop
0000001d call FFFFFFB8
00000022 mov dword ptr [ebp-0Ch],eax
00000025 mov ecx,dword ptr [ebp-0Ch]
00000028 mov eax,dword ptr [ecx]
0000002a call dword ptr [eax+40h]
0000002d mov dword ptr [ebp-10h],eax
00000030 mov eax,dword ptr [ebp-10h]
00000033 mov dword ptr [ebp-8],eax
00000036 mov ecx,dword ptr ds:[11EC82D0h]
0000003c call 46A39B88
00000041 nop
00000042 nop
00000043 mov esp,ebp
00000045 pop ebp
00000046 ret
is working on a reply...