Alias causing error when filtering

I have an analysis where I'm trying to add a couple of column prompts to limit the data that is shown. The column prompts are Year and Month which are inside my Date dimension.
However, when I pick values for the prompts, let's say 2012 and April, and run the report I get an error saying: "Unknown Member [Date].[April]". This is because the member for April is actually 2012-04, and April is an Alias. If I type 2012-04 in the month prompt and run the report it works just fine.
How do I get OBIEE to realize that April is just the alias and that it should actually pass the value of 2012-04 when I pick April?
Thanks in advance.

950121 wrote:
I have an analysis where I'm trying to add a couple of column prompts to limit the data that is shown. The column prompts are Year and Month which are inside my Date dimension.
However, when I pick values for the prompts, let's say 2012 and April, and run the report I get an error saying: "Unknown Member [Date].[April]". This is because the member for April is actually 2012-04, and April is an Alias. If I type 2012-04 in the month prompt and run the report it works just fine.
How do I get OBIEE to realize that April is just the alias and that it should actually pass the value of 2012-04 when I pick April?
Thanks in advance.Have you tried using double column's instead of alias? Refer to: http://gerardnico.com/wiki/dat/obiee/double_column

Similar Messages

  • Pagination error when filtering in an Interactive Report

    Hi All,
    I'm getting a pagination error, when filtering from the column header in an Interactive Report.
    Report error:
    Invalid set of rows requested, the source data of the report has been modified.*
    Reset Pagination*
    The steps to recreate:
    1. Run an Interactive Report
    2. Click the next button to go to the second page of data.
    3. From the column header select a data element that will return less than 15 rows. Note -- if the there are 15 or more rows of data, the error will not occur.
    The Report will fail with the error shown above.
    It looks like the pagination needs to be reset after the column filter, but how is this done?
    I'm using the canned interactive report with no customizations. Is there a fix for this issue?
    Thanks

    This «bug» is known for a long time unfortunately...
    I never find any solution for IR report filtering.
    Maybe you can use some JQuery to change the link when clicking a value in the list, (add a code that will update pagination).
    Something like :
    $('#apexir_rollover_content').load(function() {
         $(this).find('a').click(function(){
              gReport.search('SEARCH');
    });But I don't think it will work, as they already use JQuery to bind that <a> events.
    In case you update your report using a button, you can simply use a "reset pagination" process called on button click.
    In case you use column link you simply have to tick the «Reset Pagination» checkbox.
    I hope Apex team will fix that one day.
    Good luck.
    Yann.

  • Third-party keyboard caused error when shifting in iMessage

    I Just upgraded to iPhone 6 plus and immediately install the 8.0.2. When using iMessage, the third-party keyboard caused an error when shifting between keyboards as in the picture. The selection animation was shifted to the left beyond the screen. The problem was gone when I deleted the third-party keyboards (fleksy and riffsy gif). The error also did not occur in email app or Safari.

    Reset your phone - no data loss
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support

  • Strange error when filtering data.

    Hello gurus,
    I have report in BI, works fine, but when I try to filter it by unit (one of report fields) it throws this error attached below. Any ideas?????
    Initial cause
    Message:
    com/sap/ip/bi/bics/dataaccess/consumer/impl/queryview/condition/QvCondition incompatible with com/sap/ip/bi/bics/dataaccess/provider/queryview/optional/condition/IProviderQvCondition
    Stack trace:
    java.lang.ClassCastException: com/sap/ip/bi/bics/dataaccess/consumer/impl/queryview/condition/QvCondition incompatible with com/sap/ip/bi/bics/dataaccess/provider/queryview/optional/condition/IProviderQvCondition
         at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.RsAxis.isDataEntryEnabled(RsAxis.java:1063)
         at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.RsAxisTuple.getDataCellDetails(RsAxisTuple.java:216)
         at com.sap.ip.bi.webapplications.ui.items.analysis.section.header.AxisInformationDataset.datasetup_checkScalingFactor(AxisInformationDataset.java:242)
         at com.sap.ip.bi.webapplications.ui.items.analysis.section.header.AxisInformationDataset.datasetRefresh(AxisInformationDataset.java:166)
         at com.sap.ip.bi.webapplications.ui.items.analysis.control.AcPivotTableExport.validateDataset(AcPivotTableExport.java:260)
         at com.sap.ip.bi.webapplications.ui.items.analysis.control.AcPivotTableInteractive.buildUrTree(AcPivotTableInteractive.java:283)
         at com.sap.ip.bi.webapplications.ui.framework.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:34)
         at com.sap.ip.bi.webapplications.ui.framework.base.composites.UiRootContainer.iterateOverChildren(UiRootContainer.java:40)
         at com.sap.ip.bi.webapplications.ui.framework.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:37)
         at com.sap.ip.bi.webapplications.ui.framework.impl.CompositeBuildUrTreeTrigger.start(CompositeBuildUrTreeTrigger.java:60)
         at com.sap.ip.bi.webapplications.ui.framework.base.ExtendedRenderManager.triggerComposites(ExtendedRenderManager.java:69)
         at com.sap.ip.bi.webapplications.ui.framework.impl.BICompositeManager.renderRoot(BICompositeManager.java:86)
         at com.sap.ip.bi.webapplications.ui.items.UiItem.render(UiItem.java:374)
         at com.sap.ip.bi.webapplications.runtime.rendering.impl.ContainerNode.render(ContainerNode.java:62)
         at com.sap.ip.bi.webapplications.runtime.rendering.impl.PageAssemblerRenderingRoot.processRendering(PageAssemblerRenderingRoot.java:23)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.processRenderingRootNode(Page.java:2272)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.processRendering(Page.java:2045)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:1988)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:1707)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:926)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:868)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:328)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:21)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(AccessController.java:231)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:207)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Message:
    Error while generating HTML
    Stack trace:
    com.sap.ip.bi.webapplications.runtime.controller.MessageException: Error while generating HTML
         at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:1781)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:926)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:868)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:328)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:21)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(AccessController.java:231)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:207)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.ip.bi.base.exception.BIBaseRuntimeException: Error while generating HTML
         at com.sap.ip.bi.webapplications.ui.items.UiItem.render(UiItem.java:378)
         at com.sap.ip.bi.webapplications.runtime.rendering.impl.ContainerNode.render(ContainerNode.java:62)
         at com.sap.ip.bi.webapplications.runtime.rendering.impl.PageAssemblerRenderingRoot.processRendering(PageAssemblerRenderingRoot.java:23)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.processRenderingRootNode(Page.java:2272)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.processRendering(Page.java:2045)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:1988)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:1707)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:926)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:868)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:328)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:21)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(AccessController.java:231)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:207)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.ClassCastException: com/sap/ip/bi/bics/dataaccess/consumer/impl/queryview/condition/QvCondition incompatible with com/sap/ip/bi/bics/dataaccess/provider/queryview/optional/condition/IProviderQvCondition
         at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.RsAxis.isDataEntryEnabled(RsAxis.java:1063)
         at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.RsAxisTuple.getDataCellDetails(RsAxisTuple.java:216)
         at com.sap.ip.bi.webapplications.ui.items.analysis.section.header.AxisInformationDataset.datasetup_checkScalingFactor(AxisInformationDataset.java:242)
         at com.sap.ip.bi.webapplications.ui.items.analysis.section.header.AxisInformationDataset.datasetRefresh(AxisInformationDataset.java:166)
         at com.sap.ip.bi.webapplications.ui.items.analysis.control.AcPivotTableExport.validateDataset(AcPivotTableExport.java:260)
         at com.sap.ip.bi.webapplications.ui.items.analysis.control.AcPivotTableInteractive.buildUrTree(AcPivotTableInteractive.java:283)
         at com.sap.ip.bi.webapplications.ui.framework.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:34)
         at com.sap.ip.bi.webapplications.ui.framework.base.composites.UiRootContainer.iterateOverChildren(UiRootContainer.java:40)
         at com.sap.ip.bi.webapplications.ui.framework.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:37)
         at com.sap.ip.bi.webapplications.ui.framework.impl.CompositeBuildUrTreeTrigger.start(CompositeBuildUrTreeTrigger.java:60)
         at com.sap.ip.bi.webapplications.ui.framework.base.ExtendedRenderManager.triggerComposites(ExtendedRenderManager.java:69)
         at com.sap.ip.bi.webapplications.ui.framework.impl.BICompositeManager.renderRoot(BICompositeManager.java:86)
         at com.sap.ip.bi.webapplications.ui.items.UiItem.render(UiItem.java:374)
         at com.sap.ip.bi.webapplications.runtime.rendering.impl.ContainerNode.render(ContainerNode.java:62)
         at com.sap.ip.bi.webapplications.runtime.rendering.impl.PageAssemblerRenderingRoot.processRendering(PageAssemblerRenderingRoot.java:23)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.processRenderingRootNode(Page.java:2272)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.processRendering(Page.java:2045)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:1988)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:1707)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:926)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:868)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:328)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:21)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(AccessController.java:231)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:207)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Regs,
    FS

    total status RED
    details:
                Extraction YELLOW
                Transfer YELLLOW
                Processing RED
                         Update PSA GREEN
                         Transfer rules GREEN
                         Update rules RED
                                    "Error has occurred in UPDATE_INFOCUBE"
    Details on the error just say "Message no. RSAU499"
    On Status tab if i click on "Error message" i get "Message incomplete".
    That's all i got...

  • Renaming a Project causes error when running locally

    The app uses an HTTPservice on a remote webserver. I have
    been running the same app locally for weeks. I occasionally publish
    up to the web server and all has been fine.
    I renamed the project (in the IDE) but now anytime I try to
    run the app locally I get:
    [RPC Fault faultString="Security error accessing url"
    faultCode="Channel.Security.Error" faultDetail="Destination:
    DefaultHTTP"]
    Still works fine when pushed to the web server.
    I have other apps that work fine locally and hit the same web
    server for HTTPservice.
    I tried renaming other projects and found that the same
    problem occured each time the project was renamed.
    Any suggestions?

    Found the cause of the problem, its FlashFireBug in Mozilla. When a swf is launched FlashFirebug tries to capture the swf, this messes up mobile apps running on the desktop.
    Found the answer in this post: http://forums.adobe.com/thread/852612

  • ORA-00933 error when filtering in grid implementation

    Hi,
    I am implementing the workshop grid function and set up the SQL statement in dbcontrol
    as follows, please note the SQL statement join two tables:
    SELECT S.ID,S.SAMPLE_ID,S.SAMPLE_CODE,S.SAMPLE_BATCH,S.SALTCODE
    FROM LOPROJ.LO_SAMPLES S,LOPROJ.LO_MASTER_COMPOUND_LIST M
    WHERE M.SAMPLE_CODE=S.SAMPLE_CODE AND M.PROJECT_ID = 16337
    {sql: filter.getWhereClause ()} {sql: filter.getOrderByClause ()}
    and I have code in grid.jsp as following:
    <netui-data:basicColumn filterable="true" title="Id" sortable="true"
    name="id"/>
    <netui-data:basicColumn filterable="true" title="Sample_id" sortable="true"
    name="sample_id"/>
    <netui-data:basicColumn filterable="true" title="Sample_code"
    sortable="true" name="sample_code"/>
    <netui-data:basicColumn filterable="true" title="Sample_batch"
    sortable="true" name="sample_batch"/>
    <netui-data:basicColumn filterable="true" title="Saltcode" sortable="true"
    name="saltcode"/>
    the data are properly retrieved from the database and rendered in grid view, however,
    when I tried to do filter for individual column, I got the following error:
    An exception occurred in the action begin
    ORA-00933: SQL command not properly ended
    I have code in begin action as following,
    public Forward begin()
    throws Exception
    sortFilterService = SortFilterService.getInstance( getRequest() );
    allRows = myControl.getAllLoSamples( getSortFilterService().getDatabaseFilter(
    getGridName() ) );
    allRows.last();
    row_count = allRows.getRow();
    return new Forward( "grid" );
    I am wondering whether the workshop filter class does not apply to joining of
    two tables? Any suggestion is appreciated.
    Thanks!
    Zhenhao

    Zhenhao--
    At the very least, the SQL statement generated below will have two
    WHERE clauses; the substitution {sql: filter.getWhereClause()} will
    create a WHERE clause that will be inserted into your SQL after the
    previously declared WHERE.
    It would probably help here if you changed the getWhereClause()
    method to getFilterExpression(), which will just return the expression
    without the WHERE keyword.
    Hope that helps...
    Eddie
    Raj Alagumalai wrote:
    Zhenhao,
    I am currently working on reproducing this. I will get back to once I have
    additional information.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "Zhenhao Qi" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I am implementing the workshop grid function and set up the SQL statementin dbcontrol
    as follows, please note the SQL statement join two tables:
    SELECT S.ID,S.SAMPLE_ID,S.SAMPLE_CODE,S.SAMPLE_BATCH,S.SALTCODE
    FROM LOPROJ.LO_SAMPLES S,LOPROJ.LO_MASTER_COMPOUND_LIST M
    WHERE M.SAMPLE_CODE=S.SAMPLE_CODE AND M.PROJECT_ID = 16337
    {sql: filter.getWhereClause ()} {sql: filter.getOrderByClause ()}
    and I have code in grid.jsp as following:
    <netui-data:basicColumn filterable="true" title="Id"sortable="true"
    name="id"/>
    <netui-data:basicColumn filterable="true"title="Sample_id" sortable="true"
    name="sample_id"/>
    <netui-data:basicColumn filterable="true"title="Sample_code"
    sortable="true" name="sample_code"/>
    <netui-data:basicColumn filterable="true"title="Sample_batch"
    sortable="true" name="sample_batch"/>
    <netui-data:basicColumn filterable="true" title="Saltcode"sortable="true"
    name="saltcode"/>
    the data are properly retrieved from the database and rendered in gridview, however,
    when I tried to do filter for individual column, I got the followingerror:
    An exception occurred in the action begin
    ORA-00933: SQL command not properly ended
    I have code in begin action as following,
    public Forward begin()
    throws Exception
    sortFilterService = SortFilterService.getInstance( getRequest() );
    allRows = myControl.getAllLoSamples(getSortFilterService().getDatabaseFilter(
    getGridName() ) );
    allRows.last();
    row_count = allRows.getRow();
    return new Forward( "grid" );
    I am wondering whether the workshop filter class does not apply to joiningof
    two tables? Any suggestion is appreciated.
    Thanks!
    Zhenhao

  • Merry Christmas!...   iTunes causes error when executed

    Hi!
    I have recieved a nice new iPod nano for crimbo. I already had a previous version of iTunes on my desktop as a friend was using it for their mini some time ago. I installed all the software which came with the new nano and for some reason when i plug the nano in it comes up with an error message saying iTunes caused an error and won't load. I have uninstalled via control panel/ reinstalled using the latest version of iTunes from apple and its the same error:
    "iTunes has encountered a problem and needs to close. We are sorry for the inconvenience." It then copies a list of technical stuff to appcompat.txt which goes for about 2 pages.
    I have installed iTunes on my laptop (which didn't have a previuous version of iTunes on it) and it is working fine. It's just a pain only having it working on that machine.
    Has anyone else had problems? I am guessing it might have something to do with the registry or something that cannot be removed via control panel.
    Happy Christmas to all and I hope Santa was good to you!
    P.S. I have no NIS firewall running. Only a router from which the laptop is running also.

    "iTunes has encountered a problem and needs to close. We are sorry for the inconvenience."
    the first thing i check for with one of those is a broken quicktime. does your quicktime currently launch, or does it give you an error message?
    if it gives you an error message, first try this technique (switch off any antivirus or antispyware prior to uninstalls or repair installs):
    iTunes 6 for Windows unexpectedly quits when opened
    keep us posted.
    love, b

  • Error When Filtering View as Contribute User

    Hello everyone,
    I have a list that just went past the view threshold of 5k items, and this list contains a view with filter showing the items from the last 90 days. The problem we're experiencing is that if a user with Contribute access tries to filter the view from one
    of the columns, the first filter works fine, but when a second filter is applied, a correlation ID message comes up. This doesn't happen for Site Collection Admins.
    Shouldn't views not returning the number of items set in the threshold be able to be filtered regardless?
    Thanks
    Fausto Capellan, Jr - SharePoint Admin

    Hi Krishana,
    Thank you for your response. I am well aware of everything you mentioned above. My issue is that if the view already has a filter just to show the items from either the last 30 or 90 days, users should still be able to apply multiple filters directly from
    a view column. This is what I see in the logs:
     Line 39176: 12/16/2014 10:53:43.30  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Logging Correlation Data       xmnv Medium   Name=Request (POST:http://site.com:80/_layouts/15/inplview.aspx?List=%7BEB2213F9-14CC-41F2-AEE2-C494F320CA3F%7D&View=%7B31625110-08EA-456D-BE29-E9E9C17587E3%7D&ViewCount=6&IsXslView=TRUE&IsCSR=TRUE&FilterField1=ShowUnit&FilterValue1=FILTERVALUE1&FilterField2=Network&FilterValue2=FILTERVALUE2) af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39177: 12/16/2014 10:53:43.30  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Authentication Authorization   agb9s Medium   Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|DOMAIN\USER, ClaimsCount=44 af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39178: 12/16/2014 10:53:43.32  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Logging Correlation Data       xmnv Medium   Site=/ af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39179: 12/16/2014 10:53:43.36  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       ahjqp High     [Forced due to logging gap, cached @ 12/16/2014 10:53:43.32, Original
    Level: Verbose] SQL connection time: 0.0867428681578245 for Data Source=SQL;Initial Catalog=DB;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][DB] af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39180: 12/16/2014 10:53:43.36  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Claims Authentication          bz7l Medium   SPSecurityContext: Could not retrieve a valid windows identity for username 'DOMAIN\USER' with UPN
    '[email protected]'. UPN is required when Kerberos constrained delegation is used. Exception: System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: WTS0003: The caller is not authorized to access the
    service. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is: System.UnauthorizedAccessException: WTS0003: The caller is not authorized to access the service.    at Microsoft.IdentityModel.WindowsTokenService.CallerSecurity.CheckCaller(WindowsIdentity
    callerIdentity)     at Microsoft.IdentityModel.WindowsTokenService.S4UServiceContract.PerformLogon(Func`1 logonOperation, Int32 pid)     at SyncInvokeUpnLogon... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39181: 12/16/2014 10:53:43.36* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Claims Authentication          bz7l Medium   ...(Object , Object[] , Object[] )     at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs,
    Object[]& outputs)     at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)     at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)    
    at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)     at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)).. af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39182: 12/16/2014 10:53:43.36  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Claims Authentication          g220 Unexpected No windows identity for DOMAIN\USER. af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39190: 12/16/2014 10:53:43.36  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Claims Authentication          bz7l Medium   SPSecurityContext: Could not retrieve a valid windows identity for username 'DOMAIN\USER' with UPN
    '[email protected]'. UPN is required when Kerberos constrained delegation is used. Exception: System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: WTS0003: The caller is not authorized to access the
    service. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is: System.UnauthorizedAccessException: WTS0003: The caller is not authorized to access the service.    at Microsoft.IdentityModel.WindowsTokenService.CallerSecurity.CheckCaller(WindowsIdentity
    callerIdentity)     at Microsoft.IdentityModel.WindowsTokenService.S4UServiceContract.PerformLogon(Func`1 logonOperation, Int32 pid)     at SyncInvokeUpnLogon... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39191: 12/16/2014 10:53:43.36* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Claims Authentication          bz7l Medium   ...(Object , Object[] , Object[] )     at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs,
    Object[]& outputs)     at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)     at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)    
    at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)     at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)).. af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39192: 12/16/2014 10:53:43.36  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Claims Authentication          g220 Unexpected No windows identity for DOMAIN\USER. af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39194: 12/16/2014 10:53:43.38  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       880i High     System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar
    variable "@L4TXPUserData".     at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
    stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)     at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject
    stateObj, Boolean& dataReady)     at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()     at System.Data.SqlClient.SqlDataReader.get_MetaData()     at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader
    ds, RunBehavior ... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39195: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       880i High     ...runBehavior, String resetOptionsString)     at
    System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior
    cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior,
    RunBehavior runBehavior, Boolean returnStream, String method)     at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)     at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
    b... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39196: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       880i High     ...ehavior)     at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand
    command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)  ClientConnectionId:6586ee89-b187-46db-b409-bbc7a8f335be af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39197: 12/16/2014 10:53:43.38  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       880k High        at Microsoft.SharePoint.SPSqlClient.ExecuteQueryInternal(Boolean
    retryfordeadlock)     at Microsoft.SharePoint.SPSqlClient.ExecuteQuery(Boolean retryfordeadlock)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient,
    String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback
    pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName,
    String bstrViewNa... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39198: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       880k High     ...me, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter
    pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView)     at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback2(IListItemSqlClient
    pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback,
    ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView)     at Microsoft.SharePoint.SPListItemCollection.EnsureListIte... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39199: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       880k High     ...msData()     at Microsoft.SharePoint.SPListItemCollection.get_Count()    
    at Microsoft.SharePoint.WebControls.SPDataSourceView.ExecuteSelect(DataSourceSelectArguments selectArguments, String aggregateString, Boolean wantReturn, BaseXsltListWebPart webpart, SPListItem& listItem, SPListItemCollection& listItems, String[]&
    fieldList)     at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigatorInternal()     at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator()     at Microsoft.SharePoint.SPList.RenderListData(XsltListViewWebPart
    xslWebPart, SPView view, TextWriter output)     at Microsoft.SharePoint.SPList.RenderListData(XsltListViewWebPart xslWebPart, SPView view)     at Microsoft.SharePoint.SPList.RenderAsHtml(SPQuery query, SPView view, String
    viewGuid, Boo... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39200: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       880k High     ...lean forceXslView, Boolean ecbMode, Boolean renderEcb, Boolean ignoreQString,
    Boolean renderForRenderListData, Boolean forceXslRender)     at Microsoft.SharePoint.ApplicationPages.InplaceViewEditor.RenderListView()     at Microsoft.SharePoint.ApplicationPages.InplaceViewEditor.Execute(String strCmd)    
    at Microsoft.SharePoint.ApplicationPages.InplaceViewEditor.OnLoad(EventArgs e)     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.HttpAppl... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39201: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       880k High     ...ication.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(IntPtr
    rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 fla... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39202: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       880k High     ...gs)     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 moduleData, Int32 flags) 
     af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39203: 12/16/2014 10:53:43.38  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       880j High     SqlError: 'Must declare the scalar variable "@L4TXPUserData".'   
    Source: '.Net SqlClient Data Provider' Number: 137 State: 2 Class: 15 Procedure: '' LineNumber: 1 Server: 'SQL\SQL' af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39204: 12/16/2014 10:53:43.38  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       5586 Critical Unknown SQL Exception 137 occurred. Additional error information from SQL Server is included
    below.  Must declare the scalar variable "@L4TXPUserData". af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39205: 12/16/2014 10:53:43.38  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       tzku High     ConnectionString: 'Data Source=SQL;Initial Catalog=DB;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][DB]'    Partition: f288b280-ff74-4833-b539-fee529b0ed71 ConnectionState: Closed ConnectionTimeout: 15 af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39206: 12/16/2014 10:53:43.38  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       tzkv High     SqlCommand: 'DECLARE @DocParentIdForRF uniqueidentifier SELECT TOP 1 @DocParentIdForRF
    = Docs.Id FROM TVF_Docs_Url(@SITEID, @FDN, @FLN) AS Docs;        SELECT TOP (@I12P) @TempId =  1  FROM NameValuePair_Latin1_General_CI_AS AS NVP WITH(FORCESEEK(NameValuePair_Latin1_General_CI_AS_CI(SiteId,ListId,FieldId)))
    WHERE (Nvp.Value=@L4TXPUserData.[nvarchar6] COLLATE
    Latin1_General_CI_AS_KS_WS=@L5TXP) AND (1=1) AND NVP.SiteId = @SITEID AND NVP.ListId = @LISTID AND NVP.FieldId = @L3 IF @@RowCount <= 5000 BEGIN SELECT TOP(@NUMROWS) t1.[TimeCreated] AS c0, UserData.[tp_ContentTypeId],
    UserData.[datetime1], UserData.[nvarchar15], UserData.[ntext2], UserData.[float5], t1.[ScopeId] AS c4, UserData.[nvarchar9], UserData.[float2], UserData.[tp_ModerationStatus], UserData.[tp_Level], UserData.[nvarchar1], ... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39207: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       tzkv High     ...UserData.[tp_Created], UserData.[nvarchar6], UserData.[datetime3],
    UserData.[float7], CASE WHEN DATALENGTH(t1.DirName) = 0 THEN t1.LeafName WHEN DATALENGTH(t1.LeafName) = 0 THEN t1.DirName ELSE t1.DirName + N'/' + t1.LeafName END  AS c3, t1.[LeafName] AS c5, UserData.[nvarchar2], UserData.[nvarchar7], UserData.[nvarchar14],
    UserData.[datetime4], UserData.[float4], UserData.[tp_Modified], t1.[SortBehavior] AS c2, UserData.[nvarchar3], UserData.[nvarchar8], UserData.[tp_ID], UserData.[nvarchar16], UserData.[ntext3], UserData.[float6], t1.[Type] AS c1, UserData.[float3] FROM NameValuePair_Latin1_General_CI_AS
    AS NVP WITH(FORCESEEK(NameValuePair_Latin1_General_CI_AS_CI(SiteId,ListId,FieldId))) INNER LOOP JOIN AllUserData AS UserData WITH(FORCESEEK(AllUserData_PK(tp_SiteId,tp_ListId,tp_DeleteTr... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39208: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       tzkv High     ...ansactionId,tp_IsCurrentVersion,tp_ID,tp_CalculatedVersion)),NOLOCK)
    ON (NVP.[SiteId] = UserData.[tp_SiteId] AND NVP.[ListId] = UserData.[tp_ListId] AND NVP.[ItemId] = UserData.[tp_Id] AND NVP.[Level] = UserData.[tp_Level] AND NVP.SiteId = @SITEID AND NVP.ListId = @LISTID AND NVP.FieldId = @L3) AND (UserData.[tp_CalculatedVersion]
    = 0 ) AND (UserData.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (UserData.[tp_DeleteTransactionId] = 0x ) INNER LOOP JOIN AllDocs AS t1 WITH(FORCESEEK(AllDocs_ParentId(SiteId,DeleteTransactionId,ParentId,Id)),NOLOCK) ON (UserData.[tp_RowOrdinal] = 0) AND
    (t1.SiteId=UserData.tp_SiteId) AND (t1.SiteId = @SITEID) AND (t1.ParentId = UserData.tp_ParentId) AND (t1.Id = UserData.tp_DocId) AND ( (UserData.tp_Level = 1) ) AND (t1.Level = UserData.tp_Level) AND (t1.IsCurr... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39209: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       tzkv High     ...entVersion = 1) AND (t1.Level = 1 OR t1.Level =  2) AND (UserData.[tp_IsCurrentVersion]
    = CONVERT(bit,1) ) AND (UserData.[tp_CalculatedVersion] = 0 ) AND (UserData.[tp_DeleteTransactionId] = 0x ) AND (t1.[DeleteTransactionId] = 0x ) WHERE ( (UserData.tp_Level = 1) ) AND (UserData.tp_SiteId=@SITEID
    AND (UserData.tp_ParentId=@DocParentIdForRF)) AND (UserData.tp_RowOrdinal=0) AND ((Nvp.Value=@L4TXP AND UserData.[nvarchar6] COLLATE
    Latin1_General_CI_AS_KS_WS=@L5TXP) AND ((UserData.[tp_Created] >= @L6DTP) AND (UserData.[tp_Created] <= @L7DTP)) AND
    t1.SiteId=@SITEID AND (t1.ParentId=@DocParentIdForRF)) ORDER BY UserData.[tp_Created]  DESC ,UserData.[tp_ID]  ASC  OPTION (FORCE ORDER, MAXDOP 1) END '    
    CommandType: Text CommandTimeout: 0     Parameter:
    '@LFFP' Type: UniqueIdentifier Size: 0 Dire... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39210: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       tzkv High     ...ction: Input Value: '00000000-0000-0000-0000-000000000000'    
    Parameter: '@SITEID' Type: UniqueIdentifier Size: 0 Direction: Input Value: 'f288b280-ff74-4833-b539-fee529b0ed71'     Parameter:
    '@LISTID' Type: UniqueIdentifier Size: 0 Direction: Input Value: 'eb2213f9-14cc-41f2-aee2-c494f320ca3f'     Parameter:
    '@L3' Type: UniqueIdentifier Size: 0 Direction: Input Value: 'efedcda6-2f2a-4e0f-8b0b-d3da102bacb3'     Parameter:
    '@L4TXP' Type: NVarChar Size: 4000 Direction: Input Value: 'INPUT VALUE'     Parameter:
    '@L5TXP' Type: NVarChar Size: 4000 Direction: Input Value: 'FILTERVALUE2' af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39211: 12/16/2014 10:53:43.38  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       aek90 High     SecurityOnOperationCheck = True af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39212: 12/16/2014 10:53:43.38  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       d0d6 High     System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar
    variable "@L4TXPUserData".     at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
    stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)     at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject
    stateObj, Boolean& dataReady)     at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()     at System.Data.SqlClient.SqlDataReader.get_MetaData()     at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader
    ds, RunBehavior ... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39213: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       d0d6 High     ...runBehavior, String resetOptionsString)     at
    System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior
    cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior,
    RunBehavior runBehavior, Boolean returnStream, String method)     at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)     at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
    b... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39214: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       d0d6 High     ...ehavior)     at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand
    command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)     at Microsoft.SharePoint.SPSqlClient.ExecuteQueryInternal(Boolean retryfordeadlock)     at Microsoft.SharePoint.SPSqlClient.ExecuteQuery(Boolean
    retryfordeadlock)  ClientConnectionId:6586ee89-b187-46db-b409-bbc7a8f335be af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39215: 12/16/2014 10:53:43.38  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Database                       ad194 High     ExecuteQuery failed with original error 0x80131904 af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39216: 12/16/2014 10:53:43.38  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     General                        xxpm High     Unable to execute query: Error 0x80131904 af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39217: 12/16/2014 10:53:43.38  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     General                        8e2s Medium   Unknown SPRequest error occurred. More information: 0x80131904 af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39218: 12/16/2014 10:53:43.38  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     General                        aix9j High     SPRequest.GetListItemDataWithCallback2: UserPrincipalName=i:0).w|s-1-5-21-585568161-3286812181-671265034-728359,
    AppPrincipalName= ,pSqlClient=<null> ,bstrUrl=http://site.com ,bstrListName={EB2213F9-14CC-41F2-AEE2-C494F320CA3F} ,bstrViewName=<null> ,bstrViewXml=<View><Query><OrderBy><FieldRef Name="Created" Ascending="FALSE"
    /></OrderBy><Where><And><Geq><FieldRef Name="Created" /><Value Type="DateTime"><Today OffsetDays="-90" /></Value></Geq><Leq><FieldRef Name="Created" /><Value
    Type="DateTime"><Today /></Value></Leq></And></Where></Query><ViewFields><Fie ,fSafeArrayFlags=SAFEARRAYFLAG_AUTOHYPERLINK af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39219: 12/16/2014 10:53:43.38  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     General                        ai1wu Medium   System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x80131904,
    StackTrace:    at Microsoft.SharePoint.SPListItemCollection.EnsureListItemsData()     at Microsoft.SharePoint.SPListItemCollection.get_Count()     at Microsoft.SharePoint.WebControls.SPDataSourceView.ExecuteSelect(DataSourceSelectArguments
    selectArguments, String aggregateString, Boolean wantReturn, BaseXsltListWebPart webpart, SPListItem& listItem, SPListItemCollection& listItems, String[]& fieldList)     at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigatorInternal()    
    at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator()     at Microsoft.SharePoint.SPList.RenderListData(XsltListViewWebPart xslWebPart, SPView view, TextWriter output)     at Microsoft.SharePoint.SPList.Re... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39220: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     General                        ai1wu Medium   ...nderListData(XsltListViewWebPart xslWebPart, SPView view)    
    at Microsoft.SharePoint.SPList.RenderAsHtml(SPQuery query, SPView view, String viewGuid, Boolean forceXslView, Boolean ecbMode, Boolean renderEcb, Boolean ignoreQString, Boolean renderForRenderListData, Boolean forceXslRender)     at Microsoft.SharePoint.ApplicationPages.InplaceViewEditor.RenderListView()    
    at Microsoft.SharePoint.ApplicationPages.InplaceViewEditor.Execute(String strCmd)     at Microsoft.SharePoint.ApplicationPages.InplaceViewEditor.OnLoad(EventArgs e)     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 include... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39221: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     General                        ai1wu Medium   ...StagesAfterAsyncPoint)     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(IntPtr rootedObjectsPointer, IntPtr
    nativeRequestContext, IntPtr moduleData, Int32 flags)  ... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39222: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     General                        ai1wu Medium   ...   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 moduleData, Int32 flags)   af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39223: 12/16/2014 10:53:43.38  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Web Parts                      89a1 High     Error while executing web part: Microsoft.SharePoint.SPException: Exception
    from HRESULT: 0x80131904 ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x80131904     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String
    bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback
    pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView)     at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bs... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39224: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Web Parts                      89a1 High     ...trViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter
    pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView)     --- End of inner
    exception stack trace ---     at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)     at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl,
    String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchema... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39225: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Web Parts                      89a1 High     ...Callback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView)    
    at Microsoft.SharePoint.SPListItemCollection.EnsureListItemsData()     at Microsoft.SharePoint.SPListItemCollection.get_Count()     at Microsoft.SharePoint.WebControls.SPDataSourceView.ExecuteSelect(DataSourceSelectArguments
    selectArguments, String aggregateString, Boolean wantReturn, BaseXsltListWebPart webpart, SPListItem& listItem, SPListItemCollection& listItems, String[]& fieldList)     at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigatorInternal()    
    at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator()     at Microsoft.SharePoint.SPList.RenderListData(XsltListViewWebPart xslWebPart, SPView view, TextWriter output)     at Microsoft.SharePoint.SPList.RenderListData(XsltListVi... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39226: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Web Parts                      89a1 High     ...ewWebPart xslWebPart, SPView view)     at Microsoft.SharePoint.SPList.RenderAsHtml(SPQuery
    query, SPView view, String viewGuid, Boolean forceXslView, Boolean ecbMode, Boolean renderEcb, Boolean ignoreQString, Boolean renderForRenderListData, Boolean forceXslRender)     at Microsoft.SharePoint.ApplicationPages.InplaceViewEditor.RenderListView()    
    at Microsoft.SharePoint.ApplicationPages.InplaceViewEditor.Execute(String strCmd)     at Microsoft.SharePoint.ApplicationPages.InplaceViewEditor.OnLoad(EventArgs e) af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39227: 12/16/2014 10:53:43.38  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Web Parts                      ah0xe High     InnerException 1: System.Runtime.InteropServices.COMException (0x80131904):
    Exception from HRESULT: 0x80131904     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS
    fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView)    
    at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeAr... af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39228: 12/16/2014 10:53:43.38* w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Web Parts                      ah0xe High     ...rayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback
    pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView) af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39229: 12/16/2014 10:53:43.38  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Micro Trace                    uls4 Medium   Micro Trace Tags: 0 nasq,3 agb9s,51 bz7l,0 g220,9 bz7l,0 g220,4 880i,1 880k,0 880j,0 tzku,0 tzkv,0
    aek90,0 d0d6,0 aix9j,0 ai1wu,0 89a1,0 ah0xe af5fd69c-a908-0030-7223-50c9bb3eeed5
     Line 39230: 12/16/2014 10:53:43.38  w3wp.exe (0x2AA0)                        0x2EC8 SharePoint Foundation        
     Monitoring                     b4ly Medium   Leaving Monitored Scope (Request (POST:http://site.com:80/_layouts/15/inplview.aspx?List=%7BEB2213F9-14CC-41F2-AEE2-C494F320CA3F%7D&View=%7B31625110-08EA-456D-BE29-E9E9C17587E3%7D&ViewCount=6&IsXslView=TRUE&IsCSR=TRUE&FilterField1=ShowUnit&FilterValue1=FILTERVALUE1&FilterField2=Network&FilterValue2=FILTERVALUE2)).
    Execution Time=77.0201240660475 af5fd69c-a908-0030-7223-50c9bb3eeed5
    Fausto Capellan, Jr - SharePoint Admin

  • DLL causes error when quiting LabVIEW 2009 on WIN7

    Hello,
    I have reduced the problem in my EXE application to the following attached code (see attachment). Somehow the DLL (To User32.dll) calls are creating a problem when quiting Labview 2009. The Application stays resident in the Windows taskbar and after a while an error appears about that there was a problem closing the application and that it can be reported to Microsoft if desired. Then a second error message appears before the application dissapears from the taskbar. If I remove the DLL:calls from the code then the problems dissapear.
    Should I unload the DLL calls on a special manner before quiting LabVIEW?
    Solved!
    Go to Solution.
    Attachments:
    DLL-WIN7 problem.jpg ‏35 KB

    Another potential problem not mentioned in that article is that you have included your user32.dll explicitedly in your built application. Doing that creates 200% for sure trouble as the kernel32.dll, user32.dll and others are always residently loaded into memory anyhow and mapped into the system memory section of any process. If you tell an application to load this DLL again by explicit name, you end up having two copies of it mapped in your process memory space and that will cause very weird problems.
    To avoid this problem make sure the library name inside the Call Library Node only specifies the DLL name without any path information. Then close the dialog and save it. If you reopen the dialog it will show the full path but still save the name only until you make a modification in the path control at which time you can end up having a full path again.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Memory Cleaner causing error when backing up storm?

    So I've recently started using the memory cleaner on my bb storm.  I think it's causing my bb storm not to be able to back up on the desktop mananger.  Has this happened to anyone else or is there a different program I should be using to clean out the memory?
    Solved!
    Go to Solution.

    ofcpa wrote:
    So I restored w/ my last backup and then was able to backup my phone and save it w/ the current date.  I truely believe I get an "error unable to backup" because of the memory cleaner.  It does something so that I'm unable to backup my phone.
    Hi!
    So you believe you get the error with Memory Cleaner active -- have you run controlled tests to validate this? And is the error gone if you run your test with Memory Cleaner inactive?
    Memory Cleaner is belived by most to be not necessary. It is a resource and performance drag on the device for benefits that only fit people with very very high security requirements. Here is a KB that discusses what it does.
    http://www.blackberry.com/btsc/microsites/search.do?cmd=displayKC&docType=kc&externalId=KB03862&slic...
    The most common misconception about Memory Cleaner is that it performs a defrag of the App Memory and clears out memory leaks and such, returning the BB to a good functioning state. This is incorrect. The best way to accomplish that remains the batt-pop reboot.
    Hope that helps!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • View Substituion causing error when checking out an AppModule

    Hi all,
    I have 2 applications which are both using seperate data models that are nested inside a root application module.
    The first application (the Main App) uses view substitution to get around problems caused by turning on the discriminator attribute in the EO.
    The main appliction starts up fine and has deep linking setup to navigate into the second app using a GoLink. The first time that deep linking is done an error shown below is thrown, it works fine after this. If I turn off the substitution I dont get this error.
    Has anyone come across this error before when using substitution?
    Sorry for the bad formatting of the error
    Regards
    Bar
    JDev: 10.1.3.2.0
    JBO-30003: The application pool (com.claimvantage.adf.root.SQLServer) failed to checkout an application module due to the following exception:oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-25222: Unable to create application module.     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)     at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419)     at oracle.adf.model.bc4j.DCJboDataControl.rebuildApplicationModule(DCJboDataControl.java:1536)     at oracle.adf.model.bc4j.DCJboDataControl.beginRequest(DCJboDataControl.java:1396)     at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:99)     at oracle.adf.model.BindingContext.get(BindingContext.java:457)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)     at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)     at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)     at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:87)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:51)     at oracle.adf.model.binding.DCIteratorBindingDef.createExecutableBinding(DCIteratorBindingDef.java:277)     at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:296)     at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:425)     at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:54)     at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)     at oracle.adf.model.BindingContext.get(BindingContext.java:483)     at oracle.adf.model.BindingContext.findBindingContainer(BindingContext.java:313)     at oracle.adf.model.BindingContext.findBindingContainerByPath(BindingContext.java:633)     at oracle.adf.model.BindingRequestHandler.isPageViewable(BindingRequestHandler.java:265)     at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:169)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:161)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:620)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)## Detail 0 ##oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-25222: Unable to create application module.     at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:545)     at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)     at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419)     at oracle.adf.model.bc4j.DCJboDataControl.rebuildApplicationModule(DCJboDataControl.java:1536)     at oracle.adf.model.bc4j.DCJboDataControl.beginRequest(DCJboDataControl.java:1396)     at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:99)     at oracle.adf.model.BindingContext.get(BindingContext.java:457)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)     at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)     at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)     at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:87)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:51)     at oracle.adf.model.binding.DCIteratorBindingDef.createExecutableBinding(DCIteratorBindingDef.java:277)     at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:296)     at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:425)     at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:54)     at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)     at oracle.adf.model.BindingContext.get(BindingContext.java:483)     at oracle.adf.model.BindingContext.findBindingContainer(BindingContext.java:313)     at oracle.adf.model.BindingContext.findBindingContainerByPath(BindingContext.java:633)     at oracle.adf.model.BindingRequestHandler.isPageViewable(BindingRequestHandler.java:265)     at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:169)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:161)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:620)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)## Detail 0 ##oracle.jbo.JboException: JBO-25222: Unable to create application module.     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:155)     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:80)     at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2468)     at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:536)     at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)     at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419)     at oracle.adf.model.bc4j.DCJboDataControl.rebuildApplicationModule(DCJboDataControl.java:1536)     at oracle.adf.model.bc4j.DCJboDataControl.beginRequest(DCJboDataControl.java:1396)     at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:99)     at oracle.adf.model.BindingContext.get(BindingContext.java:457)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)     at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)     at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)     at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:87)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:51)     at oracle.adf.model.binding.DCIteratorBindingDef.createExecutableBinding(DCIteratorBindingDef.java:277)     at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:296)     at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:425)     at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:54)     at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)     at oracle.adf.model.BindingContext.get(BindingContext.java:483)     at oracle.adf.model.BindingContext.findBindingContainer(BindingContext.java:313)     at oracle.adf.model.BindingContext.findBindingContainerByPath(BindingContext.java:633)     at oracle.adf.model.BindingRequestHandler.isPageViewable(BindingRequestHandler.java:265)     at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:169)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:161)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:620)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)## Detail 0 ##javax.naming.NamingException [Root exception is oracle.jbo.JboException: JBO-26049: An error occurred during loading definition RootModel.jpx.]     at oracle.jbo.server.InitialContextImpl.createJboHome(InitialContextImpl.java:59)     at oracle.jbo.common.JboInitialContext.lookup(JboInitialContext.java:77)     at javax.naming.InitialContext.lookup(InitialContext.java:351)     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:136)     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:80)     at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2468)     at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:536)     at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)     at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419)     at oracle.adf.model.bc4j.DCJboDataControl.rebuildApplicationModule(DCJboDataControl.java:1536)     at oracle.adf.model.bc4j.DCJboDataControl.beginRequest(DCJboDataControl.java:1396)     at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:99)     at oracle.adf.model.BindingContext.get(BindingContext.java:457)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)     at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)     at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)     at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:87)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:51)     at oracle.adf.model.binding.DCIteratorBindingDef.createExecutableBinding(DCIteratorBindingDef.java:277)     at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:296)     at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:425)     at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:54)     at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)     at oracle.adf.model.BindingContext.get(BindingContext.java:483)     at oracle.adf.model.BindingContext.findBindingContainer(BindingContext.java:313)     at oracle.adf.model.BindingContext.findBindingContainerByPath(BindingContext.java:633)     at oracle.adf.model.BindingRequestHandler.isPageViewable(BindingRequestHandler.java:265)     at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:169)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:161)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:620)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)Caused by: oracle.jbo.JboException: JBO-26049: An error occurred during loading definition RootModel.jpx.     at oracle.jbo.mom.DefinitionManager.loadProjectDefinition(DefinitionManager.java:809)     at oracle.jbo.mom.DefinitionManager.loadProjectDefinition(DefinitionManager.java:883)     at oracle.jbo.server.SessionImpl.init(SessionImpl.java:143)     at oracle.jbo.server.ApplicationModuleHomeImpl.createSession(ApplicationModuleHomeImpl.java:110)     at oracle.jbo.server.ApplicationModuleHomeImpl.<init>(ApplicationModuleHomeImpl.java:47)     at oracle.jbo.server.InitialContextImpl.createJboHome(InitialContextImpl.java:51)     ... 50 more

    Thanks Frank.
    Would customer service be located at: http://www.oracle.com/support/index.html i.e. the metalink login?
    Regards
    Bar

  • Program causes errors when using server vm...

    I have made a program which is very cpu intensive and had been testing it using the default vm, i.e. the client vm. In order to speed up the processing time i thought to use the server vm however it consistantly causes an array out of bounds error. When run using the client vm no such error occurs.
    How do i go about correcting this problem? Do i need to program my program differently for it to run using the server vm?

    i believe i have found the area of the code wich may be causing the program to fail:
              // initalize the componentBinaryRepresentation Indicator. It is used to indicate that the following 8 bits in the stream is a colour byte.
              int componentBinaryRepresentationIndicator=-777;
              // add a byteFreq to the BFList if the frequency is greater than 0
              for (int i=0;i<256;i++)
                   if (byteFreq>0)
                   Item freq= new Item();
                   freq.value=i;
                   freq.freq=byteFreq[i];
                   BFList.add(freq);
              // find the componentBinaryRepresentationIndicator, i.e. the first value which has a frequency of 0
                   for (int i=0;i<256 && componentBinaryRepresentationIndicator==-777;i++)
                        boolean found=true;
                        for (int j=0;j<BFList.size() && componentBinaryRepresentationIndicator==-777;j++)
                             if(((Item) BFList.get(j)).value==i) found=false;
                        if (found) componentBinaryRepresentationIndicator=i;
              // if there is a componentBinaryRepresentationIndicator then add it to the BFlist
              if (componentBinaryRepresentationIndicator!=-777)
                   Item freq= new Item();
                   freq.value=componentBinaryRepresentationIndicator;
                   freq.freq=1;
                   BFList.add(freq);
    For circumstances which i do not know, the componentBinaryRepresentationIndicator is left as -777 in situations where it is not meant to be (using the -server jvm). The point at which it fails seems arbitatry! If i introduce a delay into the processing the program fails at a different point!
    I am not using any threads in my program so i am at a loss how to go about fixing it. I guess it begs the question is there a latent bug in my program or is it a quirk of the server jvm...

  • Scanning causes error when opening PDF

    Every time I scan or print with my HP Officejet 5610v, I can then no longer open a pdf by finding a file in the finder.
    When I try I get the following error:
    The document “iPhone intro.pdf” could not be opened. Acrobat cannot open files in the “Adobe PDF document” format.
    I can still open pdf doc by opening Acrobat and clicking open and then find the file but that is a pain.
    I have deleted my printer/scanner software and re-installed a new driver and tried updating my acrobat but to no avail.
    Anyone have any other thoughts?
    Thanks for the help.

    Use the forum for Adobe Reader.

  • Permissions issue causing error when copying digital copy to iTunes.

    Hello. I have recently built a new wondiws computer. (I came from a mac, don't ask). I downloaded iTunes, I have put all of my music in there and synced up my phone and some of my digital copies from blu-rays. Suddenly (only a day later) I am unable to import my other digital copies of my movies into iTunes. I am getting an error that says (we will use The Avengers for this example) "An error occurred while copying 'The Avengers' from the DVD to your computer. You do not have enough access privleges for this iperation" Then under that it says "Check the DVD for dirt or damage, reinsert it, then try again."
    It might be worth noting that I am running to hard drives. My operating system is on an SSD, and my iTunes files are on my regular hard drive. I don't know if that matters. Now I have tried doing my research and have not been able to fix this problem. I have tried....
    1. Right clicking my Itunes folder and making sure it has full access under security
    2. I have tried unchecking "Read-only" but it seems to recheckitself when I pull this menu up again to check on it.
    3. Turning off User Account Control
    4. Right clicking and running as adminstrator when I open iTunes.
    5. Reinstalling Itunes
    I don't know what else to do. It's so strange because I was able to load all of my music and about 5 digital copies already, then all of a sudden it just stopped. Any help is greatly appreciated!

    I was finally able to fix this problem following the steps on this website
    http://lallousx86.wordpress.com/2009/06/14/resetting-ntfs-files-security-and-per mission-in-windows-7/
    If you scroll down in the comments, you will see where he made a downloadable file. I downloaded that, dropped it into my sotrage hard drive, and then ran it. IT WORKED!! My Blu rays are copying succesfully now!!
    If this helps evens one person in the future have a less of a difficult time than I did, I will be happy. Good luck!

  • Listeners.ContextListener causeing error when deploying Duke's Bookstore

    Hi,
    I am getting this ...
    [#|2004-02-06T14:25:39.666-0800|SEVERE|j2ee-appserver1.4|javax.enterprise.system.container.web|_ThreadID=12;|Exception sending context initialized event to listener instance of class listeners.ContextListener
    java.lang.NoClassDefFoundError: exception/OrderException
    at listeners.ContextListener.contextInitialized(Unknown Source)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3674)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4123)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:868)
    at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:166)
    at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:188)
    ... in my server.log when i try to deploy bookstrore1 from the J2EE 1.4 Tutorial. I guess I messed up adding the listeners.ContextListener? The PointBase database server is running and has all its tables and data. The steps for adding the Event Listener seem pretty fool proof. What could I have done wrong?
    Thanks

    I sent a email to the feedback for the J2ee Tutorial ([email protected]) And got the answer to this problem:
    >
    You have to add bookstore.jar to the bookstore1 WAR in deploytool.
    Stephanie

Maybe you are looking for