Re: Backup Error
- From: EJM5O <EJM5O@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 26 Mar 2006 20:01:01 -0800
Still not working. The final file in the error "dsmtuzfj.dll" is not
even on my computer. I've re-installed IIS and Sharpoint Services with
negative results. I have to think it's something in DNS and or DHCP but I
don't have enough knowledge. I LOVE COMPUTERS!!!!!!!!
"Merv Porter [SBS-MVP]" wrote:
Check (and modify) the permissions for the 'Temporary ASP .Net Files' folder.
per JohnB's post here...
http://groups.google.com/group/microsoft.public.windows.server.sbs/browse_thread/thread/eb2204df12da7809/a137b4c5324fdb4f?lnk=st&q=sbs+2003+Network+Service+temporary&rnum=1&hl=en#a137b4c5324fdb4f
--
Merv Porter [SBS MVP]
===================================
"EJM5O" <EJM5O@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D42A3D4F-02DB-4AF9-960F-CAC036B401D6@xxxxxxxxxxxxxxxx
Thank you for responding so quickly. I have tried this before and have
tried
it again now. No luck. The final file in the error "dsmtuzfj.dll" is not
even on my computer. Any more suggestions?
"Merv Porter [SBS-MVP]" wrote:
You receive a "Server Error in '/' Application. Access to the path <path>
is
denied" error message when you log on to Windows SharePoint Services
http://support.microsoft.com/kb/823379
--
Merv Porter [SBS MVP]
===================================
"EJM5O" <EJM5O@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3C1EA358-E419-46C3-AF14-56B9EFEC802B@xxxxxxxxxxxxxxxx
When I run "Backup" from "Server Management" I receive the following
error.
I receive a similiar error from "Monitoring and Reporting". I can not
access
"Companyweb" either. I know they are all coming from DNS and or IIS
but I
just can't find the correct solution. I have limited knowledge so be
patient
with me.
Server Error in '/Backup' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource
required
to service this request. Please review the following specific error
details
and modify your source code appropriately.
Compiler Error Message: CS0016: Could not write to output file
'c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\backup\55b79170\2502a0a\yctowcxc.dll' -- 'Access is denied. '
Source Error:
[No relevant source lines]
Source File: Line: 0
Show Detailed Compiler Output:
c:\winnt\system32\inetsrv>
"c:\winnt\microsoft.net\framework\v1.1.4322\csc.exe" /t:library
/utf8output
/R:"c:\winnt\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll"
/R:"c:\winnt\assembly\gac\system.web.ui.mobilecontrols.adapters\1.1.0.0__b03f5f7f11d50a3a\system.web.ui.mobilecontrols.adapters.dll"
/R:"c:\winnt\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\mscorlib.dll"
/R:"c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll"
/R:"c:\winnt\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a\system.web.services.dll"
/R:"c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll"
/R:"c:\winnt\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll"
/R:"c:\winnt\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll"
/R:"c:\winnt\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\system.web.mobile.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\backup\55b79170\2502a0a\assembly\dl2\c1d3dd5b\808f766b_f977c301\taskschedutilmanaged.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\backup\55b79170\2502a0a\assembly\dl2\9774665f\00f9dd6a_f977c301\backup.dll"
/out:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\backup\55b79170\2502a0a\yctowcxc.dll" /D:DEBUG /debug+ /optimize-
/warnaserror /w:1
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary
ASP.NET Files\backup\55b79170\2502a0a\yctowcxc.0.cs"
Microsoft (R) Visual C# .NET Compiler version 7.10.6001.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
error CS0016: Could not write to output file
'c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\backup\55b79170\2502a0a\yctowcxc.dll' -- 'Access is denied. '
Show Complete Compilation Source:
Line 1:
//------------------------------------------------------------------------------
Line 2: // <autogenerated>
Line 3: // This code was generated by a tool.
Line 4: // Runtime Version: 1.1.4322.2032
Line 5: //
Line 6: // Changes to this file may cause incorrect behavior and
will
be lost if
Line 7: // the code is regenerated.
Line 8: // </autogenerated>
Line 9:
//------------------------------------------------------------------------------
Line 10:
Line 11: namespace ASP {
Line 12: using System;
Line 13: using System.Collections;
Line 14: using System.Collections.Specialized;
Line 15: using System.Configuration;
Line 16: using System.Text;
Line 17: using System.Text.RegularExpressions;
Line 18: using System.Web;
Line 19: using System.Web.Caching;
Line 20: using System.Web.SessionState;
Line 21: using System.Web.Security;
Line 22: using System.Web.UI;
Line 23: using System.Web.UI.WebControls;
Line 24: using System.Web.UI.HtmlControls;
Line 25:
Line 26:
Line 27:
[System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]
Line 28: public class global_asax : Backup.Global {
Line 29:
Line 30: private static bool __initialized = false;
Line 31:
Line 32: public global_asax() {
Line 33: if ((ASP.global_asax.__initialized == false)) {
Line 34: ASP.global_asax.__initialized = true;
Line 35: }
Line 36: }
Line 37: }
Line 38: }
Line 39:
- Follow-Ups:
- Re: Backup Error
- From: Merv Porter [SBS-MVP]
- Re: Backup Error
- References:
- Backup Error
- From: EJM5O
- Re: Backup Error
- From: Merv Porter [SBS-MVP]
- Re: Backup Error
- From: EJM5O
- Re: Backup Error
- From: Merv Porter [SBS-MVP]
- Backup Error
- Prev by Date: Re: Can I Add Another Server?
- Next by Date: Re: SharePoint Service Not Configured For ASP.NET
- Previous by thread: Re: Backup Error
- Next by thread: Re: Backup Error
- Index(es):
Relevant Pages
|