After login from sysadmin, Unable to get responsibility page in 12.1.1

Hello All,
I am facing below issue.
While login in the application home page with sysadmin user, getting the below error msg.
Error Page
You have encountered an unexpected error. Please contact the System Administrator for assistance.
Click here for exception details.
About Previous Page
While checking the exception, fine the below error in the page.
EBS : 12.1.1
Database : 11.1.0.7.0
OS :
Error Page
Exception Details.
oracle.apps.fnd.framework.OAException: javax.servlet.ServletException: nulljava.util.NoSuchElementException
     at java.util.StringTokenizer.nextToken(StringTokenizer.java:332)
     at oracle.apps.fnd.sso.SSOUtil.getStartPageUrl(SSOUtil.java:141)
     at oracle.apps.fnd.sso.SessionMgr.createAppsSession(SessionMgr.java:3280)
     at oracle.apps.fnd.login.AuthenticateUser.doPost(AuthenticateUser.java:180)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
     at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
     at OA.jspService(_OA.java:221)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:619)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:896)
     at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169)
     at oracle.apps.fnd.framework.webui.OAPageBean.handleExceptionInFinalizeRequest(OAPageBean.java:4380)
     at oracle.apps.fnd.framework.webui.OAPageBean.finalizeRequest(OAPageBean.java:4321)
     at OA.jspService(_OA.java:242)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:619)
## Detail 0 ##
javax.servlet.ServletException: nulljava.util.NoSuchElementException
     at java.util.StringTokenizer.nextToken(StringTokenizer.java:332)
     at oracle.apps.fnd.sso.SSOUtil.getStartPageUrl(SSOUtil.java:141)
     at oracle.apps.fnd.sso.SessionMgr.createAppsSession(SessionMgr.java:3280)
     at oracle.apps.fnd.login.AuthenticateUser.doPost(AuthenticateUser.java:180)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
     at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
     at OA.jspService(_OA.java:221)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:619)
     at oracle.apps.fnd.login.AuthenticateUser.doPost(AuthenticateUser.java:249)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
     at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
     at OA.jspService(_OA.java:221)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:619)
javax.servlet.ServletException: nulljava.util.NoSuchElementException
     at java.util.StringTokenizer.nextToken(StringTokenizer.java:332)
     at oracle.apps.fnd.sso.SSOUtil.getStartPageUrl(SSOUtil.java:141)
     at oracle.apps.fnd.sso.SessionMgr.createAppsSession(SessionMgr.java:3280)
     at oracle.apps.fnd.login.AuthenticateUser.doPost(AuthenticateUser.java:180)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
     at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
     at OA.jspService(_OA.java:221)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:619)
     at oracle.apps.fnd.login.AuthenticateUser.doPost(AuthenticateUser.java:249)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
     at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
     at OA.jspService(_OA.java:221)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:619)
Please suggest some soluation.
Regards,
Trilok Sharma
+91-9241239612 (M)

Was this working before? If yes, any changes been done since then?
Can you find any errors in the database log file?
Do you have any invalid objects?
Please stop the application services, run AutoConfig on the database tier node followed by the application tier node, then start the application services and see if you get the same error.
Using AutoConfig to Manage System Configurations in Oracle E-Business Suite Release 12 [ID 387859.1]
Thanks,
Hussein

Similar Messages

  • HT3964 My MacBook Air running on Snow Leopard gets extremely slow (almost like a hang, except if you wait about half an hr, it actually moves) after login interface. sometimes it never gets past the background. Cannot log back in.

    My MacBook Air running on Snow Leopard gets extremely slow (almost like a hang, except if you wait about half an hr, it actually moves) after login interface. Sometimes it never gets past the background of the homepage, desktop doesn't seem to load. After multiple forced shut downs and left to run for hours, sometimes the desktop loads but the dock does not respond when applications are opened. The computer is then unable to shut down normally. Forced shut downs are necessary most times. Time machine backup takes extremely long, and attempts to use the time machine to bring the laptop back to the time befiore the problem arose was met with extremely slow and hung time machine function.
    Please help!

    There isn't much besides a failing hard drive or other hardware fault that can cause those symptoms. Run the Apple Hardware Test, or just take it to an Apple Store for testing.

  • I guess Chrome will not allow me to sign up for Mozilla newsletters after I downloaded FF, unable to get page to accept my email, etc.

    Been having trouble w/Chrome would play audio only of Vimeo videos, fixed that but now will not display photos on Pinterest, only the links behind them. So I thought I'd try Firefox again, used to use it for several years. Downloaded and then thought I should sign up for your newsletters. But (using Chrome right now) I could not get the page to accept my subscription. Tried several times, refreshed, etc. Not sure why, seems strange.

    I'm sorry cor-el. I have not yet installed Firefox, life is way too busy just now. 24/7 caregiving is taking its toll :( I will install soon.
    I guess with my post here my intent was mainly letting you folks know that apparently there is a bug on that newsletter page when it is viewed in Chrome. I could not find any way to report this issue unless I came here so I gave the whole story when I did. I am pretty sure once I install Firefox, I will be able to use that page to sign up for the newsletters, thinking it must be Chrome. Of course, I could be wrong, we'll see when I get to it. Thank you for your patience

  • Blank Screen with cursor after login Windows 7, Unable to start new tasks

    My problem is similar to the well know Windows 7 Black Screen as referenced by Prevx, though different. When I boot my Windows 7 computer, the login screen appears as always. Following entering the password for default user,
    the screen will give the impression of login, but the final result is a plain black screen with the cursor only. The black screen appears indefinitely and the Windows GUI never appears. The only available option from booting in normal mode with this is Ctrl-Alt-Del
    (Task Manager). From analyzing another computer with Windows 7 Professional, my Task Manager is missing the following user processes: dwm.exe, explorer.exe, and taskhost.exe. Additionally, it is missing the following system processes (possibly irrelevant):
    spoolsv.exe and wmiprvse.exe.
    When I attempt to start a new process using Windows Task Manager, an error message will appear saying “Windows Task Manager has stopped working” and forces you to close Windows Task Manager. This includes starting
    any process such as cmd or explorer.
    I attempted to boot into safe mode. 
    The result was the same as above. Then I attempted booting into safe mode with command prompt. This showed some hope. Following authentification from the login screen, the command prompt appears with the same blank screen with a cursor behind it. Initially
    I attempted to run msconfig.msc to run a clean startup. System Configuration Utilities opens briefly then displays the error same as above. “System Configuration Utility has stopped working” and again forces the program to close. Then I tried to
    open regedit. This works with no error messages! So I have access to the registry, but have no idea what I should modify to get my computer running normally.
    Things I have tried:
    1)   
    Restoring to last know good configuration. (No result)
    2)   
    Repairing Windows configuration. (No result)
    3)   
    Scanning the drive 3 separate times for viruses with both Avast and Symantec. (No viruses detected)
    4)   
    Repairing the REG_SZ value HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell as proposed in
    http://social.technet.microsoft.com/Forums/en/w7itprogeneral/thread/5b94b775-992e-4f48-b3ff-c89b3cf45e82
    5)   
    Executing Prevx’s fix file as proposed in
    http://www.prevx.com/blog/140/Black-Screen-woes-could-affect-millions-on-Windows--Vista-and-XP.html
    Any ideas are much appreciated.
    Thanks,
    John

    Same problem  I've found a solution.
    #1 Hit fastly 5 time the left shitf button on your keyboard.
    A windows will appaers to know if you want to caps lock. Keep it open
    #2 Alt-CTRL-Del
      You have know your desktop
    #3 Go on add-remove programme
    3a) Go on windows add-remove
    3b) Remove internet explorer
    ok-ok-ok - untill it's remove and ask to restart
    #4 No more problem. You have to go on the net with chrome or firefox.

  • Late 2008 macbook 13" prompts mac OS can not be installed on this computer after booting from disc as l get the folder with the question mark screen. New HDD or ?

    From the little research l have done, l have been convinced l may be having a dead hard drive though after having tried all the other troubleshooting tips found here, when trying to boot l get the grey screen and folder with the question mark suggesting it can not find the files neccessary to boot hence l tried booting with the disc and the message l get is that mac OS X can not be installed on this computer, though after doing the hardware check etc they all say okay. I've even tried erasing the drive and trying to instal the OS afresh with no luck. Any ideas or l must just get a new hard drive?

    Pretty sure BGreg hit the nail on the head. If your hard drive was failing, you would still be able to at least attempt an install, provided your ard drive was mounting. You usually get that message when the disk is incompatible with the computer. If it is the proper disk, you might try erasing the disk (provided your info is backed up) using Disk Utility (under Utilities in the menubar) and choose the Mac OSX Extended (Journaled) format.

  • My iPad crashed when I updated latest iOS software. After resetting the system, I am unable to get back Pages, Numbers and Keynote Apps. Anyone has same problem? And how can I get back the apps?

    My iPad Air crashed after updating latest iOS software. After resetting the system, Pages, Numbers and Keynotes are not available. How do I get the apps back into my iPad?

    You can also re-download the apps.
    App Store>Purchased>Re-download apps

  • IPad disabled.  Can't restore even after removed from FindMyPhone.  Still getting message to remove from FindMyPhone when try to restore.  Help!

    My iPad indicates that it is disabled.  When I try to backup from my PC, it tells me to disable FindMyPhone.  I removed the device from FindMyPhone (couldn't see how to turn it off in iCloud) but, when I return to iTunes, it continues to tell me to turnoff FindMyPhone.  I've verified the iPad isn't showing on FindMyPhone anymore.  What do I do to get into my iPad?  Please help!

    Hi, leahbrbus.  
    Thank you for visiting Apple Support Communities.  
    Here are the steps that I would recommend going through when experiencing this issue.  
    iOS: Forgot passcode or device disabled
    http://support.apple.com/kb/ht1212
    Cheers,
    Jason H.

  • After restoring from time machine, I get a screen with an apple, my user icon, and sleep, restart, and shut down options. When I click on my user icon, nothing happens.

    Any suggestions?

    Run through the list of general fixes here, perhaps one or more of them will get things to work again.
    Step by Step to fix your Mac
    If not you can likely retrieve your files this way, if they are not encrypted,
    Create a data recovery, undelete boot drive
    then use Step #20 in the above link to reinstall everything and return those files
    Think about having alternate backup and restore options to avoid this type of issue.
    When TM fails to restore properly, it's a royal mess to fix as you can see.
    Most commonly used backup methods

  • Unable to get to page 2 of the BIOS configuration on R200

    I have a Portege R200 that needs to be reinstalled, but I am unable to navigate to the second page of the BIOS to change the boot sequence. Using pgup/pgdn does nothing as well as every other key sequence I have tried including F12 and holding down 'C' at startup. I have even tried removing the CMOS battery and shorting out the reset soldier points on the motherboard for 30 seconds as suggested by my research. In addition, I have attempted flash the BIOS using the latest available download from Toshiba, but I was confronted with an error message stating that I am not authorized to perform the upgrade and I need to reboot and try again with supervisor permission.
    Currently I can boot from USB/CD-Rom only when the hard drive is disconnected which doesn't do me any good. Being that the Hard drive is a 1.8" and I don't have an adapter for it, there isn't much I can do with it. Any advice I can get will be much appreciated.

    Hi Narendra,
    The below are standard Cause and action
    Cause 
    The report contains structural errors. This means that Web Intelligence cannot decode the report and display the results.
    Action 
    Do one of the following:
    View the report in Structure View and verify the report structure. For example, errors can be caused if report blocks overlap or if the structure of a table contains cells that create an asymmetrical table format. Modify the report structure appropriately.
    Contact your administrator and request them to search for structural anomalies in the report.
    I have seen this error in my experience in the below cases, it definitely is related to structure.
    Reports with merged dimensions where blocks with incompatible objects placed in structure mode, are previewed for results.
    Reports with sections where some sections created are no longer valid objects in the report.
    You can duplicate the report keeping it in structure mode and then preview results, if it still throws error and does not display, then have to investigate the block/object/cells of the structure that is causing this issue by deleting one by one from duplicate report and preview results repeatedly, that way wherever you get right preview, the deletion before that is the affecting block/object/cell.
    Thanks
    Arvind Shukla

  • I got of some cookies and now firefox can't open my web-mail from Medscape. I get "the page isn't redirecting properly" ..

    This problem started right after I deleted lots of cookies, trying to avoid the ad people from getting too much information. My email is from pol.net (from Medscape). I made sure my Privacy settings accept cookies. The problem also occurs in Firefox Safe mode. I even restored the Firefox applications (I have a macBook Pro laptop) from my external hard drive using Time Machine from a backup I did 2 days before I deleted cookies -- NO change, even though checking to see what cookies are on the system appear to show that all the deleted cookies were restored !! My Medscape people CAN access my mail from Firefox---I can't from my bookmarks or URL window using Firefox. The rest of my bookmarks seem to be unaffected. I CAN access my mail from Safari. Please help.

    Did you check the cookie exceptions ([http://kb.mozillazine.org/Menu_differences Firefox > Preferences] > Privacy > Cookies: "Exceptions") ?
    * http://kb.mozillazine.org/Websites_report_cookies_are_disabled
    * http://kb.mozillazine.org/The_page_is_not_redirecting_properly

  • I can't print anything from Firefox. I get blank pages

    Ever since I downloaded the previous update, I can't print anything from Firefox. I just downloaded version 3.6.8 and I have the same problem. I am using a Mac with OS 10.6. Whenever I try to print an email or a web page from Firefox I get a single blank page.
    I can print fine from Safari. Firefox worked fine until I installed version3.6.5 (or whatever the previous version was)

    Thanks I will check out the site!

  • Upgraded to firefox version 5 for Mac OSX 10, from version 3.6.18, now cannot open.pdf files from links . Only get blank page.

    Worked okay with previous version of Firefox 3.6.18

    The following worked for me:
    http://support.mozilla.com/en-US/questions/684867
    "Problem: I had the same problem but with mac osx 10.5.8, Firefox 3.6.6 sometimes prints and sometimes does not, but the preview was always blank and I could not save to pdf file.
    Solution: I downloaded Firefox 3.5.10, installed it on my desktop and opened it, tried print preview and it worked, quit Firefox 3.5.10 and ran 3.6.6 and voila! print preview is working fine and I can save to pdf fine.
    I guess running 3.5.10 fixes the profile in a certain way. I have no idea how that happened but it worked."

  • Sysadmin/All users are not able to see responsibilities after login in EBSR12

    I have followed the all notes from forums/metalinks. but no use.

    Hi Hussein,
    I came know the issue bcoz of profile change.
    on part of iSupport setup on web node, followed metalink DMZ configuration in R12.
    After I have changed below profile value, I am not able to see the responsibilities after login as sysadmin on webnode i.e new node B. but I can see responsibilities on node A.
    Update Node Trust Level
    To change the value of the Node Trust Level profile option value to External for a particular node, perform the following steps:
    1.       Login to Oracle E-Bsonapness Suite as sysadmin user sonapng the internal URL
    2.       Select the System Administrator Responsibility
    3.       Select Profile / System
    4.       From the 'Find system profile option Values' window, select the server and get the valie MINE8 into it.
    5.       Query for %NODE%TRUST%. You will see a profile option named 'Node Trust Level'. The value for this profile option at the site level will be Normal. Leave this setting unchanged.
    6.       Set the value of this profile option to External at the server level. The site level value should remain set to Normal
    I need to follow metalink note for configuration DMZ in EBS R12. but I cant see the responsibilities of sysadmin.
    fyi...I have cloned web external node by running adcfgclone.pl on node B by enabling web entry and web services only, remaining services are disabled. but as per metalink note, we should enable the Root Services also on node B. is it causing the issue after edit the profile on part of DMZ config in R12.
    please let me know how to fix this issue?
    I have deadline to finish it....

  • Sony DCR-DVD505 Handycam: Unable to get video clips, audio

    Evaluating Adobe Premier.  Hopefully helpful for other Sony DCR-DVD505 users.
    Objectives:
    1) Get videos from Sony DCR-DVD505 handycam into Premier Elements
    2) Drag and drop various clips into Sceneline
    3) Insert menu markers
    4) Burn DVD
    Stuck in Step 1, getting video from handycam, unable to get video clips (with audio)
    First Try: NO AUDIO.
    The Sony DCR-DVD505 burns a mini-DVD (1.4 GB) while recording.  After "finalizing" the disk, the media may be imported into the computer.  Streaming was supported by Windows XP driver but is no longer supported in Windows Vista.   In fact, Vista Service Pack 2 (SP2) does not even recognize the camera as a DVD drive!  So downgraded to Vista SP1 and used the Sony Picture Motion Browser to import media into computer as MPG files.  Each MPG file is a clip (corresponding exactly to camera record on-off sequence while shooting).  Then opened up Adobe Premier Elements 8.  Used get media to import all the MPG clips into "Organize".  Dragged and dropped various clips...inserted a menu or two and...burned the DVD.  PROBLEM: VIDEO OK, BUT NO AUDIO(?!).  The MPG files on computer play fine (with audio) inside Windows Media Players.  Read all sorts of nonsense about why Adobe Premier (probably old versions) cannot work with "low-quality/compressed" MPG and needs to be a particular type AVI soo....
    Second Try: Capture VOB directly
    Forget the camera.  Insert the mini-DVD directly into computer DVD drive, create a new project and followed directions from  "Lowdown on VOB" http://forums.adobe.com/message/2117743 and "tools to convert to DVI" http://forums.adobe.com/thread/415317.  I loaded the VOB directly and dropped them into  Timeline as advised by the second post (only hitch being the first VOB pertaining to the DVD menu is not recognized and is neither needed).
    However, File > Export is always GREYED out (unusable).  And the status at bottom right seems to be looping on "Background Rendering".  DO I WAIT?  In any case, the whole video is showing up as a single continuous stream and what I want are the clips from the camera?! 
    Then I tried Prism (again as per the second forum post mentioned above).  It simply did something to process 30 minutes of video and crashed in the end without explanation - saying there was an error in conversion.
    Is this AVI conversion even a good idea?  How would I get my clips back??
    Bottomline.  My mini-DVD and imported MPGs plays fine in Windows Media Player.  However unable to extract the camera clips (with audio).

    Dawg, I have the Sony DCR-DVD305, and have been using it successfully for quite a while with PE7, with few issues, once I had a workflow nailed down.
    I believe the 505 is basically the same camera, with some additional features.
    This workflow worked for me in the past so I'll pass that along:
    Sony Browser to PC as Mpeg.
    Mpeg to Windows Movie Maker, output to DV-AVI, taking default settings.
    DV-AVI imported into PE7.
    This should also work for PE8.
    Upon getting Cyberlinks PowerDirector v7, my new workflow changed to this:
    I take the min-DVD directly from camcorder to my PC, and capture the disk via Power Director.
    PD will convert the VOB's directly to DV-AVI Type 2 on one pass.
    I then load this DV-AVI into PE7.
    (PD v7 was pre-installed on my new PC from HP, or it can be purchased from Cyberlink).
    Other options to try:
    Copy the VOB's directly from the mini-DVD to your PC and use Prism to convert these to AVI.
    Or load the VOB or Mpeg into PE, then use that to convert to AVI.
    (Export to DV-AVI with PE8 is done with SHARE/PC, not Export under the File Menu, which is greyed out).
    I've had many issues trying to work with Mpeg's and VOB's when loaded directly to PE with limited success.
    So if you can get it converted successfully to AVI outside of PE, I've found this to be a better approach.
    Post results, if any of this works for you...
    Note: One other thing, if you are working directly with VOB's to PE, especially multiple VOB's from a single DVD, you can encounter out-of-sync issues between video and audio. If this occurs, review this link from Muvipix:
    http://muvipix.com/phpBB3/viewtopic.php?f=38&t=2469:

  • Unable to get the logon screen when i open the sapgui

    Hi gurus,
    I have recently installed SAP 4.7 R/3 enterprise with the necessary requirements and after installation i am unable to get the logon screen (i am just getting the navigation bar which cannot be accessd) when i start my sapgui logon.I am getting a message at the bottom of the screen program SAPMS380,i cannot find any client or userid or password screen so can anyone help me...i need the reply as quickly as possible.
    Regards,
    Arun

    when you first install a system you'll notice that on Windows environment it takes too much to present the logon window because it needs to compile a lot of programs.
    What's the status on SAP MMC?
    Do you get or net the logon window? that's not clear on your message.
    cheers

Maybe you are looking for