Error in OBIEE integration in ADF

Hi,
I am trying to connect to obiee 11g using presentation services using Jdev 11.1.1.5.
When I tried to connect the OBIEE on my own PC, everything is fine.
By when I tried to connect to the OBIEE remote on a server, an error occurs:
The connection was build up successfully,but when I enumerated connection, I met an error below:
Uncaught exception
java.lang.RuntimeException: oracle.bi.presentation.soap.connection.BISoapException: javax.xml.ws.soap.SOAPFaultException: access denied for user to path /users/weblogic.
o.bi.presentation.soap.service.BaseBIAdfSoapService.reconnect(BaseBIAdfSoapService.java:66)
o.bi.presentation.soap.service.BIAdfSAWSessionServiceSoap.getSessionEnvironment(BIAdfSAWSessionServiceSoap.java:84)
o.bi.presentation.soap.connection.impl.BaseBISoapConnection.getSessionEnvironment(BaseBISoapConnection.java:463)
o.bi.presentation.runtime.provider.impl.CatalogService.<init>(CatalogService.java:40)
o.bi.presentation.rescat.BICatalogDirContext.listBindingsImpl(BICatalogDirContext.java:460)
o.bi.presentation.rescat.AbstractBICatalogDirContext.listBindings(AbstractBICatalogDirContext.java:338)
o.bi.presentation.rescat.AbstractBICatalogDirContext.listBindings(AbstractBICatalogDirContext.java:412)
o.j.rescat2.nodes.RepositoryRootNode.loadCache(RepositoryRootNode.java:147)
o.j.rescat2.nodes.ExtendedGenericNode$1.run(ExtendedGenericNode.java:296)
j.lang.Thread.run(Thread.java:662)
I have import the a client certificate exported from the server. But I didn't configure SSL. (Is it a must to configure SSL???? If not, do I still need to export/import a client certification?)
I could used the user "weblogic" to login the OBIEE page, so there might not be a role problem.
SO LOOKING FORWARD TO ANY SUGGESTION!!!!!!

I change a BIEE environment and problem solved. Seems like role problem.

Similar Messages

  • OBIEE Integration with ADF - Reports with bind variables

    Hi,
    I've managed to integrate obiee with ADF by following the steps described in:
    http://www.oracle.com/technetwork/middleware/bi-publisher/adf-bip-ucm-integration-179699.pdf
    This is all fine and all but what about reports with complex queries where bind variables are needed?
    In short I need to send specific values from ADF application as parameters to the query of the report before building it, then create it and download the file as pdf.
    I don't have problems with building the file and downloading it when the query in the report has no bind variables, but when it does I do not know how to send them to the report.
    I can't seem to find such an implementation or example anywhere and I am stuck.
    Could anyone please point me in the right direction, eighter by providing a solution, or a link to such an example?
    Thank you!
    P.S.
    I'm using OBIEE 11.1.1.6.0 and JDeveloper 11.1.2.1.0
    Mihai Cornean
    Edited by: 885382 on Apr 11, 2013 11:10 PM

    Hi,
    try the BI Publisher forum for question towards this product BI Publisher
    Frank

  • OBIEE integration with ADF

    Hi ,
    JDEV 11.1.1.4
    I want to pass some parameter from adf screen to OBIEE based on which OBIEE report will be generated.
    I know we can use BI ADF Components to embed report created in OBIEE into jspx. but how to pass parameter from ADF page to OBIEE.

    The question is what interface does OBIEE provide for accepting parameters?
    If it reads parameters from the URL you can use a goLink component in ADF Faces that has the URL constructed at runtime.
    If it uses Web sevices to invoke reports and pass parameters you can do WS calls on the model layer.

  • Error while displaying OBIEE maps in ADF

    Hi,
    I have integrated OBIEE dashboard with ADF. The maps are not being displayed on the jspx page.
    The following display error shows up:
    View Display Error
    Malformed url '/Application/BIProxy?cid=OBI&RedirectURL=saw.dll%2f%2fmapviewer'.+
    Error Details
    Error Codes: YC9VC6XO
    Location: saw.views.dashboard, saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
    Is there a configuration to be done.
    Can anybody please help me out with this?

    I am facing this problem too. Anyone could help please?

  • ADF / OBIEE Integration : Unable to connect to the BI Presentation Server

    Hi,
    Using JDeveloper 11.1.1.6, I have created one ADF application to test its integration with OBIEE 11.1.1.6. The application contains jsf page which holds OBIEE dashboard. At OBIEE side, I have created Impersonate user. When I run this application on Integrated Weblogic Server, it shows OBIEE dashboard perfectly. But when I deploy the application on OBIEE weblogic server, it is deployed successfully but shows following error when we try to access application through URL.
    Unable to connect to the BI Presentation Server. Please ensure that it is running, configured properly, and that the connection details within this application are correct.Please check the log file for more details.
    The connection (http) is working fine when we check it inside application. Can you please help how to resolve this issue?

    Hi,
    I can see 2 errors and 1 trace message in EM for that deployed application.
    Error 1
    Message Level 1
    Relationship ID 0
    Component bi_server1
    Module oracle.bi.presentation.soap.connection.BISoapConnectionFactory
    Host xxxx
    Host IP Address 192.168.1.1
    User <anonymous>
    Thread ID [ACTIVE].ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'
    ECID af46278784e183e2:-662facc5:1384c28bfd9:-8000-0000000000033dae
    Message Cannot lookup the connection,Obiee using fallbacks
    Supplemental Detail javax.naming.NameNotFoundException; remaining name 'Obiee'
    at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:647)
    at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:144)
    at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:149)
    at javax.naming.InitialContext.lookup(InitialContext.java:392)
    at oracle.bi.presentation.soap.connection.BISoapConnectionFactory._getConnectionFallback(BISoapConnectionFactory.java:522)
    at oracle.bi.presentation.soap.connection.BISoapConnectionFactory._getConnectionImpl(BISoapConnectionFactory.java:296)
    at oracle.bi.presentation.soap.connection.BISoapConnectionFactory._getConnectionAndAddIfNecessary(BISoapConnectionFactory.java:580)
    at oracle.bi.presentation.soap.connection.BISoapConnectionFactory.getConnection(BISoapConnectionFactory.java:163)
    at oracle.bi.presentation.runtime.binding.BIRegionBinding.getHtmlContent(BIRegionBinding.java:318)
    at oracle.bi.presentation.view.faces.renderkit.ReportBaseRenderer.encodeAll(ReportBaseRenderer.java:101)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
    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:405)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
    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:341)
    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:405)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1324)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
    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.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:911)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:367)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:222)
    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.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.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    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:139)
    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:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Error 2
    Message Level 1
    Relationship ID 0
    Component bi_server1
    Module oracle.bi.presentation.runtime.binding.BIRegionBinding
    Host xxxx
    Host IP Address 192.168.1.1
    User <anonymous>
    Thread ID [ACTIVE].ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'
    ECID af46278784e183e2:-662facc5:1384c28bfd9:-8000-0000000000033dae
    Supplemental Detail oracle.bi.presentation.soap.connection.BISoapException: Please check the log file for more details.
    at oracle.bi.presentation.runtime.binding.BIRegionBinding.getHtmlContent(BIRegionBinding.java:323)
    at oracle.bi.presentation.view.faces.renderkit.ReportBaseRenderer.encodeAll(ReportBaseRenderer.java:101)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
    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:405)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
    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:341)
    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:405)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1324)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
    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.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:911)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:367)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:222)
    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.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.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    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:139)
    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:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Trace Message
    Message Level 16
    SRC_CLASS oracle.bi.presentation.runtime.binding.BIRegionBinding
    SRC_METHOD _updateOrCreateSessionStylesheet
    Relationship ID 0
    Component bi_server1
    Module oracle.bi.presentation.runtime.binding.BIRegionBinding
    Host xxxx
    Host IP Address 192.168.1.1
    User <anonymous>
    Thread ID [ACTIVE].ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'
    ECID af46278784e183e2:-662facc5:1384c28bfd9:-8000-0000000000033dae
    Message Unable to get the Session Attribute. oracle.bi.presentation.runtime.styles.biStylesheet
    I hope this may help to identify the root cause and solution.

  • Error while starting Integrated Weblogic Server - Jdeveloper 11.1.1.4

    I installed Jdevloper 11.1.1.4, and getting the below error while starting Integrated Weblogic Server:
    [Waiting for the domain to finish building...]
    [05:13:34 PM] Creating Integrated Weblogic domain...
    The Server Instance cannot be started because the Integrated Weblogic domain was not built successfully.
    [05:14:53 PM] Error processing Integrated Weblogic domain:
    I've checked for log files under my "C:\Documents and Settings\pramod.gujjeti\Application Data\JDeveloper\system11.1.1.4.37.59.23" directory but no error/exception is traced.
    Then I tried the below:
    Run from command line:
    F:\Oracle\Middleware\oracle_common\common\bin\wlst.cmd "C:\Documents and Settings\pramod.gujjeti\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.j2ee.adrs\CreateDefaultDomain.py"
    " from DOS prompt I got "Error: ADRS_DOMAIN_PASSWORD environment variable not set."
    After I set ADRS_DOMAIN_PASSWORD environment variable (value is weblogic1) the command line is throwing:
    C:\Documents and Settings\pramod.gujjeti>F:\Oracle\Middleware\oracle_common\common\bin\wlst.cmd "C:\Documents and Settings\pramod.gujjeti\Application Data\JDeveloper\sy
    stem11.1.1.4.37.59.23\o.j2ee.adrs\CreateDefaultDomain.py"
    CLASSPATH=F:\Oracle\Middleware\patch_wls1034\profiles\default\sys_manifest_classpath\weblogic_patch.jar;F:\Oracle\Middleware\patch_jdev1111\profiles\default\sys_manifes
    t_classpath\weblogic_patch.jar;F:\Oracle\Middleware\jdk160_21\lib\tools.jar;F:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic_sp.jar;F:\Oracle\Middleware\wlserver_
    10.3\server\lib\weblogic.jar;F:\Oracle\Middleware\modules\features\weblogic.server.modules_10.3.4.0.jar;F:\Oracle\Middleware\wlserver_10.3\server\lib\webservices.jar;F:
    \Oracle\Middleware\modules\org.apache.ant_1.7.1/lib/ant-all.jar;F:\Oracle\Middleware\modules\net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar;;F:\Oracle\Middleware\o
    racle_common/modules/oracle.jrf_11.1.1/jrf-wlstman.jar;F:\Oracle\Middleware\oracle_common\common\wlst\lib\adf-share-mbeans-wlst.jar;F:\Oracle\Middleware\oracle_common\c
    ommon\wlst\lib\adfscripting.jar;F:\Oracle\Middleware\oracle_common\common\wlst\lib\mdswlst.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\auditwlst.jar;F:
    \Oracle\Middleware\oracle_common\common\wlst\resources\igfwlsthelp.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\jps-wlst.jar;F:\Oracle\Middleware\oracle
    _common\common\wlst\resources\jrf-wlst.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\oamap_help.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resour
    ces\oamAuthnProvider.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\ossoiap.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\ossoiap_help.jar;
    F:\Oracle\Middleware\oracle_common\common\wlst\resources\ovdwlsthelp.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\sslconfigwlst.jar;F:\Oracle\Middleware
    \oracle_common\common\wlst\resources\wsm-wlst.jar
    PATH=F:\Oracle\Middleware\patch_wls1034\profiles\default\native;F:\Oracle\Middleware\patch_jdev1111\profiles\default\native;F:\Oracle\Middleware\wlserver_10.3\server\na
    tive\win\32;F:\Oracle\Middleware\wlserver_10.3\server\bin;F:\Oracle\Middleware\modules\org.apache.ant_1.7.1\bin;F:\Oracle\Middleware\jdk160_21\jre\bin;F:\Oracle\Middlew
    are\jdk160_21\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;F:\Oracle\Middleware\wlserver_10.3\server\native\win\32\oci920_8
    Your environment has been set.
    CLASSPATH=F:\Oracle\Middleware\patch_wls1034\profiles\default\sys_manifest_classpath\weblogic_patch.jar;F:\Oracle\Middleware\patch_jdev1111\profiles\default\sys_manifes
    t_classpath\weblogic_patch.jar;F:\Oracle\Middleware\jdk160_21\lib\tools.jar;F:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic_sp.jar;F:\Oracle\Middleware\wlserver_
    10.3\server\lib\weblogic.jar;F:\Oracle\Middleware\modules\features\weblogic.server.modules_10.3.4.0.jar;F:\Oracle\Middleware\wlserver_10.3\server\lib\webservices.jar;F:
    \Oracle\Middleware\modules\org.apache.ant_1.7.1/lib/ant-all.jar;F:\Oracle\Middleware\modules\net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar;;F:\Oracle\Middleware\o
    racle_common/modules/oracle.jrf_11.1.1/jrf-wlstman.jar;F:\Oracle\Middleware\oracle_common\common\wlst\lib\adf-share-mbeans-wlst.jar;F:\Oracle\Middleware\oracle_common\c
    ommon\wlst\lib\adfscripting.jar;F:\Oracle\Middleware\oracle_common\common\wlst\lib\mdswlst.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\auditwlst.jar;F:
    \Oracle\Middleware\oracle_common\common\wlst\resources\igfwlsthelp.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\jps-wlst.jar;F:\Oracle\Middleware\oracle
    _common\common\wlst\resources\jrf-wlst.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\oamap_help.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resour
    ces\oamAuthnProvider.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\ossoiap.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\ossoiap_help.jar;
    F:\Oracle\Middleware\oracle_common\common\wlst\resources\ovdwlsthelp.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\sslconfigwlst.jar;F:\Oracle\Middleware
    \oracle_common\common\wlst\resources\wsm-wlst.jar;F:\Oracle\Middleware\utils\config\10.3\config-launch.jar;F:\Oracle\Middleware\wlserver_10.3\common\derby\lib\derbynet.
    jar;F:\Oracle\Middleware\wlserver_10.3\common\derby\lib\derbyclient.jar;F:\Oracle\Middleware\wlserver_10.3\common\derby\lib\derbytools.jar;;
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Creating Default Domain
    Reading template: /F:/Oracle/Middleware/wlserver_10.3/common/templates/domains/wls.jar
    Setting Name to 'DefaultServer'
    Setting ListenAddress to ''
    Setting ListenPort to 7101
    Setting domain administrator to 'weblogic'
    Setting domain password.
    Writing domain: /C:/Documents and Settings/pramod.gujjeti/Application Data/JDeveloper/system11.1.1.4.37.59.23/DefaultDomain/
    Closing template.
    Reading domain: /C:/Documents and Settings/pramod.gujjeti/Application Data/JDeveloper/system11.1.1.4.37.59.23/DefaultDomain/
    Adding domain extension template: /F:/Oracle/Middleware/jdeveloper/common/templates/jdeveloper/adrs_template.jar
    Adding domain extension template: /F:/Oracle/Middleware/jdeveloper/common/templates/domains/jsf_template_1.2.9.0.jar
    Adding domain extension template: /F:/Oracle/Middleware/oracle_common/common/templates/applications/jrf_template_11.1.1.jar
    Error: addTemplate() failed. Do dumpStack() to see details.
    Problem invoking WLST - Traceback (innermost last):
    File "C:\Documents and Settings\pramod.gujjeti\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.j2ee.adrs\CreateDefaultDomain.py", line 100, in ?
    File "C:\Documents and Settings\pramod.gujjeti\Local Settings\Temp\WLSTOfflineIni5328235009276840957.py", line 89, in addTemplate
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:420)
    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)
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: com.oracle.cie.domai
    n.ConfigGroupsException: Multiple definitions of server-group JRF-ADMIN-SVR are not allowed
    C:\Documents and Settings\pramod.gujjeti>
    Appreciate your help in advance!
    Thanks,
    Pramod Gujjeti

    I could see no helpful resolution of the issue in the mentioned thread. Please let me know if I'm missing anything!

  • Ebusiness suite integration with ADF

    HI there xperts!
    I am having a lot of trouble trying to decipher the multitude of information around for integrating Jdeveloper ADF applications with ebusiness 12.1.3
    Essentially, I have created a number of view pages, in my application but now need to call some API's to add transactional capabilities.
    My undertstanding at this time, is to actually expose web services and call those in ADF using web service data controls.
    I have been able to go to the integration repository and deploy the APIs. It is at this point I get stuck. Do I have to use BPEL / Oracle Service BUS?
    Or can I now access these exposed services directly from ADF. If so, how? I can see addresses specific to our environment in the WSDL file, however, these are invalid when I try to create a web service data control.
    My second question, when deploying to a client site, do these details need to be updated each time (ie, there will be specific addresses for each environment?
    Any help would be very much appreciated.
    Thanks
    S

    Hi Simo;
    Please check below note which could be helpful for your issue:
    Using Oracle Application Framework (OAF) and Application Development Framework (ADF) [ID 563047.1]
    FAQ for Integration of Oracle E-Business Suite and Oracle Application Development Framework (ADF) Applications [ID 1296491.1]
    You can also post your issue on Forum Home » Application Development in Java » JDeveloper and ADF
    Regard
    Helios

  • Column Formula with Error in OBIEE 11g

    Hello,
    On Oracle Business Intelligence Enterprise Edition 11g, I am trying to create an analysis. The database is MySQL. In the database, there is a field of type varchar(10). This
    field shows a date. In OBIEE 11g, when creating the analysis, in the Criteria tab, I choose this column (varchar) and edit the formula of it. The operation that I want to do is:
    YEAR(CURRENT_DATE) - SUBSTRING("TableName"."ColumnName" FROM 1 FOR 4) where the ColumnName is the name of the column of type varchar(10)
    but I get an error: +[nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 27002] Near <->: Syntax error [nQSError: 26012]+
    If I execute the same query directly on the MySQL database, I get the desired result without any error.
    Also, if I use the following formula, I also get an error:
    CAST((SUBSTRING("TableName"."ColumnName" FROM 1 FOR 4)) AS INTEGER)
    So, I am asking why the first query throws an error in OBIEE 11g but not when it runs directly on the MySQL database. Also, how can I convert in OBIEE 11g a string to integer?
    Thank you in advance,
    Griselda

    Business Intelligence Foundation wrote:
    Hi
    Im getting below error in Bi11g. core application services is down.
    Error:
    [nQSError: 46066] Operation cancelled.
    [nQSError: 46067] Queue has been shut down. No more operations will be accepted.
    If anyone Know tell me.
    Thanks and Regards
    sathyaHi sathya,
    It could mean several different things. Do you know if the administrator have shut down the services? If you have access to the server, check to see if all the services are up and running.
    Thanks,
    -Amith.

  • Error in BW integration in Portal

    Hi  Portal Guru
    Here I am getting error in BW Integration for Bex Web Application Designer. Portal Communication error. pls tell me the solution for this.
    helpful answer rewarded with Max Points.
    Regards
    sumit

    Hi Sumit
    Have you check the system connection test.Please check the system properties properly ,Prerequisite and let me know where you stuck,go through this link for for help
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/connectivity&
    Thanks
    Regards
    Santosh
    Reward if helpful !!!

  • Error logging for Integrated Planning

    Can I turn on error logging for Integrated Planning.  Users get errors and forget to screenshot it to me, so I have no way of finding out what their error was unless I get them to duplicate it.  It would be nice to look up a log of errors by user.  Do they have something like that in Integrated Planning?
    Thanks!

    Hi Dustin,
    Few comments :
    1. UPDATE TASK means that a new background task is create and the function is performed asyncronisly ,with that the user will not wait for the update of the DB to finish ,you can read in SAP help about CALL FUNCTION IN UPDATE
    2. Be aware that the table that you create will be extremely large in no time ,you will have to delete data on a regular basis
    3. The same concept of the thread can be applied to function module 'RRMS_MESSAGE_HANDLING' this function module is responsible of messaging in BEX 'some times IP related messages are invoked from it.
    Regards,
    Eitan.

  • Internal error: Link from Integration Process

    Hello,
    i´ve got a big problem with a process in PI 7.1
    When I try to save my process I get this Error Message:
    Internal error: Link from Integration Process IP_ASSET_EXCHANGE | http://hiddennamespace.com to object type "ifmextmes" with role "d77b01873ae811de8f28000c294f2f80" is not permitted
    For my Abstract interfaces I use External Definitions.
    Does anyone has a tip?
    Thnx,
    Rgds,
    Steffen

    Hi!
    I have same problem.
    Have you decided this issue?
    Thnx,
    Serg

  • How to catch the error occurred in Integration Process, and then save it?

    1. how to catch the error occurred in Integration Process, and then save the detailed error message to the file?
    2. there are fault message type for inbound message interface, how to use the fault message type in IR?
    Thanks,
    Michael
    Message was edited by: Spring Tang
    inital
    Message was edited by: Spring Tang
    detailed message output
    Message was edited by: Spring Tang
    fault message type

    Hi Spring,
    If u give an exception step along with your Transformation Step, whenever some error occurs in your message mapping, this exception block wil be triggered.
    You can configure your exception block to do all exception processing that you want. This exception handling is like any other java Exceptio n Handler. You can do anything that you want in your exception handler block on the basis of your requirements.
    <i>If an exception is triggered at runtime, the system first searches for the relevant exception handler in surrounding blocks. If it does not find the correct exception handler, it continues the search in the next block in the block hierarchy.
    When the system finds the correct system handler, it stops all active steps in the block in which the exception handler is defined and then continues processing in the exception handler branch. Once the exception handler has finished processing, the process is continued after the block.
    If the system fails to find an exception handler, it terminates the integration process with an error.</i>
    Regards,
    Bhavesh

  • Active failed.  Communication error when performing integrations.

    I actived an activity but the request failed. In the request log,the last rows indicated the reason,but I can't understand and don't know how to solve it. Below show the last rows of the log:
    Change request state from SUCCEEDED to FAILED
        Error! The following problem(s) occurred  during request processing:
        Error! Communication error when performing integrations. HTTP protocol error [reason: Parsing of the response body failed [reason: Comment must start with "<!--".]]. Request FAILED.
    REQUEST PROCESSING finished at 2010-09-05 03:00:16.468 GMT and took 2 m 36 s 172 ms

    I copied SCs' info from http://host:port/sap/monitoring/ComponentInfo below:
    Software Components 
    Vendor  Name  Version  Location  Applied 
    sap.com  WD-APPS  7.11 SP3 (1000.7.11.3.0.20090708034600)  SAP AG  20100227111730 
    sap.com  WD-FLEX  7.11 SP3 (1000.7.11.3.0.20090708034600)  SAP AG  20100227114200 
    sap.com  ENGINEAPI  7.11 SP3 (1000.7.11.3.0.20090707235900)  SAP AG  20100227104639 
    sap.com  LM-MODEL-CE  7.11 SP3 (1000.7.11.3.0.20090708100200)  SAP AG  20100227110643 
    sap.com  LM-SLD  7.11 SP3 (1000.7.11.3.0.20090708100200)  SAP AG  20100227111825 
    sap.com  WD-RUNTIME  7.11 SP3 (1000.7.11.3.0.20090714195600)  SAP AG  20100227112212 
    sap.com  WD-ADOBE  7.11 SP3 (1000.7.11.3.0.20090708034600)  SAP AG  20100227110000 
    sap.com  EP-MODELING  7.11 SP3 (1000.7.11.3.0.20090708052800)  SAP AG  20100227113917 
    sap.com  J2EE-FRMW  7.11 SP3 (1000.7.11.3.0.20090707235900)  SAP AG  20100227110242 
    sap.com  ENGFACADE  7.11 SP3 (1000.7.11.3.0.20090707223600)  SAP AG  20100227111458 
    sap.com  ESREG-BASIC  7.11 SP3 (1000.7.11.3.1.20090819222300)  SAP AG  20100227110634 
    sap.com  CAF  7.11 SP3 (1000.7.11.3.0.20090708030100)  SAP AG  20100227114351 
    sap.com  ESF  7.11 SP3 (1000.7.11.3.0.20090716184100)  SAP AG  20100227111734 
    sap.com  CORE-TOOLS  7.11 SP3 (1000.7.11.3.0.20090707235900)  SAP AG  20100227112432 
    sap.com  EP_BUILDT  7.11 SP3 (1000.7.11.3.0.20090708053700)  SAP AG  20100227112608 
    sap.com  APP-LIB  7.11 SP3 (1000.7.11.3.0.20090708094400)  SAP AG  20100227105136 
    sap.com  MOIN_BUILDT  7.11 SP3 (1000.7.11.3.0.20090708055000)  SAP AG  20100227105811 
    sap.com  LMNWABASICMBEAN  7.11 SP3 (1000.7.11.3.0.20090708100200)  SAP AG  20100227112135 
    sap.com  ESCONF_BUILDT  7.11 SP3 (1000.7.11.3.0.20090708053700)  SAP AG  20100227110749 
    sap.com  VCFRAMEWORK  7.11 SP3 (1000.7.11.3.0.20090708050100)  SAP AG  20100227111401 
    sap.com  LMINTERNALAGENT  7.11 SP3 (1000.7.11.3.0.20090708100200)  SAP AG  20100227110251 
    sap.com  APP-LIB-BASIC  7.11 SP3 (1000.7.11.3.0.20090708094400)  SAP AG  20100227104638 
    sap.com  ESI-UI  7.11 SP3 (1000.7.11.3.0.20090708094400)  SAP AG  20100227112458 
    sap.com  WDEXTENSIONS  7.11 SP3 (1000.7.11.3.0.20090708083400)  SAP AG  20100227114257 
    sap.com  LMNWACDP  7.11 SP3 (1000.7.11.3.0.20090708100200)  SAP AG  20100227112218 
    sap.com  EP-CONNECTIVITY  7.11 SP3 (1000.7.11.3.0.20090708052800)  SAP AG  20100227112502 
    sap.com  LMNWAUIFRMRK  7.11 SP3 (1000.7.11.3.0.20090708100200)  SAP AG  20100227114149 
    sap.com  SERVERCORE  7.11 SP3 (1000.7.11.3.0.20090721210400)  SAP AG  20100227110257 
    sap.com  CE-RA-EDM  7.11 SP3 (1000.7.11.3.0.20090708094400)  SAP AG  20100227110932 
    sap.com  EP-BASIS-API  7.11 SP3 (1000.7.11.3.0.20090708052800)  SAP AG  20100227112504 
    sap.com  ESMP_BUILDT  7.11 SP3 (1000.7.11.3.0.20090708055000)  SAP AG  20100227110214 
    sap.com  ESREG-SERVICES  7.11 SP3 (1000.7.11.3.2.20091001033900)  SAP AG  20100227112210 
    sap.com  ESP_FRAMEWORK  7.11 SP3 (1000.7.11.3.2.20090914172400)  SAP AG  20100227112151 
    sap.com  VCKITBI  7.11 SP3 (1000.7.11.3.0.20090708094400)  SAP AG  20100227113947 
    sap.com  BI_UDI  7.11 SP3 (1000.7.11.3.0.20090708053700)  SAP AG  20100227114349 
    sap.com  VCFREESTYLEKIT  7.11 SP3 (1000.7.11.3.0.20090708050100)  SAP AG  20100227114146 
    sap.com  EP-RUNTIME  7.11 SP3 (1000.7.11.3.0.20090715192600)  SAP AG  20100227114235 
    sap.com  BI-BASE-S  7.11 SP3 (1000.7.11.3.0.20090708074100)  SAP AG  20100227114355 
    sap.com  JSPM  7.11 SP3 (1000.7.11.3.0.20090721210400)  SAP AG  20100227110220 
    sap.com  UDDI  7.11 SP3 (1000.7.11.3.1.20090928214200)  SAP AG  20100227110233 
    sap.com  WSRM  7.11 SP3 (1000.7.11.3.0.20090708051400)  SAP AG  20100227110903 
    sap.com  UMEADMIN  7.11 SP3 (1000.7.11.3.0.20090708094400)  SAP AG  20100227112447 
    sap.com  SAP_BUILDT  7.11 SP3 (1000.7.11.3.0.20090708053700)  SAP AG  20100227112125 
    sap.com  VTP_BUILDT  7.11 SP3 (1000.7.11.3.0.20090708053700)  SAP AG  20100227104841 
    sap.com  J2EE-APPS  7.11 SP3 (1000.7.11.3.0.20090707235900)  SAP AG  20100227112629 
    sap.com  MESSAGING  7.11 SP3 (1000.7.11.3.3.20090909003900)  SAP AG  20100227114300 
    sap.com  FRAMEWORK  7.11 SP3 (1000.7.11.3.0.20090721210500)  SAP AG  20100227114152 
    sap.com  LMNWATOOLS  7.11 SP3 (1000.7.11.3.0.20090708100200)  SAP AG  20100227114149 
    sap.com  CAF-MF  7.11 SP3 (1000.7.11.3.0.20090708030100)  SAP AG  20100227111731 
    sap.com  CAF-UI  7.11 SP3 (1000.7.11.3.0.20090708093200)  SAP AG  20100227112401 
    sap.com  SAPNWDEMO  7.11 SP3 (1000.7.11.3.0.20090708094400)  SAP AG  20100227104638 
    sap.com  MMR_SERVER  7.11 SP3 (1000.7.11.3.0.20090708053700)  SAP AG  20100227114353 
    sap.com  DI_CLIENTS  7.11 SP3 (1000.7.11.3.0.20090708053700)  SAP AG  20100227112503 
    sap.com  UWLJWF  7.11 SP3 (1000.7.11.3.0.20090708074100)  SAP AG  20100227113931 
    sap.com  VCBASE  7.11 SP3 (1000.7.11.3.0.20090708050100)  SAP AG  20100227112627 
    sap.com  BI-WDALV  7.11 SP3 (1000.7.11.3.0.20090715032600)  SAP AG  20100227111328 
    sap.com  BI-WDEXT  7.11 SP3 (1000.7.11.3.0.20090708083300)  SAP AG  20100227114258 
    sap.com  SOAMONBASIC  7.11 SP3 (1000.7.11.3.0.20090708094400)  SAP AG  20100227112447 
    sap.com  EP-ADMIN  7.11 SP3 (1000.7.11.3.0.20090726162100)  SAP AG  20100227114239 
    sap.com  EP-BASIS  7.11 SP3 (1000.7.11.3.0.20090708052800)  SAP AG  20100227112829 
    sap.com  LMNWABASICAPPS  7.11 SP3 (1000.7.11.3.0.20090727232800)  SAP AG  20100227114323 
    sap.com  LMNWABASICCOMP  7.11 SP3 (1000.7.11.3.0.20090726191000)  SAP AG  20100227112449 
    sap.com  LMCFG  7.11 SP3 (1000.7.11.3.0.20090726191000)  SAP AG  20100227112609 
    sap.com  LMCTC  7.11 SP3 (1000.7.11.3.0.20090708100200)  SAP AG  20100227114321 
    sap.com  NWTEC  7.11 SP3 (1000.7.11.3.0.20090708094400)  SAP AG  20100227112331 
    sap.com  SR-UI  7.11 SP3 (1000.7.11.3.0.20090708094400)  SAP AG  20100227112359 
    sap.com  BASETABLES  7.11 SP3 (1000.7.11.3.0.20090707235900)  SAP AG  20100227112423 
    sap.com  CFG_ZA_CE  7.11 SP3 (1000.7.11.3.0.20090707235900)  SAP AG  20100227105952 
    sap.com  LM-CORE  7.11 SP3 (1000.7.11.3.0.20090707235900)  SAP AG  20100227111845 
    sap.com  DI_CBS  7.11 SP3 (1000.7.11.3.0.20090708100200)  SAP AG  20100227111119 
    sap.com  BRMS-BUILDT  7.11 SP3 (1000.7.11.3.0.20090708055000)  SAP AG  20100227104935 
    sap.com  XI_CNT_SAP_BASIS  7.11 SP1 (1000.7.11.1.0.20081108235600)  SAP AG  20100226194653 
    sap.com  BRMS-FACADE  7.11 SP3 (1000.7.11.3.0.20090708055000)  SAP AG  20100227105857 
    sap.com  BPEM-CONTENT  7.11 SP3 (1000.7.11.3.0.20090708082900)  SAP AG  20100227111116 
    sap.com  ADSSAP  7.11 SP3 (1000.7.11.3.0.20090708053700)  SAP AG  20100227104529 
    sap.com  BPEM-PP  7.11 SP3 (1000.7.11.3.0.20090708082900)  SAP AG  20100227110939 
    sap.com  BPEM-HIM  7.11 SP3 (1000.7.11.3.0.20090708055000)  SAP AG  20100227110948 
    sap.com  DI_DTR  7.11 SP3 (1000.7.11.3.0.20090708100200)  SAP AG  20100227110723 
    sap.com  BPEM-CORE  7.11 SP3 (1000.7.11.3.0.20090708055000)  SAP AG  20100227112433 
    sap.com  BPEM-FACADE  7.11 SP3 (1000.7.11.3.0.20090708055000)  SAP AG  20100227111735 
    sap.com  SAP_XIGUI  7.11 SP3 (1000.7.11.3.2.20090819222300)  SAP AG  20100227111517 
    sap.com  SAP_XIESR  7.11 SP3 (1000.7.11.3.3.20091001183900)  SAP AG  20100227111819 
    sap.com  SERVICE-COMP  7.11 SP3 (1000.7.11.3.0.20090708055000)  SAP AG  20100227112210 
    sap.com  BPEM-WDUI  7.11 SP3 (1000.7.11.3.0.20090708082900)  SAP AG  20100227112404 
    sap.com  GP-VC  7.11 SP3 (1000.7.11.3.0.20090708091600)  SAP AG  20100227112422 
    sap.com  GP-PP  7.11 SP3 (1000.7.11.3.0.20090708091600)  SAP AG  20100227113936 
    sap.com  GP-CORE  7.11 SP3 (1000.7.11.3.0.20090708091600)  SAP AG  20100227112606 
    sap.com  DI_CMS  7.11 SP3 (1000.7.11.3.0.20090708100200)  SAP AG  20100227114059 
    sap.com  BPEM-MON  7.11 SP3 (1000.7.11.3.0.20090708082900)  SAP AG  20100227112502 
    sap.com  VOICERT  7.11 SP3 (1000.7.11.3.0.20090708094400)  SAP AG  20100227111455 
    sap.com  BRMS-CORE  7.11 SP3 (1000.7.11.3.0.20090708055000)  SAP AG  20100227114147 
    sap.com  IDEUPDSITECE  7.11 SP3 (1000.7.11.3.0.20090708112000)  SAP AG  20100227104951 
    sap.com  BPEM-FLEXUI  7.11 SP3 (1000.7.11.3.0.20090708055000)  SAP AG  20100227104710 
    sap.com  BPEM-BUILDT  7.11 SP3 (1000.7.11.3.0.20090708055000)  SAP AG  20100227104645 
    sap.com  VOICEVC  7.11 SP3 (1000.7.11.3.0.20090708094400)  SAP AG  20100227104733 
    sap.com  IDEUPDSITETOOLS  7.11 SP3 (1000.7.11.3.0.20090708053700)  SAP AG  20100227112428 
    test.sap.com  HM-WDUIDMKTSCNR  7.11 SP0 (1000.7.11.0.0.1268322642085)  Local Workplace  20100324083612 
    test.sap.com  HM-WDUIDMKTCNT  7.11 SP0 (1000.7.11.0.0.1268322933427)  Local Workplace  20100324083656 
    test.sap.com  HM-WDUIDMKTCORE  7.11 SP0 (1000.7.11.0.0.1268322880287)  Local Workplace  20100324083659

  • [nQSError: 46044 error in obiee

    Hi Team
    When i am opening a developed report in in Compound layout i am getting [nQSError: 46044 error in obiee] ,whereas when the same report is placed in the dashboard it is giving the desired output.
    So basically i am trying to say that , the report is coming up in the dashboard but when the same report is opened in the compound Layout it is giving [nQSError: 46044 error in obiee error.
            Please suggest.
    Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Business Intelligence Foundation wrote:
    Hi
    Im getting below error in Bi11g. core application services is down.
    Error:
    [nQSError: 46066] Operation cancelled.
    [nQSError: 46067] Queue has been shut down. No more operations will be accepted.
    If anyone Know tell me.
    Thanks and Regards
    sathyaHi sathya,
    It could mean several different things. Do you know if the administrator have shut down the services? If you have access to the server, check to see if all the services are up and running.
    Thanks,
    -Amith.

  • Essbase data crossjoin error in OBIEE analysis report

    Hi all,
    Anyone got the following error in OBIEE analysis report:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 96002] Essbase Error: Syntax error in input MDX query on line 13 at token 'crossjoin' (HY000)
    The OBIEE version is 11.1.1.6.2
    Data is from Essbase Cube, version 11.1.2
    The report is a simple cross tab table and we added 'After' aggregation to show grand total.
    The error show up when we drill down on dimension, click '+'.
    However, if I remove the 'After' aggregation. There is no error at all
    Thank you
    BCHK

    Hi veeravalli,
    Thank you for you reply. I got it.
    However, any idea to solve the issue?
    I tried to do it in RPD by case when,
    e.g. Acutal Sales: case when scenario='Actual' then salesamount end
    Budget Sales: case when scenario='Budget' then salesamount end
    Actual/Budget%: (Actual Sales/Budget Sales) *100
    So there is no error, Actual Sales and Budget Sales are correct, but Actual/Budget % shows nothing in report
    Thanks.
    BCHK

Maybe you are looking for