Die Datei, die Sie zu speichern oder wiederherstellen versuchen, wurde von den Webserveradministratoren auf dieser Website gesperrt.
- From: Achim Domma <domma@xxxxxxxxxxxxx>
- Date: Wed, 27 Jun 2007 14:34:08 -0000
Hallo,
ich habe einen HTTP Handler implementiert, der Daten von einer URL
bezieht und diese einfach durchreicht. Oft, aber eben nicht immer,
tritt folgender Fehler auf:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Die Datei, die Sie zu speichern oder wiederherstellen versuchen, wurde
von den Webserveradministratoren auf dieser Website gesperrt.
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: Die
Datei, die Sie zu speichern oder wiederherstellen versuchen, wurde von
den Webserveradministratoren auf dieser Website gesperrt.
Ein nahezu identischer Handler (unterscheidet sich nur in der
Datenquelle) funktioniert problemlos. Der komplette Stack Trace folgt
unten.
Ich habe nicht mal annähernd eine Ahnung, wo das Problem herkommen
sollte. Kann mir jemand einen Tip geben?
Gruß,
Achim
[COMException (0x800401e6): Die Datei, die Sie zu speichern oder
wiederherstellen versuchen, wurde von den Webserveradministratoren auf
dieser Website gesperrt.]
Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String
bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet,
String bstrCurrentFolderUrl, Boolean& pbCanCustomizePages, Boolean&
pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean&
pbGhostedDocument, Boolean& pbDefaultToPersonal, String&
pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String&
pbstrTimeLastModified, String& pbstrContent, Byte&
pVerGhostedSetupPath, UInt32& pdwPartCount, Object& pvarMetaData,
Object& pvarMultipleMeetingDoclibRootFolders, String&
pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32&
pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid&
pgDocId, Byte& piLevel, UInt64& ppermMask, Object&
pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object&
pvarBuildDependencies, String& pbstrFolderUrl, String&
pbstrContentTypeOrder) +0
Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String
bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet,
String bstrCurrentFolderUrl, Boolean& pbCanCustomizePages, Boolean&
pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean&
pbGhostedDocument, Boolean& pbDefaultToPersonal, String&
pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String&
pbstrTimeLastModified, String& pbstrContent, Byte&
pVerGhostedSetupPath, UInt32& pdwPartCount, Object& pvarMetaData,
Object& pvarMultipleMeetingDoclibRootFolders, String&
pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32&
pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid&
pgDocId, Byte& piLevel, UInt64& ppermMask, Object&
pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object&
pvarBuildDependencies, String& pbstrFolderUrl, String&
pbstrContentTypeOrder) +215
[SPException: Die Datei, die Sie zu speichern oder wiederherstellen
versuchen, wurde von den Webserveradministratoren auf dieser Website
gesperrt.]
Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String
bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet,
String bstrCurrentFolderUrl, Boolean& pbCanCustomizePages, Boolean&
pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean&
pbGhostedDocument, Boolean& pbDefaultToPersonal, String&
pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String&
pbstrTimeLastModified, String& pbstrContent, Byte&
pVerGhostedSetupPath, UInt32& pdwPartCount, Object& pvarMetaData,
Object& pvarMultipleMeetingDoclibRootFolders, String&
pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32&
pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid&
pgDocId, Byte& piLevel, UInt64& ppermMask, Object&
pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object&
pvarBuildDependencies, String& pbstrFolderUrl, String&
pbstrContentTypeOrder) +256
Microsoft.SharePoint.SPWeb.GetWebPartPageContent(Uri pageUrl,
PageView requestedView, HttpContext context, Boolean forRender,
Boolean includeHidden, Boolean mainFileRequest, Boolean
fetchDependencyInformation, Boolean& ghostedPage, Byte&
verGhostedPage, String& siteRoot, Guid& siteId, Int64& bytes, Guid&
docId, UInt32& docVersion, String& timeLastModified, Byte& level,
Object& buildDependencySetData, UInt32& dependencyCount, Object&
buildDependencies, SPWebPartCollectionInitialState& initialState,
Object& oMultipleMeetingDoclibRootFolders, String& redirectUrl,
Boolean& ObjectIsList, Guid& listId) +1534
Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.FetchWebPartPageInformationForInit(HttpContext
context, SPWeb spweb, Boolean mainFileRequest, String path, Boolean
impersonate, Boolean& fGhostedPage, Byte& verGhostedPage, Guid& docId,
UInt32& docVersion, String& timeLastModified, SPFileLevel& spLevel,
String& masterPageUrl, String& customMasterPageUrl, String& webUrl,
String& siteUrl, Guid& siteId, Object& buildDependencySetData,
SPWebPartCollectionInitialState& initialState, String& siteRoot,
String& redirectUrl, Object& oMultipleMeetingDoclibRootFolders,
Boolean& objectIsList, Guid& listId, Int64& bytes) +692
Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.FetchWebPartPageInformation(HttpContext
context, String path, Boolean impersonate, Boolean& fGhostedPage,
Byte& verGhostedPage, Guid& docId, UInt32& docVersion, String&
timeLastModified, SPFileLevel& level, String& masterpageUrl, String&
customMasterPageUrl, String& webUrl, String& siteUrl, Guid& siteId,
Object& buildDependencySetData) +132
Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.GetWebPartPageData(HttpContext
context, String path, Boolean throwIfFileNotFound) +773
Microsoft.SharePoint.ApplicationRuntime.SPVirtualFile.GetVirtualPathProviderCacheKey(String
virtualPath) +183
Microsoft.SharePoint.ApplicationRuntime.SPVirtualPathProvider.GetCacheKey(String
virtualPath) +64
Microsoft.SharePoint.Publishing.Internal.CmsVirtualPathProvider.GetCacheKey(String
virtualPath) +38
System.Web.Hosting.VirtualPathProvider.GetCacheKey(VirtualPath
virtualPath) +20
System.Web.Compilation.BuildManager.GetCacheKeyFromVirtualPath(VirtualPath
virtualPath, Boolean& keyFromVPP) +24
System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath
virtualPath) +21
System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath
virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean
allowBuildInPrecompile) +54
System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext
context, VirtualPath virtualPath, Boolean noBuild, Boolean
allowCrossApp, Boolean allowBuildInPrecompile) +93
System.Web.UI.SimpleHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext
context, String requestType, VirtualPath virtualPath, String
physicalPath) +50
System.Web.HttpApplication.MapHttpHandler(HttpContext context,
String requestType, VirtualPath path, String pathTranslated, Boolean
useAppConfig) +139
System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
+120
System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously) +155
.
- Prev by Date: Re: Formularbibliothek - Aktionen deaktivieren
- Next by Date: Re: Dateien in Libraries finden und den Speicherort selber definieren?
- Previous by thread: Integration ReportingServices
- Next by thread: Re: Dateien in Libraries finden und den Speicherort selber definieren?
- Index(es):
Relevant Pages
|
Loading