BI JAVA  incorrect URL while accessing portal from RSPLAN

Hi
  We have implemented BI JAVA by connecting our existing BI ABAP system SP15 to the newly created JAVA server. We installed Netweaver2004s  SR3 SP14 JAVA portal on a seperate server and configured BI JAVA on it.
  Now When a user goes to transaction RSPLAN and clicks on START MODELER
it direct to the page : http:// full hostname ( of java server):5XX00/webdynpro/dispatcher
hostname = of java server where portal is installed
but it is trying to connect to
http:// full hostname(of BI system):5XX00/webdynpro/dispatcher
and thus shows page not found.
It is working fine for Dev and QA environments and directs to the correct URL of their JAVA servers.
Where do we configure RSPLAN so that it directs to the correct URL.
But in Prod we have this issue.
Please advise.
Thanks
Janak

Hello
Please make sure that you have maintained the correct URL Prefix in transaction 'RSPLSA'.
The URL prefix maintained in this transaction is considered when starting the planning modeler.
Regards,
Ricardo

Similar Messages

  • Images not loading while accessing portal from internet

    Hi all
      we are trying to publish the portal on internet. We have used  apache as reverse proxy  and it is in dmz .
    When we access the portal from internet we are getting the  login page  but it is with out images (e.g branding imag etc).
    we also could login  in the portal but we only see  the links for  Help  Personalize  Log off  , Histrory Back  and Forward  remaining page is blank.
    Is this reverse proxy configuration issue?
    Can any body help us in resolving this issue. 
    Regards
    Rajendra.

    Hi Rajendra/Experts,
    We are currently working on custom webdynpro application which needs to be exposed to Internet using Apache HTTP Server.
    We can able to access URL, but no images are getting displayed and also the application not functioning when we click any button/links.
    Below is HTTPD file configuration
    ProxyPass /esampleApp http://hostname:port/webdynpro/dispatcher/local/esampUI/ESamplingApp
    ProxyPassReverse /esampleApp  http://hostname:port/webdynpro/dispatcher/local/esampUI/ESamplingApp
    when we look in to images URL which is being called from Apache we  found out "webdynpro" is missing in the URL.
    Actual URL in Portal Server: (working)
    http://portalhostname:port/webdynpro/resources/local/esampUI/Components/esampling.ui.ESamplingComp/logo.gif
    Apache URL:
    http://Apachehostname:port/resources/local/esampUI/Components/esampling.ui.ESamplingComp/logo.gif
    Please suggest.
    Thanks
    Aravind

  • How to hide _layouts in the URL while accessing an application page

    Can we create any friendly URL while accessing any custom application page. I don't want to show _layouts in the URL So how can i mask the URL.

    The application pages should be in the _layouts folder (or _admin for application pages for central admin).
    You can put pages at friendly urls, but then they should be site pages, which you provision using a "Module" element from Visual Studio. But be aware that then users will be able to modify them using SharePoint designer.
    There are methods to achieve this somehow, but you should not do it in sharepoint.

  • Error WS-32141 while  accessing portal help in 3.0.9.8.4 after  installing intermedia

    Hi All,
    I'm hitting the error, "No page has been created for this Content Area (WWS-32141)" while accessing portal help in 3.0.9.8.4.
    This error is coming after installing intermedia in my 8.1.7.3 database (not the enable intermedia option in GUI). Is this a known issue?
    Thanks in advance.
    With best regards,
    Nevin

    Zdenek,
    I had the same thing happen. What I did was abandon the install, uninstall ALL Oracle from my machine (I had Oracle reports, JDeveloper and other stuff installed). This included uninstalling 8.1.7 (Don't know if I needed to go that far but I did). Once my machine was clean I installed 8.1.7, created a minimal database and installed 9iAS. I didn't get that error again, but the Portal install failed miserably and I'm to the point of starting over again.
    One problem I'm having is a recurring blue screen of death with NTOSKRNL.EXE having an unhandled exception, never had that till I installed 9iAS so I am thinking that the error is somehow related. Have you seen that?

  • B1WS - (401)Unauthorized Error while accessing Webservice from JAVA

    Hi,
    While accessing B1WS getting the following error.
    Please help us to resolve the error
    {http://xml.apache.org/axis/}HttpErrorCode:401
    (401)Unauthorized
        at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
        at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
    Here is the Code :
    public class Test {
    //     public static final java.lang.String _dst_MSSQL2008 = "dst_MSSQL2008";
         public static final LoginDatabaseType dst_MSSQL2008 = new LoginDatabaseType("dst_MSSQL2008");
         public static final LoginLanguage ln_English = new LoginLanguage("ln_English");
        public static void main(String[] arg) throws ServiceException, IOException
            LoginServiceSoapStub login = (LoginServiceSoapStub) new LoginServiceLocator().getLoginServiceSoap(new URL("http://10.10.5.115/sapb1web/WebReferences/LoginService.wsdl"));
        try {
            login.login("ESPL-LAP-048", "INDIAHEAD", dst_MSSQL2008,"manager", "12345", ln_English, "ESPL-LAP-048:30000");
        } catch (Exception e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
            System.out.println("Error "+e.getMessage());
    Thanks
    Ravi Shankar

    Hi,
    Not sure this is right forum to post. You may try post in SDK forum to get quick response.
    Thanks & Regards,
    Nagarajan

  • Java.lang.StackOverflowError while accessing home page

    Why do I get java.lang.StackOverflowError while I try to call the /application url (Home page) after login. Note that before login this url was not giving any problem. Please help me out immediately, as this become crucial for our project. The part of the error stack is provided below:
    <Sep 9, 2004 12:25:03 PM IST> <Error> <HTTP> <101017> <[ServletContext(id=353527
    ,name=btwportal,context-path=/btwportal)] Root cause of ServletException
    java.lang.StackOverflowError
            at weblogic.servlet.internal.session.SessionData.getAttribute(SessionDat
    a.java:427)
            at com.bea.portal.appflow.PortalAppflowFactory.getPortalSession(PortalAp
    pflowFactory.java:148)
            at com.bea.portal.appflow.PortalAppflowFactory.createPortalSession(Porta
    lAppflowFactory.java:132)
            at com.bea.portal.appflow.PortalAppflowFactory.createPortalSession(Porta
    lAppflowFactory.java:114)
            at com.bea.portal.appflow.internal.PortalRequestImpl.getPortalSession(Po
    rtalRequestImpl.java:92)
            at com.bea.portal.appflow.processor.PostProcessor.refreshPortlet(PostPro
    cessor.java:213)
            at com.bea.portal.appflow.processor.PostProcessor.process(PostProcessor.
    java:149)
            at com.bea.portal.appflow.processor.AbstractPortalProcessor.process(Abst
    ractPortalProcessor.java:105)
            at com.bea.p13n.appflow.webflow.internal.IPProcessor.process(IPProcessor
    .java:106)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processTarg
    et(WebflowExecutorImpl.java:1234)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:746)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:761)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processWebf
    lowRequest(WebflowExecutorImpl.java:546)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:166)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:139)
            at com.bea.portal.appflow.PortalAppflowHelper.invokePortletWebflow(Porta
    lAppflowHelper.java:216)
            at com.bea.portal.appflow.processor.PostProcessor.refreshPortlet(PostPro
    cessor.java:245)
            at com.bea.portal.appflow.processor.PostProcessor.process(PostProcessor.
    java:149)
            at com.bea.portal.appflow.processor.AbstractPortalProcessor.process(Abst
    ractPortalProcessor.java:105)
            at com.bea.p13n.appflow.webflow.internal.IPProcessor.process(IPProcessor
    .java:106)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processTarg
    et(WebflowExecutorImpl.java:1234)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:746)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:761)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processWebf
    lowRequest(WebflowExecutorImpl.java:546)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:166)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:139)
            at com.bea.portal.appflow.PortalAppflowHelper.invokePortletWebflow(Porta
    lAppflowHelper.java:216)
            at com.bea.portal.appflow.processor.PostProcessor.refreshPortlet(PostPro
    cessor.java:245)
            at com.bea.portal.appflow.processor.PostProcessor.process(PostProcessor.
    java:149)
            at com.bea.portal.appflow.processor.AbstractPortalProcessor.process(Abst
    ractPortalProcessor.java:105)
            at com.bea.p13n.appflow.webflow.internal.IPProcessor.process(IPProcessor
    .java:106)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processTarg
    et(WebflowExecutorImpl.java:1234)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:746)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:761)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processWebf
    lowRequest(WebflowExecutorImpl.java:546)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:166)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:139)
            at com.bea.portal.appflow.PortalAppflowHelper.invokePortletWebflow(Porta
    lAppflowHelper.java:216)
            at com.bea.portal.appflow.processor.PostProcessor.refreshPortlet(PostPro
    cessor.java:245)
            at com.bea.portal.appflow.processor.PostProcessor.process(PostProcessor.
    java:149)
            at com.bea.portal.appflow.processor.AbstractPortalProcessor.process(Abst
    ractPortalProcessor.java:105)
            at com.bea.p13n.appflow.webflow.internal.IPProcessor.process(IPProcessor
    .java:106)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processTarg
    et(WebflowExecutorImpl.java:1234)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:746)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:761)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processWebf
    lowRequest(WebflowExecutorImpl.java:546)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:166)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:139)
            at com.bea.portal.appflow.PortalAppflowHelper.invokePortletWebflow(Porta
    lAppflowHelper.java:216)
            at com.bea.portal.appflow.processor.PostProcessor.refreshPortlet(PostPro
    cessor.java:245)
            at com.bea.portal.appflow.processor.PostProcessor.process(PostProcessor.
    java:149)
            at com.bea.portal.appflow.processor.AbstractPortalProcessor.process(Abst
    ractPortalProcessor.java:105)
            at com.bea.p13n.appflow.webflow.internal.IPProcessor.process(IPProcessor
    .java:106)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processTarg
    et(WebflowExecutorImpl.java:1234)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:746)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:761)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processWebf
    lowRequest(WebflowExecutorImpl.java:546)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:166)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:139)
            at com.bea.portal.appflow.PortalAppflowHelper.invokePortletWebflow(Porta
    lAppflowHelper.java:216)
            at com.bea.portal.appflow.processor.PostProcessor.refreshPortlet(PostPro
    cessor.java:245)
            at com.bea.portal.appflow.processor.PostProcessor.process(PostProcessor.
    java:149)
            at com.bea.portal.appflow.processor.AbstractPortalProcessor.process(Abst
    ractPortalProcessor.java:105)
            at com.bea.p13n.appflow.webflow.internal.IPProcessor.process(IPProcessor
    .java:106)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processTarg
    et(WebflowExecutorImpl.java:1234)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:746)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:761)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processWebf
    lowRequest(WebflowExecutorImpl.java:546)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:166)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:139)
            at com.bea.portal.appflow.PortalAppflowHelper.invokePortletWebflow(Porta
    lAppflowHelper.java:216)
            at com.bea.portal.appflow.processor.PostProcessor.refreshPortlet(PostPro
    cessor.java:245)
            at com.bea.portal.appflow.processor.PostProcessor.process(PostProcessor.
    java:149)
            at com.bea.portal.appflow.processor.AbstractPortalProcessor.process(Abst
    ractPortalProcessor.java:105)
            at com.bea.p13n.appflow.webflow.internal.IPProcessor.process(IPProcessor
    .java:106)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processTarg
    et(WebflowExecutorImpl.java:1234)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:746)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:761)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processWebf
    lowRequest(WebflowExecutorImpl.java:546)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:166)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:139)
            at com.bea.portal.appflow.PortalAppflowHelper.invokePortletWebflow(Porta
    lAppflowHelper.java:216)
            at com.bea.portal.appflow.processor.PostProcessor.refreshPortlet(PostPro
    cessor.java:245)
            at com.bea.portal.appflow.processor.PostProcessor.process(PostProcessor.
    java:149)
            at com.bea.portal.appflow.processor.AbstractPortalProcessor.process(Abst
    ractPortalProcessor.java:105)
            at com.bea.p13n.appflow.webflow.internal.IPProcessor.process(IPProcessor
    .java:106)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processTarg
    et(WebflowExecutorImpl.java:1234)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:746)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:761)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processWebf
    lowRequest(WebflowExecutorImpl.java:546)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:166)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:139)
            at com.bea.portal.appflow.PortalAppflowHelper.invokePortletWebflow(Porta
    lAppflowHelper.java:216)
            at com.bea.portal.appflow.processor.PostProcessor.refreshPortlet(PostPro
    cessor.java:245)
            at com.bea.portal.appflow.processor.PostProcessor.process(PostProcessor.
    java:149)
            at com.bea.portal.appflow.processor.AbstractPortalProcessor.process(Abst
    ractPortalProcessor.java:105)
            at com.bea.p13n.appflow.webflow.internal.IPProcessor.process(IPProcessor
    .java:106)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processTarg
    et(WebflowExecutorImpl.java:1234)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:746)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:761)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processWebf
    lowRequest(WebflowExecutorImpl.java:546)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:166)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:139)
            at com.bea.portal.appflow.PortalAppflowHelper.invokePortletWebflow(Porta
    lAppflowHelper.java:216)
            at com.bea.portal.appflow.processor.PostProcessor.refreshPortlet(PostPro
    cessor.java:245)
            at com.bea.portal.appflow.processor.PostProcessor.process(PostProcessor.
    java:149)
            at com.bea.portal.appflow.processor.AbstractPortalProcessor.process(Abst
    ractPortalProcessor.java:105)
            at com.bea.p13n.appflow.webflow.internal.IPProcessor.process(IPProcessor
    .java:106)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processTarg
    et(WebflowExecutorImpl.java:1234)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:746)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:761)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processWebf
    lowRequest(WebflowExecutorImpl.java:546)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:166)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:139)
            at com.bea.portal.appflow.PortalAppflowHelper.invokePortletWebflow(Porta
    lAppflowHelper.java:216)
            at com.bea.portal.appflow.processor.PostProcessor.refreshPortlet(PostPro
    cessor.java:245)
            at com.bea.portal.appflow.processor.PostProcessor.process(PostProcessor.
    java:149)
            at com.bea.portal.appflow.processor.AbstractPortalProcessor.process(Abst
    ractPortalProcessor.java:105)
            at com.bea.p13n.appflow.webflow.internal.IPProcessor.process(IPProcessor
    .java:106)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processTarg
    et(WebflowExecutorImpl.java:1234)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:746)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:761)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processWebf
    lowRequest(WebflowExecutorImpl.java:546)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:166)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:139)
            at com.bea.portal.appflow.PortalAppflowHelper.invokePortletWebflow(Porta
    lAppflowHelper.java:216)
            at com.bea.portal.appflow.processor.PostProcessor.refreshPortlet(PostPro
    cessor.java:245)
            at com.bea.portal.appflow.processor.PostProcessor.process(PostProcessor.
    java:149)
            at com.bea.portal.appflow.processor.AbstractPortalProcessor.process(Abst
    ractPortalProcessor.java:105)
            at com.bea.p13n.appflow.webflow.internal.IPProcessor.process(IPProcessor
    .java:106)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processTarg
    et(WebflowExecutorImpl.java:1234)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:746)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNode(We
    bflowExecutorImpl.java:761)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.gotoNextNod
    e(WebflowExecutorImpl.java:684)
            at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processWebf
    lowRequest(WebflowExecutorImpl.java:546)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:166)
            at com.bea.portal.appflow.PortalAppflowHelper.invokeWebflow(PortalAppflo
    wHelper.java:139)
            at com.bea.portal.appflow.PortalAppflowHelper.invokePortletWebflow(Porta
    lAppflowHelper.java:216)
            at com.bea.portal.appflow.processor.PostProcessor.refreshPortlet(PostPro
    cessor.java:245)
            at com.bea.portal.appflow.processor.PostProcessor.process(PostProcessor.
    java:149)
            at com.bea.portal.appflow.processor.AbstractPortalProcessor.process(Abst
    ractPortalProcessor.java:105)
            at com

    Hi Werner.
    Its has a sevirity 2. But since its a weeked nothing will progress until monday.
    Regrading to your commect:"... I think it's related to the data to be upgraded. Because the error occurs right after NLS_LANG checking, possibly there's a relationship to this " .
    The error raised at the beggining of the upgrade. Already in second screen
    where you choose the instance you want to upgrade.
    I dought that in this early steps its already collecting information regarding to actual data.
    Can you suggest from your experience a workaround for this problem ?
    Thanks.

  • Getting Error While accessing Accounts from oim

    Hi All,
    I am getting an exception while accessing user accounts from oim through the jdeveloper(I m giving UserId as input)
    Exception:
    avax.ejb.EJBAccessException: [EJB:010160]Security Violation: User: '<anonymous>' has insufficient permission to access EJB: type=<ejb>, application=oim#11.1.2.0.0, module=iam-ejb.jar, ejb=ProvisioningService, method=getAccountsProvisionedToUserx, methodInterface=Remote, signature={java.lang.String,java.lang.String}.
         at weblogic.ejb.container.internal.MethodDescriptor.checkMethodPermissionsBusiness(MethodDescriptor.java:581)
         at weblogic.ejb.container.internal.BaseRemoteObject.checkMethodPermissions(BaseRemoteObject.java:111)
         at weblogic.ejb.container.internal.BaseRemoteObject.preInvoke(BaseRemoteObject.java:274)
         at weblogic.ejb.container.internal.StatelessRemoteObject.__WL_preInvoke(StatelessRemoteObject.java:41)
         at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:24)
         at oracle.iam.provisioning.api.ProvisioningService_p7m7x_ProvisioningServiceRemoteImpl.getAccountsProvisionedToUserx(Unknown Source)
         at oracle.iam.provisioning.api.ProvisioningService_p7m7x_ProvisioningServiceRemoteImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Process exited with exit code 0.

    Which user are you using for creating connection with OIM ?
    Which method are you using to create connection with OIM ?
    Re: OIMClient login throwing AuthenticationException execption (FOR R2)

  • Error while accessing table from procedure but no error from anonymous plsq

    Hi All,
    I am getting a strange error while accessing a table from a different schema.
    In that concerned schema OWBSYS, i executed the following:
    grant Select on wb_rt_audit to ods;In Ods schema i executed:
    CREATE OR REPLACE SYNONYM wb_rt_audit FOR OWBSYS.wb_rt_audit;In ODS schema, when i execute:
    create or replace
    procedure pp_test as
    lv_owb_reject number := 0;
    lv_filename_1 varchar2(200):= 'asda';
    begin
        SELECT MAX(aud.rta_iid) into lv_owb_reject
                              FROM   wb_rt_audit aud
                              WHERE  aud.rta_lob_name LIKE Upper(lv_filename_1)
    end;
    /I get the error:
    Warning: execution completed with warning
    procedure Compiled.
    ORA-00942 - TABLE OR VIEW DOES NOT EXISTHowever, when i execute as an anonymous plsql the same code:
    declare
    lv_owb_reject number := 0;
    lv_filename_1 varchar2(200):= 'asda';
    begin
        SELECT MAX(aud.rta_iid) lv_owb_reject
                              FROM   wb_rt_audit aud
                              WHERE  aud.rta_lob_name LIKE Upper(lv_filename_1)
    end;
    anonymous block completedthere is no issue.
    Can someone help me understand what I might be missing:
    Edited by: Chaitanya on Feb 28, 2012 12:31 AM

    Check if have some other steps.
    SQL>conn scott1/tiger
    Connected.
    SQL>create table wb_rt_audit (rta_iid number);
    Table created.
    SQL>insert into wb_rt_audit values (100);
    1 row created.
    SQL>insert into wb_rt_audit values (200);
    1 row created.
    SQL>commit;
    Commit complete.
    SQL>grant select  on wb_rt_audit to scott2;
    Grant succeeded.
    SQL>conn scott2/tiger
    Connected.
    SQL>create synonym wb_rt_audit for scott1.wb_rt_audit;
    Synonym created.
    SQL>create or replace procedure pp_test as
        l_number number(10);
        begin
            SELECT MAX(rta_iid) into l_number
                                  FROM   wb_rt_audit;
      end pp_test;
    Procedure created.

  • Error while accessing portal.....

    Hi Experts,
       We have installed EP 7.0 SP 9.  It's working fine, but yesterday we met the problem, we can't able to access portal.
      After giving username and password, its opening the portal homepage with the following JavaScript Error on the taskbar.
    <b>1. 'disable personalize' is undefined
    2. 'EPCM.getSAPTop().gHistoryFrameworkObj' is null or not an object
    3. 'ActiveTrackingEntryIndex' is null or not an object</b>
      After showing errors above, its showing the portal HomePage.  If we click on any roles is loading with busy symbol, we can't able to navigate to any role or any workset after that.
      Please tell me some solution for this, it's very urgent.
      Points will be awarded.
    Regards,
    Chinnadurai.R.

    I also recieved this error.  It took me a while to discover the problem.  It is caused by the order in which .Net is installed.  If when you go to Applicaiton Pools you do NOT see: 
    - ASP.NET v4.0
    - ASP.NET v4.0 Classic
    If you only see
    - Classic .NET AppPool
    - DefaultAppPool
    - MBAMSitesAndSvcsAppPool
    Then you need to re run the setup of .NET using the commands below:
    Type cd C:\Windows\Microsoft.NET\Framework\v4.0.30319\ and press <kbd>ENTER</kbd>.
    Type aspnet_regiis.exe -ir and press <kbd>ENTER</kbd> again.

  • Error code -17306 while accessing container from TestStand

    Hi,
    I am getting an error -17306 while accessing the TestStand container present in Station Globals using invoke node property object. Please find below the code snippet.
    Thanks,
    Neha

    Hi
    I am not sure too, how to obtain sequence context from TS application manager. However, did you try using the lookupstring as "StationGlobals.UUT1.Name" or as "FileGlobals.UUT1.Name"?
    I think, the reference to globals will include Station Globals and File Globals. so, you might have to be specific in the lookup string.
    the error says the name of the variable or property is not valid.
    also, you wired "0" which means do not create the variable if not found. is that what you wanted to configure?

  • Error while accessing portal via internet

    Hi all,
    I am having problems when accessing portal through internet. I have installed NW04 SR1(WAS, EP & KM). Then I created some iviews and pages.
    Now <u>when I open the portal through internet(using its ip address)</u> and try to access PCD, it is showing <b>undefined</b> in place of the loading message and it is not loading anything. Also <b>the detailed navigation is empty</b> in all pages(eg. System Administration, Monitoring, etc.). But <u>when i access it locally(using machine name) everything works fine</u>. Any idea what the problem is?
    Another problem is with the KM Navigation IView. I have created a custom layout set for this iview. In the iview I am displaying the documents in a folder along with a link for approval process. But <b>when i click on the link, it shows javascript error "Access is denied"</b>. <u>This happens when I access it through internet. When I access it locally, it works fine and show me the context menu for approval</u>. Any idea?
    Please reply fast as it is urgent.
    Thanks in advance.
    Ranjith

    hi
    just check this out
    http://help.sap.com/saphelp_ep60sp2/helpdata/en/37/c1513c388d8f0ce10000000a11405a/content.htm
    http://help.sap.com/saphelp_ep60sp2/helpdata/en/e9/83d5f20ea845b587be83de8554191e/plain.htm

  • Error while upgrading Portal from 10.1.2 to 10.1.4

    This is the error message I am getting when I try to upgrade portal from 10.1.2 to 10.1.4 by applying the patch.
    NOTIFICATION:1 Framework: Error: Component upgrade failed PORTAL
    NOTIFICATION:1 Framework: Error: PORTAL component version is: 10.1.2.0.2 INVALID.
    Please let me know if any has has a solution?
    ==========================================
    D:\Software\Oracle\IDM\as_windows_x86_portal_1014\mrua_051020\mrua>mrua.bat -ora
    cle_home D:\Software_Installations\OraHome_Infra_01 -oid_host <hostname> -oid_ssl_port 636
    Executing mrua.pl
    Running on Windows
    OracleAS Metadata Repository Upgrade Assistant 10.1.4.0.0
    Enter the password for SYS:
    Enter the password for cn=orcladmin:
    Enter the password for cn=orcladmin:
    Upgrading the OracleAS Metadata Repository to release 10.1.4.0.0
    Calling upgrade plugin for MRUA
    Component has already been upgraded MRUA
    Calling upgrade plugin for PORTAL
    Error: Component upgrade failed PORTAL
    Error: PORTAL component version is: 10.1.2.0.2 INVALID
    Calling upgrade plugin for MRC
    Component has already been upgraded MRC
    FAILURE: Some OracleAS plug-ins report failure during upgrade.
    Log file: D:\Software_Installations\OraHome_Infra_01\upgrade\logs\mrua2007-07-1
    3_02-07-15PM.log
    Finished mrua.pl

    That didn't help for me....
    I have those things shut down already and you can see below what I'm getting on the re-run:
    -bash-3.00$ /app/oracleas/as1012portal/bin/emctl stop iasconsole
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2 Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://asdev:1811/emd/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Application Server Control ...
    Cannot determine Oracle Enterprise Manager 10g Application Server Control process; /app/oracleas/as1012portal/bin/emctl.pid does not exist.
    Oracle Enterprise Manager 10g Application Server Control may not be running.
    -bash-3.00$ /app/oracleas/as1012portal/opmn/bin/opmnctl stopall
    opmnctl: opmn is not running
    -bash-3.00$ mrua/mrua.sh -oracle_home /app/oracleas/as1014metadatarepository -oid_host asdev -oid_ssl_port 636
    Executing mrua.pl
    Running on UNIX
    OracleAS Metadata Repository Upgrade Assistant 10.1.4.0.0
    Enter the password for SYS:
    Enter the password for cn=orcladmin:
    Upgrading the OracleAS Metadata Repository to release 10.1.4.0.0
    Calling upgrade plugin for MRUA
    Component has already been upgraded MRUA
    Calling upgrade plugin for PORTAL
    Error: Component upgrade failed PORTAL
    Error: PORTAL component version is: 10.1.2.0.2 INVALID
    Calling upgrade plugin for MRC
    Component has already been upgraded MRC
    FAILURE: Some OracleAS plug-ins report failure during upgrade.
    Log file: /app/oracleas/as1014metadatarepository/upgrade/logs/mrua2007-10-23_00-42-55PM.log
    Finished mrua.pl
    -bash-3.00$ grep PORTAL /app/oracleas/as1014metadatarepository/upgrade/logs/mrua2007-10-23_00-42-55PM.log
    2007/10/23 12:43:06.236 CST NOTIFICATION:1 Framework: Calling upgrade plugin for PORTAL
    2007/10/23 12:43:28.203 CST NOTIFICATION:1 Framework: Error: Component upgrade failed PORTAL
    2007/10/23 12:43:28.209 CST NOTIFICATION:1 Framework: Error: PORTAL component version is: 10.1.2.0.2 INVALID
    There is another oracle instance we have, the one that is hosting the LDAP server, and after the above I also tried doing a stopall there, then bringing up only the ldap server which is required for the upgrade, and then shutting down the iasconsole for that instance too so that only the ldap server remained, then re-running the portal upgrade. It didn't help.
    Any ideas?

  • Problems in authentication while accessing WSDL from  Sharepoint

    I am trying to access objects from a SharePoint on my company site, which requires Authentication and Authorization in order to access  the same. I have written a client and am trying to access the WSDL using Axis 1.0.
    I am  getting an authentication error whiletyring to access the same . The details are listed below.  Is there any workaround you may be knowing to get over this firewall problem, that they may be facing ?
    Exception in thread "main" AxisFault
    faultCode: {http://xml.apache.org/axis/}HTTP
    faultString: (401)Unauthorized
    faultActor: null
    faultDetail:
          null: return code:  401
    &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd">
    &lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;You are not authorized to view this page&lt;/TITLE&gt;
    &lt;META HTTP-EQUIV=&quot;Content-Type&quot; Content=&quot;text/html; charset=Windows-1252&quot;&gt;
    &lt;STYLE type=&quot;text/css&quot;&gt;
      BODY { font: 8pt/12pt verdana }
      H1 { font: 13pt/15pt verdana }
      H2 { font: 8pt/12pt verdana }
      A:link { color: red }
      A:visited { color: maroon }
    &lt;/STYLE&gt;
    &lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE width=500 border=0 cellspacing=10&gt;&lt;TR&gt;&lt;TD&gt;
    &lt;h1&gt;You are not authorized to view this page&lt;/h1&gt;
    You do not have permission to view this directory or page using the credentials that you supplied because your Web browser is sending a WWW-Authenticate header field that the Web server is not configured to accept.
    &lt;hr&gt;
    &lt;p&gt;Please try the following:&lt;/p&gt;
    &lt;ul&gt;
    &lt;li&gt;Contact the Web site administrator if you believe you should be able to view this directory or page.&lt;/li&gt;
    &lt;li&gt;Click the &lt;a href=&quot;javascript:location.reload()&quot;&gt;Refresh&lt;/a&gt; button to try again with different credentials.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;h2&gt;HTTP Error 401.2 - Unauthorized: Access is denied due to server configuration.&lt;br&gt;Internet Information Services (IIS)&lt;/h2&gt;
    &lt;hr&gt;
    &lt;p&gt;Technical Information (for support personnel)&lt;/p&gt;
    &lt;ul&gt;
    &lt;li&gt;Go to &lt;a href=&quot;http://go.microsoft.com/fwlink/?linkid=8180">Microsoft Product Support Services&lt;/a&gt; and perform a title search for the words &lt;b&gt;HTTP&lt;/b&gt; and &lt;b&gt;401&lt;/b&gt;.&lt;/li&gt;
    &lt;li&gt;Open &lt;b&gt;IIS Help&lt;/b&gt;, which is accessible in IIS Manager (inetmgr),
    and search for topics titled &lt;b&gt;About Security&lt;/b&gt;, &lt;b&gt;Authentication&lt;/b&gt;, and &lt;b&gt;About Custom Error Messages&lt;/b&gt;.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;

    As a workaround I can start the application in debug mode, log into the Weblogic console and stop then restart the deployment and this issue goes away, sort of a pain but it does work.

  • Exceptions arsing while accessing DataSource   from a stand alone java clie

    Dear all responders,
    can any one help in resolving my problem??the problem description is as follows:
    i am using sun one application server 7.0 to deploy a J2EE Apllication
    so i have created a data source using the admin page with the name
    "nodbsession".now i want to access this datasource using a stand alone java client and want to establish a connection to database.i am using the following code snippet to do so
    **code is as follows**
    Hashtable env=new Hashtable();
                   env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.cosnaming.CNCtxFactory");
                   env.put(Context.PROVIDER_URL, "iiop://localhost:3700");
                   System.out.println("creating context");
                   Context ctx =new InitialContext(env);
                                  System.out.println("created successfull");
                   DataSource ds =(DataSource)ctx.lookup("nodbsession");
    /* by using like this also it is not working
    DataSource ds =(DataSource)ctx.lookup("java:comp/env/jdbc/nodbsession");
    i am able to obtain the context succussfully but the exception is thrown for the data source look up
    the following exception is thrown
    javax.naming.NameNotFoundException. Root exception is org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0
    at org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read(NotFoundHelper.java:72)
    at org.omg.CosNaming._NamingContextExtStub.resolve(_NamingContextExtStub.java:402)
    at com.sun.jndi.cosnaming.CNCtx.callResolve(CNCtx.java:440)
    at com.sun.jndi.cosnaming.CNCtx.lookup(CNCtx.java:492)
    at com.sun.jndi.cosnaming.CNCtx.lookup(CNCtx.java:470)
    at javax.naming.InitialContext.lookup(InitialContext.java:347)
    at Test.<init>(Test.java:27)
    at Test.main(Test.java:47)
    please help me in resolving the above problem
    advance thanx to all those who intend to reply
    please provide me a proper resolution

    I think the appserver uses com.sun.enterprise.naming.SerialInitContextFactory on the server side to register different resources. Anything registered with SerialialInitContextFactory cannot be resolved with a CNCtxFactory.
    Can you try using SerialInitContextFactory on the client side.

  • Problem with Permissions while accessing Portal Content

    Dear All,
    Im facing some problems with the permission in accessing the portal content.
    When i right click on any of the folders in the catalog displayed under the System Administration - > System Configuration -> System Landscape -> Content directory provided by SAP . I get the following Menu options on right click -> NEW -- > Folder, Change ID, Copy, Delete.
    I dont get a option such as NEW --> System(from template) which is important to configure the ABAP ECC 6.0 System with the EP 7.0 to enable logon through  the Portal to access the ABAP  Database through Web browser.
    I have installed EP 7.0 JAVA stack alone separately and ECC 6.0 ABAP stack alone separately.
    I have tried assigning System Admin Role, Super User Role, Group as Administrators. But nothing seems to work.
    Im not sure of the roles to be assigned.
    thanks,
    Deepak
    Edited by: Deepak M on Jul 1, 2009 1:16 PM

    Deepak,
    Try giving the foll roles,
    pcd:portal_content/administrator/super_admin/super_admin_role
    and groups,
    SAP_J2EE_ADMIN
    Authenticated Users (GRUP.SUPER_GROUPS_DATASOURCE.AUTHENTICATED_USERS)
    Vikram

Maybe you are looking for