COMException "Unexpected error." on InfoStore.Query()

I've inherited an ASP.NET 2.0 application that essentially provides a limited portal to our (hundreds of) Crystal reports.  I've been tasked with upgrading as many of the technologies as I can to more current versions, including the .NET framework.  We're targeting .NET 4.0, because other systems on our Crystal server can't handle 4.5 yet.
I'm not sure what iterations our Crystal server has gone through, but currently we're running BI Platform 4, Feature Pack 7.
My ASP.NET application (coded in VS2012 Pro update 4) can use either AD or Enterprise authentication and successfully log onto the server.  (I can tell because it throws an exception if I pass incorrect credentials.)  However, when I attempt an InfoStore.Query(), it throws a COMException with the message "Unexpected error.", no inner exception, HResult of 0x8000FFFF.
The query itself works fine in the query tool.  Here's the relevant code:
using CrystalEnterpriseLib;
using CrystalInfoStoreLib;
        public InfoObjects GetCrystalReportFolders()
            EnterpriseSession es;
            SessionMgr sm = new SessionMgr();
            es = sm.Logon("", "", "servername", "secWinAD");
            InfoStore iSt = new InfoStore(es.get_Service("InfoStore", "servername"));
            return iSt.Query(
                @"SELECT SI_NAME, SI_ID, SI_PROGID, SI_PARENTID  FROM CI_INFOOBJECTS
                    WHERE (SI_PROGID = 'CrystalEnterprise.Folder'
                    or (SI_PROGID='CrystalEnterprise.FavoritesFolder' AND SI_Name='username'))
                    AND SI_INSTANCE=0 Order by SI_NAME");
Couple questions:
1. Does BI 4 fp 7 support ASP.NET 4.0 and VS2012?
2. Any hints as to what else I should check?
Thanks.
John

Hi David,
Had there been any new addons installed or SBO upgrade. what is the change that occured for this to be caused.
This is issue is realted to one of your add-ons.
Regards,
Rakesh N

Similar Messages

  • SharePoint 2013 audit log unexpected error

    In one of my SharePoint 2013 site collection, when i try to save a audit log,  i get unexpected error. It worked fine before last week and no any special setting has been applied before the issue appeared. The issue doesn't appear in other site collection.
    i have tried to reproduce the issue with farm admin account and site collection admin, no success for all these accounts. However, i can see access denied error in the ULS log although i think the permission is not the problem. You may check the ULS log below. 
    06/19/2014 10:48:09.41 w3wp.exe (0x77C0)
    0x2918 0xC33B005
    2jtj Assert
    ShipAssert location: (0)  condition:   StackTrace:  at onetnative.dll: (sig=7b7c0170-6822-4da2-8b1b-70510b777a4a|2|onetnative.pdb, offset=12700) at onetnative.dll: (offset=125F1)
    ea429c9c-4288-00dd-4f6f-d2bb079f3d44
    06/19/2014 10:48:09.41 w3wp.exe (0x77C0)
    0x2918 SharePoint Foundation
    Unified Logging Service c91s
    Monitorable Watson bucket parameters: Microsoft SharePoint Foundation 4, ULSShipAssert12, 2jtj, 15.0.4481.0
    ea429c9c-4288-00dd-4f6f-d2bb079f3d44
    06/19/2014 10:48:09.41 w3wp.exe (0x77C0)
    0x2918 0xEB2D00B
    2jtk High
    Metro library failure (0x80070005): ea429c9c-4288-00dd-4f6f-d2bb079f3d44
    06/19/2014 10:48:09.41 w3wp.exe (0x77C0)
    0x2918 0xEB2D00B
    2jtq High
    Metro library failure (0x80070005): ea429c9c-4288-00dd-4f6f-d2bb079f3d44
    06/19/2014 10:48:09.41 w3wp.exe (0x77C0)
    0x2918 0xEB2D005
    2jx8 High
    Metro library failure (0x80070005): ea429c9c-4288-00dd-4f6f-d2bb079f3d44
    06/19/2014 10:48:09.41 w3wp.exe (0x77C0)
    0x2918 0xEB2D005
    5s03 High
    Metro library failure (0x80070005): ea429c9c-4288-00dd-4f6f-d2bb079f3d44
    06/19/2014 10:48:09.41 w3wp.exe (0x77C0)
    0x2918 0xEB2D005
    5s02 High
    Metro library failure (0x80070005): ea429c9c-4288-00dd-4f6f-d2bb079f3d44
    06/19/2014 10:48:09.41 w3wp.exe (0x77C0)
    0x2918 0xEB2D005
    2jw0 High
    Metro library failure (0x80070005): ea429c9c-4288-00dd-4f6f-d2bb079f3d44
    06/19/2014 10:48:09.43 w3wp.exe (0x77C0)
    0x2918 SharePoint Foundation
    Database ahjqp
    High [Forced due to logging gap, cached @ 06/19/2014 10:48:07.68, Original Level: Verbose] SQL connection time: 0.064296296654057
    ea429c9c-4288-00dd-4f6f-d2bb079f3d44
    06/19/2014 10:48:09.43 w3wp.exe (0x77C0)
    0x2918 SharePoint Foundation
    General 8nca
    Medium Application error when access /_layouts/15/CustomizeReport.aspx, Error=拒绝访问。 (异常来自 HRESULT:0x80030005 (STG_E_ACCESSDENIED))   在 System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32
    errorCode, IntPtr errorInfo)     在 Microsoft.Office.Server.OpenXml.Internal.ByteStream.Write(Byte[] rgb, Int32 offset, Int32 cb)     在 System.IO.BufferedStream.FlushWrite()     在 System.IO.StreamWriter.Dispose(Boolean disposing)
        在 System.IO.StreamWriter.Close()     在 System.Xml.XmlTextWriter.Close()     在 Microsoft.Office.RecordsManagement.Reporting.AuditReportGenerator.Dispose()     在 Microsoft.Office.RecordsManagement.Reporting.ReportData.Dispose()
        在 Microsoft.Office.RecordsManagement.Reporting.ReportBase.AggregateReports(Hashtable query, SPFolder folder, ReportNameGenerator reportNameGenerator)     在 Microsoft.Office.RecordsManagement.Reporting.ApplicationPages.CustomizeReport.OKBtn_Click(Object
    sender, EventArgs e)     在 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    ea429c9c-4288-00dd-4f6f-d2bb079f3d44
    06/19/2014 10:48:09.44 w3wp.exe (0x77C0)
    0x2918 SharePoint Foundation
    Runtime tkau
    Unexpected System.Runtime.InteropServices.COMException: 拒绝访问。 (异常来自 HRESULT:0x80030005 (STG_E_ACCESSDENIED))    在 System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr
    errorInfo)     在 Microsoft.Office.Server.OpenXml.Internal.ByteStream.Write(Byte[] rgb, Int32 offset, Int32 cb)     在 System.IO.BufferedStream.FlushWrite()     在 System.IO.StreamWriter.Dispose(Boolean disposing)     在
    System.IO.StreamWriter.Close()     在 System.Xml.XmlTextWriter.Close()     在 Microsoft.Office.RecordsManagement.Reporting.AuditReportGenerator.Dispose()     在 Microsoft.Office.RecordsManagement.Reporting.ReportData.Dispose()  
      在 Microsoft.Office.RecordsManagement.Reporting.ReportBase.AggregateReports(Hashtable query, SPFolder folder, ReportNameGenerator reportNameGenerator)     在 Microsoft.Office.RecordsManagement.Reporting.ApplicationPages.CustomizeReport.OKBtn_Click(Object
    sender, EventArgs e)     在 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    ea429c9c-4288-00dd-4f6f-d2bb079f3d44
    06/19/2014 10:48:09.44 w3wp.exe (0x77C0)
    0x2918 SharePoint Foundation
    General ajlz0
    High Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): 引发类型为“System.Web.HttpUnhandledException”的异常。 ---> System.Runtime.InteropServices.COMException (0x80030005): 拒绝访问。 (异常来自 HRESULT:0x80030005
    (STG_E_ACCESSDENIED))     在 System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)     在 Microsoft.Office.Server.OpenXml.Internal.ByteStream.Write(Byte[] rgb, Int32 offset, Int32 cb)  
      在 System.IO.BufferedStream.FlushWrite()     在 System.IO.StreamWriter.Dispose(Boolean disposing)     在 System.IO.StreamWriter.Close()     在 System.Xml.XmlTextWriter.Close()     在 Microsoft.Office.RecordsManagement.Reporting.AuditReportGenerator.Dispose()
        在 Microsoft.Office.RecordsManagement.Reporting.ReportData.Dispose()     在 Microsoft.Office.RecordsManagement.Reporting.ReportBase.AggregateReports(Hashtable query, SPFolder folder, ReportNameGenerator reportNameGenerator)    
    在 Microsoft.Office.RecordsManagement.Reporting.ApplicationPages.CustomizeReport.OKBtn_Click(Object sender, EventArgs e)     在 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     在 System.Web.UI.Page.ProcessRequestMain(Boolean
    includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     在 System.Web.UI.Page.HandleError(Exception e)     在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
        在 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     在 System.Web.UI.Page.ProcessRequest()     在 System.Web.UI.Page.ProcessRequest(HttpContext context)  
      在 System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    ea429c9c-4288-00dd-4f6f-d2bb079f3d44

    i have added the account to the local admin group of SQL Server and SharePoint Server. the issue remains. it is the system admin of the SQL server. 
    Logging Correlation Data
    Medium
    Name=Request (POST:https://xxx/_layouts/15/CustomizeReport.aspx?ReportId=df9e0f20-f356-4115-9286-ac6eecbc03ce&Category=Auditing)
    Authentication Authorization
    Medium
    Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|tlw\farmadmin, ClaimsCount=28
    Logging Correlation Data
    Medium
    Site=/
    Information Rights Management
    Medium
    Information Rights Management (IRM): Requesting user is System account.
    Files
    High
    UserAgent not available, file operations may not be optimized.    在 Microsoft.SharePoint.SPFileStreamManager.CreateCobaltStreamContainer(SPFileStreamStore spfs, ILockBytes ilb, Boolean copyOnFirstWrite, Boolean
    disposeIlb)     在 Microsoft.SharePoint.SPFileStreamManager.SetInputLockBytes(SPFileInfo& fileInfo, SqlSession session, PrefetchResult prefetchResult)     在 Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromDocumentRowset(Guid
    databaseId, SqlSession session, SPFileStreamManager spfstm, Object[] metadataRow, SPRowset contentRowset, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres)     在 Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32
    rowOrd, Object ospFileStmMgr, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres)     在 Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet,
    String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean&
    pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, 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, Guid& pgDocScopeId)     在 Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte
    bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument,
    Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, 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, Guid& pgDocScopeId)     在 Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String
    bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean&
    pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, 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, Guid& pgDocScopeId)     在 Microsoft.SharePoint.SPWeb.GetWebPartPageContent(Uri
    pageUrl, Int32 pageVersion, PageView requestedView, HttpContext context, Boolean forRender, Boolean includeHidden, Boolean mainFileRequest, Boolean fetchDependencyInformation, Boolean& ghostedPage, 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)     在 Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.FetchWebPartPageInformationForInit(HttpContext context, SPWeb spweb, Boolean mainFileRequest, String
    path, Boolean impersonate, Boolean& isAppWeb, Boolean& fGhostedPage, 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)     在 Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.GetWebPartPageData(HttpContext context, String path, Boolean throwIfFileNotFound)     在 Microsoft.SharePoint.ApplicationRuntime.SPVirtualPathProvider.GetCacheKey(String
    virtualPath)     在 System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath, Boolean ensureIsUpToDate)     在 System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath
    virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)     在 System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath
    virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)     在 System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath,
    Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate)     在 System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection)    
    在 System.Web.UI.Page.ApplyMasterPage()     在 System.Web.UI.Page.PerformPreInit()     在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    在 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     在 System.Web.UI.Page.ProcessRequest()     在 System.Web.UI.Page.ProcessRequest(HttpContext context)    
    在 System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)     在 System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception
    error)     在 System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)     在 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)    
    在 System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     在 System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer,
    IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     在 System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)     在 System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr
    pHandler, RequestNotificationStatus& notificationStatus)     在 System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)    
    在 System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
    Files
    Medium
    Spent 0 ms to bind 29783 byte file stream
    Monitoring
    High
    Leaving Monitored Scope (GetFileAndMetaInfo). 执行时间=17.6751425083646
    Monitoring
    High
    Leaving Monitored Scope (GetWebPartPageContent). 执行时间=17.8435806939653
    OpenXml
    Medium
    OfficePackageLibrary::OpenPackage(app=3, path=C:\Users\FarmAdmin\AppData\Local\Temp\tmpBFE2.tmp, fcm=3)
    Database
    High
    [Forced due to logging gap, Original Level: VerboseEx] Reverting to process identity
    Database
    High
    [Forced due to logging gap, cached @ 06/20/2014 14:36:33.08, Original Level: Verbose] SQL connection time: 0.0727483919888626
    Database
    High
    [Forced due to logging gap, Original Level: VerboseEx] Reverting to process identity
    Database
    High
    [Forced due to logging gap, cached @ 06/20/2014 14:36:35.00, Original Level: Verbose] SQL connection time: 0.07969118458531
    Database
    High
    [Forced due to logging gap, Original Level: VerboseEx] Reverting to process identity
    0xC33B005
    Assert
    ShipAssert location: (0)  condition:   StackTrace:  at onetnative.dll: (sig=7b7c0170-6822-4da2-8b1b-70510b777a4a|2|onetnative.pdb, offset=12700) at onetnative.dll: (offset=125F1)
    Unified Logging Service
    Monitorable
    Watson bucket parameters: Microsoft SharePoint Foundation 4, ULSShipAssert12, 2jtj, 15.0.4481.0
    0xEB2D00B
    High
    Metro library failure (0x80070005):
    0xEB2D00B
    High
    Metro library failure (0x80070005):
    0xEB2D005
    High
    Metro library failure (0x80070005):
    0xEB2D005
    High
    Metro library failure (0x80070005):
    0xEB2D005
    High
    Metro library failure (0x80070005):
    0xEB2D005
    High
    Metro library failure (0x80070005):
    0xC33B005
    Assert
    ShipAssert location: (0)  condition:   StackTrace:  at onetnative.dll: (sig=7b7c0170-6822-4da2-8b1b-70510b777a4a|2|onetnative.pdb, offset=12700) at onetnative.dll: (offset=125F1)
    Unified Logging Service
    Monitorable
    Watson bucket parameters: Microsoft SharePoint Foundation 4, ULSShipAssert12, 2jtj, 15.0.4481.0
    0xEB2D00B
    High
    Metro library failure (0x80070005):
    0xEB2D00B
    High
    Metro library failure (0x80070005):
    0xEB2D005
    High
    Metro library failure (0x80070005):
    0xEB2D005
    High
    Metro library failure (0x80070005):
    0xEB2D005
    High
    Metro library failure (0x80070005):
    0xEB2D005
    High
    Metro library failure (0x80070005):
    Database
    High
    [Forced due to logging gap, cached @ 06/20/2014 14:36:36.86, Original Level: Verbose] SQL connection time: 0.0706353681551612
    General
    Medium
    Application error when access /_layouts/15/CustomizeReport.aspx, Error=拒绝访问。 (异常来自 HRESULT:0x80030005 (STG_E_ACCESSDENIED))   在 System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode,
    IntPtr errorInfo)     在 Microsoft.Office.Server.OpenXml.Internal.ByteStream.Write(Byte[] rgb, Int32 offset, Int32 cb)     在 System.IO.BufferedStream.FlushWrite()     在 System.IO.StreamWriter.Dispose(Boolean
    disposing)     在 System.IO.StreamWriter.Close()     在 System.Xml.XmlTextWriter.Close()     在 Microsoft.Office.RecordsManagement.Reporting.AuditReportGenerator.Dispose()     在 Microsoft.Office.RecordsManagement.Reporting.ReportData.Dispose()    
    在 Microsoft.Office.RecordsManagement.Reporting.ReportBase.AggregateReports(Hashtable query, SPFolder folder, ReportNameGenerator reportNameGenerator)     在 Microsoft.Office.RecordsManagement.Reporting.ApplicationPages.CustomizeReport.OKBtn_Click(Object
    sender, EventArgs e)     在 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Runtime
    Unexpected
    System.Runtime.InteropServices.COMException: 拒绝访问。 (异常来自 HRESULT:0x80030005 (STG_E_ACCESSDENIED))    在 System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)    
    在 Microsoft.Office.Server.OpenXml.Internal.ByteStream.Write(Byte[] rgb, Int32 offset, Int32 cb)     在 System.IO.BufferedStream.FlushWrite()     在 System.IO.StreamWriter.Dispose(Boolean disposing)    
    在 System.IO.StreamWriter.Close()     在 System.Xml.XmlTextWriter.Close()     在 Microsoft.Office.RecordsManagement.Reporting.AuditReportGenerator.Dispose()     在 Microsoft.Office.RecordsManagement.Reporting.ReportData.Dispose()    
    在 Microsoft.Office.RecordsManagement.Reporting.ReportBase.AggregateReports(Hashtable query, SPFolder folder, ReportNameGenerator reportNameGenerator)     在 Microsoft.Office.RecordsManagement.Reporting.ApplicationPages.CustomizeReport.OKBtn_Click(Object
    sender, EventArgs e)     在 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    General
    High
    Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): 引发类型为“System.Web.HttpUnhandledException”的异常。 ---> System.Runtime.InteropServices.COMException (0x80030005): 拒绝访问。 (异常来自 HRESULT:0x80030005
    (STG_E_ACCESSDENIED))     在 System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)     在 Microsoft.Office.Server.OpenXml.Internal.ByteStream.Write(Byte[] rgb, Int32 offset,
    Int32 cb)     在 System.IO.BufferedStream.FlushWrite()     在 System.IO.StreamWriter.Dispose(Boolean disposing)     在 System.IO.StreamWriter.Close()     在 System.Xml.XmlTextWriter.Close()    
    在 Microsoft.Office.RecordsManagement.Reporting.AuditReportGenerator.Dispose()     在 Microsoft.Office.RecordsManagement.Reporting.ReportData.Dispose()     在 Microsoft.Office.RecordsManagement.Reporting.ReportBase.AggregateReports(Hashtable
    query, SPFolder folder, ReportNameGenerator reportNameGenerator)     在 Microsoft.Office.RecordsManagement.Reporting.ApplicationPages.CustomizeReport.OKBtn_Click(Object sender, EventArgs e)     在 System.Web.UI.WebControls.Button.RaisePostBackEvent(String
    eventArgument)     在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     在 System.Web.UI.Page.HandleError(Exception e)     在 System.Web.UI.Page.ProcessRequestMain(Boolean
    includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     在 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     在 System.Web.UI.Page.ProcessRequest()    
    在 System.Web.UI.Page.ProcessRequest(HttpContext context)     在 System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     在 System.Web.HttpApplication.ExecuteStep(IExecutionStep
    step, Boolean& completedSynchronously)

  • Error executing database query, invalid use of:

    I have a problem ColdfusionMX tutorial when I get to add tags
    on top of the code view. And I write the same thing as the
    tutorial.
    I get an error message that says:
    Error executing database query.
    error occurred while processing request.
    Invalid use of ", ", () in query expression
    I need help desperatly,
    Geordeslys,

    The web site you are accessing has experienced an unexpected
    error.
    Please contact the website administrator.
    The following information is meant for the website developer
    for debugging purposes.
    Error Occurred While Processing Request
    Error Executing Database Query.
    Invalid use of '.', '!', or '()'. in query expression
    'ARTISTS.ARTISTID = ART.ARTISTID AND ART.MEDIAID = MEDIA. MEDIAID'.
    The error occurred in
    C:\CFusionMX7\wwwroot\CFIDE\gettingstarted\tutorial\TMPhy0vtntf3u.cfm:
    line 1
    1 : <cfquery name="artwork" datasource="cftutorial">
    2 : SELECT FIRSTNAME, LASTNAME, ARTNAME, DESCRIPTION, PRICE,
    LARGEIMAGE, ISSOLD, MEDIATYPE
    3 : FROM ARTISTS, ART, MEDIA
    Dear CF_dev2,
    Is that what you mean by complete CF code?
    Georgeslys,
    SQL SELECT FIRSTNAME, LASTNAME, ARTNAME, DESCRIPTION, PRICE,
    LARGEIMAGE, ISSOLD, MEDIATYPE FROM ARTISTS, ART, MEDIA WHERE
    ARTISTS.ARTISTID = ART.ARTISTID AND ART.MEDIAID = MEDIA. MEDIAID
    DATASOURCE cftutorial
    VENDORERRORCODE 3092
    SQLSTATE  
    Resources:
    Check the ColdFusion documentation to verify that you are
    using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1;
    .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; IEMB3;
    IEMB3)
    Remote Address 127.0.0.1
    Referrer
    Date/Time 03-Sep-07 07:11 PM
    Stack Trace (click to expand)
    at
    cfTMPhy0vtntf3u2ecfm1461475070.runPage(C:\CFusionMX7\wwwroot\CFIDE\gettingstarted\tutoria l\TMPhy0vtntf3u.cfm:1)
    at
    cfTMPhy0vtntf3u2ecfm1461475070.runPage(C:\CFusionMX7\wwwroot\CFIDE\gettingstarted\tutoria l\TMPhy0vtntf3u.cfm:1)
    com.inzoom.adojni.ComException: Invalid use of
    &apos;.&apos;, &apos;!&apos;, or
    &apos;()&apos;. in query expression
    &apos;ARTISTS.ARTISTID = ART.ARTISTID
    AND ART.MEDIAID = MEDIA. MEDIAID&apos;. in Microsoft JET
    Database Engine code=3092 Type=1
    at com.inzoom.ado.Command.jniExecute(Native Method)
    at com.inzoom.ado.Command.execute(Command.java:40)
    at com.inzoom.jdbcado.Statement.exec(Statement.java:34)
    at com.inzoom.jdbcado.Statement.execute(Statement.java:107)
    at
    coldfusion.server.j2ee.sql.JRunStatement.execute(JRunStatement.java:212)
    at coldfusion.sql.Executive.executeQuery(Executive.java:753)
    at coldfusion.sql.Executive.executeQuery(Executive.java:675)
    at coldfusion.sql.Executive.executeQuery(Executive.java:636)
    at coldfusion.sql.SqlImpl.execute(SqlImpl.java:236)
    at
    coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:500)
    at
    cfTMPhy0vtntf3u2ecfm1461475070.runPage(C:\CFusionMX7\wwwroot\CFIDE\gettingstarted\tutoria l\TMPhy0vtntf3u.cfm:1)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
    at
    coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
    at
    coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
    at
    coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:225)
    at
    coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
    at
    coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
    at
    coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at
    coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at
    coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at
    coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
    at coldfusion.CfmServlet.service(CfmServlet.java:107)
    at
    coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
    at
    jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

  • RSS Feed is giving An unexpected error has occurred. on Blog Sites

    /_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1}
    Sorry, something went wrong
    An unexpected error has occurred.
    This is only an on Blog sites.  I am able to use RSS Feed on Calendars, Task, and any other lists.

    Category EventID Message
    Logging Correlation Data xmnv Name=Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring nasq Entering monitored scope (BeginRequestHandler). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (BeginRequestHandler). Execution Time=0.864704871708555
    Monitoring nass ____CPU Cycles=2121383
    Monitoring nass ____Execution Time=0.864704871708555
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (SPFederationAuthenticationModule.OnAuthenticateRequest::WifCodeCall). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (SPFederationAuthenticationModule.OnAuthenticateRequest::WifCodeCall). Execution Time=0.144990494601968
    Monitoring nass ____CPU Cycles=313400
    Monitoring nass ____Execution Time=0.144990494601968
    Monitoring nasq Entering monitored scope (SPClaimsCounterScope). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring nasq Entering monitored scope (SPSam.OnAuthenticateRequest::WifCodeCall). Parent SPClaimsCounterScope
    Monitoring nasq Entering monitored scope (SPChunkedCookieHandler.ReadCore::WifCodeCall). Parent SPSam.OnAuthenticateRequest::WifCodeCall
    Monitoring b4ly Leaving Monitored Scope (SPChunkedCookieHandler.ReadCore::WifCodeCall). Execution Time=0.0226984155807512
    Monitoring nass ____CPU Cycles=37634
    Monitoring nass ____Execution Time=0.0226984155807512
    Monitoring nasq Entering monitored scope (SPChunkedCookieHandler.ReadCore). Parent SPSam.OnAuthenticateRequest::WifCodeCall
    Claims Authentication af3z9 SPTokenCache.ReadTokenXml: Successfully read token XML 'domain\user'.
    Monitoring b4ly Leaving Monitored Scope (SPChunkedCookieHandler.ReadCore). Execution Time=1.02289536798671
    Monitoring nass ____CPU Cycles=1590982
    Monitoring nass ____Execution Time=1.02289536798671
    Monitoring nasq Entering monitored scope (GetWindowsUserKey: Translate NTAccount to SecurityIdentifier). Parent SPSam.OnAuthenticateRequest::WifCodeCall
    Monitoring b4ly Leaving Monitored Scope (GetWindowsUserKey: Translate NTAccount to SecurityIdentifier). Execution Time=0.589879439984691
    Monitoring nass ____CPU Cycles=659699
    Monitoring nass ____Execution Time=0.589879439984691
    General 6t8b Looking up context site https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D in the farm SP2013_SharePoint_Config
    General 6t8d Looking up the additional information about the typical site https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D.
    General 6t8f Site lookup is replacing https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D with the alternate access url https://domain.com.
    General 6t8g Looking up typical site https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D in web application SPWebApplication Name=Team Hamra Internal Site.
    General 6t8h Found typical site /sites/about (580448c7-854b-4132-8d1d-7fe218049615) in web application SPWebApplication Name=Team Hamra Internal Site.
    DistributedCache ad4i2 Weak Reference Cache is enabled....
    Monitoring nasq Entering monitored scope (SPSam.OnSessionSecurityTokenReceived::WifCodeCall). Parent SPSam.OnAuthenticateRequest::WifCodeCall
    Monitoring b4ly Leaving Monitored Scope (SPSam.OnSessionSecurityTokenReceived::WifCodeCall). Execution Time=0.0234666696465612
    Monitoring nass ____CPU Cycles=29816
    Monitoring nass ____Execution Time=0.0234666696465612
    Monitoring nasq Entering monitored scope (SPSam.AuthenticateSessionSecurityToken::WifCodeCall). Parent SPSam.OnAuthenticateRequest::WifCodeCall
    Monitoring nasq Entering monitored scope (SPSam.SetPrincipalFromSessionToken::WifCodeCall). Parent SPSam.AuthenticateSessionSecurityToken::WifCodeCall
    Monitoring b4ly Leaving Monitored Scope (SPSam.SetPrincipalFromSessionToken::WifCodeCall). Execution Time=0.235155585416582
    Monitoring nass ____CPU Cycles=554267
    Monitoring nass ____Execution Time=0.235155585416582
    Monitoring b4ly Leaving Monitored Scope (SPSam.AuthenticateSessionSecurityToken::WifCodeCall). Execution Time=0.515638160715957
    Monitoring nass ____CPU Cycles=1254209
    Monitoring nass ____Execution Time=0.515638160715957
    Monitoring b4ly Leaving Monitored Scope (SPSam.OnAuthenticateRequest::WifCodeCall). Execution Time=4.09828623470301
    Monitoring nass ____CPU Cycles=8539189
    Monitoring nass ____Execution Time=4.09828623470301
    Monitoring b4ly Leaving Monitored Scope (SPClaimsCounterScope). Execution Time=4.27931482911934
    Monitoring nass ____CPU Cycles=8987173
    Monitoring nass ____Execution Time=4.27931482911934
    Monitoring nasq Entering monitored scope (SPClaimsCounterScope). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (SPClaimsCounterScope). Execution Time=0.168457164248529
    Monitoring nass ____CPU Cycles=394625
    Monitoring nass ____Execution Time=0.168457164248529
    Application Authentication ajezy "SPApplicationAuthenticationModule: There is no Authorization header, can't try to perform application authentication."
    General 6t8b Looking up context site https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D in the farm SP2013_SharePoint_Config
    General 6t8d Looking up the additional information about the typical site https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D.
    General 6t8f Site lookup is replacing https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D with the alternate access url https://domain.com.
    General 6t8g Looking up typical site https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D in web application SPWebApplication Name=Team Hamra Internal Site.
    General 6t8h Found typical site /sites/about (580448c7-854b-4132-8d1d-7fe218049615) in web application SPWebApplication Name=Team Hamra Internal Site.
    Monitoring nasq Entering monitored scope (Matching per user conditions for ULS boosting). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (Matching per user conditions for ULS boosting). Execution Time=0.0694920723164536
    Monitoring nass ____CPU Cycles=36009
    Monitoring nass ____Execution Time=0.0694920723164536
    Authentication Authorization agb9s "Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|domain\user, ClaimsCount=40"
    Asp Runtime aj1kq SPRequestModule.PostAuthenticateRequestHandler
    Monitoring nasq Entering monitored scope (PostAuthenticateRequestHandler). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Runtime ajd6k Value for isAnonymousAllowed is : False
    Runtime ajd6l Value for checkAuthenticationCookie is : True
    Monitoring b4ly Leaving Monitored Scope (PostAuthenticateRequestHandler). Execution Time=0.251149238241173
    Monitoring nass ____CPU Cycles=595291
    Monitoring nass ____Execution Time=0.251149238241173
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (SPFederationAuthenticationModule.OnPostAuthenticateRequest::WifCodeCall). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (SPFederationAuthenticationModule.OnPostAuthenticateRequest::WifCodeCall). Execution Time=0.0220698440723612
    Monitoring nass ____CPU Cycles=29316
    Monitoring nass ____Execution Time=0.0220698440723612
    Monitoring nasq Entering monitored scope (SPSam.OnPostAuthenticateRequest::WifCodeCall). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (SPSam.OnPostAuthenticateRequest::WifCodeCall). Execution Time=0.0169015894478209
    Monitoring nass ____CPU Cycles=21467
    Monitoring nass ____Execution Time=0.0169015894478209
    Monitoring nasq Entering monitored scope (PictureHttpModule: ProcessPictureRequest). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (PictureHttpModule: ProcessPictureRequest). Execution Time=0.0287047655498115
    Monitoring nass ____CPU Cycles=47650
    Monitoring nass ____Execution Time=0.0287047655498115
    Monitoring nass ____SQL Query Count=0
    Asp Runtime aj1kr SPRequestModule.PostAuthorizeRequestHandler
    Monitoring nasq Entering monitored scope (PublishingHttpModule: PostAuthorizeRequestHandler). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (PublishingHttpModule: PostAuthorizeRequestHandler). Execution Time=0.102457155867575
    Monitoring nass ____CPU Cycles=225416
    Monitoring nass ____Execution Time=0.102457155867575
    Monitoring nass ____SQL Query Count=0
    Asp Runtime aj1km SPRequestModule.PostResolveRequestCacheHandler
    Monitoring nasq Entering monitored scope (PostResolveRequestCacheHandler). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Request Management aitsz The Request Management Service is offline or unprovisioned. Request Management is disabled. Status = Disabled
    Monitoring b4ly Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=0.121384142397986
    Monitoring nass ____CPU Cycles=274959
    Monitoring nass ____Execution Time=0.121384142397986
    Monitoring nass ____SQL Query Count=0
    Asp Runtime aj1kn SPRequestModule.AcquireRequestStateHandler
    Asp Runtime aj1ko SPRequestModule.PostAcquireRequestStateHandler
    Asp Runtime aj1kl SPRequestModule.PreRequestExecuteAppHandler
    General 6t8b Looking up context site https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D in the farm SP2013_SharePoint_Config
    General 6t8d Looking up the additional information about the typical site https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D.
    General 6t8f Site lookup is replacing https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D with the alternate access url https://domain.com.
    General 6t8g Looking up typical site https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D in web application SPWebApplication Name=Team Hamra Internal Site.
    General 6t8h Found typical site /sites/about (580448c7-854b-4132-8d1d-7fe218049615) in web application SPWebApplication Name=Team Hamra Internal Site.
    Upgrade ajyiy 02/21/2014 09:18:35.54 w3wp (0x2B74) 0x2668 SharePoint Foundation Upgrade SPManager ajyiy VERBOSE Using cached [SPContentDatabase Name=Team_HamraNet_ContentDB] NeedsUpgrade value: False. 3a73769c-68f0-8064-09c0-6c639c6aa698
    Upgrade ajyix 02/21/2014 09:18:35.54 w3wp (0x2B74) 0x2668 SharePoint Foundation Upgrade SPManager ajyix VERBOSE Using cached [SPContentDatabase Name=Team_HamraNet_ContentDB] IsBackwardsCompatible value: True. 3a73769c-68f0-8064-09c0-6c639c6aa698
    Logging Correlation Data xmnv Site=/sites/about
    Monitoring nasq Entering monitored scope (SPSqlClient). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Database tkeb Setting database session for 1d16ed94-0966-483e-aed1-11fc74309105 and site 580448c7-854b-4132-8d1d-7fe218049615.
    Database tzku ConnectionString: 'Data Source=SPSQL2013;Initial Catalog=Team_HamraNet_ContentDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous Processing=True;Connect Timeout=15;Application Name=SharePoint[w3wp][2][Team_HamraNet_ContentDB]' Partition: 580448c7-854b-4132-8d1d-7fe218049615 ConnectionState: Closed ConnectionTimeout: 15
    Database ahjqp SQL connection time: 0.167898434018849 for Data Source=SPSQL2013;Initial Catalog=Team_HamraNet_ContentDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous Processing=True;Connect Timeout=15;Application Name=SharePoint[w3wp][2][Team_HamraNet_ContentDB]
    Monitoring b4ly Leaving Monitored Scope (SPSqlClient). Execution Time=10.4776584733535
    Monitoring nass ____CPU Cycles=11892543
    Monitoring nass ____Execution Time=10.4776584733535
    Stack Trace Collection 0 "Returning hr=0x81020026: owssvr.dll: (unresolved symbol, module offset=0000000000052E16) at 0x000007FAE9C02E16 owssvr.dll: (unresolved symbol, module offset=0000000000053938) at 0x000007FAE9C03938 owssvr.dll: (unresolved symbol, module offset=00000000000517C8) at 0x000007FAE9C017C8 owssvr.dll: (unresolved symbol, module offset=000000000000922F) at 0x000007FAE9BB922F Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=000000000009DA2C) at 0x000007FAEC1BDA2C"
    General 8kh7 List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user.
    General 8kh7 "Stack trace: onetutil.dll: (unresolved symbol, module offset=00000000000A249B) at 0x000007FAF438249B onetutil.dll: (unresolved symbol, module offset=00000000000A23E5) at 0x000007FAF43823E5 owssvr.dll: (unresolved symbol, module offset=0000000000054DDD) at 0x000007FAE9C04DDD owssvr.dll: (unresolved symbol, module offset=000000000000AF82) at 0x000007FAE9BBAF82 Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=000000000009DA2C) at 0x000007FAEC1BDA2C"
    General aix9j "SPRequest.GetListsWithCallback: UserPrincipalName=i:0).w|s-1-5-21-1200228122-2768674105-1448006261-8675, AppPrincipalName= ,bstrUrl=https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1} ,foreignWebId=00000000-0000-0000-0000-000000000000 ,bstrListInternalName={F5A8C10C-02BD-4366-B964-03A3F4E79DD1} ,dwBaseType=-1 ,dwBaseTypeAlt=-1 ,dwServerTemplate=-1 ,dwGetListFlags=0 ,dwListFilterFlags=4294967295 ,bPrefetchMetaData=True ,bSecurityTrimmed=True ,bGetSecurityData=True ,bPrefetchRelatedFields=False"
    General ai1wu "System.Runtime.InteropServices.COMException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user., StackTrace: at Microsoft.SharePoint.SPListCollection.EnsureListsData(Guid webId, String strListName) at Microsoft.SharePoint.SPListCollection.ItemByInternalName(String strInternalName, Boolean bThrowException) at Microsoft.SharePoint.SPListCollection.GetListById(Guid uniqueID, Boolean bThrowException) at Microsoft.SharePoint.ApplicationPages.ListFeed.get_List() at Microsoft.SharePoint.ApplicationPages.ListFeed.OnPreInit(EventArgs e) at System.Web.UI.Page.PerformPreInit() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at Sy..."
    General ai1wu "...stem.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error) at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPt..."
    General ai1wu "...r rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr..."
    General ai1wu "... moduleData, Int32 flags)"
    General 6t8b Looking up context site https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1} in the farm SP2013_SharePoint_Config
    General 6t8d Looking up the additional information about the typical site https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1}.
    General 6t8f Site lookup is replacing https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1} with the alternate access url https://domain.com.
    General 6t8g Looking up typical site https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D in web application SPWebApplication Name=Team Hamra Internal Site.
    General 6t8h Found typical site /sites/about (580448c7-854b-4132-8d1d-7fe218049615) in web application SPWebApplication Name=Team Hamra Internal Site.
    Upgrade ajyiy 02/21/2014 09:18:35.55 w3wp (0x2B74) 0x2668 SharePoint Foundation Upgrade SPManager ajyiy VERBOSE Using cached [SPContentDatabase Name=Team_HamraNet_ContentDB] NeedsUpgrade value: False. 3a73769c-68f0-8064-09c0-6c639c6aa698
    Upgrade ajyix 02/21/2014 09:18:35.55 w3wp (0x2B74) 0x2668 SharePoint Foundation Upgrade SPManager ajyix VERBOSE Using cached [SPContentDatabase Name=Team_HamraNet_ContentDB] IsBackwardsCompatible value: True. 3a73769c-68f0-8064-09c0-6c639c6aa698
    Monitoring nasq Entering monitored scope (SPSqlClient). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Database tkeb Setting database session for 1d16ed94-0966-483e-aed1-11fc74309105 and site 580448c7-854b-4132-8d1d-7fe218049615.
    Database tzku ConnectionString: 'Data Source=SPSQL2013;Initial Catalog=Team_HamraNet_ContentDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous Processing=True;Connect Timeout=15;Application Name=SharePoint[w3wp][2][Team_HamraNet_ContentDB]' Partition: 580448c7-854b-4132-8d1d-7fe218049615 ConnectionState: Closed ConnectionTimeout: 15
    Database ahjqp SQL connection time: 0.0872317571087946 for Data Source=SPSQL2013;Initial Catalog=Team_HamraNet_ContentDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous Processing=True;Connect Timeout=15;Application Name=SharePoint[w3wp][2][Team_HamraNet_ContentDB]
    Monitoring b4ly Leaving Monitored Scope (SPSqlClient). Execution Time=5.2264324097057
    Monitoring nass ____CPU Cycles=5900774
    Monitoring nass ____Execution Time=5.2264324097057
    Monitoring nasq Entering monitored scope (SPSqlClient). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Database tkeb Setting database session for 1d16ed94-0966-483e-aed1-11fc74309105 and site 580448c7-854b-4132-8d1d-7fe218049615.
    Database tzku ConnectionString: 'Data Source=SPSQL2013;Initial Catalog=Team_HamraNet_ContentDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous Processing=True;Connect Timeout=15;Application Name=SharePoint[w3wp][2][Team_HamraNet_ContentDB]' Partition: 580448c7-854b-4132-8d1d-7fe218049615 ConnectionState: Closed ConnectionTimeout: 15
    Database ahjqp SQL connection time: 0.0838793757307144 for Data Source=SPSQL2013;Initial Catalog=Team_HamraNet_ContentDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous Processing=True;Connect Timeout=15;Application Name=SharePoint[w3wp][2][Team_HamraNet_ContentDB]
    Monitoring b4ly Leaving Monitored Scope (SPSqlClient). Execution Time=3.08551785212925
    Monitoring nass ____CPU Cycles=2889701
    Monitoring nass ____Execution Time=3.08551785212925
    Stack Trace Collection 0 "Returning hr=0x81020026: owssvr.dll: (unresolved symbol, module offset=000000000012189F) at 0x000007FAE9CD189F owssvr.dll: (unresolved symbol, module offset=0000000000052004) at 0x000007FAE9C02004 owssvr.dll: (unresolved symbol, module offset=0000000000051AC1) at 0x000007FAE9C01AC1 owssvr.dll: (unresolved symbol, module offset=000000000000922F) at 0x000007FAE9BB922F Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=000000000009DA2C) at 0x000007FAEC1BDA2C"
    General 8kh7 List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user.
    General 8kh7 "Stack trace: onetutil.dll: (unresolved symbol, module offset=00000000000A249B) at 0x000007FAF438249B onetutil.dll: (unresolved symbol, module offset=00000000000A23E5) at 0x000007FAF43823E5 owssvr.dll: (unresolved symbol, module offset=0000000000054DDD) at 0x000007FAE9C04DDD owssvr.dll: (unresolved symbol, module offset=000000000000AF82) at 0x000007FAE9BBAF82 Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=000000000009DA2C) at 0x000007FAEC1BDA2C"
    General aix9j "SPRequest.GetListsWithCallback: UserPrincipalName=i:0).w|s-1-5-21-1200228122-2768674105-1448006261-8675, AppPrincipalName= ,bstrUrl=https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1} ,foreignWebId=00000000-0000-0000-0000-000000000000 ,bstrListInternalName={F5A8C10C-02BD-4366-B964-03A3F4E79DD1} ,dwBaseType=-1 ,dwBaseTypeAlt=-1 ,dwServerTemplate=-1 ,dwGetListFlags=0 ,dwListFilterFlags=4294967295 ,bPrefetchMetaData=True ,bSecurityTrimmed=True ,bGetSecurityData=True ,bPrefetchRelatedFields=False"
    General ai1wu "System.Runtime.InteropServices.COMException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user., StackTrace: at Microsoft.SharePoint.SPListCollection.EnsureListsData(Guid webId, String strListName) at Microsoft.SharePoint.SPListCollection.ItemByInternalName(String strInternalName, Boolean bThrowException) at Microsoft.SharePoint.SPListCollection.GetListById(Guid uniqueID, Boolean bThrowException) at Microsoft.SharePoint.ApplicationPages.ListFeed.get_List() at Microsoft.SharePoint.ApplicationPages.ListFeed.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBef..."
    General ai1wu "...oreAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error) at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) at System.Web...."
    General ai1wu "...Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(In..."
    General ai1wu "...tPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)"
    General 8nca "Application error when access /_layouts/15/listfeed.aspx, Error=Object reference not set to an instance of an object. at Microsoft.SharePoint.ApplicationPages.ListFeed.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)"
    Runtime tkau "System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.SharePoint.ApplicationPages.ListFeed.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)"
    General ajlz0 "Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.SharePoint.ApplicationPages.ListFeed.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boo..."
    General ajlz0 "...lean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)"
    Monitoring nasq Entering monitored scope (PublishingMobile: Resolve the default or non-default channel custom master url token.). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (PublishingMobile: Resolve the default or non-default channel custom master url token.). Execution Time=0.0459555613911824
    Monitoring nass ____CPU Cycles=85709
    Monitoring nass ____Execution Time=0.0459555613911824
    Monitoring nass ____SQL Query Count=0
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    General aat87
    Web Controls ad9g2 QoS data point list: []
    Monitoring nasq Entering monitored scope (SPSqlClient). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Database tkeb Setting database session for 1d16ed94-0966-483e-aed1-11fc74309105 and site 580448c7-854b-4132-8d1d-7fe218049615.
    Database tzku ConnectionString: 'Data Source=SPSQL2013;Initial Catalog=Team_HamraNet_ContentDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous Processing=True;Connect Timeout=15;Application Name=SharePoint[w3wp][2][Team_HamraNet_ContentDB]' Partition: 580448c7-854b-4132-8d1d-7fe218049615 ConnectionState: Closed ConnectionTimeout: 15
    Database ahjqp SQL connection time: 0.0855555664197545 for Data Source=SPSQL2013;Initial Catalog=Team_HamraNet_ContentDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous Processing=True;Connect Timeout=15;Application Name=SharePoint[w3wp][2][Team_HamraNet_ContentDB]
    Monitoring b4ly Leaving Monitored Scope (SPSqlClient). Execution Time=3.46720044027942
    Monitoring nass ____CPU Cycles=2954751
    Monitoring nass ____Execution Time=3.46720044027942
    Stack Trace Collection 0 "Returning hr=0x81020026: owssvr.dll: (unresolved symbol, module offset=000000000012189F) at 0x000007FAE9CD189F owssvr.dll: (unresolved symbol, module offset=0000000000052004) at 0x000007FAE9C02004 owssvr.dll: (unresolved symbol, module offset=0000000000051AC1) at 0x000007FAE9C01AC1 owssvr.dll: (unresolved symbol, module offset=000000000000922F) at 0x000007FAE9BB922F Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=000000000009DA2C) at 0x000007FAEC1BDA2C"
    General 8kh7 List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user.
    General 8kh7 "Stack trace: onetutil.dll: (unresolved symbol, module offset=00000000000A249B) at 0x000007FAF438249B onetutil.dll: (unresolved symbol, module offset=00000000000A23E5) at 0x000007FAF43823E5 owssvr.dll: (unresolved symbol, module offset=0000000000054DDD) at 0x000007FAE9C04DDD owssvr.dll: (unresolved symbol, module offset=000000000000AF82) at 0x000007FAE9BBAF82 Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=000000000009DA2C) at 0x000007FAEC1BDA2C"
    General aix9j "SPRequest.GetListsWithCallback: UserPrincipalName=i:0).w|s-1-5-21-1200228122-2768674105-1448006261-8675, AppPrincipalName= ,bstrUrl=https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1} ,foreignWebId=00000000-0000-0000-0000-000000000000 ,bstrListInternalName={F5A8C10C-02BD-4366-B964-03A3F4E79DD1} ,dwBaseType=-1 ,dwBaseTypeAlt=-1 ,dwServerTemplate=-1 ,dwGetListFlags=0 ,dwListFilterFlags=4294967295 ,bPrefetchMetaData=True ,bSecurityTrimmed=True ,bGetSecurityData=True ,bPrefetchRelatedFields=False"
    General ai1wu "System.Runtime.InteropServices.COMException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user., StackTrace: at Microsoft.SharePoint.SPListCollection.EnsureListsData(Guid webId, String strListName) at Microsoft.SharePoint.SPListCollection.ItemByInternalName(String strInternalName, Boolean bThrowException) at Microsoft.SharePoint.SPListCollection.GetListById(Guid uniqueID, Boolean bThrowException) at Microsoft.SharePoint.SPContext.get_List() at Microsoft.SharePoint.WebControls.ScriptLink.InitJs_Register(Page page) at Microsoft.SharePoint.WebControls.ScriptLink.RegisterForControl(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, Boolean..."
    General ai1wu "... injectNoDefer, Boolean controlRegistration, Boolean loadInlineLast, Boolean ignoreFileNotFound) at Microsoft.SharePoint.WebControls.ScriptLink.Register(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, String uiVersion, String ctag) at Microsoft.SharePoint.WebControls.ScriptLink.Register(String uiVersion, Control ctrl, Page page, String name, Boolean localizable, Boolean defer) at Microsoft.SharePoint.WebControls.ScriptLink.Register(Control ctrl, Page page, String name, Boolean localizable, Boolean defer) at Microsoft.SharePoint.WebControls.ScriptLink.GetOnDemandScriptKey(String strKey, String strFile, Boolean registerDependencies, Control ctrl, Page page) at Microsoft.SharePoint.WebControls.ScriptLink.Regis..."
    General ai1wu "...terOnDemand(Control ctrl, Page page, String strKey, String strFile, Boolean localizable) at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Page page, String strFile, Boolean localizable) at Microsoft.SharePoint.WebControls.ScriptLink.RegisterForControl(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, Boolean injectNoDefer, Boolean controlRegistration, Boolean loadInlineLast, Boolean ignoreFileNotFound) at Microsoft.SharePoint.WebControls.ScriptLink.Register(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, String uiVersion, String ctag) at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Control ctrl, Page page, String strKey..."
    General ai1wu "..., String strFile, Boolean localizable) at Microsoft.SharePoint.WebControls.ScriptLink.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boole..."
    General ai1wu "...an setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) at System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) at System.Web.HttpServerUtility.Transfer(String path) at Microsoft.SharePoint.Utilities.SPUtility.TransferToErrorPage(String message, String linkText, String linkUrl) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.ErrorHandler(HttpApplication app, Boolean errorIsOnErrorPage) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.ErrorAppHandler(Object oSender, EventArgs ea) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.HttpApplication.RaiseOnError() at System.Web.HttpApplication.PipelineStepManager.Resume..."
    General ai1wu "...Steps(Exception error) at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& not..."
    General ai1wu "...ificationStatus) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)"
    General af4yd TenantAppEtag record requested but there is no sitesubscription or tenantId for site 580448c7-854b-4132-8d1d-7fe218049615 so we will use the WebApp Id for the cache.
    General af4yd TenantAppEtag record requested but there is no sitesubscription or tenantId for site 580448c7-854b-4132-8d1d-7fe218049615 so we will use the WebApp Id for the cache.
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    DistributedCache agyfw "Unexpected error occurred in method 'Put' , usage 'SPViewStateCache' - Exception 'Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRCA0018>:SubStatus<ES0001>:The request timed out.. Additional Information : The client was trying to communicate with the server : net.tcp://JeanGreyProd.domain.com:22233 at Microsoft.ApplicationServer.Caching.DataCache.ThrowException(ResponseBody respBody, RequestBody reqBody) at Microsoft.ApplicationServer.Caching.DataCache.InternalPut(String key, Object value, DataCacheItemVersion oldVersion, TimeSpan timeout, DataCacheTag[] tags, String region, IMonitoringListener listener) at Microsoft.ApplicationServer.Caching.DataCache.<>c__DisplayClass25.<Put>b__24() at Microsoft.ApplicationServer.Caching.DataCache.Put(String key, Obj..."
    DistributedCache agyfw "...ect value, TimeSpan timeout) at Microsoft.SharePoint.DistributedCaching.SPDistributedCache.Put(String key, Object value)'."
    Usage Infrastructure d0hz Starting write trace for type Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheUsageEntry with correlationID 3a73769c-68f0-8064-09c0-6c639c6aa698
    Usage Infrastructure d0i0 Successful wrote trace for type Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheUsageEntry with correlationID 3a73769c-68f0-8064-09c0-6c639c6aa698
    General ajb4s ViewStateLog: Failed to write to the velocity cache: https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1}
    Monitoring nasq Entering monitored scope (IEVersionMetaTag Control Render). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (IEVersionMetaTag Control Render). Execution Time=0.0585269915589831
    Monitoring nass ____CPU Cycles=91867
    Monitoring nass ____Execution Time=0.0585269915589831
    Monitoring nass ____SPRequest Objects=0
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (CSSLink Control Render). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (CSSLink Control Render). Execution Time=0.536800068165088
    Monitoring nass ____CPU Cycles=1273442
    Monitoring nass ____Execution Time=0.536800068165088
    Monitoring nass ____SPRequest Objects=0
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (CSSRegistration Control Render). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (CSSRegistration Control Render). Execution Time=0.0405079416518021
    Monitoring nass ____CPU Cycles=58908
    Monitoring nass ____Execution Time=0.0405079416518021
    Monitoring nass ____SPRequest Objects=0
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (CSSRegistration Control Render). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (CSSRegistration Control Render). Execution Time=0.0421841323408422
    Monitoring nass ____CPU Cycles=59225
    Monitoring nass ____Execution Time=0.0421841323408422
    Monitoring nass ____SPRequest Objects=0
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (ULSClientConfig Control Render). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (ULSClientConfig Control Render). Execution Time=0.0597841345757631
    Monitoring nass ____CPU Cycles=94683
    Monitoring nass ____Execution Time=0.0597841345757631
    Monitoring nass ____SPRequest Objects=0
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (ScriptLink Control Render). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Monitoring b4ly Leaving Monitored Scope (ScriptLink Control Render). Execution Time=2.0888828049375
    Monitoring nass ____CPU Cycles=5161366
    Monitoring nass ____Execution Time=2.0888828049375
    Monitoring nass ____SPRequest Objects=0
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (ReturnLink Control Render). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (ReturnLink Control Render). Execution Time=0.104273029114035
    Monitoring nass ____CPU Cycles=204792
    Monitoring nass ____Execution Time=0.104273029114035
    Monitoring nass ____SPRequest Objects=0
    Monitoring nass ____SQL Query Count=0
    Asp Runtime aj1kp SPRequestModule.PreSendRequestHeaders
    Monitoring nasq Entering monitored scope (PreSendRequestHeaders). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (PreSendRequestHeaders). Execution Time=0.0668381037254735
    Monitoring nass ____CPU Cycles=141184
    Monitoring nass ____Execution Time=0.0668381037254735
    Monitoring nass ____SQL Query Count=0
    Micro Trace uls4 "Micro Trace Tags: 0 nasq,7 agb9s,19 aix9j,0 ai1wu,13 aix9j,0 ai1wu,1 8nca,0 tkau,0 ajlz0,1 aat87,4 aix9j,0 ai1wu,21 agyfw,0 ajb4s"
    Monitoring nasq Entering monitored scope (EndRequestHandler SharePointEndRequest). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (EndRequestHandler SharePointEndRequest). Execution Time=0.0803174705165042
    Monitoring nass ____CPU Cycles=171475
    Monitoring nass ____Execution Time=0.0803174705165042
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (LogRequestUsage). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Usage Infrastructure d0i2 Successfully added requestUsageEntry to CollectUsageData with url https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1}
    Monitoring b4ly Leaving Monitored Scope (LogRequestUsage). Execution Time=0.213295265180351
    Monitoring nass ____CPU Cycles=383358
    Monitoring nass ____Execution Time=0.213295265180351
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (ForceDehydrateHttpContextWorkflows). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (ForceDehydrateHttpContextWorkflows). Execution Time=0.0302412736814316
    Monitoring nass ____CPU Cycles=52734
    Monitoring nass ____Execution Time=0.0302412736814316
    Monitoring nasq Entering monitored scope (EndRequestHandler SPRequest Disposal). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    General narq Releasing SPRequest with allocation Id {86C98C1F-AF39-435D-B040-E09CA45AABCE}
    Monitoring b4ly Leaving Monitored Scope (EndRequestHandler SPRequest Disposal). Execution Time=0.274266701494184
    Monitoring nass ____CPU Cycles=655484
    Monitoring nass ____Execution Time=0.274266701494184
    Monitoring nass ____SQL Query Count=0
    Monitoring b4ly Leaving Monitored Scope (Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)). Execution Time=83.0709629296461
    Monitoring nass ____SQL Query Count=4
    Monitoring nass ____Page Checkout Level=Published
    Monitoring nass ____ULS Large Gap=
    Monitoring nass ____Service Calls=0
    Monitoring nass ____User Address=192.168.1.100
    Monitoring nass ____=00000000-0000-0000-0000-000000000000
    Monitoring nass ____CPU Cycles=126198850
    Monitoring nass ____Current SharePoint Operations=10
    Monitoring nass ____Execution Time=83.0709629296461
    Monitoring nass ____Current User=i:0#.w|domain\user
    Monitoring nass ____Critical Events=0
    Monitoring nass ____SPRequest Objects=1
    Monitoring nass ____Log Correlation Id=3a73769c-68f0-8064-09c0-6c639c6aa698
    Monitoring nass ____Claims Counter=0
    Monitoring nass ____Request Management=
    Monitoring nass ____Distributed Cache=0
    Monitoring nass ____WebPart Events Offsets=0
    Usage Infrastructure d0hz Starting write trace for type Microsoft.SharePoint.Administration.SPRequestUsageEntry with correlationID 3a73769c-68f0-8064-09c0-6c639c6aa698
    Usage Infrastructure d0i0 Successful wrote trace for type Microsoft.SharePoint.Administration.SPRequestUsageEntry with correlationID 3a73769c-68f0-8064-09c0-6c639c6aa698
    Monitoring nasq Entering monitored scope (SPFederationAuthenticationModule.OnEndRequest). Parent No
    Monitoring b4ly Leaving Monitored Scope (SPFederationAuthenticationModule.OnEndRequest). Execution Time=0.0253523841717313
    Monitoring nass ____CPU Cycles=38200
    Monitoring nass ____Execution Time=0.0253523841717313
    Monitoring nasq Entering monitored scope (SPFederationAuthenticationModule.OnEndRequest::WifCodeCall). Parent No
    Monitoring b4ly Leaving Monitored Scope (SPFederationAuthenticationModule.OnEndRequest::WifCodeCall). Execution Time=0.0217904789575211
    Monitoring nass ____CPU Cycles=31625
    Monitoring nass ____Execution Time=0.0217904789575211

  • An unexpected error has been detected by HotSpot Virtual Machine:

    Hi
    When I upload the xml file with dubug window.
    When I have debug then this message will come..
    So give me a solution..
    Here at below I have pasted files. in which I want to by pass the ldap..
    So give me suggestion what to do with that files.
    What's wrong with that file ?
    Jiten
    18 Oct 2007 17:02:09 0 INFO [main] security.SecurityUtil - SecurityUtil.login: Called with [email protected]; password=[C@1797795; sourceIpAddress=192.168.5.14; weblogin=false; realm=null
    18 Oct 2007 17:02:09 16    INFO  [main] security.SecurityUtil - login: start login: username: [email protected]
    18 Oct 2007 17:02:09 125 INFO [main] BOOT - -- boot log messages -->
    [BOOT] INFO: Loading OJB's properties: file:/C:/LMS/gsnx/deploy/webapp/gsnx.ear/webapp.war/WEB-INF/classes/OJB.properties
    [BOOT] WARN: Can't read logging properties file using path 'OJB-logging.properties', message is:
    C:\LMS\gsnx\OJB-logging.properties (The system cannot find the file specified)
    Will try to load logging properties from OJB.properties file
    [BOOT] INFO: Logging: Found 'log4j.properties' file, use class org.apache.ojb.broker.util.logging.Log4jLoggerImpl
    [BOOT] INFO: Log4J is already configured, will not search for log4j properties file
    18 Oct 2007 17:02:12 3282 INFO [main] security.SecurityUtil - SecurityUtil.login: Calling authentication with [email protected]; password=[C@1797795; realm=null
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d85c14f, pid=4032, tid=3260
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # V  [jvm.dll+0x11c14f]
    # An error report file with more information is saved as hs_err_pid4032.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Here :This is my login.config file..
    * Copyright (c) 2003-2005 E2open Inc. All rights reserved.
    * gnsx security configuration file
    * Note:
    * 1. At installation time, java.security file in your jre's lib/security/ directory should
    * be edited add the following line (ganx.home} is the home directory of gsnx install
    * login.config.url.1=file:{gsnx.home}/conf/login.config
    * 2. Edit this file to replace ldap-url with the correct url for your
    * LoginModule configuration.
    * @version $Id: login.config,v 1.8 2006/02/04 18:38:11 vgeorge Exp $
    gsnx.security.Login
    * LdapLoginModule Options:
    * ldap-url - LDAP connection URL, such as ldap://localhost:389
    * e.g. ldap-url="ldap://192.168.31.63:389"
    * dn-mask - The DN mask for user. The number 0 refers to the parameter
    * number for username. If this is specified then user search is ingored.
    * **This option is DEPRECATED**.
    * e.g. dn-mask="cn={0},ou=People,dc=gsnx,dc=com"
    * initialContextFactory - Class name of the initial context factory
    * e.g. initialContextFactory="com.sun.jndi.ldap.LdapCtxFactory"
    * connection-username - The DN used by the login module itself for authentication to
    * the directory server.
    * e.g. connection-username="uid=admin,ou=system"
    * connection-password - Password that is used by the login module to authenticate
    * itself to the directory server
    * e.g. connection-password="password"
    * connectionProtocol - The security protocol to use. This value is determined by the
    * service provider. An example would be SSL.
    * e.g. connectionProtocol="ldap"
    * authentication - The security level to use. Its value is one of the following
    * strings: "none", "simple", "strong".
    * e.g. authentication="simple"
    * user-search-base - the base DN for the user search
    * e.g. user-search-base="ou=users,ou=system"
    * user-search-pattern - filter specification how to search for the user object.
    * RFC 2254 filters are allowed. For example: (uid=user1). To parameterize the value
    * of the CN attribute type, specify (uid = {0}). The number 0 refers to the parameter
    * number for username. This query must return exactly one object.
    * e.g. user-search-pattern="uid={0}"
    * user-search-scope-subtree - Directory search scope for the user (ture | false)
    * ture - directory search scope is SUBTREE
    * false - directory search scope is ONE-LEVEL
    * e.g. user-search-scope-subtree="true"
    * user-password-changepw-gsnx-handler - hander to change password
    * If this handler is not specified, the change password feature will not be available
    * if "com.gsnx.core.server.security.LdapLoginModule", is used the the
    * option - user-password-attribute is required.
    * e.g. user-password-changepw-gsnx-handler="com.gsnx.core.server.security.LdapLoginModule"
    * user-password-attribute - attribute in LDAP that stores the user password
    * If this is not specified, the change password feature will not be work
    * when "com.gsnx.core.server.security.LdapLoginModule", is used as
    * user-password-changepw-gsnx-handler
    * e.g. user-password-attribute="userPassword"
    * role-search-base - The base DN for the group membership search
    * e.g. role-search-base="ou=groups,ou=system"
    * role-name-attribute - LDAP attribute type that identifies group name attribute in the object
    * returned from the group membership query. The group membership query is defined
    * by the role-search-pattern parameter. Typically the group name parameter is "cn".
    * e.g. role-name="cn"
    * role-search-pattern - The filter specification how to search for the role object.
    * RFC 2254 filters are allowed. For example: (uniqueMember = {0}). The number 0
    * refers refers to the DN of the authenticated user. Note that if role membership
    * for the user is defined in the member-of-like attribute (see user-role-name
    * parameter) you may not need to search for group membership with the query.
    * e.g. role-search-pattern="(uniqueMember={0})"
    * role-search-scope-subtree - Directory search scope for the role (ture | false).
    * ture - directory search scope is SUBTREE
    * false - directory search scope is ONE-LEVEL
    * e.g. role-search-scope-subtree="false"
    * user-role-attribute - LDAP attribute type for the user group membership. Different LDAP
    * schemas represent user group membership in different ways such as memberOf,
    * isMemberOf, member, etc. Values of these attributes are identifiers of groups that
    * a user is a member of. For example, if you have: memberOf: cn=admin,ou=groups,dc=gsnx,
    * specify "memberOf" as the value for the user-role-name attribute. Be aware of the
    * relationship between this parameter and group membership query. Typically
    * they will return the same data.
    * e.g. user-role-name="memberOf"
    * ldap://ldap-qa.dev.e2open.com:389
    * ldap://192.168.31.63:389
    com.gsnx.core.server.security.PassthruLoginModule required
    *com.gsnx.core.server.security.LdapLoginModule required
    initial-context-factory="com.sun.jndi.ldap.LdapCtxFactory"
    ldap-url="ldap://ldap-qa.dev.e2open.com:389"
    connection-username="cn=Manager,dc=gsnx,dc=com"
    connection-password="slapface"
    connection-protocol="ldap"
    authentication="simple"
    user-search-base="dc=gsnx,dc=com"
    user-search-pattern="cn={0}"
    user-search-scope-subtree="true"
    user-password-changepw-gsnx-handler="com.gsnx.core.server.security.PassthruLoginModule"
    user-password-attribute="userPassword"
    role-search-base=""
    role-name-attribute=""
    role-search-pattern=""
    role-search-scope-subtree=""
    user-role-attribute="";
    This is LoginConfig.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- The XML based JAAS login configuration read by the
    org.jboss.security.auth.login.XMLLoginConfig mbean. Add
    an application-policy element for each security domain.
    The outline of the application-policy is:
    <application-policy name="security-domain-name">
    <authentication>
    <login-module code="login.module1.class.name" flag="control_flag">
    <module-option name = "option1-name">option1-value</module-option>
    <module-option name = "option2-name">option2-value</module-option>
    </login-module>
    <login-module code="login.module2.class.name" flag="control_flag">
    </login-module>
    </authentication>
    </application-policy>
    $Revision: 1.12.2.2 $
    --><!DOCTYPE policy PUBLIC "-//JBoss//DTD JBOSS Security Config 3.0//EN" "http://www.jboss.org/j2ee/dtd/security_config.dtd">
    <policy>
    <!-- Used by clients within the application server VM such as
    mbeans and servlets that access EJBs.
    -->
    <application-policy name="gsnx.security.Login">
    <authentication>
    <!-- <login-module code="com.gsnx.core.server.security.LdapLoginModule" flag="required">-->
    <login-module code="com.gsnx.core.server.security.PassthruLoginModule" flag="required">
    <module-option name="initial-context-factory">com.sun.jndi.ldap.LdapCtxFactory
    </module-option>
    <!--<module-option name="user-password-changepw-gsnx-handler">com.gsnx.core.server.security.LdapLoginModule-->
    <module-option name="user-password-changepw-gsnx-handler">com.gsnx.core.server.security.PassthruLoginModule
    </module-option>
    <!-- <module-option name="ldap-url">ldap://192.168.31.63:389</module-option> -->
    <!-- <module-option name="ldap-url">ldap://10.120.17.253:389</module-option> -->
    <module-option name="ldap-url">ldap://ldap-qa.dev.e2open.com:389</module-option>
    <module-option name="connection-username">cn=Manager,dc=gsnx,dc=com</module-option>
    <module-option name="connection-password">slapface</module-option>
    <module-option name="connection-protocol">ldap</module-option>
    <module-option name="authentication">simple</module-option>
    <module-option name="user-search-base">dc=gsnx,dc=com</module-option>
    <module-option name="user-search-pattern">cn={0}</module-option>
    <module-option name="user-search-scope-subtree">true</module-option>
    <module-option name="user-password-attribute"/>
    <module-option name="role-search-base"/>
    <module-option name="role-name-attribute"/>
    <module-option name="role-search-pattern"/>
    <module-option name="role-search-scope-subtree"/>
    <module-option name="user-role-attribute"/>
    </login-module>
    </authentication>
    </application-policy>
    <application-policy name="client-login">
    <authentication>
    <login-module code="org.jboss.security.ClientLoginModule" flag="required">
    </login-module>
    </authentication>
    </application-policy>
    <!-- Security domain for JBossMQ -->
    <application-policy name="jbossmq">
    <authentication>
    <login-module code="org.jboss.security.auth.spi.DatabaseServerLoginModule" flag="required">
    <module-option name="unauthenticatedIdentity">guest</module-option>
    <module-option name="dsJndiName">java:/DefaultDS</module-option>
    <module-option name="principalsQuery">SELECT PASSWD FROM JMS_USERS WHERE USERID=?</module-option>
    <module-option name="rolesQuery">SELECT ROLEID, 'Roles' FROM JMS_ROLES WHERE USERID=?</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <!-- Security domain for JBossMQ when using file-state-service.xml
    <application-policy name = "jbossmq">
    <authentication>
    <login-module code = "org.jboss.mq.sm.file.DynamicLoginModule"
    flag = "required">
    <module-option name = "unauthenticatedIdentity">guest</module-option>
    <module-option name = "sm.objectname">jboss.mq:service=StateManager</module-option>
    </login-module>
    </authentication>
    </application-policy>
    -->
    <!-- Security domains for testing new jca framework -->
    <application-policy name="HsqlDbRealm">
    <authentication>
    <login-module code="org.jboss.resource.security.ConfiguredIdentityLoginModule" flag="required">
    <module-option name="principal">sa</module-option>
    <module-option name="userName">sa</module-option>
    <module-option name="password"/>
    <module-option name="managedConnectionFactoryName">jboss.jca:service=LocalTxCM,name=DefaultDS</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <application-policy name="JmsXARealm">
    <authentication>
    <login-module code="org.jboss.resource.security.ConfiguredIdentityLoginModule" flag="required">
    <module-option name="principal">guest</module-option>
    <module-option name="userName">guest</module-option>
    <module-option name="password">guest</module-option>
    <module-option name="managedConnectionFactoryName">jboss.jca:service=TxCM,name=JmsXA</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <!-- A template configuration for the jmx-console web application. This
    defaults to the UsersRolesLoginModule the same as other and should be
    changed to a stronger authentication mechanism as required.
    -->
    <application-policy name="jmx-console">
    <authentication>
    <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required">
    <module-option name="usersProperties">props/jmx-console-users.properties</module-option>
    <module-option name="rolesProperties">props/jmx-console-roles.properties</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <!-- A template configuration for the web-console web application. This
    defaults to the UsersRolesLoginModule the same as other and should be
    changed to a stronger authentication mechanism as required.
    -->
    <application-policy name="web-console">
    <authentication>
    <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required">
    <module-option name="usersProperties">web-console-users.properties</module-option>
    <module-option name="rolesProperties">web-console-roles.properties</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <!-- A template configuration for the JBossWS web application (and transport layer!).
    This defaults to the UsersRolesLoginModule the same as other and should be
    changed to a stronger authentication mechanism as required.
    -->
    <application-policy name="JBossWS">
    <authentication>
    <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required">
    <module-option name="unauthenticatedIdentity">anonymous</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <!-- The default login configuration used by any security domain that
    does not have a application-policy entry with a matching name
    -->
    <application-policy name="other">
    <!-- A simple server login module, which can be used when the number
    of users is relatively small. It uses two properties files:
    users.properties, which holds users (key) and their password (value).
    roles.properties, which holds users (key) and a comma-separated list of
    their roles (value).
    The unauthenticatedIdentity property defines the name of the principal
    that will be used when a null username and password are presented as is
    the case for an unuathenticated web client or MDB. If you want to
    allow such users to be authenticated add the property, e.g.,
    unauthenticatedIdentity="nobody"
    -->
    <authentication>
    <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required"/>
    </authentication>
    </application-policy>
    </policy>
    This is : java.security
    # This is the "master security properties file".
    # In this file, various security properties are set for use by
    # java.security classes. This is where users can statically register
    # Cryptography Package Providers ("providers" for short). The term
    # "provider" refers to a package or set of packages that supply a
    # concrete implementation of a subset of the cryptography aspects of
    # the Java Security API. A provider may, for example, implement one or
    # more digital signature algorithms or message digest algorithms.
    # Each provider must implement a subclass of the Provider class.
    # To register a provider in this master security properties file,
    # specify the Provider subclass name and priority in the format
    # security.provider.<n>=<className>
    # This declares a provider, and specifies its preference
    # order n. The preference order is the order in which providers are
    # searched for requested algorithms (when no specific provider is
    # requested). The order is 1-based; 1 is the most preferred, followed
    # by 2, and so on.
    # <className> must specify the subclass of the Provider class whose
    # constructor sets the values of various properties that are required
    # for the Java Security API to look up the algorithms or other
    # facilities implemented by the provider.
    # There must be at least one provider specification in java.security.
    # There is a default provider that comes standard with the JDK. It
    # is called the "SUN" provider, and its Provider subclass
    # named Sun appears in the sun.security.provider package. Thus, the
    # "SUN" provider is registered via the following:
    # security.provider.1=sun.security.provider.Sun
    # (The number 1 is used for the default provider.)
    # Note: Statically registered Provider subclasses are instantiated
    # when the system is initialized. Providers can be dynamically
    # registered instead by calls to either the addProvider or
    # insertProviderAt method in the Security class.
    # List of providers and their preference orders (see above):
    security.provider.1=sun.security.provider.Sun
    security.provider.2=sun.security.rsa.SunRsaSign
    security.provider.3=com.sun.net.ssl.internal.ssl.Provider
    security.provider.4=com.sun.crypto.provider.SunJCE
    security.provider.5=sun.security.jgss.SunProvider
    security.provider.6=com.sun.security.sasl.Provider
    # Select the source of seed data for SecureRandom. By default an
    # attempt is made to use the entropy gathering device specified by
    # the securerandom.source property. If an exception occurs when
    # accessing the URL then the traditional system/thread activity
    # algorithm is used.
    # On Solaris and Linux systems, if file:/dev/urandom is specified and it
    # exists, a special SecureRandom implementation is activated by default.
    # This "NativePRNG" reads random bytes directly from /dev/urandom.
    # On Windows systems, the URLs file:/dev/random and file:/dev/urandom
    # enables use of the Microsoft CryptoAPI seed functionality.
    securerandom.source=file:/dev/urandom
    # The entropy gathering device is described as a URL and can also
    # be specified with the system property "java.security.egd". For example,
    # -Djava.security.egd=file:/dev/urandom
    # Specifying this system property will override the securerandom.source
    # setting.
    # Class to instantiate as the javax.security.auth.login.Configuration
    # provider.
    login.configuration.provider=com.sun.security.auth.login.ConfigFile
    # Default login configuration file
    login.config.url.1=C:\LMS\gsnx\core\src\conf\login.config
    # Class to instantiate as the system Policy. This is the name of the class
    # that will be used as the Policy object.
    policy.provider=sun.security.provider.PolicyFile
    # The default is to have a single system-wide policy file,
    # and a policy file in the user's home directory.
    policy.url.1=file:${java.home}/lib/security/java.policy
    policy.url.2=file:${user.home}/.java.policy
    # whether or not we expand properties in the policy file
    # if this is set to false, properties (${...}) will not be expanded in policy
    # files.
    policy.expandProperties=true
    # whether or not we allow an extra policy to be passed on the command line
    # with -Djava.security.policy=somefile. Comment out this line to disable
    # this feature.
    policy.allowSystemProperty=true
    # whether or not we look into the IdentityScope for trusted Identities
    # when encountering a 1.1 signed JAR file. If the identity is found
    # and is trusted, we grant it AllPermission.
    policy.ignoreIdentityScope=false
    # Default keystore type.
    keystore.type=jks
    # Class to instantiate as the system scope:
    system.scope=sun.security.provider.IdentityDatabase
    # List of comma-separated packages that start with or equal this string
    # will cause a security exception to be thrown when
    # passed to checkPackageAccess unless the
    # corresponding RuntimePermission ("accessClassInPackage."+package) has
    # been granted.
    package.access=sun.
    # List of comma-separated packages that start with or equal this string
    # will cause a security exception to be thrown when
    # passed to checkPackageDefinition unless the
    # corresponding RuntimePermission ("defineClassInPackage."+package) has
    # been granted.
    # by default, no packages are restricted for definition, and none of
    # the class loaders supplied with the JDK call checkPackageDefinition.
    #package.definition=
    # Determines whether this properties file can be appended to
    # or overridden on the command line via -Djava.security.properties
    security.overridePropertiesFile=true
    # Determines the default key and trust manager factory algorithms for
    # the javax.net.ssl package.
    ssl.KeyManagerFactory.algorithm=SunX509
    ssl.TrustManagerFactory.algorithm=PKIX
    # Determines the default SSLSocketFactory and SSLServerSocketFactory
    # provider implementations for the javax.net.ssl package. If, due to
    # export and/or import regulations, the providers are not allowed to be
    # replaced, changing these values will produce non-functional
    # SocketFactory or ServerSocketFactory implementations.
    #ssl.SocketFactory.provider=
    #ssl.ServerSocketFactory.provider=
    # The Java-level namelookup cache policy for successful lookups:
    # any negative value: caching forever
    # any positive value: the number of seconds to cache an address for
    # zero: do not cache
    # default value is forever (FOREVER). For security reasons, this
    # caching is made forever when a security manager is set.
    # NOTE: setting this to anything other than the default value can have
    # serious security implications. Do not set it unless
    # you are sure you are not exposed to DNS spoofing attack.
    #networkaddress.cache.ttl=-1
    # The Java-level namelookup cache policy for failed lookups:
    # any negative value: cache forever
    # any positive value: the number of seconds to cache negative lookup results
    # zero: do not cache
    # In some Microsoft Windows networking environments that employ
    # the WINS name service in addition to DNS, name service lookups
    # that fail may take a noticeably long time to return (approx. 5 seconds).
    # For this reason the default caching policy is to maintain these
    # results for 10 seconds.
    networkaddress.cache.negative.ttl=10
    # Properties to configure OCSP for certificate revocation checking
    # Enable OCSP
    # By default, OCSP is not used for certificate revocation checking.
    # This property enables the use of OCSP when set to the value "true".
    # NOTE: SocketPermission is required to connect to an OCSP responder.
    # Example,
    # ocsp.enable=true
    # Location of the OCSP responder
    # By default, the location of the OCSP responder is determined implicitly
    # from the certificate being validated. This property explicitly specifies
    # the location of the OCSP responder. The property is used when the
    # Authority Information Access extension (defined in RFC 3280) is absent
    # from the certificate or when it requires overriding.
    # Example,
    # ocsp.responderURL=http://ocsp.example.net:80
    # Subject name of the OCSP responder's certificate
    # By default, the certificate of the OCSP responder is that of the issuer
    # of the certificate being validated. This property identifies the certificate
    # of the OCSP responder when the default does not apply. Its value is a string
    # distinguished name (defined in RFC 2253) which identifies a certificate in
    # the set of certificates supplied during cert path validation. In cases where
    # the subject name alone is not sufficient to uniquely identify the certificate
    # then both the "ocsp.responderCertIssuerName" and
    # "ocsp.responderCertSerialNumber" properties must be used instead. When this
    # property is set then those two properties are ignored.
    # Example,
    # ocsp.responderCertSubjectName="CN=OCSP Responder, O=XYZ Corp"
    # Issuer name of the OCSP responder's certificate
    # By default, the certificate of the OCSP responder is that of the issuer
    # of the certificate being validated. This property identifies the certificate
    # of the OCSP responder when the default does not apply. Its value is a string
    # distinguished name (defined in RFC 2253) which identifies a certificate in
    # the set of certificates supplied during cert path validation. When this
    # property is set then the "ocsp.responderCertSerialNumber" property must also
    # be set. When the "ocsp.responderCertSubjectName" property is set then this
    # property is ignored.
    # Example,
    # ocsp.responderCertIssuerName="CN=Enterprise CA, O=XYZ Corp"
    # Serial number of the OCSP responder's certificate
    # By default, the certificate of the OCSP responder is that of the issuer
    # of the certificate being validated. This property identifies the certificate
    # of the OCSP responder when the default does not apply. Its value is a string
    # of hexadecimal digits (colon or space separators may be present) which
    # identifies a certificate in the set of certificates supplied during cert path
    # validation. When this property is set then the "ocsp.responderCertIssuerName"
    # property must also be set. When the "ocsp.responderCertSubjectName" property
    # is set then this property is ignored.
    # Example,
    # ocsp.responderCertSerialNumber=2A:FF:00

    user564785 wrote:
    I am trying to installl Oracle 11gR2 on VM machine with Redhat Linux 6-64bit. That is a Oracle database problem. Even though the Oracle product uses java it still represents a problem with that product (Oracle) rather than java. So you need to start with an Oracle database forum.

  • Open Session: unexpected error

    Hi everybody,
    I'm using BO XI R3.0 and since couple of last days I'm having problem with opening Universe Designer. The message I'm getting is "Open session: unexpected error". This happens after I provide user name and password for the access to the system.
    Does anyone know the solution to the problem beside uninstalling Client tools etc. (I already did that) because the same happens when I want to open Desktop Intelligence, Translation Manager, etc.
    Ivan

    In addition to my previous question, I have another query. I am trying to create a macro to rename, hide/show and change some more properties of universe objects. Below is the code to log on to designer and open the required universe
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Set DesignerApp = New Designer.Application
        DesignerApp.Visible = True
        Call DesignerApp.LogonDialog
        Set Univ = DesignerApp.Universes.Open
        DesignerApp.Visible = False
        Set Wksht = ThisWorkbook.Worksheets("Objects")
        Wksht.Unprotect
        Range("Objects").ClearContents
        Call GetObjectInfo(Univ.Classes, 1)
        Range("Objects").Resize(Wksht.UsedRange.Rows.Count - 1, 5).Name = "Objects"
        Range("Objects").Columns("H:L").Value = Range("Objects").Columns("B:F").Value
        Wksht.Protect
        DesignerApp.Quit
        Set DesignerApp = Nothing
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    What happenns is that after I log on using my macro, if I try to log on to designer again I get the "Open Session: unexpected error" error. If I delete the LSI folder on my local machine, then I can log on fine. but everytime I use the macro I get the error afterwards. I am logging onto a SAP system.
    Any help on this one?

  • The Microsoft Exchange Mailbox Replication service was unable to process a request due to an unexpected error

    Since demoting a child domain a few days ago, Exchange 2013 is still trying to contact it and as a result generating errors in the application event logs.  I had a similar problem which I solved by removing some old migration batches, now I have a problem
    with the Microsoft Exchange Mailbox Replication service.
    The event logged is:
    The Microsoft Exchange Mailbox Replication service was unable to process a request due to an unexpected error.
    Request GUID: '0b6c0f5a-0563-48e2-8b97-e0781c6cc69a' 
    Database GUID: '23258311-ad29-41c2-a842-522f48baa267'
    Error: Unable to read from Active Directory. --> The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details Unable to find a suitable directory server for
    domain 'admin.riddlesdown.local'.. --> Unable to find a suitable directory server for domain 'admin.riddlesdown.local'..
    Process Microsoft.Exchange.Directory.TopologyService.exe (PID=2280). Exchange Active Directory Provider could not find an available domain controller in domain admin.riddlesdown.local. This event may be caused by network connectivity issues or
    configured incorrectly DNS server.
    The domain doesn't exist in AD Sites and Services, I have removed all traces from DNS but this is still occurring.  When I run Get-ADServerSettings | fl it reports no trace of the domain or a DC that was previously in it.
    How can I stop these events occurring and is it likely to be causing something else not to work correctly.
    We are running Exchange 2013 CU1

    No, that didn't work.  Here are more details:
    Source: MSExchange ADAccess (EventID: 2130)
    Process Microsoft.Exchange.Directory.TopologyService.exe (PID=2280). Exchange Active Directory Provider could not find an available domain controller in domain admin.riddlesdown.local. This event may be caused by network connectivity issues or configured
    incorrectly DNS server.
    Source: MSExchange ADAccess (EventID: 2119)
    Process Microsoft.Exchange.Directory.TopologyService.exe (PID=2280). Error DNS_ERROR_RCODE_NAME_ERROR (0x8007232B) occurred when DNS was queried for the service location (SRV) resource record used to locate a domain controller for domain admin.riddlesdown.local
     The query was for the SRV record for _ldap._tcp.dc._msdcs.admin.riddlesdown.local
     Common causes of this error include the following:
     - The DNS SRV records required to locate a domain controller for the domain are not registered in DNS. These records are registered with a DNS server automatically when a domain controller is added to a domain. They are updated by the domain controller
    at set intervals. This computer is configured to use DNS servers with following IP addresses:
    10.59.100.7
    10.59.100.8
    fec0:0:0:ffff::1Microsoft.Exchange.Directory.TopologyService.exe
    fec0:0:0:ffff::2Microsoft.Exchange.Directory.TopologyService.exe
    fec0:0:0:ffff::3Microsoft.Exchange.Directory.TopologyService.exe
     - One or more of the following zones do not include delegation to its child zone:
    admin.riddlesdown.local
    riddlesdown.local
    local
    . (the root zone)
    Source: MSExchange Mailbox Replication Service (EventID: 1121)
    The Microsoft Exchange Mailbox Replication service was unable to process a request due to an unexpected error.
    Request GUID: '87f4b926-0621-43d3-afeb-fe475ee6d850' 
    Database GUID: '23258311-ad29-41c2-a842-522f48baa267'
    Error: Unable to read from Active Directory. --> The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details Unable to find a suitable directory server for domain 'admin.riddlesdown.local'..
    --> Unable to find a suitable directory server for domain 'admin.riddlesdown.local'..
    Something is cause the Exchange server to go looking for our old domain, but what and why?

  • Another Error Executing Database Query.

    I am getting this error.
    12:40:54.054 - Database Exception - in
    C:\CFusionMX7\wwwroot\Author\dropdown2\EmployeeAddAction.cfm : line
    26
    Error Executing Database Query.
    i have added extra fields in the mdb and added extra code to
    the form page and the action page.
    i am getting this error still.
    this is how i broke it down.
    If I run my 2 files EmployeeAddForm.cfm and
    EmployeeAddAction.cfm
    I get this error:
    NOTE: if i take out the comments from the code and ignore the
    new fields added to the db it works fine!!!!!
    The web site you are accessing has experienced an unexpected
    error.
    Please contact the website administrator.
    The following information is meant for the website developer
    for debugging purposes.
    Error Occurred While Processing Request
    Error Executing Database Query.
    [Macromedia][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][ODBC Microsoft Access Driver] Syntax error in
    INSERT INTO statement.
    Resources:
    Enable Robust Exception Information to provide greater detail
    about the source of errors. In the Administrator, click Debugging
    & Logging > Debugging Settings, and select the Robust
    Exception Information option.
    Check the ColdFusion documentation to verify that you are
    using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;
    SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
    Remote Address 127.0.0.1
    Referrer
    http://127.0.0.1:8500/Author/dropdown2/EmployeeAddForm.cfm
    Date/Time 06-Jun-07 12:40 PM
    NOTE: if i take out the comments from the code and ignore the
    new fields added to the db it works fine!!!!!

    Try using '###CreateODBCDate(Form.DateOfBirth)###'. Access is
    strange on
    handling dates. It has a been a while since I have used
    Access so it could
    be as simple as wrapping it single quotes as well. I am
    assuming the
    "<!-----------" wasn't intended, but I could be wrong.
    Bryan Ashcraft (remove brain to reply)
    Web Application Developer
    Wright Medical Technology, Inc.
    Macromedia Certified Dreamweaver Developer
    Adobe Community Expert (DW) ::
    http://www.adobe.com/communities/experts/
    "Coldfusionstudent" <[email protected]>
    wrote in message
    news:[email protected]...
    >I am getting this error.
    > 12:40:54.054 - Database Exception - in
    >
    C:\CFusionMX7\wwwroot\Author\dropdown2\EmployeeAddAction.cfm : line
    26
    > Error Executing Database Query.
    >
    > i have added extra fields in the mdb and added extra
    code to the form page
    > and
    > the action page.
    > i am getting this error still.
    > this is how i broke it down.
    >
    > If I run my 2 files EmployeeAddForm.cfm and
    EmployeeAddAction.cfm
    > I get this error:
    >
    > The web site you are accessing has experienced an
    unexpected error.
    > Please contact the website administrator.
    >
    > The following information is meant for the website
    developer for debugging
    > purposes.
    >
    > Error Occurred While Processing Request
    > Error Executing Database Query.
    > [Macromedia][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][ODBC Microsoft
    > Access Driver] Syntax error in INSERT INTO statement.
    >
    >
    > Resources:
    > Enable Robust Exception Information to provide greater
    detail about the
    > source
    > of errors. In the Administrator, click Debugging &
    Logging > Debugging
    > Settings, and select the Robust Exception Information
    option.
    > Check the ColdFusion documentation to verify that you
    are using the
    > correct
    > syntax.
    > Search the Knowledge Base to find a solution to your
    problem.
    >
    >
    > Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
    5.1; SV1; .NET CLR
    > 1.1.4322; .NET CLR 2.0.50727)
    > Remote Address 127.0.0.1
    > Referrer
    http://127.0.0.1:8500/Author/dropdown2/EmployeeAddForm.cfm
    > Date/Time 06-Jun-07 12:40 PM
    >
    >
    >
    > EmployeeAddForm.cfm
    >
    > <cfquery name="GetCompanies"
    > datasource="#Request.MainDSN#">
    > SELECT
    > CompanyID,
    > CompanyName
    > FROM
    > Company
    > ORDER BY
    > CompanyName
    > </cfquery>
    >
    > <html>
    > <head>
    > <title>ColdFusion MX Bible</title>
    > <link rel="stylesheet" href="styles.css">
    > </head>
    >
    > <body>
    >
    > <h1> </h1>
    >
    > <table>
    > <cfform action="EmployeeAddAction.cfm"
    method="POST">
    >
    > <tr>
    > <td>Company</td>
    > <td>
    > <cfselect name="CompanyID"
    > size="1"
    > query="GetCompanies"
    > value="CompanyID"
    > display="CompanyName"
    > required="Yes"
    > message="Please select a Company."></cfselect>
    > </td>
    > </tr>
    >
    > <tr>
    > <td>SSN</td>
    > <td>
    > <cfinput type="Text"
    > name="SSN"
    > message="Please enter the employee's Social Security
    Number."
    > validate="social_security_number"
    > required="Yes"
    > size="12"
    > maxlength="11">
    > </td>
    > </tr>
    >
    > <tr>
    > <td>First Name</td>
    > <td>
    > <cfinput type="Text"
    > name="Firstname"
    > message="Please enter the employee's first name."
    > required="Yes"
    > size="22"
    > maxlength="20">
    > </td>
    > </tr>
    >
    > <tr>
    > <td>Last Name</td>
    > <td>
    > <cfinput type="Text"
    > name="Lastname"
    > message="Please enter the employee's last name."
    > required="Yes"
    > size="22"
    > maxlength="20">
    > </td>
    > </tr>
    >
    > <tr>
    > <td>Salary</td>
    > <td>
    > <cfinput type="Text"
    > name="Salary"
    > message="Please enter a valid salary."
    > validate="float"
    > required="Yes"
    > size="22"
    > maxlength="20">
    > </td>
    > </tr>
    >
    > <tr>
    > <td>DOB</td>
    > <td>
    > <cfinput type="Text"
    > name="DateOfBirth"
    > message="Please enter a valid date of birth in the
    format mm/dd/yyyy"
    > validate="date"
    > required="Yes"
    > size="11"
    > maxlength="10">
    > </td>
    > </tr><!-------------
    > <tr>
    > <td>device_typ</td>
    > <td>
    > <cfinput type="Text"
    > name="device_typ"
    > message="Please enter the employee's device_typ."
    > required="Yes"
    > size="22"
    > maxlength="20">
    > </td>
    > </tr><tr>
    > <td>device_Email</td>
    > <td>
    > <cfinput type="Text"
    > name="device_Email"
    > message="Please enter the employee's device_Email."
    > required="Yes"
    > size="22"
    > maxlength="20">
    > </td>
    > </tr><tr>
    > <td>Work_email</td>
    > <td>
    > <cfinput type="Text"
    > name="Work_email"
    > message="Please enter the employee's Work_email."
    > required="Yes"
    > size="22"
    > maxlength="20">
    > </td>
    > </tr><tr>
    > <td>Pin_Number</td>
    > <td>
    > <cfinput type="Text"
    > name="Pin_Number"
    > message="Please enter the employee's Pin_Number."
    > required="Yes"
    > size="22"
    > maxlength="20">
    > </td>
    > </tr>------------------>
    > <tr>
    > <td> </td>
    > <td>
    > <input type="submit" value="Add to Database">
    > </td>
    > </tr>
    >
    > </cfform>
    > </table>
    >
    > </body>
    > </html>
    > ---------------------------
    > EmployeeAddAction.cfm
    >
    > <cfquery name="InsertEmployee"
    > datasource="#Request.MainDSN#">
    > INSERT INTO Employee(
    > SSN,
    > CompanyID,
    > Firstname,
    > Lastname,
    > Salary,
    > DateOfBirth<!----------,
    > device_typ,
    > device_Email,
    > Work_email,
    > Pin_Number-------------->
    >
    > )
    > VALUES (
    > '#Trim(Form.SSN)#',
    > #Val(Form.CompanyID)#,
    > '#Trim(Form.Firstname)#',
    > '#Trim(Form.Lastname)#',
    > #Val(Form.Salary)#,
    > #CreateODBCDate(Form.DateOfBirth)#<!-----------,
    > '#Trim(Form.device_typ)#',
    > '#Trim(Form.device_Email)#',
    > '#Trim(Form.Work_email)#',
    > '#Trim(Form.Pin_Number)#'------------------>
    > )
    > </cfquery>
    >
    > <cfmail
    to="#Form.Firstname#.#Form.Lastname#@somewhere.com"
    > from="[email protected]"
    > subject="Welcome to your new company!">
    > Welcome to your new company, #Form.Firstname#
    #Form.Lastname#!
    > </cfmail>
    > <!----
    > <cflocation url="EmployeeList.cfm">----->
    >

  • ORA-39097: Data Pump job encountered unexpected error -12801

    Hallo!I am running Oracle RAC 11.2.0.3.0 database on IBM-AIX 7.1 OS platform.
    We normally do data pump expdp backups and we created a OS authenticated user and been having non-DBA users use this user (instead of / as sysdba which is only used by DBAs) to run expdp.This OS authenticated user has been working fine until it statrd gigin use error below
    Export: Release 11.2.0.3.0 - Production on Fri Apr 5 23:08:22 2013
    Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, Oracle Label Security,
    OLAP, Data Mining, Oracle Database Vault and Real Application Testing optio
    FLASHBACK automatically enabled to preserve database integrity.
    Starting "OPS$COPBKPMG"."SYS_EXPORT_SCHEMA_16": /******** DIRECTORY=COPKBFUB_DIR dumpfile=COPKBFUB_Patch35_PreEOD_2013-04-05-23-08_%U.dmp logfile=COPKBFUB_Patch35_PreEOD_2013-04-05-23-08.log cluster=n parallel=4 schemas=BANKFUSION,CBS,UBINTERFACE,WASADMIN,CBSAUDIT,ACCTOPIC,BFBANKFUSION,PARTY,BFPARTY,WSREGISTRY,COPK
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 130.5 GB
    Processing object type SCHEMA_EXPORT/USER
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/SYNONYM/SYNONYM
    Processing object type SCHEMA_EXPORT/DB_LINK
    Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_SPEC
    Processing object type SCHEMA_EXPORT/PACKAGE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/FUNCTION/FUNCTION
    Processing object type SCHEMA_EXPORT/FUNCTION/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/PROCEDURE/PROCEDURE
    Processing object type SCHEMA_EXPORT/PROCEDURE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/PACKAGE/COMPILE_PACKAGE/PACKAGE_SPEC/ALTER_PACKAGE_SPEC
    Processing object type SCHEMA_EXPORT/FUNCTION/ALTER_FUNCTION
    Processing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/FUNCTIONAL_INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/FUNCTIONAL_INDEX/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/VIEW/VIEW
    Processing object type SCHEMA_EXPORT/VIEW/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/VIEW/GRANT/CROSS_SCHEMA/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/VIEW/COMMENT
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Processing object type SCHEMA_EXPORT/MATERIALIZED_VIEW
    Processing object type SCHEMA_EXPORT/POST_SCHEMA/PROCACT_SCHEMA
    . . exported "WASADMIN"."BATCHGATEWAYLOGDETAIL" 2.244 GB 9379850 rows
    . . exported "WASADMIN"."UBTB_TRANSACTION" 13.71 GB 46299982 rows
    . . exported "WASADMIN"."INTERESTHISTORY" 2.094 GB 13479801 rows
    . . exported "WASADMIN"."MOVEMENTSHISTORY" 1.627 GB 13003451 rows
    . . exported "WASADMIN"."ACCRUALSREPORT" 1.455 GB 18765315 rows
    ORA-39097: Data Pump job encountered unexpected error -12801
    ORA-39065: unexpected master process exception in MAIN
    ORA-12801: error signaled in parallel query server PZ99, instance copubdb02dc:COPKBFUB2 (2)
    ORA-01460: unimplemented or unreasonable conversion requested
    Job "OPS$COPBKPMG"."SYS_EXPORT_SCHEMA_16" stopped due to fatal error at 23:13:37
    Please assist.

    have you seen this?
    *Bug 13099577 - ORA-1460 with parallel query [ID 13099577.8]*

  • VSS Error: "An unexpected error occurred when cleaning up snapshot volumes. Confirm that all snapped volumes are correctly re-synchronized with the original volumes."

    Hi all,
    at a customer’s site I’ve a problem with a fresh installation of Backup Exec 2014. Every backup (full or incremental) always reports the following
    error: “An unexpected error occurred when cleaning up snapshot volumes. Confirm that all snapped volumes are correctly re-synchronized with the original volumes.”.
    It’s not a Backup Exec problem itself, also backups using “Windows Server Backup” failing with the same error.
    On this site I have three servers; the error is only generated for one of them. Here’s a short overview:
    Server1: Windows Server 2012 R2, latest patchlevel, physical machine, Domain Controller and Fileserver. Backup Exec is installed on this machine,
    backup is written directly to SAS tape loader. There error is generated on this server.
    Server2: Windows Server 2008 R2, latest patchlevel, virtual machine, running on Citrix Xen Server 6.2. Used for remote desktop services, no errors
    on this server.
    Server3: Windows Server 2012 R2, latest patchlevel, virtual machine, database server with some SQL Instances, no errors on this server.
    As I said, error is reported only on server1, no matter if it is a full or an incremental backup. During the backup I found the following errors
    is the event log (translated from a german system):
    Event ID: 12293
    Volume Shadow Copy Service error: Error calling a routine on a Shadow Copy Provider. "{89300202-3cec-4981-9171-19f59559e0f2}" an error occured. Routinedetails Error calling Query(). [0x80042302] [hr = 0x80042302, unexpected component error of
    the Volume Shadow Copy Service.
    Process:
    Volume Shadow Copy polling
    Volume Shadow Copy delete
    Context:
       Executioncontext: Coordinator
       Executionkontext: Coordinator
    And
    Event ID: 8193
    Volume Shadow Copy Service error: Unexpected error calling Routine "IVssCoordinator::Query" hr = 0x8004230f, Unexpected error Volume Shadow Copy Service Provider
    Process:
    Volume Shadow Copy delete
    Context:
       Executioncontext: Coordinator
    There are some articles about this error in the knowledge base or web which does not help or do not apply to my environment for example:
    http://www.symantec.com/business/support/index?page=content&id=TECH38338&actp=search&viewlocale=en_US&searchid=1423724381707
    What I already have tried:
    Disabled Antivirus during the whole backup
    Installed latest Service Pack for Backup Exec
    Rebooted the server
    vssadmin list writers do not show any errors
    consult eventid.net for other possible solutions
    no limits set for vaa
    Anymore ideas from you guys?
    Best regards,

    Hi Shaon,
    vssadmin list providers gave the following output:
    vssadmin list providers
    vssadmin 1.1 - Verwaltungsbefehlszeilenprogramm des Volumeschattenkopie-Dienstes
    (C) Copyright 2001-2013 Microsoft Corp.
    Anbietername: "Microsoft File Share Shadow Copy provider"
       Anbietertyp: Dateifreigabe
       Anbieterkennung: {89300202-3cec-4981-9171-19f59559e0f2}
       Version: 1.0.0.1
    Anbietername: "Microsoft Software Shadow Copy provider 1.0"
       Anbietertyp: System
       Anbieterkennung: {b5946137-7b9f-4925-af80-51abd60b20d5}
       Version: 1.0.0.7
    Unfortunately theres not Symantec VSS Provider listed.
    Best regards,
    Christoph

  • [Exchange-Online] [EWSMA] [C#] [Windows]: EWS - CreateAttachment problem - The underlying connection was closed: An unexpected error occurred on a send

    Hello,
    I have a problem with
    ExchangeServiceBinding.CreateAttachment(...) method (EWS with Office 365)
    When I try to add a small attachment (e.g. 5 MB), then the method works fine.
    When I try to add a big attachment (e.g.
    12 MB), then the following exception is thrown:
     System.Net.WebException
    The underlying connection was closed: An unexpected error occurred on a send.
       at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
       at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at C2EWS.Proxy.ExchangeServiceBinding.CreateAttachment(CreateAttachmentType CreateAttachment1) in d:\source\EWSProxyClasses.cs:line 1471
       at EWSRequest.Program.UploadAttachment(ExchangeServiceBinding esb, ItemIdType parentItemIdType) in d:\source\EWSRequest\Program.cs:line 90
       at EWSRequest.Program.Main(String[] args) in d:\source\EWSRequest\Program.cs:line 59
    Inner exception:
     System.IO.IOException
     Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
        at System.Net.Sockets.NetworkStream.MultipleWrite(BufferOffsetSize[] buffers)
        at System.Net.Security._SslStream.StartWriting(SplitWritesState splitWrite, SplitWriteAsyncProtocolRequest asyncRequest)
        at System.Net.Security._SslStream.ProcessWrite(BufferOffsetSize[] buffers, SplitWriteAsyncProtocolRequest asyncRequest)
        at System.Net.TlsStream.MultipleWrite(BufferOffsetSize[] buffers)
        at System.Net.Connection.Write(ScatterGatherBuffers writeBuffer)
        at System.Net.ConnectStream.ResubmitWrite(ConnectStream oldStream, Boolean suppressWrite)
    Inner exception:
      System.Net.Sockets.SocketException
      An existing connection was forcibly closed by the remote host
         at System.Net.Sockets.Socket.MultipleSend(BufferOffsetSize[] buffers, SocketFlags socketFlags)
         at System.Net.Sockets.NetworkStream.MultipleWrite(BufferOffsetSize[] buffers)
    The C# code is the following:
    private void UploadAttachment(ExchangeServiceBinding esb, ItemIdType parentItemIdType, string attachmentPath)
    // File Attachment
    FileAttachmentType fileAttach = new FileAttachmentType();
    // Attachment details
    byte[] bytes = System.IO.File.ReadAllBytes(attachmentPath);
    fileAttach.Content = bytes;
    fileAttach.IsInlineSpecified = false;
    fileAttach.LastModifiedTimeSpecified = false;
    fileAttach.Name = System.IO.Path.GetFileName(attachmentPath);
    // Create Attachment
    CreateAttachmentType reqCreateAttach = new CreateAttachmentType();
    // Add parent Id
    reqCreateAttach.ParentItemId = parentItemIdType;
    // Add attachment to the query
    reqCreateAttach.Attachments = new AttachmentType[1];
    reqCreateAttach.Attachments[0] = fileAttach;
    // Upload attachment
    CreateAttachmentResponseType resp = esb.CreateAttachment(reqCreateAttach);
    // Check response errors
    CheckErrors(resp);
    Could you advise a solution, please?
    Robert

    Hello,
    The maximum size is rather not the problem in this case. As mentioned in my question above, I have a problem uploading messages with 12MB attachments to Office 365 via EWS. According
    to the documentation you provided a link to, the message size limit in all plans of Office 365 is 25MB.
    When we try the same request using slow network connection (1Mbit/s) there IS problem  - we are NOT able to upload 12 MB attachments.
    When we try the same request using faster network connection (10Mbit/s) there is NO problem - we are able to upload 12 MB attachments.
    It seems like a kind of timeout - probably from Office365.
    Is there a possibility to upload attachment in chunks?
    Robert

  • The underlying connection was closed: An unexpected error occurred on a receive

    Hi,
    We have a requirement where we need to create a custom workflow code activity which will download the current uploaded document to a shared network drive. We have created a code activity using client object model  to achieve this. But intermittently
    below exception is being occured at ctx.ExecuteQuery();
    Can anyone help me in resolving the issue?
    Exception :
    :-The underlying connection was closed: An unexpected error occurred on a receive.The underlying connection was closed: An unexpected error occurred on a receive.   at System.Net.HttpWebRequest.GetResponse()
       at Microsoft.SharePoint.Client.SPWebRequestExecutor.Execute()
       at Microsoft.SharePoint.Client.ClientRequest.ExecuteQueryToServer(ChunkStringBuilder sb)
       at CustomActivity.CustomCodeActivity.Execute(CodeActivityContext context)
    The underlying connection was closed: An unexpected error occurred on a receive.The underlying connection was closed: An unexpected error occurred on a receive.   at System.Net.HttpWebRequest.GetResponse()
       at Microsoft.SharePoint.Client.SPWebRequestExecutor.Execute()
       at Microsoft.SharePoint.Client.ClientContext.GetFormDigestInfoPrivate()
       at Microsoft.SharePoint.Client.ClientContext.EnsureFormDigest()
       at Microsoft.SharePoint.Client.ClientContext.ExecuteQuery()
       at CustomActivity.CustomCodeActivity.Execute(CodeActivityContext context)
    Below is the code written.
    using (ClientContext ctx = new ClientContext(strSiteUrl))
    // ctx.ExecutingWebRequest += clientContext_ExecutingWebRequest;
    LogMessage("In Using");
    ctx.FormDigestHandlingEnabled = true;
    Web web = ctx.Web;
    LogMessage("In Using1");
    ctx.Load(web);
    LogMessage("In Using2");
    ctx.FormDigestHandlingEnabled = true; //Issue occurring while executing below line
    ctx.ExecuteQuery();
    LogMessage("Exceute Query 1");
    //foreach (ListItem item in GetAllListItems(web.Url, strListName,strItemId))
    ListItem item = GetAllListItems(web.Url, strListName, strItemId);
    LogMessage("in loop1"+item.DisplayName);
    foreach (Microsoft.SharePoint.Client.File file in GetListItemAttachments(web.Url, item, strListName))
    LogMessage("in loop2");
    SaveAttachmentToDisk(file, strFilePath, web.Url);
    string fileExt = System.IO.Path.GetExtension(file.Name);
    string newName = file.Name.Substring(0, file.Name.IndexOf('.'));
    newName = newName + "-" + curDate;

    Hi,
    According to the error message, it usually occurs when server or network device unexpectedly closes an existing Transmission Control Protocol connection.
    This problem may occur when time-out value on the server or network is set too low.
    To resolve this issue, I suggest you do as the followings:
    1. Configure the Web site that hosts the Web services not to use keep-alive connections.
    2. Override the HttpWebRequest method in the Reference.cs file that is generated by Microsoft Visual Studio .NET for the Web client proxy.
    protected override WebRequest GetWebRequest(Uri uri)
    HttpWebRequest webRequest = (HttpWebRequest) base.GetWebRequest(uri);
    webRequest.KeepAlive = false;
    return webRequest;
    More Reference:
    http://support.microsoft.com/kb/819450
    http://stackoverflow.com/questions/21728773/the-underlying-connection-was-closed-an-unexpected-error-occurred-on-a-receiv
    Best regards,
    Zhengyu Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]
    Zhengyu Guo
    TechNet Community Support

  • You have encountered an unexpected error. Please contact the System Adminis

    Hii guys
    EBS is installed.
    I'm not able to login via IE in EBS and but i'm able to login EBS via FireFox.
    I get the following error.
    You have encountered an unexpected error. Please contact the System Administrator.
    I've run the following query while logged in the system as apps user
    SQL> select user_name from applsys.fnd_user where user_name = 'SYSADMIN;
    and i get the following result
    USER_NAME
    SYSADMIN
    What am i doing wrong .Kindly help
    Fahad

    Fahad,
    This is a duplicate post, I suggest you check the other thread:
    You have encountered an unexpected error. Please contact the System Adminis
    Re: You have encountered an unexpected error. Please contact the System Adminis
    Thanks

  • Unexpected error - WIJ 20002

    Hi,
    Our environment:
    - XI 3.0
    - Java Web AS environment
    - OLAP Universes on both SAP BI & Hyperion Essbase
    When using Web Intelligence Rich Client, we get the error "Unexpected error - If you cannot reconnect to the server, close Web Intelligence and start again. (WIJ 20002)". This does happens:
    - when we chosing FileNew => Universe => Selecting a universe, next => then error
    - for some universes (both sources, although not every universe - some universes work fine)
    Workaround:
    - create + save report in Web Intellience Web version
    - import in WebI Rich Client
    - Add Query => same selection of universe => now works fine
    See also thread:
    Expert Forums » SAP NetWeaver » SAP NetWeaver Administrator
    Thread: WIJ 20002 Error in XI 3.1 .NET Environment
    Is this a know issue?
    Thanks!
    Raf
    Edited by: Raf on Jan 16, 2009 2:08 PM

    Sorry, see 1205533 - Error: "WIJ 20002" when trying to open a universe in Web Intelligence

  • Error in Creating Query after Infoset Activation

    We have created infoset in 2004s which includes 2 cubes. As the navigational attributes of the Cubes were not available in the infoset, we had included the Infoobjects in the infoset.
    But after patch upgradation to patch 16, the infoset structure was changed and now in the infoset the Navigational attributes of the cubes are also available. Because of which the Queries based on the infoset are currently not executable. And pops the below mentioned error:
    But, the query based in the INFOSET started giving errors:
    1.type_X
    2.The “Infosetname_FX” object not in infoprovider(Where FX is like F1,F2….)
    And on creating any new query based on the infoprovider just after the selection of the infoprovider [ the infoset] the query designer gives following error message:
    1.Terminate:Unexpected Error:RFC_ERROR_SYSTEM_FAILURE-The current application terminated        with a short dump.
    2.Terminate:Query Designer must be restarted ; further work not possible.
    Has any one encountered such kind of issue……..

    Hello,
    We are experiencing a similar situation. We have an infoset created with a cube and an ODS. They activate o.k. and in BW we can browse data and it looks correct. However when attempting to access with the query designer we receive the same error messages.
    Were you ever able to resolve?
    Thanks,
    Rick

Maybe you are looking for