Longin Page issue in 11i apps

I am trying to access login page, I am getting following error
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SQL_PLSQL_ERROR. Tokens: ROUTINE = createSession(int, String)(userid=6','793465E9DD5FC59FE04077AA0BBA1CA553095916379157736597984428316956'); REASON = java.sql.SQLException: ORA-20001: Oracle error -20001: ORA-20001: Oracle error -1: ORA-00001: unique constraint (APPLSYS.FND_LOGINS_U1) violated has been detected in FND_SIGNON.AUDIT_USER. has been detected in FND_SIGNON.NEW_PROXY_ICX_SESSION.
ORA-06512: at "APPS.APP_EXCEPTION", line 72
ORA-06512: at "APPS.FND_SIGNON", line 18
ORA-06512: at "APPS.FND_SIGNON", line 530
ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 390
ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 538
ORA-06512: at "APPS.FND_AOLJ_UTIL", line 217
ORA-06512: at line 1
; ERRNO = 20001;
     at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:974)
     at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866)
     at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4710)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:704)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
     at oa_html._OA._jspService(_OA.java:84)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:595)
## Detail 0 ##
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-20001: Oracle error -20001: ORA-20001: Oracle error -1: ORA-00001: unique constraint (APPLSYS.FND_LOGINS_U1) violated has been detected in FND_SIGNON.AUDIT_USER. has been detected in FND_SIGNON.NEW_PROXY_ICX_SESSION.
ORA-06512: at "APPS.APP_EXCEPTION", line 72
ORA-06512: at "APPS.FND_SIGNON", line 18
ORA-06512: at "APPS.FND_SIGNON", line 530
ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 390
ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 538
ORA-06512: at "APPS.FND_AOLJ_UTIL", line 217
ORA-06512: at line 1
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865)
     at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980)
     at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866)
     at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4710)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:704)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
     at oa_html._OA._jspService(_OA.java:84)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:595)
## Detail 0 ##
java.sql.SQLException: ORA-20001: Oracle error -20001: ORA-20001: Oracle error -1: ORA-00001: unique constraint (APPLSYS.FND_LOGINS_U1) violated has been detected in FND_SIGNON.AUDIT_USER. has been detected in FND_SIGNON.NEW_PROXY_ICX_SESSION.
ORA-06512: at "APPS.APP_EXCEPTION", line 72
ORA-06512: at "APPS.FND_SIGNON", line 18
ORA-06512: at "APPS.FND_SIGNON", line 530
ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 390
ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 538
ORA-06512: at "APPS.FND_AOLJ_UTIL", line 217
ORA-06512: at line 1
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
     at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
     at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:590)
     at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1973)
     at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1119)
     at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2191)
     at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2064)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2989)
     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:658)
     at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:736)
     at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2777)
     at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2678)
     at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2623)
     at oracle.apps.fnd.common.WebAppsContext.createAnonymousSession(WebAppsContext.java:4935)
     at oracle.apps.fnd.common.WebRequestUtil.setGuestSession(WebRequestUtil.java:1510)
     at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4708)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:704)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
     at oa_html._OA._jspService(_OA.java:84)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:595)
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-20001: Oracle error -20001: ORA-20001: Oracle error -1: ORA-00001: unique constraint (APPLSYS.FND_LOGINS_U1) violated has been detected in FND_SIGNON.AUDIT_USER. has been detected in FND_SIGNON.NEW_PROXY_ICX_SESSION.
ORA-06512: at "APPS.APP_EXCEPTION", line 72
ORA-06512: at "APPS.FND_SIGNON", line 18
ORA-06512: at "APPS.FND_SIGNON", line 530
ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 390
ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 538
ORA-06512: at "APPS.FND_AOLJ_UTIL", line 217
ORA-06512: at line 1
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865)
     at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980)
     at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866)
     at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4710)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:704)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
     at oa_html._OA._jspService(_OA.java:84)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:595)
## Detail 0 ##
java.sql.SQLException: ORA-20001: Oracle error -20001: ORA-20001: Oracle error -1: ORA-00001: unique constraint (APPLSYS.FND_LOGINS_U1) violated has been detected in FND_SIGNON.AUDIT_USER. has been detected in FND_SIGNON.NEW_PROXY_ICX_SESSION.
ORA-06512: at "APPS.APP_EXCEPTION", line 72
ORA-06512: at "APPS.FND_SIGNON", line 18
ORA-06512: at "APPS.FND_SIGNON", line 530
ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 390
ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 538
ORA-06512: at "APPS.FND_AOLJ_UTIL", line 217
ORA-06512: at line 1
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
     at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
     at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:590)
     at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1973)
     at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1119)
     at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2191)
     at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2064)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2989)
     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:658)
     at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:736)
     at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2777)
     at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2678)
     at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2623)
     at oracle.apps.fnd.common.WebAppsContext.createAnonymousSession(WebAppsContext.java:4935)
     at oracle.apps.fnd.common.WebRequestUtil.setGuestSession(WebRequestUtil.java:1510)
     at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4708)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:704)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
     at oa_html._OA._jspService(_OA.java:84)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:595)

Sawwan,
Here we go.
SQL> select max(login_id) from fnd_logins;
MAX(LOGIN_ID)
20477390
SQL> select fnd_logins_s.nextval from system.dual;
select fnd_logins_s.nextval from system.dual
ERROR at line 1:
ORA-00942: table or view does not exist
SQL> select fnd_logins_s.nextval from dual
2 ;
NEXTVAL
20477401

Similar Messages

  • Issue with ovi support page. issue with bought app...

    first if all i cannot fill inn support  form just becasue when im choosing issue tipe page is redirecting and i cant chose the issue tipe! email on [email protected] is also fails
    i ve got some problems with ovi store. some apps which were bought while ago (they are showed in my content bookmark in phone ovi store), but when i try to redonload them it tells me that i must buy them again! i ve got all confirmation emails with  numbers of my apps.
    strangeness lies in the fact that all the apps which i try to redownload are newer versions than i had. but i repeat ALL this apps are showed in my content, and they were bought by me. 

    Have the same problem.
    reset my phone and now i can't download previously bought apps

  • Sorry, something went wrong - Open Office File from Search Results Page with Office Web Apps

    Hi,
    I'm getting "Sorry, something went wrong" error when I'm trying to open any office document from inside Search Results Page with Office Web Apps, the same error is appearing in the document preview as well.
    The error in SharePoint logs says that the file cannot be found.
    Please note that this error is coming only when the "Filename" of the document is not written in English (in my case its written with Arabic characters).
    If I try to open it from the document library, its opening properly with no errors.
    The only difference between two URLs (document URL in Search Results and in Document Library) is the value for "sourcedoc" attribute;
    In the case of Search Results page, the filename in "sourcedoc" attribute is kept as is with Arabic characters.
    While in the Document Library, the filename in "sourcedoc" attribute is converted into different characters (something like: "B9%D9%85%D9%8").
    Anybody have an idea on how to overcome this issue, implement a workaround or modify the "sourcedoc" behavior?
    Thanks in Advance.
    Hamza AlSughier

    Dear Wendy,
    Thanks for your efforts, I already tried your last suggestion before, but this didn't solve my problem.
    Actually my end users are accessing this portal using ADFS and HTTPS.
    Finally I got this solved, I have done below to get my overall solution working perfectly:
    - First I have configured Windows Authentication and ADFS Authentication on the same zone which is the default zone.
    - The issue when opening office documents with Arabic file name has disappeared as a result of first change.
    - Then I have faced an issue where we are not able to crawl content under Default zone, however we have to do so, after too many efforts, I found that its related to the Load-balancer/proxy, I have made the crawler server
    to crawl himself (http://CrawlServerName:PortNumber).
    - Also a change on Alternate Access Mapping was needed, I have set one of the extended zones (which is running Windows Authentication only) as Internal URL for the Default Zone, and this is was the URL I used for Crawling.
    I have configured Server Name Mappings to make sure we got proper URLs in Search Results.
    - Then we faced another issue, which is Authentication selection on login page (How to bypass this page, and authenticate using ADFS auto), I used this solution (Set Custom Sign In Page):
    http://0ut0ftheb0x.wordpress.com/2014/01/04/skip-the-authentication-selection-page-at-_logindefault-aspx-in-a-mixed-authentication-environment/.
    - I faced one more issue as a result of above workaround; Sign Out functionality wasn't working well; users get logged in automatically whenever I click on Sign Out. I solved this by modifying the "Sign Out" Control under _layouts;
    I made it to redirect users to ADFS Sign Out Page instead of SharePoint Sign Out Page (I know its not recommended, but I don't have any other option).
    Hamza AlSughier

  • How to Build Custom JSP Page to bypass Oracle Apps Login

    Hi All,
    Can some one guide me how to develop a custom jsp page to bypass Oracle Apps R12 Login.
    Actually Our requirement is some external user will enter the login details in some third party login page with the third party generated username and passwrod, that user's credentials are mapped to oracle system,so as soon as they enter credentials having validated it has to redirect that external user to Oracle Apps R12 Home Page, where responsibilities are shown. Currently that third Party login page is set to redirect to RF.jsp but that is not working and throws this error:
    "You are trying to access a page that is no longer active.
    - The referring page may have come from a previous session.Please select Home to Proceed"
    So I am planning to build a custom jsp page to resolve the error.
    As soon as user enter credentials in the third party login page, it will be redirected to my custom login page which in turn redirect external user to Oracle Apps R12 Home Page, where responsibilities are shown. Is it possible? If yes what JSP Page/Servlet I have to invoke from custom JSP Page and what all URL parameters or session parameters and cookies parameter I have to pass or set.
    Can anybody please help me...
    Its very urgent. We are running short of time. Its a sev 1 issue.
    Please reply soon.
    Thanks,
    Raja Dutta

    Hi,
    Thanks for the update.
    Sir its not about calling the JSP Page from OAF page.
    My requirement is what I have explained above.
    Please suggest its urgent.
    Thanks,
    Raja Dutta

  • Have just purchased a new mac book pro, am now having issues syncing my apps to my new mac?

    Have just purchased a new mac book pro, am now having issues syncing my apps to my new mac?

    Welcome to Apple Support Communities
    You already have got OS X Mavericks installed (the Keynote, Pages and Numbers versions available in the Mac App Store are only compatible with OS X Mavericks).
    You have got a Late 2013 MacBook Pro, which uses a special OS X Mavericks version that is not available in the Mac App Store. This is the reason why the Mac App Store is not compatible with OS X Mavericks even if you are using it. This will be fixed in OS X 10.9.1, when your Mac uses the same Mavericks version as all other Macs.
    Until then, you can reinstall OS X through OS X Recovery > http://support.apple.com/kb/HT4718

  • Using exp imp on 11i apps database

    Hi,
    Does anyone have experience in using exp and imp utility on 11i apps database? Is there any special method to achieve this.
    I want to do a full export and do an import.
    Do we get any performance benefits if we do this?
    Regards,
    SA

    Hi Sa;
    Does anyone have experience in using exp and imp utility on 11i apps database? Is there any special method to achieve this. You want to take exp imp for which issue?
    I want to do a full export and do an import.Follow:
    10g Export/Import Process for Oracle Applications Release 11i [ID 331221.1]
    Export/import process for R12 using 11gR1 [ID 741818.1]
    Do we get any performance benefits if we do this?It depends many segment but finaly u will make one process on server and it has cost,answer you can have some performance issue while you are taking exp-imp
    Regard
    Helios

  • Accessing Oracle 11i  apps through Pocket PC

    Normally for any windows client to connect to the Oracle Server we add a entry into the client host file i.e. windows\system32\drivers\etc\host . Once we add the entry we are able to access the Oracle Application.
    From a Pocket PC 2002 how do I access the oracle 11i apps ?

    Is this possible by enabling wireless server and accessing directly through jsp pages?

  • CC application file sync issue and CC App broken menu..

    1. File sync from Photoshop CC has stopped working.
    Photoshop reports the last sync time and date in edit>sync settings.
    However in my Application settings I get the following..
    Application settings are synced between many of your favorite desktop applications and Creative Cloud, allowing you to work consistently from any machine. To begin syncing, you will need to open your desktop application and click "Sync Settings Now".
    You currently do not have any synced settings.
    2. I have missing menu items in the CC app cog menu (I assume as reported on other threads) including "stop syncing", preferences/settings and other blank or greyed out items.
    Prior to that I had the also reported dead CC app issue and uninstalled and reinstalled the app, which fixed dead app but left the munu broken.

    Hallo over there
    After using creative cloud cleaner ....
    every things is ok...8-)
    Sendt fra mobilen....
    Med venlig hilsen/Kind regards
    Fotograf Hans Søndergaard
    Allégade 23  1.baghus
    DK 2000 Frederiksberg
    M: +45 4044 8190
    [email protected]
    www.soendergaard.com
    Den 07/11/2013 kl. 17.32 skrev Simon_P1 <[email protected]>:
    Re: CC application file sync issue and CC App broken menu..
    created by Simon_P1 in Adobe Creative Cloud - View the full discussion
    Since the CC app messed up again and yet another reinstall, it is working (sort of, after several sync failures of lrcat) properly, including the menu, all be it very slowly considering the fast upload I have.
    As is the setting sync finally.
    Thanks for keeping me informed, oh wait, you didn't!
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5823499#5823499
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5823499#5823499
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5823499#5823499. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Creative Cloud at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • How do i solve the activate app issue in DPS App Builder?

    I have no apps showing up in the download section of DPS App Builder.
    And on the App Status section, I am being prompted to activate app?
    Can anyone help please?

    I have a creative cloud subscription. 
    Sent from Samsung MobilePrabhjyot Kaur <[email protected]> wrote:Re: How do i solve the activate app issue in DPS App Builder?
    created by Prabhjyot Kaur in Digital Publishing Suite - View the full discussion
    If you are DPS single edition user, then you need to enter serial number to activate app.
    But it would be more helpful if you let us know which DPS edition you have?
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4853715#4853715
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4853715#4853715
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4853715#4853715. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Digital Publishing Suite by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Issue with the App Store showing up blank.

    Issue with the App Store, it will not let me search for new apps.  The screen is blank.  The update section and features section works, but it will not let me search for new apps. I have restarted my phone and no changes. The newest update to the iphones when the iphone 5 came out, i think, messed up this app.  When i am looking at how to fix it, it tells me to delete it and try again, but the App store is not a deletable app.  Any ideas why my App store, specifically the search section of this app doesn't work?

    I suspect it is on Apple's side of things. Mine was blank too, but now it works again. Fixed itself one morning.
    https://discussions.apple.com/message/19659161#19659161

  • Pages downloaded from the App-store refuses to save: Permission denied. How can I download a new one?

    Pages downloaded from the App-store refuses to save: Permission denied. How can I download a new one? Please Advice .

    Is the computer yours, and are you the Administrator or a user with administrator rights? Are you allowed to install software on the computer?
    Check your "purchased" list. Pages should show there, and if it's not installed it should read "install" next to it.
    Have you tried another mac? You can install the purchased software on another Mac by using your AppleID that you purchased the software with on the first mac.
    And yes, kerropas se viesti

  • TS3991 iWork doesn't seem to recognize that I already have the pages, keynote, and numbers apps so I can't use iCloud to sync my documents.  How to get my apps recognized?

    iWork doesn't seem to recognize that I already have the pages, keynote, and numbers apps so I can't use iCloud to sync my documents.  How to get my apps recognized?

    Do you have both the OS X and iOS versions of each of them?

  • If deleting a note page from your note apps by mistake is there anyway to retrieve it without going through iTunes or icloud, is there a deleted bin that is installed where you could decide if you want to have it deleted for good or restored.

    If deleting a note page from your note apps by mistake is there anyway of retreiving it without going through iTunes or iCloud. This is the new age of technology and there should be a deleted bin as in most computers or websites. There must be a way..

    There is no undelete facility on the iPad, when you delete something then unless the app itself has an undelete option (which the built-in Notes app hasn't) then it is gone. If it was on the iPad when you last backed up then you could try restoring to the backup, but you would need to restore the whole iPad, you can't just do a single app.

  • As i turned on my iphone 4s on and connected to a wireless internet a page opened from the app firewall ip and i usually choose all connections. so it got stuck i held the standy by button but it won't turn off. so i held the standyby and home buttons.

    As i turned on my iphone 4s on and connected to a wireless internet a page opened from the app firewall ip and i usually choose all connections. so it got stuck i held the standy by button but it won't turn off. so i held the standyby and home buttons. when it opened all apps music and pics where not there. why? then i enterted photos and the loading logo appeared then the standyby appeared and i entered my password and everything in my iphone was there but thing were scattered and apps wheren't in folders everything was messed up but no photos or music AND IT SAYS UP IN THE MIDDLE OF THE SCREEN EXIT SAFE MODE. so i restarted it again and it opened and nothing was there and again i entered photos and the samething happen again. why did this happen? and can i get my data back? and in the usage it says that these thing are there but not showing.

    stevejobsfan0123 wrote:
    The Find my iPhone service option is given to you when you first set up the device. If you just reset it, you may have been given that option. So, in other words, the service may have been enabled even if you didn't realize it. You can then go to www.icloud.com and click on Find my iPhone, and have it play a sound. Or, you can use the Find my iPhone app on your mom's iPhone, but the service would still need to be turned on on your iPod.
    Unlike Compukid said, Apple will not assist in locating a lost device without the Find my iPhone service.
    I found that out 2 years ago, it's just that I thought Apple might have changed that.

  • Login user id is invalid in oracle 11i apps 11.5.8 on windows 2003 server

    Dear All,
    I Installed oracle 11i apps 11.5.8 on windows server, when I try to start ie browser
    with user administrator and password, it is showing me, user id is invalid, try to login in again.
    and on the status bar down it is showing loginscript_logonsubmit().
    I can login with sql+ as apps/apps.
    Anybody can help me out.
    Thanks in advance,
    best regards,
    Ather Hussain
    [email protected]

    your problem is not very unusual... I also faced the similar situation cpl of times when Oracle was not able to continue the installation coz the Immediate Shutdown was failed. Actually During the installation, Oracle mounts/opens the database and shuts it down many times and few times, Oracle is unable to shutdown cleanly as some process is hanging or not responding.
    Piece of advise is that always use staging area to install Apps as it takes long time on Win2K (anything between 4-12 hrs) to install it and CDROM Access is lot slower than HDD. Also, it will prompt u every time to insert tbe CD. All this hassle can be bypassed by using the staging area. Read the Installation help document on how to create it.
    For failure reasons, look in ur installation log file which is created in the default Temp folder usually C:\documents and settings\USERNAME\local settings\temp for WinXP or C:\winnt\documents and settings\USERNAME\local settings\temp for Win2K.
    post or email me at [email protected] or [email protected] for further help/details.

Maybe you are looking for

  • Tables of f-02

    Vipin, Find the config below 1.Activate the New General Ledger Accounting by a single click on the clock icon 2.You will reach to change view "activation of New GL A/cg" detail screen and tick the checkbox and save. 3. After activation of New General

  • Why can't i preview a photo book in iphoto 9?

    I am unable to preview a photo book I created in iphoto 9.  I am currently running snow leopard.  I didn't have a problem until I upgraded my OS from tiger to snow leopard and upgraded to Iphoto 9.  Iphoto always crashes on page two when assembling f

  • Table with FK with no Index created will LOCK TABLE during DML ?

    Hi all, Know that always create index for FK on table as FK's value will 99.9% be use in Where query on table. Had seen info with regards to the above and had not been successfull trying to simulate the  above using:   DROP TABLE "TABLE2";   CREATE T

  • After effects error: glow returned invalid max_result_redirect from PF_Cmd_SMART_PRE_RENDER

    Hello, community After the latest update, I started receiving this pop-up of doom while scrubbing the timeline: Restarting the app or purging all memory and disk cache doesn't seem to help. Everything works when I turn off the offending effect, but I

  • BPM Developers and Process Modelers

    Hi, I am currently looking for Metastorm Developers and Process Modelers. The projects are located in NJ and NY. I am having a hard time finding people with this experience and I am hoping that someone can point me in the right direction. Any guidanc