Working with OLAP Workbooks Tutorial

Hi all!
I'm new to BI and I'm learning BI discoverer at the moment. I have installed Sales History schema (though with problems and I had to create and fill some tables additionally). I have completed the Working with Relational Workbooks successfully but now I have a problem with starting the Working with OLAP Workbooks Tutorial. The thing is, there is no objects found in any of the Discoverer Workbooks folders, so there is no Corporate Profitability workbook. Can these be because of the installation problems I had or are there just some privileges missing for SCOTT user? It is in Oracle Discoverer Catalog Selected Users/Roles group.
Can somebody please tell me what could be wrong? Or maybe a list what objects should exists in database so I can check if the installation created them successfully.
Thanks!
Bye

I think the workbooks created with OLAP are stored in catalog. Is it ok to export and import the catalog.
thanka
kiran

Similar Messages

  • How to reduce CPU Utlisation while working with OLAP Cubes?

    Hi All,
    I am working on OLAP cubes on MS SQL Server 2005. I have imported the same in the OBIEE rpd and when I query it in answers, the CPU Utilisation increases to 98%.
    So the results also take pretty much time to get displayed.
    Is there any other method with which I can reduce the CPU usage?
    Regards,
    Apoorv

    Sorry, but that's like asking "My Data Warehouse is slow! What can I do?!".
    Starting from the top of the food chain it depends on:
    - how your report is built
    - what the logical SQL is that this report fires against the BI server
    - your logical business model
    - your physical model in the rpd
    - whether you use BI server aggregation or external aggregation for the cube source columns
    - the structure of your cube
    - whether your cube is pre-aggregated or not
    - whether you did any performance tuning or your cube
    ...and tons of other things. I can query 5 dimensions with thousands of dynamic and shared members against dynamic accounts (not stored) without performance impact if I'm hitting an optimized cube (or area of my cube) but have > 1min performance for another comparatively simple query which queries a non-aggregated cube and does aggregation within the BI server (just as an example).
    Start by verifying that your cube is nicely built.

  • ContentPresenter not working  with webcenter framework tutorial 11.1.1.4

    Hello All,
    I am going through the (Tutorial for Oracle WebCenter Developers 11g Release 1 (11.1.1.4.0)(E10273-06) .I have made the UCM content server connection as shown in the tutorial and i had dragged the Home.html of UCM Content Folder on to the panel customizable of home.jspx page and created the content presenter.
    In my Home.jspx , the source is :-
    <pe:pageCustomizable id="hm_pgc1">
    <cust:panelCustomizable id="hm_pnc1" layout="scroll">
    <af:region value="#{bindings.doclibcontentpresenter1.regionModel}"
    id="r1"/>
    </cust:panelCustomizable>
    In my Homepagedef.xml the source of content presenter is :-
    <taskFlow id="doclibcontentpresenter1"
    taskFlowId="/oracle/webcenter/doclib/view/jsf/taskflows/presenter/contentPresenter.xml#doclib-content-presenter"
    activation="deferred"
    xmlns="http://xmlns.oracle.com/adf/controller/binding">
    <parameters>
    <parameter id="taskFlowInstId"
    value="${'d961b51f-0cc2-41ba-9530-663cb65db726'}"/>
    <parameter id="datasourceType" value="${'dsTypeSingleNode'}"/>
    <parameter id="datasource"
    value="${'MyConnection1#dDocName:IDEA_003021'}"/>
    <parameter id="templateCategory" value="${''}"/>
    <parameter id="templateView" value="${''}"/>
    <parameter id="maxResults" value="${''}"/>
    </parameters>
    </taskFlow>
    But during runtime it shows nothing onto home tab.
    The Log in Jdeveloper say :-
    *<SingleNodeRetrieverImpl> <getNode()> Error retrieving node(s).*
    oracle.webcenter.doclib.internal.model.presenter.PresenterRetrievalException: Mar 17, 2011 7:51:11 PM oracle.webcenter.doclib.internal.model.presenter.PresenterRetrievalException asError
    ALL: Error retrieving node(s).
         at oracle.webcenter.doclib.internal.model.presenter.PresenterRetrievalException.asError(PresenterRetrievalException.java:55)
         at oracle.webcenter.doclib.internal.model.presenter.vcr.SingleNodeRetrieverImpl.getNode(SingleNodeRetrieverImpl.java:78)
         at oracle.webcenter.doclib.internal.view.presenter.PresenterRetrievalService.getNode(PresenterRetrievalService.java:119)
         at oracle.webcenter.doclib.internal.view.presenter.ContentPresenterBackingBean.getNode(ContentPresenterBackingBean.java:212)
         at oracle.webcenter.doclib.internal.view.presenter.ContentPresenterBackingBean.getResult(ContentPresenterBackingBean.java:146)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at javax.el.BeanELResolver.getValue(BeanELResolver.java:261)
         at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)
         at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)
         at com.sun.el.parser.AstValue.getValue(Unknown Source)
         at com.sun.el.ValueExpressionImpl.getValue(Unknown Source)
         at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:68)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.getProperty(UIXComponentBase.java:1194)
         at oracle.webcenter.content.internal.view.template.TemplateSwitcher.getNode(TemplateSwitcher.java:76)
         at oracle.webcenter.content.internal.view.template.ContentTemplate.getNode(ContentTemplate.java:31)
         at oracle.webcenter.content.internal.view.template.ContentTemplate.getVarData(ContentTemplate.java:37)
         at oracle.webcenter.content.internal.view.template.ContentTemplate.getVarData(ContentTemplate.java:12)
         at oracle.webcenter.content.internal.view.template.AbstractTemplate.setupVisitingContext(AbstractTemplate.java:120)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.encodeBegin(ContextSwitchingComponent.java:146)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:928)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:405)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$300(PanelGroupLayoutRenderer.java:30)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:654)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:573)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
         at oracle.webcenter.content.internal.view.template.TemplateSwitcher.processFlattenedChildren(TemplateSwitcher.java:161)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:160)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:330)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:415)
         at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer._encodeChildren(RegionRenderer.java:267)
         at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer.encodeAll(RegionRenderer.java:190)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at oracle.adf.view.rich.component.fragment.UIXRegion.encodeEnd(UIXRegion.java:300)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.customizable.PanelCustomizableRenderer.encodeChildrenVertically(PanelCustomizableRenderer.java:1039)
         at oracle.adfinternal.view.faces.renderkit.rich.customizable.PanelCustomizableRenderer.encodeAll(PanelCustomizableRenderer.java:350)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.page.editor.renderkit.PageCustomizableRenderer.encodeAll(PageCustomizableRenderer.java:302)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:405)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$300(PanelGroupLayoutRenderer.java:30)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:654)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:573)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at oracle.adfinternal.view.faces.taglib.region.IncludeTag$FacetWrapper.processFlattenedChildren(IncludeTag.java:673)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:160)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:330)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:405)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$300(PanelGroupLayoutRenderer.java:30)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:654)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:573)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:330)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:415)
         at oracle.adfinternal.view.faces.renderkit.rich.PageTemplateRenderer.encodeAll(PageTemplateRenderer.java:69)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.encodeEnd(ContextSwitchingComponent.java:155)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:415)
         at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:220)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:415)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1181)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:266)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:197)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.webcenter.portalframework.sitestructure.handler.CustomViewHandler.renderView(CustomViewHandler.java:279)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:777)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:293)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:213)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:32)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:44)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.lifecycle.filter.LifecycleLockFilter.doFilter(LifecycleLockFilter.java:151)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: java.lang.NullPointerException
         at oracle.webcenter.content.integration.spi.ucm.factory.ContentTypeFactory.getBooleanFieldsAreBooleanType(ContentTypeFactory.java:129)
         at oracle.webcenter.content.integration.spi.ucm.factory.ContentTypeFactory.buildContentType(ContentTypeFactory.java:457)
         at oracle.webcenter.content.integration.spi.ucm.factory.ContentTypeFactory.getAllContentTypes(ContentTypeFactory.java:333)
         at oracle.webcenter.content.integration.spi.ucm.factory.ContentTypeFactory.ensureAllContentTypesLoaded(ContentTypeFactory.java:194)
         at oracle.webcenter.content.integration.spi.ucm.factory.ContentTypeFactory.<init>(ContentTypeFactory.java:68)
         at oracle.webcenter.content.integration.spi.ucm.factory.ContentTypeFactory.getInstance(ContentTypeFactory.java:88)
         at oracle.webcenter.content.integration.spi.ucm.factory.NodeFactory.createNode(NodeFactory.java:324)
         at oracle.webcenter.content.integration.spi.ucm.NodeOps.getUCMNodeWithId(NodeOps.java:1565)
         at oracle.webcenter.content.integration.spi.ucm.NodeOps.getNodeWithId(NodeOps.java:153)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.webcenter.content.integration.federated.internal.delegate.LatestInterfaceVersionWrapper.invoke(LatestInterfaceVersionWrapper.java:73)
         at $Proxy190.getNodeWithId(Unknown Source)
         at oracle.webcenter.content.integration.federated.internal.filter.logging.NOPSLoggingFilter.getNodeWithId(NOPSLoggingFilter.java:101)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.webcenter.content.integration.federated.internal.delegate.LatestInterfaceVersionWrapper.invoke(LatestInterfaceVersionWrapper.java:73)
         at $Proxy190.getNodeWithId(Unknown Source)
         at oracle.webcenter.content.integration.federated.internal.filter.validation.NOPSValidationFilter.getNodeWithId(NOPSValidationFilter.java:131)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.webcenter.content.integration.federated.internal.delegate.LatestInterfaceVersionWrapper.invoke(LatestInterfaceVersionWrapper.java:73)
         at $Proxy190.getNodeWithId(Unknown Source)
         at oracle.webcenter.content.integration.federated.internal.filter.cache.NOPSCacheFilter.getNodeWithId(NOPSCacheFilter.java:129)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.webcenter.content.integration.federated.internal.delegate.LatestInterfaceVersionWrapper.invoke(LatestInterfaceVersionWrapper.java:73)
         at $Proxy190.getNodeWithId(Unknown Source)
         at oracle.webcenter.content.integration.federated.internal.delegate.LatestNodeOpsDelegate.getNodeWithId(LatestNodeOpsDelegate.java:192)
         at oracle.webcenter.content.integration.federated.internal.delegate.NodeLogic.getNode(NodeLogic.java:240)
         at oracle.webcenter.content.integration.federated.internal.NodeManagerImpl.getNodeByUUID(NodeManagerImpl.java:243)
         at oracle.webcenter.doclib.internal.model.presenter.vcr.PresenterRetrievalUtil.getNode(PresenterRetrievalUtil.java:245)
         at oracle.webcenter.doclib.internal.model.presenter.vcr.PresenterRetrievalUtil.getNode(PresenterRetrievalUtil.java:88)
         at oracle.webcenter.doclib.internal.model.presenter.vcr.SingleNodeRetrieverImpl.getNode(SingleNodeRetrieverImpl.java:68)
         ... 176 more
    Please help!!!
    Thanks.

    I believe this is due to a problem w/ the folders_g install on your UCM server.
    The fix is to upgrade to the latest folders_g.
    If you go to your UCM server > administration > configuration info > enabled components, you'll be able to find folders_g.
    This thread might help w/ the upgrade:
    UCM VCR adapter exception

  • Working with DataProvider - tutorial

    I created a page following the instructions in the 'Working with Data Provider' tutorial - for page2. i.e., I created a page with some fields bound to a data provider (at page level) whose rowset is in session bean. The page has commit and reset buttons too.
    It works fine if browser back / refresh buttons are not pressed. If I press the browser back button, change some data and press commit... it changes some other record. The same is true with refresh.
    I tried some common technics like, preventing page caching or using redirect... but no success so far.

    There are some known issue with JSF 1.1 and back button. Creator 2 is based on JSF 1.1. Most of these issues are addressed in JSF 1.2. Future version of Creator will use JSF 1.2
    - Winston
    http://blogs.sun.com/roller/page/winston?catname=Creator

  • Parameters with OLAP?

    How can I create an OLAP query in Report Builder (version 10.1.2.2) that has a condition based on a parameter?
    I also can't get Report Builder to include a basic condition. For instance, I have a location dimension with members X, Y, and Z. I included all three in the report and then I added a condition that states the member must be equal to Y. When running the report, it still shows all members (X, Y, and Z).
    I think I need to get the condition working first and then I get it to use a condition based on a parameter.
    Anyonw know? I've looked on Metalink and OTN but I haven't found anything.

    Oracle definetely managed to create a bit of a mess with these parameters. Somehow I am thinking that the Discoverer web apps were not originally designed to be used directly via HTTP and some marketing guy just came up with the idea to productize the parameters... ;)
    I've been in contact with Oracle support and it looks like OLAP workbooks really have no IDs. However it is possible to access them by using workbook and worksheet names. Not as good as using IDs, but at least the bloody thing works. The trick is to use the worksheetName HTTP parameter with OLAP workbooks, like so:
    http://my.server:7777/discoverer/viewer?lm=olap&db=my.server:1521:mydb&us=john&pw=secret&worksheetName=Users%2Fjohn%2Fjohnsworkbook%2Fsomeworksheet
    (If you want to include the pw parameter you have to use HTTP POST.)
    Discoverer HTTP parameters really are a mess, but here's a list of most important parameters.
    HTTP parameters that work in both Discoverer Viewers
    Login type: lm=olap, lm=discoverer, connectionAccessType=discoverer, connectionAccessType=olap
    Database URL: db=<db>, databaseIdentifier=<db>
    Username: us=<username>, username=<username>
    Password: pw=<password>, password=<password> (HTTP POST only)
    HTTP parameters for Discoverer Viewer
    EUL: eul=<eul name>
    Workbook: wbk=<workbook name>
    Worksheet: wsk=<worksheet name>
    HTTP parameters for Discoverer Viewer OLAP
    Workbook/sheet: worksheetName=<path to worksheet> (folders and worksheet separated with slashes)
    As you can see sometimes several parameters can be used to specify one thing and that most but not all parameters work both in Discoverer Viewer and Discoverer Viewer OLAP. I am definetely confused and I have no idea anymore which of those parameters are documented and where but they should all work.
    Also you must specify a worksheet name in the worksheetName parameter and it must be separated from the workbook name with a slash.
    And do not forget to properly encode URLs!
    Cheers,
    - Ari

  • Problem with OLAP DML

    Dear All,
    We are using OLAP DML to work with multi-dimensional data on an Analytic workspace. How do you access pre-stored multi dimensional variables set up in a analytic workspace, using OLAP API's.
    How/Is it possible to load Cube data from a multi-dimensional variable ?
    How or from where do we setup OLAP WORKSHEET to work with OLAP DML ??
    Regards,
    Subhankar

    Jean-Marc,
    I had an email from one of my colleagues in development and has kindly explained some errors in my previous posting. In 10.2 and earlier, relational import/export should do as good a job as EIF, except that these utilities are slower (due to the need to text encode the EIF data) and less granular (you can only export an entire schema at a time).
    Fortunately, there is no need to worry about the various objects that comprise and AW. We manage all that for you directly inside the database.
    However, the performance overhead is enough that for clients with the know-how, it's usually recommended to use EIF instead. That being said, the particular problem you are having seem extreme since you should not see a "15 minutes" to "hangs" slowdown when using relational import.
    Have you tried monitoring the export job via Enterprise Manager to check the wait events which might be occuring when the system hangs? Are there any messages in the alert log?
    It might be a good idea to open a TAR with Support to try and diagnose this issue.
    Keith Laker
    Oracle EMEA Consulting
    OLAP Blog: http://oracleOLAP.blogspot.com/
    OLAP Wiki: http://wiki.oracle.com/page/Oracle+OLAP+Option
    DM Blog: http://oracledmt.blogspot.com/
    OWB Blog : http://blogs.oracle.com/warehousebuilder/
    OWB Wiki : http://wiki.oracle.com/page/Oracle+Warehouse+Builder
    DW on OTN : http://www.oracle.com/technology/products/bi/db/11g/index.html

  • Working with interdependent listboxes: A tutorial.

    Working with interdependent listboxes in Creator.
    I have an application with several listboxes that are interdepoendant of one another. That is to say, that when one entry gets selected, the value on one or more other listboxes gets updated.
    When I first coded up a solution for this, I was having trouble with some errors thrown internally to the components. After a lot of digging and with the help of Sun, I was able to cure this problem, so I am writing up this brief tutorial to help others do something similar.
    Let me tart of with what the application looks like:
    The GUI
    In this application we have three listboxes and some 2D and 3D images that get loaded based on the values selected in those listboxes.
    When the first listbox is changed, then the second and third listboxes automatically get changed based on the value selected in the first. In other words, the value selected in listbox1 will be retrieved and then that value will be used to retrieve data (in my case from a database) to be used in populating the second and third listboxes.
    Let�s also say that we want to automatically select the listbox entry if only one item exists.
    What Creator Does Today
    In Creator 1, when you drop a listbox on a page a defaultListboxItems list gets created for you in the backing page bean. This is what you would normally expect to add items to fill your listbox.
    Of course, this data gets reset for every refresh of that page. In our case, when we select an item on on of the listboxes the page will be refreshed (Submitted). Because of this, you might place a list in the session bean and retrieve it in the page bean�s constructor (which of course gets called for each page refresh) and use that list to rebuild your defaultListboxItems list.
    That however, as I found out, is probably not the best way to do it.
    The �Right� Way
    As mentioned above, we need a way to keep the values of the listboxes saved off in between page refreshes.
    The way to do this is to place that into the session bean and only there. In other words, you will not be using the defaultListboxItem list that Creator set up for you inside the page bean. Instead, you will create your own which will look something like this (again, this code will go inside of the session bean):
        private DefaultSelectItemsArray defaultListbox1Items = new DefaultSelectItemsArray();
        private DefaultSelectItemsArray defaultListbox2Items = new DefaultSelectItemsArray();
        private DefaultSelectItemsArray defaultListbox3Items = new DefaultSelectItemsArray();You will also want to create lists that hold the raw data like this:
    private List listbox1;
    private List listbox2;
    private List listbox3;In addition, you want to save the currently selected index so:
    private String list1SelectedIndex;
    private String list2SelectedIndex;
    private String list3SelectedIndex;You will then use the �setters� to these lists to fill your default items doing any conversion you need to perform. For example:
    public void setList1(List list1)
            //Build the defaultPatientListboxItems entries
            defaultListbox1tems.clear();
            Iterator listIterator = list1.iterator();
            while (list1Iterator.hasNext())
                String entry = (String)list1Iterator.next();
                SelectItem selectItem = new SelectItem(entry, entry);
                defaultListbox1Items.add(selectItem);
            this.list1 = list1;
        }Now to let JSF know that you are using the session bean to hold your data rather than the default list that Creator built, we will need to go in and modify the JSP (note that I think this step is being included in Creator 2�s IDE as something you will no longer have to code by hand).
    Here is example of how that will look:
    <h:selectOneListbox binding="#{PageName.listbox1}" id="listbox1" immediate="true" onchange="this.form.submit();"
                                    size="5" style="height: 184px; width: 234px" styleClass="centeredPageStyle" value="#{SessionBean1.listbox1SelectedIndex}" valueChangeListener="#{PageName.listbox1_processValueChange}">
                                    <f:selectItems binding="#{PageName.listbox1SelectItems}" id="listbox1SelectItems" value="#{SessionBean1.defaultListbox1Items}"/> Note in particular the value = SessionBean1.listbox1SelectedIndex and the value = SessionBean1.defaultListbox1Items.
    The first one is saying what the current selected entry is and the other is saying that the list that backs the listbox is called.
    Remember when I said that we wanted to autoselect an entry if only one entry existed inside of the listbox? Well, that is why we set the value = SessinBean1.listbox1SelectedIndex. Along with this, we need to modify a �getter� in our session bean to look something like this:
    public String getListbox1SelectedIndex()
            if(list1 != null && list1.size() == 1)
         //DO ANY CONVERSION NEEDED HERE
    //IN OTHER WORDS, IF YOUR LIST DOES NOT
    //HOLD STRINGS, THEN READ THEN OBJECT
    //FROM THE LIST AND GET THE STRING VALUE
    //FROM THAT OBJECT YOU USED TO ENTER
    //INTO THE LISTBOX
                ImageSet imageset = (ImageSet)list1.get(0);
                return imageset.getSetName();
            return this.list1SelectedIndex;
        }Now we have all of the data we need stored off, all we need to do is make sure that when the page bean�s constructor gets called, we �prime� the pump to make sure everything gets auto-selected.
    We can do that with something like this (placed inside of the page bean�s constructor):
    List listbox1List = sessionBean1.getPatientList();
    if (listbox1List != null && listbox1List.size() == 1)
                   String listbox1Value = (String)listbox1List.get(0);
                   sessionBean1.setListbox1SelectedIndex(listbox1Value);  //This does it
                   processListbox1Change();  //Do whatever you need to do in this case here
    }Well, that's all there is to it. Hope this helps!

    Hi Darrin,
    This is fantastic!!!
    A sample application by name "CoordinatedDropdowns" is also available. I am sure the sample application and your tutorial will be of great help to many Creator users.
    Cheers
    Giri

  • Trying to get MySQL to work with Oracle Tutorial

    Hi,
    I was attempting to work through the following tutorial Build a Web Application with JDeveloper 11g Using EJB, JPA, and JavaServer Faces
    http://www.oracle.com/technology/obe/obe11jdev/11/ejb/ejb.html
    But with a twist that I want to attempt with MySQL. Whilst MySQL is working fine in the IDE when I test the javaServiceFacade it fails as the construct/syntax of the sql command is incorrect :-
    SELECT rowid, contractno, fax, advert, status, remark, tel, kva, lastuser, createddate, type, postcode, contact, country, modified, refno, address, email, custname FROM "enquiries" WHERE (refno LIKE ?)")
    You note the "enquires" which for mysql should not have the quotes and is causing error.
    I have looked at persistance.xml and it looks ok. Even tried setting database to MySQL4
    Any suggestions to what controls the SQL syntax?
    James
    excerpt from persistance.xml
    +<properties>+
    +<property name="eclipselink.target-server" value="WebLogic_10"/>+
    +<property name="javax.persistence.jtaDataSource"+
    +value="java:/app/jdbc/jdbc/main_MySQLDS"/>+
    +<property name="eclipselink.target-database" value="MySQL5"/>+
    +<property name="eclipselink.jdbc.native-sql" value="true"/>+
    +</properties>+
    +</persistence-unit>+
    +<persistence-unit name="genesys" transaction-type="RESOURCE_LOCAL">+
    +<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>+
    +<class>genesys.Enquiries</class>+
    +<properties>+
    +<property name="eclipselink.jdbc.driver" value="com.mysql.jdbc.Driver"/>+
    +<property name="eclipselink.jdbc.url"+
    +value="jdbc:mysql://127.0.0.1:3306/main"/>+
    +<property name="eclipselink.jdbc.user" value="root"/>+
    +<property name="eclipselink.jdbc.password"+
    +value="B0855467D54C688144F5AA7621CE386D"/>+
    +<property name="eclipselink.logging.level" value="FINER"/>+
    +<property name="eclipselink.target-server" value="WebLogic_10"/>+
    +<property name="eclipselink.target-database" value="MySQL5"/>+
    +<property name="eclipselink.jdbc.native-sql" value="true"/>+
    +</properties>+

    I am trying to do the same thing, but in my case I am using my onkyo receiver to do the decoding. I have a minijack converter to coax in the mic jack of the card. I switched the options to digital i/o out. This does work, but I can only get stereo sound. When I play my 5. dvd, it still plays it in stereo sound. I have all the settings correct, as I can get 5. sound out of my onboard coax but not the creative extreme music. It also greys out the option for passthru(external source decoder).
    My roommate has the platinum creative sound card with the front panel with coax/optical out right on it, he has WAY more dobly/dts options in his menu settings and is able to send 5. out easily. auto detects it and with minor tweaks, gets 5. out thru either optical or coax.
    I thought this card supported 5. coax out thru the digital port. I just dont think it does, the options are missing from the menu all together, and yes I have the most recently updated webupdate. I can get stereo sound thats it. Funny how my realtek onboard does a way better job then this "higher end" sound card.
    Am I missing something maybe? Please help, I would like to get this going, or at least get a solid answer if this is even possible so I can stop wasting my time with it.
    Thanks,
    Joe

  • Anyone recommend a good tutorial for 'working with video' in Logic?

    I've worked with video a fair amount, but only ever skimmed the surface and found odd workarounds to get things to happen how I want them.
    The manual is scant when it comes to features such as SMPTE locking and beat mapping scenes to bar lengths and all sorts of other tricks I'm probably unaware of.
    The only Macprovideo I can find is from 2005 and whilst I'm sure has some common features, is perhaps not up to date enough. And this http://www.soundonsound.com/sos/jul07/articles/logictech_0707.htm is ok for a quick overview but I'd like to see some of it in action (or at least have more detailed exercises).
    Does anyone know any tutorials they'd recommend? Cheers

    canon pixma 6200 series works

  • Sharing OLAP workbook

    I'm working with Discoverer OLAP for the first time and I have a workbook created under user A. I want to share the workbook to user B who has OLAP user and dba privs along with D4OPUB. When I click on workbook properties and privs the add user is greyed out. It seems I'm missing a step somewhere. Thanks for any help
    Brian

    Thanks for the reply. I was able to share user A's workbook after I logged into discoverer the first time with user B. It seems that user B's folder is created after the first time they login and not when they are granted the proper roles. Is there a way to create the user folder without them logging in?

  • How can i work with getdate() in my query if i have a varchar datatype on where clause column ?

    Hi All,
    I have a column like lastdate with varchar datatype. now I want to work with lastdate column in where clause with getdate().
    Ex:  where
    getdate()  -  lastdate < 1
    when I use above one I got error like
    Error = Conversion failed when converting date and/or
    time from character string.
    I knew the datatypes for lastdate and getdate() are different...
    how can I use...
    Thanks,
    rup

    You need to convert the string date to datetime or date. See conversion examples here:
    http://www.sqlusa.com/bestpractices/datetimeconversion/
    Example for the where clause:
    WHERE DATEDIFF(DD, convert(datetime, lastdate, 101), getdate() ) < 1
    Can you post sample string dates?
    Are you looking for today's records? Another option (depends on lastdate format):
    WHERE lastdate = convert(char(8), getdate(), 112)
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Design & Programming
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • After upgrading to Lion internal mic does not work with Facetime

    After upgrading to Lion internal mic does not work with Facetime.  The mic is picking up sound as noted in System Prefs.  This was working just fine before the updgrade.  Facetime works OK on my iPod. 

    you have in french a tutorial to recreate your partition here
    Rebuild partition with Recovery HD lion after upgrade to 10.7.2
    i tested, it's work !
    For your wifi problem:
    Try to change your setup of wifi, look this table given by apple:
    I changed my wifi setup wep to wpa and it's work !

  • Is there a way to make an audio clip not cover the whole project? I want to add audio clip or song and let it start at a certain point in the project. I'm working with iMovie on IPad!

    Is there a way to make an audio clip not cover the whole project in iMovie? I want to add audio clip or song and let it start at a certain point in the project. Whenever I add audio or song it covers the whole project. I'm working with iMovie on IPad!

    Thank you for your reply Karsten but unfortunately this didn't help me so far. Or maybe I'm missing something?
    First the link is a tutorial for iMovie on a Mac. I'm using iMovie on iPad so the steps are inapplicable.
    Second it is only possible for me to manipulate the end part of the sound clip to whichever duration I want. But I can't do the same with the 'beginning' of the sound clip.
    I simply want to place some photos in the beginning of my video with no sound in the background then after like 2 secs I want to start the music clip. For some reason that is not possible! Cause every time I drop the music clip unto my project timeline it automatically place it self along with the first frame in the project! And consequently the photos and music are forced to start together.
    Hope I'm making sense...

  • RRMXP does not work with GUI 7.20

    Hi Experts,
    I have the following problem. RRMXP does not work with GUI 7.20, BEX 7.0 launches and I have to enter proper user and password. (I get SAP Logon screen with listed systems)
    It works properly with GUI 7.10 and I have not to log into BEX.
    Did anyone encounter such problem? Does anyone know what causes the problem?
    Regards&thanks
    Marek

    Hi,
    RRMXP uses OLE to launch Microsoft Excel together with the SAP BEx add-in. Then it use a macro within BEx to open the workbook. check whether  BEx is not installed properly (run SAPBEXC.XLA under C:Program FilesSAPFrontendBW) or the Excel macro security settings prevent execution of the macros.
    Also Check the below link it has some note to follow
    RRMX and RRMXP does not open the query and workbook
    Regards,
    Satya

  • How to work with an EXISTING wordpress site in side DW CS5 (yahoo hosted)

    Have and existing  Wordpress site that is hosted by Yahoo.  Recently upgraded to  Dreamweaver CS5. Was really excited about working with my Wordpress  files inside of DW CS5 with all of it's new capabilities, bells and  wistles.  I can't seem to get it set up right.
    Is Dreamweaver CS5 ABLE to display existing wordpress sites with dynamic content? And can anyone please help me figure out how.
    I have been thru several lynda.com video tutorials including:
    Dreamweaver CS5 and Wordpress 3 by Joseph Lowery (over the last month)
    Dreamweaver CS5 with PHP and MySQL by David Gassner (over the last month)
    PHP with MySQL essetial training by Kevin Skoglund (about a year ago when trying to learn php)
    Self-hosting a Wordpress site (about a year ago when I set up the site)
    I have also been scouring this forum and the web trying to find the answer to what seems to be a very common problem.
    Using Mac OSX 10.6.6
    MAMP
    Dreamweaver CS5
    Wordpress 3
    Yahoo web hosting
    Everything works fine with the exercise files but as soon as I try my existing site files it gives me one of several errors
         cannot establish a connection to the database
    I set up my site thur the DW site manager with the
    Local Site Folder set to: /applications/MAMP/htdocs/nate
    server set to:
    name: testing
    connection using: local/network
    server folder:  /applications/MAMP/htdocs/nate
    web url: http://localhost/nate
    under the advanced tab i have set the server model to: php mysql
    and have the testing box checked in the site set up dialog box
    I also set a remote server:
    name: remote
    connect using: ftp
    ftp address: ftp.MY_SITE_NAME.com
    username: myusername@MY_SITE_NAME.com
    password:  mypassword
    under the advanced tab i have the server model set to: php mysql
    and have the remote box checked in the site set up dialog box
    when tested connection was made.  I also downloaded all of my site files using this connections (it took hours).
    I installed MAMP and set the ports to the defauls (80, 3306) host: localhost username: root password: root
    If i change the database settings in the wordpress wp-config.php file  to: localhost, root, root it works and displays my page as I would  expect in live view or browser but without the main content area or  posts - displays a 404 error where the content should beI have exported my wp database and imported back into my local testing server thru phpmyadmin.
    I have also gotten this error at various tries in the set ups: "dynamically-related files could not be resolved because of an internal server error"
    I am currently getting this error: "Dynamically related files could not be resolved because the site definition is not correct for this server"
    It is not asking me if I want to save files to the server when I hit live view.
    Everything  works fine with the lynda.com exercise files and with the generic wordpress files.  I can open any page -  live view or view in browser  - can access and modify the imported  database thur dreamweaver and phpmyadmin. I am only having these problems with my existing site files. I have done the complete set up at least 5 times from scratch going thru the videos and various tutorials step by step.  I dont want to use the starter files that come with wordpress installations I want to use my highly modified pages/themes/database

    DW does not work with a WP installation that has anything other than the default (numeric) permalinks. Apparently no-one ever tested this case during the development and prerelease phase, which is a shame, because very few WP installations use default permalinks. It's a point that Joseph Lowery doesn't touch in his tutorial, and of course the tutorial WP installation works perfectly.
    Hope that helps, although it may disappoint (as it did me, and a lot of other folks). Here's hoping this is addressed in a dot release.
    Alan

Maybe you are looking for

  • Set Folder Name From File Name Inclosed.

    Hello scripters, There has been quite a few topics about setting file names from parent folders. I believe it's possible but not sure how to reverse this process. That is to say set the folder name from a file in the folder. This is what I'm imaginin

  • Playlist created on Ipod touch wont sync to itunes?

    So i have the iPod touch 2nd gen and I created a playlist and when I plug my iPod into itunes the playlist does not save to itunes :c I synced music onto my ipod touch via the manually manage music and videos which is why i think it wont sync the pla

  • Automatic Debit Request after billing document save

    Hi, We have one busiess requirement where we need to automate the billing chain process and the flow is as follows - STO -> Delivery -> Billing -> Debit Request -> Debit Memo Here we need to automate the debit request creation after saving the billin

  • RF with ECC 6.0 WM

    Hi all, I have some basic queries related to RF Devices ( Barcode & RFID  Handheld devices ) usage with SAPWebConsole. Please find the same as follows: 1.Is SAPWebConsole is free package with SAP ECC 6.0 WM? If no, can somebody please provide detaile

  • My iPad's(bought from USA)built-in mic has stopped working & I'm in Egypt

    3 months ago I was in the US when I bought an iPad2 and it was working just fantastic then I returned back to my home country Egypt and all was still great then all of a sudden after conducting a firmware update the built-in mic has just stopped func