Getting Destinations not found error

Hello experts,
I have installed the CE7.1 trial version in my system with J2EE engine and NWDS. I have created technical system and created the JCo for the same to access the company's R/3 system. I created an web dynpro application of flight list. When i am running my application, i am getting the following error.
java.lang.NullPointerException
    at com.sap.conn.jco.rt.DefaultDestinationManager.checkProperties(DefaultDestinationManager.java:405)
    at com.sap.conn.jco.rt.DefaultDestinationManager.update(DefaultDestinationManager.java:142)
    at com.sap.conn.jco.rt.DefaultDestinationManager.searchDestination(DefaultDestinationManager.java:292)
    at com.sap.conn.jco.rt.DefaultDestinationManager.getDestinationInstance(DefaultDestinationManager.java:90)
    at com.sap.conn.jco.JCoDestinationManager.getDestination(JCoDestinationManager.java:61)
    ... 82 more
Detailed Error Information
Detailed Exception Chain
com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exception was thrown in preprocessing phase of application session ApplicationSession(id=fcda3751e7b111ddb75600188b03d569, name=com.sap.demo.flightlist.flightmodel.flightapplication.FlightApplication). The causing exception is nested. RID=fcd0c170e7b111dd821900188b03d569
  at com.sap.tc.webdynpro.clientserver.session.ClientSession.doPreprocessing(ClientSession.java:680)
  at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:239)
  at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:258)
  at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:202)
  at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
  at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
  at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:95)
  at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
  at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:92)
  at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:104)
  at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
  at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:54)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140)
  at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37)
  at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:466)
  at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:291)
  at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:396)
  at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:385)
  at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:76)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:240)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78)
  at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
  at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)
  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)
  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:457)
  at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:250)
  at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45)
  at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109)
  at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
Caused by: com.sap.tc.webdynpro.progmodel.context.DictionaryException: InvocationTargetException
  at com.sap.tc.webdynpro.progmodel.context.DictionaryHandler.getDataType(DictionaryHandler.java:192)
  at com.sap.tc.webdynpro.progmodel.context.DataAttributeInfo.init(DataAttributeInfo.java:434)
  at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initUnmappedAttributes(NodeInfo.java:978)
  at com.sap.tc.webdynpro.progmodel.context.DataNodeInfo.doInit(DataNodeInfo.java:294)
  at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:950)
  at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:954)
  at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:69)
  at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:205)
  at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:552)
  at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doPreprocessing(ClientApplication.java:1296)
  at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToApplicationDoPreprocessing(AbstractExecutionContextDispatcher.java:146)
  at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForAppPreprocessing.doService(DispatchHandlerForAppPreprocessing.java:35)
  at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
  at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:95)
  at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToApplicationDoPreprocessing(ExecutionContextDispatcher.java:100)
  at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:74)
  at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:571)
  at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:602)
  at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doPreprocessing(ApplicationSession.java:252)
  at com.sap.tc.webdynpro.clientserver.session.ClientSession.doPreprocessing(ClientSession.java:677)
  ... 48 more
Caused by: com.sap.dictionary.runtime.DdException: InvocationTargetException
  at com.sap.dictionary.runtime.ProviderFactory4J7.getProvider(ProviderFactory4J7.java:36)
  at com.sap.dictionary.runtime.DdDictionaryPool.getProvider(DdDictionaryPool.java:96)
  at com.sap.dictionary.runtime.DdDictionaryPool.makeDictionary(DdDictionaryPool.java:75)
  at com.sap.dictionary.runtime.DdDictionaryPool.makeDictionary(DdDictionaryPool.java:63)
  at com.sap.dictionary.runtime.DdBroker.getDataType(DdBroker.java:224)
  at com.sap.tc.webdynpro.progmodel.context.DictionaryHandler._getScalarType(DictionaryHandler.java:462)
  at com.sap.tc.webdynpro.progmodel.context.DictionaryHandler.getDataType(DictionaryHandler.java:171)
  ... 67 more
Caused by: java.lang.reflect.InvocationTargetException
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
  at com.sap.dictionary.runtime.ProviderFactory4J7.getProvider(ProviderFactory4J7.java:21)
  ... 73 more
Caused by: com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination WD_RFC_METADATA_DEST does not exist
  at com.sap.mdi.jco7.Factory.makeException(Factory.java:41)
  at com.sap.mdi.jco7.Destination.<init>(Destination.java:35)
  at com.sap.mdi.jco7.Destination.make(Destination.java:21)
  at com.sap.mdi.jco7.Factory.getDestination(Factory.java:28)
  at com.sap.dictionary.runtime.mdi.DataProvider.<init>(DataProvider.java:115)
  ... 78 more
Caused by: com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination WD_RFC_METADATA_DEST does not exist  at com.sap.conn.jco.rt.DefaultDestinationManager.update(DefaultDestinationManager.java:163)
  at com.sap.conn.jco.rt.DefaultDestinationManager.searchDestination(DefaultDestinationManager.java:292)
  at com.sap.conn.jco.rt.DefaultDestinationManager.getDestinationInstance(DefaultDestinationManager.java:90)
  at com.sap.conn.jco.JCoDestinationManager.getDestination(JCoDestinationManager.java:61)
  at com.sap.mdi.jco7.Destination.<init>(Destination.java:32)
  ... 81 more
Caused by: java.lang.NullPointerException
  at com.sap.conn.jco.rt.DefaultDestinationManager.checkProperties(DefaultDestinationManager.java:405)
  at com.sap.conn.jco.rt.DefaultDestinationManager.update(DefaultDestinationManager.java:142)
  ... 85 more
Can anybody tell the reason for this and solution for the same.
Thanks & Regards
Sagar Ingalwar

Hi Sagar,
Check the JCOs. Whether these are configured properly or not?
Is the model getting imported properly?
JCOs are not reconfigured after you imported the model in your application.
Also check for the names whether you have used the right names or not?
Regards.
Rajat

Similar Messages

  • Get file not found error when I try to sync

    I get file not found error when I try to sync Iphone.

    SteveDVD,
    The use of the .WMV was because that was part of the Library .EM template. I would not anticipate problems with other formats, so long as they are supported and the same for all of your Menus in the Project.
    If you have done several Motion Menu Renderings, you might want to clear Encore's Media Cache, just in case it is still referencing previous Render files.
    And yes, the re-Importation should yield the same result as Linking/re-Linking.
    Unfortunately, I do not have CS4, so I can't test this for you. There do seem to be a few real Bugs in the various CS4 programs, and maybe this is one?
    That "File Not Found" rings a bell in my feeble brain. Seems that there was a post on that, but I do not remember it being related to Motion Menus. Maybe search will yield something of use.
    Good luck,
    Hunt

  • Trying to track a package on FedEx website and get "Framework Not Found" error message

    Either by clicking on the email from FedEx and launching Firefox or by opening the FedEx website and entering the tracking number, I get "Framework not found" error and the search stops. It worked with previous Firefox versions but not with the new 4.0.1 version. Any suggestions?

    I tried it with firefox and chrome and have the problem in both browsers, so it is not browser specific.

  • In Firefox, I keep getting "Server not found" error - CONSTANTLY!

    Two days ago I started getting the "server not found" error, off and on, daily. It is happening on both my desktop iMac 10.7, and my Windows 7 laptop. I keep having to hit the "Try Again" butting, and sometimes, several times, before a web site will finally launch. The only two extensions I have on both, are the Adblock Plus and the Last Tab Close Button, both of which, have been installed on said computers for months and months and months.
    I went in and changed a setting to the "auto detect proxy setting", hoping that would work, and it did not.
    I have Firefox version 21 on both computers, and it seems the problem started shortly after this latest Firefox update, and at the SAME TIME on both computers.
    I do not have virus protection on my iMac, nor on my Windows 7 laptop, at the moment, but I have run online software to check for anything, and no issues, so I believe, it is not that which is the issue.
    The firewalls on both computers are working fine and no issues there either, I have not changed any firewall settings, on either computer. It couldn't be the firewall, in my opinion, because this annoying error message started happening on BOTH of my computers, at the same time; I work on my iMac in the morning, then switch to my laptop in the afternoon, and same issue continues on both, and started at the same time, on both.
    Is there something broken in Firefox from this last update of the browser?
    Does anyone have any suggestions as to why both computers are having this issue, at the same time?
    I have not tried using I.E. yet on my laptop, I rarely have ever needed to use that browser, and I hate it, so I don't use it.
    Any help or suggestions, would be appreciated.

    I followed those steps, but clearly some steps are missing. How do you "enable each extension one at a time"? The only choices I see in Safe Mode are "disable" and "remove."
    And why is it that every other update to Firefox breaks Firefox? I've had to install add-ons just to be able to use it in Windows 8 with a touchpad.
    Now that I think of it, it doesn't even matter any more. After years of Firefox loyalty (even after Firefox users have dropped to 28%), I'm off to download Google Chrome (up to 52%). I'll miss Firefox, but not the on-again, off-again performance.

  • Getting "server not found" errors randomly. If I reload the page comes up fine. Why?

    I'm on a Mac running 10.6.5 and using Firefox 3.6.13. All of the sudden pages I visit all the time are coming up with "server not found" errors, but when I refresh the page comes up fine. Sometimes the page loads, but in html code and all jumbled.
    How do I fix this? Very annoying. I've been using Firefox for years and it's never done this. Nothing's changed with my connection or settings.

    You detailed the situation very well dezi.
    Amazing that so many people have this problem yet NONE of these so called "AWESOME" developers deem it important enough to address the issue.
    I still have the exact same lame problem as you with 3.6.whatever it is now.
    There are quite a few of these random"Server not found" threads scattered around here,all with a mounting number of "people have this problem"
    On my old MacBook Pro, which runs 3.5.16, I have no such issue.
    After 6 weeks of exhaustive research the only thing I have found is a fix aimed at PC users in which you alter the about:config settings (not that it would work for us or that if it is even possible) that affect something called DNS fetching. I am not a computer person so all the jargon about do this-do that goes over my head. However, to get this solved I will learn what it takes.
    I hope we get some real answers soon
    (and none of that "empty your cache and cookies" garbage either)
    Signed,
    Frustrated as hell

  • Weblogic 8.1: Remote/Foreign Server JMS - Destination not found error

    Hi
    This is our current setup: Weblogic Server 8.1 with JMS module running on the same instance as the application. We would like to move JMS out into its own box. I am currently setting up my development environment to test the new setup. These are the steps I followed:
    * Setup the server instance running the application on one box (Box1). Removed the existing JMS Connection Factory and Destination JNDI setup
    * Setup a server instance on another box (Box2) without the application. Created the necessary JMS Connection Factories and Destinations. Started the server instance on Box2
    * Added a Foreign Server configuration on Box1. Created the connection factory and destinations under this foreign server pointing to Box2
    * The Foreign JNDI names are being bound correctly (I verified the JNDI tree on Box1). Restarted the server instance of Box1
    Message-Driven Beans deployed on Box1 are unable to retrieve messages from Box2. The exception thrown is given below. Any help in troubleshooting and resolving this issue is appreciated.
    <Warning> <EJB> <myserver> <main> <<WLS Kernel>> <> <BEA-010061> <The Message-Driven EJB: MyBean is unable to connect to the JMS destination: jms/my.application.firstQueue. The Error was:
    weblogic.jms.common.JMSException: Destination not found
    weblogic.jms.common.JMSException: Destination not found
    at weblogic.jms.dispatcher.InvocableManager.invocableFind(InvocableManager.java:136)
    at weblogic.jms.backend.BESession.createConsumer(BESession.java:153)
    at weblogic.jms.backend.BESession.invoke(BESession.java:1457)
    at weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine(Request.java:643)
    at weblogic.jms.dispatcher.DispatcherImpl.dispatchSync(DispatcherImpl.java:179)
    at weblogic.jms.frontend.FEConsumer.<init>(FEConsumer.java:232)
    at weblogic.jms.frontend.FESession$3.run(FESession.java:1058)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.jms.frontend.FESession.consumerCreate(FESession.java:1054)
    at weblogic.jms.frontend.FESession.invoke(FESession.java:2552)
    at weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine(Request.java:643)
    at weblogic.jms.dispatcher.DispatcherImpl.dispatchSync(DispatcherImpl.java:179)
    at weblogic.jms.client.JMSSession.consumerCreate(JMSSession.java:1860)
    at weblogic.jms.client.JMSSession.createConsumer(JMSSession.java:1691)
    at weblogic.jms.client.JMSSession.createReceiver(JMSSession.java:1530)
    at weblogic.ejb20.internal.JMSConnectionPoller.setUpQueueSessions(JMSConnectionPoller.java:1720)
    at weblogic.ejb20.internal.JMSConnectionPoller.createJMSConnection(JMSConnectionPoller.java:2019)
    at weblogic.ejb20.internal.JMSConnectionPoller.connectToJMS(JMSConnectionPoller.java:1180)
    at weblogic.ejb20.internal.JMSConnectionPoller.startJMSConnectionPolling(JMSConnectionPoller.java:846)
    at weblogic.ejb20.deployer.MessageDrivenBeanPoolInfoImpl.start(MessageDrivenBeanPoolInfoImpl.java:234)
    at weblogic.ejb20.deployer.EJBDeployer.deployMessageDrivenBeans(EJBDeployer.java:1660)
    at weblogic.ejb20.deployer.EJBDeployer.startMessageDrivenBeans(EJBDeployer.java:1555)
    at weblogic.t3.srvr.T3Srvr.startMDBs(T3Srvr.java:948)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:1024)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
    at weblogic.Server.main(Server.java:32)
    Edited by: user8773992 on Sep 2, 2009 11:31 AM

    1 - Ensure that the MDB is configured to reference the remote connection factory AND remote destination.
    2 - If using the foreign JMS server facility, ensure that it defines the URL of the remote cluster/server, a connection factory mapping, and a destination mapping. Also ensure that the MDB connection factory and destination descriptor fields reference the local JNDI names for the mappings.
    3 - If not using the foreign JMS server facility, ensure that the MDB descriptor has the URL of the remote cluster, and a destination JNDI name that's in the remote cluster. (The connection factory JNDI name is not needed in this case, as the MDB will automatically look for a default connection factory that MDB's use.)
    I think the MDB chapter of the EJB programmer's guide will likely be helpful here. The latest documentation for the latest release may be more up-to-date than 8.1 -- the concepts are the same with the newer releases.
    Tom

  • When I call VI on Linux from Teststand on Windows using TCP/IP I get "file not found error".any sugeestions?

    I am trying to execute a VI running on Linux from Teststand running on windows 2000 prof ,both running on two different machines.I used TCP/IP for the interface using the following steps on Labview VI:tools>options>VIserver>TCP/IP and gave the ip address of both the machines.When I gave the file path as c:\home\test.vi in Edit labview Vi call window(the Vi in linux is stored in /home/test.vi)and also in remote vi path:/home/test.vi,I get a file not found error.The teststand version is 3.0 and labview is 7.0.Any idea why this is happening and any solutions?

    priya guru,
    Here is a knowledge base that addresses your question: �How do I call test VIs that reside on a non-Windows platform from TestStand?�
    You also need to set TCP/IP Access found in Tools->Options->'VI Server: TCP/IP Access'. Make sure that you list the IP address in the Access List to allow TCP/IP access to that machine. Finally you need to specify which VIs are accessible to remote applications. Open up Tools->Options->'VI Server: Exported VIs' and provide paths to the VIs you wish to be remotely accessible.
    I have attached an example VI that demonstrates VI Server in action. Please post back if you are still having problems. Good luck!
    Cr
    aig H.
    National Instruments
    Attachments:
    Remote_Run_--_VI_Server.zip ‏88 KB

  • Desktops get "Server Not Found" errors with WRT160N

    I'm sharing my WRT160N with 2 laptops and 3 desktops. My laptops connect to the internet ok... drops now and then tho... but my desktops frequently get a "Server Not Found" error. After repeated "try again" clicks, it eventually connects again. Any ideas??

    Try this ;
    Open an Internet Explorer browser page on your wired computer(desktop).In the address bar type - 192.168.1.1 and press Enter...Leave Username blank & in Password use admin in lower case...
    Under the Setup Tab...reduce the MTU value to 1300 and save settings.
    Also reduce the card speed of the dekstop... (assuming it is window XP)..Click on the Start button >>> Control Panel >> Network Connections >> Right click on the ""Local Area Connection"" icon and select properties-Here click on the "Configure" button- Click on the "Advanced" tab- In the "Property" box highlight Link speed and duplex/Connection type/Network or Media type- And in the "Value" box select 10 Mbps half duplex/ 10 base T/10 base half mode and click on OK..  Now restart the computer.

  • Getting 'Page Not Found' error while launching the Workbook

    Hi,
    When the user is trying to launch a particular workbook in Discoverer Viewer by clicking on the Workbook name in the List of Workbooks page of E-Business Suite, he is getting the 'Page Not Found' error.
    Did anyone faced similar issue?
    Please let me if anyone knows the cause and solution.
    Thanks,
    Lokesh.

    Hi Michael,
    Thanks for your response, Actually the user is getting this error in E-business Suite.
    The user will do the following before getting this error.
    1) Logs into the E-business Suite with appropriate login credentials.
    2) User will see the HTML Page which will show all his Responsibilities.
    3) User clicks on the 'XXXXX GL Discoverer Viewer' responsibility
    4) The HTML Page gets refreshed and the user will see the menu 'Discoverer Viewer' on the right side of the HTML Page.
    5).User clicks on the menu item 'Discoverer Viewer'
    6).A new HTML page gets generated which will display all the Workbook names to which the user(Responsibility) has the access.
    6).Now the user clicks on a specific Workbook name to launch the Workbook.
    7).User gets the 'Page Not Found' error.
    The user is getting this error only for one Workbook,other Workbooks are not causing any problem, the user is able to launch other Workbooks from the same page.
    I believe that E-business Suite generates the HTML Page with all the Workbook names and wondering why only one workbook is giving error.
    Thanks,
    Lokesh.

  • Getting "Page Not Found Error on IE5.0"

    Hi all,
    I have working on JSPs. Actually i developed the project on IE6.0.
    Now , when i am testing it with IE5.0, its giving page not found errors for some links and some pages..
    Please suggest me something to get rid of this problem.
    Is it due to multipart request.??
    help me..
    guru

    Hi Guru
    I'm sorry not to have the answer to your question, but I don't like to see anybody having to ask twice, especially with a plzz ;-)
    If your JSP/app makes use of multipart extensions and you think this might be the cause of the IE5/6 incompatability, it's most likely not a Java problem per se.
    My suggestion (in the absence of anything more helpful from me -- sorry -- or anybody else here) would be to search Google or MSDN (http://msdn.microsoft.com) to see if you can find anything on the way IE5 and 6 handle multipart extensions.
    Failing that, if you can tell us anything more about what does work and which bits don't then perhaps we can help some more.
    All the best...
    Chris.

  • Getting 'File not found' error while using server object model code

    Hi,
    I am using server object model code to pull list data in a console application. My machine has standalone installation of SP 2010. I am getting error 'File Not Found', however the same operation is working fine with client object model code.
    Code I am using:
    string strURL=http://servername/sites/sitename;
    SPSite siteObj=new SPSite (strURL); //getting error here.
    I have already checked the below,
    1. Framework being used is 3.5.
    2. I have proper access to site.
    3. Running visual studio as admin.
    Any help is much appreciated.
    thanks
    Tarique
    thanks and regards Tarique Aslam

    Hello Tarique ,
    Couple of pints need to check:
    1. User running the console application needs to have at least read permission to the SharePoint databases
    2. Set application by changing the "Platform target:" option on the "Build" to "Any CPU"
    Also refer this similar thread:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/2a419663-c6bc-4f6f-841b-75aeb9dd053d/spsite-file-not-found
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • CS5 opening file from file server through explorer gets file not found error

    Hi There,
    Has anyone come across an issue with CS5 where they open an ai file through Windows Explorer and gets an error file not found after CS5 has started? Opening through CS5's file > open option does not produce the same error and seems to only error when opening by double clicking on the ai file. Is this a possible issue with shellex open handler registry key?
    Any help would be greatly appreciated.

    Opening files directly from the server can produce errors and damage files. It is generally not advised.
    http://kb2.adobe.com/cps/327/327749.html

  • HT1386 Upgraded to the latest iTunes (ver11) I have an iPod classic 30gig ver 1.3 Now I get iTunes not found, error 68 and 69 during sync. Diagnostics shows iPod, iTunes sees it but it won't sync and won't disconnect.

    Since upgrading to version 11, my iPod will not sync properly. I get errors 68 and 69, iPod not found, no disc in drive, wrong volume in drive and iPod cannot be sync'd because I don't have enough access privledges. I have restored the iPod a bunch of times, reloaded iTunes twice and sacrifices a virtual virgin to a virtual god. Visited Genius Bar in Columbia, MD once and I have scheduled a second visit for this Friday, 1/4/13.
    Is anyone else having these problems?

    This is the iPod touch forum. I requested the moderators to move your post to the iPod classic forum.

  • Getting 404 not found error-while creating classic report - after sql query

    my work space - upgrade
    while iam trying to develop a page today in work space - under classic report - after i provided the query and when pressed next to go to report attribuites section - iam facing 404 not found issue.,
    this is happening just today.
    and all teh other pages are working fine - do not know what ios the issue - can anybody help me here please..
    query used for classic report
    select DISTINCT cust.customer,prod.ebs_team
    from
    CUSTOMER_11i@upgrade Cust
    ,BUG_PRODUCTS@upgrade PROD
    where 1=1
    and cust.product_id = prod.product_id
    and prod.prodline = 'EBS'
    and IS_CUST_11 = 'YES'
    and NVL(IS_CUST_121,'NO') = 'NO'
    and NVL(IS_CUST_12,'NO') = 'NO'
    order by 1;
    with regards
    Shiva Prasad.k
    Edited by: user759720 on Feb 14, 2012 5:00 AM

    Hi Shiva,
    to diagnose a 404 error please have a look at http://www.inside-oracle-apex.com/oracle-apex-got-404-not-found-2/
    This should give you sufficient information to find out what is actually failing.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • APEX - Can't "Create" table.  Get "Page Not Found Error"

    I am trying to create a table with Oracle's APEX (at apex.oracle.com). When I run through the wizard and final process asks me to hit "create", the frame should state "table created", but instead it says Page Not Found. I have tried restarting the browser and also moved to another computer to see if it was a settings issue, but still receive this. I have emailed Oracle about it, but have not heard back, so thought I'd try here.
    Thanks for any help in Advance.

    My first name is Tyler
    I sent my question to [email protected]
    My email address is [email protected], I used this when contacting oracle, I also contacted with [email protected]
    I tried creating the table through the wizard with just two columns, 1 number column and 1 varchar2() field. I did not create a pk or any constraints, to see if I could just get a bare minimum table created. Unsuccessfully.
    I tried using the create DDL script in the SQL command window in APEX, this also was unsuccessfull. It seems to hang for a couple of minutes, I assumed it was just taking a bit to execute the DDL. But when it "unhangs", the status window below says it's still "executing sql statment", but it does not do anything after that, it stays there.
    I went and checked if by chance the table had been created, but it hadn't.
    Thanks,
    Tyler

Maybe you are looking for

  • Portege 244OCT - Is it possible to boot from a external CD-ROOM

    Hi, I've just got an old Toshiba Portege 344OCT laptop with an HD of 6 GB and with an intel Pentium III processor 500 MHz and 128 MB RAM. At the moment i have it under Windows XP Home Edition. I would like to revert it to Windows 98SE but the compute

  • Calling an application installed in the client

    Some clients have an SGML editor installed locally. We have a button in the Oracle form, which when pressed, opens the installed application with the value stored in one of the field in the Oracle form. We used CLIENT_HOST to call the local applicati

  • [SOLVED] xterm: redraws window slowly / flickers

    The problem is most obvious when reading man pages in xterm. After each action that causes the window to be redrawn (like page down) it can be clearly seen how the redrawing is not instant. It takes only a tenth of a second but the flickering can be

  • Cannot access Welcome page anymore

    Posted: Apr 19, 2007 8:12 AM Click to reply to this topic Reply email Email I am trying to access our site and I am getting the following. We were able to access it about 6 weeks ago. It seems like eveything is in order but the iTuens U page for our

  • Work overview page  time approval

    hi Guys , In MSS Work Overview Page i can see the task in my inbox . When i click review button to approve time i get the following error . What am i missing ? Please share your knowledge . BP: BP_MSS_mySAPERP2005_SR1 A critical error has occured. Pr