Did the install, login page isn't showing up.

when i go to the Oracle homepage i get the page cannot be displayed message. And before it was showing this:
Unauthorized access. 530 Please your login with USER and PASS.
or something like that.
Any help is greatly appreciated!
I'm using Windows XP SP2.
Message was edited by:
user465655

* If on Windows in Firefox 3.6 the menu bar is hidden then press and hold the Alt key down, that should make the "Menu Bar" appear.
* Go to "View > Toolbars" and put a check-mark for "Menu Bar" to make that permanent. See [[Menu bar is missing]]).
* Make sure that you have the ''Navigation Toolbar'' and other toolbars visible: "View > Toolbars"
* If items are missing then see if you can find them in the "View > Toolbars > Customize" window.
* If you see the item in the Customize window then drag it back from the Customize window to the Navigation toolbar.
* If you do not see that item then click the "Restore Default Set" button in the "View > Toolbars > Customize" window.

Similar Messages

  • I updated my iPhone today over wifi.  It downloaded 6.1.3 completely and started then installed it.  After the install all it does is show the connect to iTunes screen.  What did I do wrong and now do I have to completely restore the phone?

    I updated my iPhone today over wifi.  It downloaded 6.1.3 completely and started then installed it.  After the install all it does is show the connect to iTunes screen.  What did I do wrong and now do I have to completely restore the phone?

    Next question.... I did an iCloud save point earlier today so in theory everything should have been saved and the restore won't be a complete loss right?  Please tell me my pics aren't gone.....
    Thanks for the help.

  • The WD My Passport isn't showing up after installing 10.9.2

    hello!
    I just updated my OS to 10.9.4 and the WD external drive isn't showing up at all. When i go to Disk Utilities... it shows up but states something about my needing to update the partition or something. Any help is greatly appreciated. as you can imagine... my past three years abides there ;( Much thanks!
    Kathleen

    Western Digital has its own support community -- the url below is a warning that there is a recognized problem with the WD software that comes with the drive - if this is not your specific problem - there may be more information within the WD communities.
    http://community.wd.com/t5/News-Announcements/External-Drives-for-Mac-Experienci ng-Data-Loss-with-Ma...

  • Don't see Windows NT option in authentication tab on the CMC login page

    I installed BusinessObjects Enterprise XI 3.1 and installation was successful. We are using Widows NT athentication.  I mapped the Window NT Users. Window NT Users group was populated under u2018users and groupu2019. Everything looks fine.The problem is that I am not able to see Windows NT option in authentication tab on the CMC login page. (I can see only Enterprise, LDAP and Windows AD). I can  see Windows NT option in authentication tab on the infoview login page without problem.
    I tried to reconfig the web.xml file ( I replaced 'secEnterprise' with 'secWindowsNT' but it still doesnu2019t work).
    web.xml in E:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\warfiles\WebApps\CmcApp\WEB-INF is as followed now
    <!-- You can specify the default Authentication types here -->
        <!-- secEnterprise, secLDAP, secWinAD, secSAPR3 -->
        <context-param>
            <param-name>authentication.default</param-name>
            <param-value>secWindowsNT</param-value>  
        </context-param>
        <!-- Choose whether to let the user change the authentication type -->
        <!-- If it isn't shown the default authentication type from above will be used -->
        <context-param>
            <param-name>authentication.visible</param-name>
            <param-value>true</param-value>
    Any idea? Thanks

    Sherri, on page 457 of the admin guide it says:
    "The CMC and other Java-based applications do not support NT
    authentication."
    I think it's because only windows based app supports windows NT authentication but not java based ones.
    I thinkt he CMC is a java based application.

  • How do I uninstall Mackeeper, I haven't did the install, but I want to get it out of applications and my dock.  Please advise how.

    How do I uninstall MacKeeper, after reading some comments I see it isn't a good thing.  I have it in my applications and dock, but have not did the install process.  How do I delete it out of my doc and applications?

    Uninstalling Software: The Basics
    Most OS X applications are completely self-contained "packages" that can be uninstalled by simply dragging the application to the Trash.  Applications may create preference files that are stored in the /Home/Library/Preferences/ folder.  Although they do nothing once you delete the associated application, they do take up some disk space.  If you want you can look for them in the above location and delete them, too.
    Some applications may install an uninstaller program that can be used to remove the application.  In some cases the uninstaller may be part of the application's installer, and is invoked by clicking on a Customize button that will appear during the install process.
    Some applications may install components in the /Home/Library/Applications Support/ folder.  You can also check there to see if the application has created a folder.  You can also delete the folder that's in the Applications Support folder.  Again, they don't do anything but take up disk space once the application is trashed.
    Some applications may install a startupitem or a Log In item.  Startupitems are usually installed in the /Library/StartupItems/ folder and less often in the /Home/Library/StartupItems/ folder.  Log In Items are set in the Accounts preferences.  Open System Preferences, click on the Accounts icon, then click on the LogIn Items tab.  Locate the item in the list for the application you want to remove and click on the "-" button to delete it from the list.
    Some software use startup daemons or agents that are a new feature of the OS.  Look for them in /Library/LaunchAgents/ and /Library/LaunchDaemons/ or in /Home/Library/LaunchAgents/.
    If an application installs any other files the best way to track them down is to do a Finder search using the application name or the developer name as the search term.  Unfortunately Spotlight will not look in certain folders by default.  You can modify Spotlight's behavior or use a third-party search utility, Easy Find, instead.  Download Easy Find at VersionTracker or MacUpdate.
    Some applications install a receipt in the /Library/Receipts/ folder.  Usually with the same name as the program or the developer.  The item generally has a ".pkg" extension.  Be sure you also delete this item as some programs use it to determine if it's already installed.
    There are many utilities that can uninstall applications.  Here is a selection:
    AppZapper
    Automaton
    Hazel
    CleanApp
    Yank
    SuperPop
    Uninstaller
    Spring Cleaning
    Look for them at VersionTracker or MacUpdate.
    For more information visit The XLab FAQs and read the FAQ on removing software.

  • Can anyone help regarding the Admin Login page and Normal User Page.

    Hi Friends,
    I have worked on normal login page it has been worked well. But now i have to create the Admin login page. That means, I have written the code in the following way.
    public String userLogin_action() {
            // TODO: Process the button click action. Return value is a navigation
            // case name where null will return to the same page.
            com.sun.sql.rowset.CachedRowSetXImpl crs = new com.sun.sql.rowset.CachedRowSetXImpl();
            String Name =  getUserName().getText().toString();
            String password =  getUserPwd().getText().toString();
             try {
                crs.setDataSourceName("java:comp/env/jdbc/Employee");
                crs.setCommand("SELECT * FROM srni.UserTable");
                crs.setTableName("UserTable");
                crs.execute();
                crs.beforeFirst();
                while(crs.next()){
                info("Cursor is been moving");   
                boolean ok = crs.getBoolean("Admin");
                info("Value of ok:" + ok);
                String Username = (String) crs.getObject("UserName");
                info("Usernames are:" + Username + Name);         
                if(Username.equals(Name)&&(ok)){
                info("Login Successfull");
                java.util.Date Date = new java.util.Date();
                info(" Admin Logged on :" + Date);
                return "toUserPage";
                info("Login Failed or Admin doesn't exist");
            catch (Exception e) {
                error("Login Failed : " + e.getMessage());
            } finally {
                crs.close();
            return null;
        }You can see there that i have used the boolean type of value for verifying wheter the user is admin or not. If the admin type of column in database is true then it must allow the admin to certain page. Otherwise it must not redirect. So i have used this logic. When i am checking it is showing everything true,but it is not redirecting and it is saying that login failed. Please try the above code with a sample database table and verify it. You can see the output like this.
    Cursor is been moving
    Value of ok:true
    Usernames are: srinu srinu //here it must not go to next cursor,because srinu has been identified, but it is not behaving like that.
    Cursor is been moving
    Value of ok:false
    Usernames are: Chandu srinu
    Cursor is been moving
    Value of ok:false
    Usernames are: kirank srinu
    Login Failed or Admin doesn't exist The above output describes that it is moving the cursor from first row to the last row and checking all the usernames i n each row with the given username, and it is also checking wheter it is admin or not. Currently i have three rows so it is moving three times. It is retreiving every value correctly but in comparing it is not comparing. What to do.
    Please help me out from this problem.
    Thanking You in Advance.

    The buttons are all created using the same library object (but MC), except for the code you have in the revised file does not call on that for the con button.
    You have it calling on something with a linkage name of "con", which a quick check tells me doesn't exist--so it is undefined in the code when you try to use it.  I found this by using trace(newConBut._x); after its _x value was assigned, as I mentioned you should try.   So the first thing you want to do is change the following line from...
    var newConBut = _root.attachMovie("con", "conbut", _root.getNextHighestDepth());
    To
    var newConBut = _root.attachMovie("but", "conbut", _root.getNextHighestDepth());
    so that it uses the but MC that serves that purpose in the library.  Then you want to correct the _x assignment of the buttons to what I think you had earlier...
    newConBut._x = 650-newConBut._width;
    newRecBut._x = newConBut._x-newRecBut._width;
    Here is a picture of what those changes do (note, without the XML file I had to finagle things just to work, so the biutton labels aren't what they will be)...

  • Issue with adding a new value to the Default Login Page

    Hopefully this is an easy one guys, I've added a select list item to the standard login page (P101) to allow the user to select a DOMAIN as well as entering their username and password.
    When the next page is displayed and I try to retrieve the value held in the new field it has been cleared, but the values entered into items
    P101_USERNAME and P101_PASSWORD are still present.
    I can't figure out why the values held in items P101_USERNAME and P101_PASSWORD are still present but P101_DOMAIN has been cleared.
    I've tried creating a value on page zero and writing the domain value to it using pl/sql and javascript but as soon as the next page is requested the value is cleared.
    Any Ideas how to get around this????
    Thanks in advance

    I suppose your login page contains a process like this:
    BEGIN
       wwv_flow_custom_auth_std.login (p_uname           => v ('P101_USERNAME'),
                                       p_password        => :p101_password,
                                       p_session_id      => v ('APP_SESSION'),
                                       p_flow_page       => :app_id || ':1'
       :t_random_number := :p101_random_number; /* this is something I added to my code */
    END;Now, if you go to this page:
    http://apex.oracle.com/pls/otn/f?p=31517:1
    please note the random number assigned to you. Once you login, the same number will appear on the page 1 (near to the top).
    So, that is how you could solve your problem.
       :t_random_numberis an application item.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • How can I open the EP login page in the same pop-up window?

    is it possible for me to using / only one window(Browser) pop-up to EP Page(Login or iView...).
    In the firs general html page I create a EP login page link action[eg. "window.open('url', 'target_name')"],
    but always launching new pop-up window(Browser).
    How can I open the EP login page in the only one window(pop-up)?
    Could anybody help me by giving suggestion and codding?
    Thanks,
    jin.

    Hi,
    if you want to redirect the root of portal system (http://portal/) to the login page, edit the
    file and change the body tag as follow:
    \usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com\com.sap.engine.docs.examples\servlet_jsp\_default\root\index.html
    <body onload="location.replace('irj/portal' + document.location.search)"></body>

  • Unable to change the default login page

    I would to change the default login page (to /content/ethz_ch/Login)
    I configured tha page by "Day CQ Login Selector Authentication Handler":
    In ./launchpad/config/com/day/cq/auth/impl/LoginSelectorHandler.config I see
    auth.loginselector.defaultloginpage="/content/ethz_ch/Login"
    as expected.
    I then configured a page (/content/ethz_ch/de/auth_test.html) with a closed user group and left the login page field blank.
    Instead on the newly defined login page I am redirected to
    https://..../system/sling/cqform/defaultlogin.html?resource=%2Fcontent%2Fethz_ch%2Fde%2Fauth_test.html&$$login$$=%24%24login%24%24
    Any idea on what I am doing wrong?

    Try 1 & 2 if does not work please file a daycare for further assistance.
    1.   In "Day CQ Login Selector Authentication Handler" for path info add an empty row then verify.
    2.   Delete the existing entry for "Day CQ Login Selector Authentication Handler" , Configure your custom at repository level & verify

  • How do I change the my login page (password box) to be in the English language?

    How do I change the my login page (password box) to be in the English language?

     > System Preferences... > Language & Region > change here

  • Oracle 10 gr studio taking long time to open the home/login page

    Hi,
    Oracle 10g studio taking the long time to open the home/ login page; when clicked on the launch workspace option.
    Thanks,
    Brijesh Kumar Singh.

    How much memory do you have in your machine?
    Are you running VMWare? How much physical (not logical) memory do you have allocated.
    What else do you have concurrently running on your machine?
    Dan

  • Adjust the default login page of a domain

    Dear forum,
    I want to add additional text to the default login page of the Webcenter domain, so the http://<server_name>:16200/<domain_name> page.
    How can this best be done? Is it configurable via the Weblogic console somehow?
    Regards,
    Jan-Willem Klomp

    Hi ,  Perhaps you can start with the following document : http://docs.oracle.com/cd/E28280_01/doc.1111/e26694/part2_change_interface.htm#sthref478  Thanks, Srinath

  • Problem in getting the application login page

    Hi Firends,
    I am facing problem in getting the application login page.
    http://localhost:7777/pls/apex/f?p=102:1
    when i am clicking this link it is not directing me to the login page for this application.please let me know what could be the reason behind this.
    Thanks in advance

    Hi Martin, many thanks for replying. Let me know how this could effect in not getting the login page. I have checked in my application,it is by default "No application authorization required " and other option is " must not be a public user " . Should i change it to " must not be a public user from no application authorization required"
    please put more light on it. Y i am saying this because it was working fine day b4r yesterday but today i am getting problem in finding the login page of my application aftr providing the url. i am following the SSO authentication scheme and under Home>Application Builder>Application 102>Shared Components>Edit Security Attributes , i have given f?p=&APP_ID.:1:&SESSION. as home link and under Home>Application Builder>Application 100>Page 101>Edit Page Process, this code i have provided
    wwv_flow_custom_auth_std.login(
    P_UNAME => v('P101_USERNAME'),
    P_PASSWORD => :P101_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||':1'
    as a source code.
    i am really stucked into it, and i need to finish is ASAP. Please provide all possible reasons for this problem.

  • I had redeemed 2 $50.00 iTunes gift cards a few months ago. The last time that I checked my iTunes balance, it was $100.00. I logged in to iTunes yesterday and the $100.00 balance isn't showing up. Why would it be missing?

    I had redeemed 2 $50.00 iTunes gift cards a few months ago. The last time that I checked my iTunes balance, it was $100.00. I logged in to iTunes yesterday and the $100.00 balance isn't showing up. Why would it be missing? Would that happen if I changed my apple ID and password recently? Or would that happen if I de-authorized 2 devices? Would that happen if I deleted my music from my iPhone? Could someone hack into my iTunes account and take my money? Or maybe Apple charged me for something and debited my iTunes account? If you could please help me solve this mystery, I would greatly appreciate it

    Check your account's purchase history : See your purchase history in the iTunes Store - Apple Support
    If nothing shows then try logging out and back into your account on the computer/device that you are using.
    Neither updating your account id and/or password, nor deauthorising your account, nor deleting content from a device or computer's iTunes library will affect your balance

  • My macbook pro is stuck on the log in page and is showing a gray folder what do i do ?

    my macbook pro is stuck on the log in page and is showing a gray folder where the log in icon should be. what do i do??

    Hi jazziejayy,
    Thanks for visiting Apple Support Communities.
    If you see a gray folder icon and can't log in to the user account on your Mac, start with the troubleshooting steps in this article:
    A flashing question mark appears when you start your Mac
    http://support.apple.com/kb/ts1440
    Regards,
    Jeremy

Maybe you are looking for