BT Wifi Invalid Login - Broadband Customer

Hello.
I am a Total Broadband Option 3 Customer
I am using my @btinternet.com email adress and password (all correct)
I have been a customer for more than three years and have secondary @btinternet.com accounts too, which also don't work.
The account holder has changed hands since the broadband+phone account was created
When I try to log into Bt Wifi, or register for BT wifi, I get an invalid login credentials message.
When I try to "opt in" I get invalid login credentials.
All troubleshooting steps (Resetting passwords), using the app on android, IOS windows 8 or from the login page on any device or laptop fail to get me anywhere.

mark_s wrote:
But why don't BT allow users of secondary emails to login to BT Wi-Fi??
Probably because it was introduced before it became compulsory for everyone to carry a mobile device at all times. Extending it to sub accounts has often been suggested but there's been no discernable movement on that by BT.
I have a joint BT account with my partner, but can't use BT Wi-Fi as she has the primary email.
It's news to me that BT do joint accounts. If that's the case there's nothing to stop you using the primary account details on another device.
You can click the white star next to this message if you think it was helpful.

Similar Messages

  • Authentication - "Invalid Login Credentials" ? ? ?

    Hey guys,
    Need some help regarding Log in.
    I have a table in the database (table name USER_SECURITY) which has the list of users who are authorized to log in to the application.
    I have to incorporate this in the application page
    Could you please help me with the logic how to go about it in APEX
    Thank You for your help and suggestions
    Jesh

    Hi,
    I did try the link and it helped me understand alot, [ http://djmein.blogspot.com/2007/07/custom-authentication-authorisation.html]
    and I tried an example as mentioned in Duncan Mein's Blog and it did work, but then when I try to use it in my application and entered the username and password it says *"Invalid Login Credentials".*
    Here's the code I used:
    The table was already created in the database: ASQ_USER_SECURITY
    has four columns: USER_ID, USER_ROLE, USER_NAME, PASSWORD
    Created an Application Security Package
    CREATE OR REPLACE PACKAGE app_security_pkg
    AS
    PROCEDURE add_user
    p_user_id IN VARCHAR2,
    p_user_role IN VARCHAR2,
    p_username IN VARCHAR2,
    p_password IN VARCHAR2
    PROCEDURE login
    p_uname IN VARCHAR2
    ,p_password IN VARCHAR2
    ,p_session_id IN VARCHAR2
    ,p_flow_page IN VARCHAR2
    FUNCTION get_hash
    p_username IN VARCHAR2
    ,p_password IN VARCHAR2
    RETURN VARCHAR2;
    PROCEDURE valid_user2
    p_username IN VARCHAR2
    ,p_password IN VARCHAR2
    FUNCTION valid_user
    p_username IN VARCHAR2
    ,p_password IN VARCHAR2
    RETURN BOOLEAN;
    END app_security_pkg;
    CREATE PACKAGE BODY
    CREATE OR REPLACE PACKAGE BODY app_security_pkg
    AS
    PROCEDURE login
    p_uname IN VARCHAR2
    ,p_password IN VARCHAR2
    ,p_session_id IN VARCHAR2
    ,p_flow_page IN VARCHAR2
    IS
    lv_goto_page NUMBER DEFAULT 1;
    BEGIN
    IF UPPER(p_uname) = 'ADMIN'
    THEN
    lv_goto_page := 1;
    ELSE
    lv_goto_page := 1;
    END IF;
    wwv_flow_custom_auth_std.login
    p_uname => p_uname,
    p_password => p_password,
    p_session_id => p_session_id,
    p_flow_page => p_flow_page || ':' || lv_goto_page
    EXCEPTION
    WHEN OTHERS
    THEN
    RAISE;
    END login;
    PROCEDURE add_user
    p_user_id IN VARCHAR2,
    p_user_role IN VARCHAR2,
    p_username IN VARCHAR2,
    p_password IN VARCHAR2
    AS
    BEGIN
    INSERT INTO app_users (USER_ID,USER_ROLE,USER_NAME, PASSWORD)
    VALUES (p_user_id,p_user_role,UPPER (p_username),
    get_hash (TRIM (p_username), p_password));
    COMMIT;
    EXCEPTION
    WHEN OTHERS
    THEN
    ROLLBACK;
    RAISE;
    END add_user;
    FUNCTION get_hash (p_username IN VARCHAR2, p_password IN VARCHAR2)
    RETURN VARCHAR2
    AS
    BEGIN
    RETURN DBMS_OBFUSCATION_TOOLKIT.md5 (
    input_string => UPPER (p_username)
    || '/'
    || UPPER (p_password));
    END get_hash;
    PROCEDURE valid_user2 (p_username IN VARCHAR2, p_password IN VARCHAR2)
    AS
    v_dummy VARCHAR2 (1);
    BEGIN
    SELECT '1'
    INTO v_dummy
    FROM ASQ_USER_SECURITY
    WHERE UPPER (USER_NAME) = UPPER (p_username)
    AND PASSWORD = get_hash (p_username, p_password);
    EXCEPTION
    WHEN NO_DATA_FOUND
    THEN raise_application_error (-20000, 'Invalid username / password.');
    END valid_user2;
    FUNCTION valid_user (p_username IN VARCHAR2, p_password IN VARCHAR2)
    RETURN BOOLEAN
    AS
    BEGIN
    valid_user2 (UPPER (p_username), p_password);
    RETURN TRUE;
    EXCEPTION
    WHEN OTHERS
    THEN RETURN FALSE;
    END valid_user;
    END app_security_pkg;
    When I tried to Create a Test User it worked and added a record in the database
    exec app_security_pkg.add_user ('RS','E','jesh','goodone')
    Create your own Authentication Scheme
    Authentication Function Section: RETURN APP_SECURITY_PKG.valid_user
    Switch on your Custom Scheme: made it “My Auth Scheme”
    Also Altered the Login Process on Page 101
    app_security_pkg.login (P_UNAME => :P101_USERNAME, P_PASSWORD => :P101_PASSWORD, P_SESSION_ID => v('APP_SESSION'), P_FLOW_PAGE => :APP_ID );
    This is pretty much what was there in the Duncan Mein's Blog
    Thank you for having a look at the code
    Appreciate your help
    Jesh

  • User locks out, due to 5 invalid login attempts after the server running

    Hi ,
    I HAC on WLS 10.3.2 (Oracle Solaris on x86-64 (64-bit)).
    user locks out, due to 5 invalid login attempts just after the server comes into running state.
    But the strange thing is Customer is not trying to login into it.
    we unlocked the user, after logging into the console with a different user.
    Customer knows the username and password
    Still the issue appears after few minutes.
    Below are the logs:
    ####<Oct 5, 2010 2:41:36 PM SGT> <Notice> <WebLogicServer> <STG-DS11> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <21524a931a3e4d99:45f2a2df:12b7b1fb09c:-8000-0000000000000005> <1286260896734> <BEA-000329> <Started WebLogic Admin Server "AdminServer" for domain "IDMDomain" running in Production Mode>
    ####<Oct 5, 2010 2:41:36 PM SGT> <Notice> <WebLogicServer> <STG-DS11> <AdminServer> <main> <<WLS Kernel>> <> <21524a931a3e4d99:45f2a2df:12b7b1fb09c:-8000-0000000000000003> <1286260896843> <BEA-000365> <Server state changed to RUNNING>
    ####<Oct 5, 2010 2:41:36 PM SGT> <Notice> <WebLogicServer> <STG-DS11> <AdminServer> <main> <<WLS Kernel>> <> <21524a931a3e4d99:45f2a2df:12b7b1fb09c:-8000-0000000000000003> <1286260896846> <BEA-000360> <Server started in RUNNING mode>
    ####<Oct 5, 2010 2:41:36 PM SGT> <Info> <J2EE> <STG-DS11> <AdminServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <21524a931a3e4d99:45f2a2df:12b7b1fb09c:-8000-0000000000000006> <1286260896848> <BEA-160151> <Registered library Extension-Name: bea_wls_async_response (JAR).>
    ####<Oct 5, 2010 2:41:37 PM SGT> <Info> <EJB> <STG-DS11> <AdminServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <21524a931a3e4d99:45f2a2df:12b7b1fb09c:-8000-0000000000000006> <1286260897879> <BEA-010008> <EJB Deploying file: mejb.jar>
    ####<Oct 5, 2010 2:41:39 PM SGT> <Info> <EJB> <STG-DS11> <AdminServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <21524a931a3e4d99:45f2a2df:12b7b1fb09c:-8000-0000000000000006> <1286260899932> <BEA-010009> <EJB Deployed EJB with JNDI name ejb.mgmt.MEJB.>
    ####<Oct 5, 2010 2:42:35 PM SGT> <Info> <Health> <STG-DS11> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <21524a931a3e4d99:45f2a2df:12b7b1fb09c:-8000-000000000000000c> <1286260955961> <BEA-310002> <50% of the total memory in the server is free>
    ####<Oct 5, 2010 2:43:35 PM SGT> <Info> <Health> <STG-DS11> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <21524a931a3e4d99:45f2a2df:12b7b1fb09c:-8000-000000000000000c> <1286261015987> <BEA-310002> <71% of the total memory in the server is free>
    ####<Oct 5, 2010 2:46:09 PM SGT> <Notice> <Security> <STG-DS11> <AdminServer> <ExecuteThread: '3' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <> <21524a931a3e4d99:45f2a2df:12b7b1fb09c:-8000-000000000000001b> <1286261169575> <BEA-090078> <User weblogic in security realm myrealm has had 5 invalid login attempts, locking account for 30 minutes.>
    ####<Oct 5, 2010 2:46:24 PM SGT> <Info> <Server> <STG-DS11> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <21524a931a3e4d99:45f2a2df:12b7b1fb09c:-8000-000000000000001d> <1286261184189> <BEA-002635> <The server "wls_ods1" connected to this server.>
    Thanks,
    Daniel

    User weblogic in security realm myrealm has had 5 invalid login attempts, locking account for 30 minutes.The customer knows the weblogic password?

  • Ix4-300d : Remote access logging / unknown user / invalid login attempt

    From time to time a customer of mine is seeing invalid login tries in the log ( mostly 'admin', 'Administrator', but also unconfigured names like 'grigor'?.
    Is there any chance to determine, whether these login attempts (until now not successfull because 'non-common' passwords are used) come from inside or via <my-cloud>.mylenovoemc.com from outside?
    Various PCs / Laptops ( sorry I still really love Dell and Fujitsu ;-))
    Supporting Customers ix2s and ix4s -- Love Networking ( not only technically ).
    I am not a Lenovo Employee.
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!

    It should not put too much strain on the device, but it would make the dump log a bit longer. If you just got a dump report from the device without detailed logging should be able to get an IP address of the invalid attempt, so it may not be necessary to turn on detailed logging if you can get an IP address. Although if it is someone attempting to hack into the system, they are probably hiding their IP address anyway. Do they have a firewall on their network that could provide information about the source of the attempted login?
    Have questions and need answers?
    Search the database for answers to FAQ's, software/driver downloads, tutorials, news, features and more!
    LenovoEMC Support & Downloads
    LenovoEMC North America Support Contact Page

  • Mail server reports invalid login. Retype login and server accepts it. Password Manager selected.

    TBird v 24.5 running on W7 and Avast Free AV (up to date) running.
    For years TB has been successfully accessing the pop mail account on this PC with Avast, etc...
    Recently the provider (Centurylink/Embarqmail) made some changes. I double-checked the settings against their online list of settings. Also went over them with the Tech Support folks on the phone.
    Upon opening TB, it goes to check mail and reports back:
    Sending of username did not succeed. Mail server pop.centurylink.net responded Auth-status invalid login or password.
    Press OK, then select Re-type PW. Enter the same password as I always have, and select Password Manager to remember.
    TB will successfully check mail.
    Close TB, start it up again, and get the same response. Go though the same motions, and am able to get mail.
    Centurylink/Embarq has said repeatedly that I need to contact the manufacturer of TB... They say they have given me all the support and settings they can.
    I've tried changing all sorts of settings to no avail.
    Hoping that someone out there recognizes this problem and can offer a solution, or give me some items to check to get to the bottom of it.
    Thank you in advance for your time.
    System details as shown are for the PC I'm using to submit the request, not the PC I'm trying to solve the problem upon.

    You can try this:
    Open TB, go to Tools/Options/Security/Passwords, and click saved passwords. Select (click) the email with the password issue, and then click remove. Restart TB.
    The password prompt comes up. Enter password, check the remember option, and see if that fixes the issue by restarting and seeing if it logs in without issue.

  • Error: 1051293: Login fails due to invalid login credentials

    Need help!
    I searched all the threads for this but i still have not found one that works for my issue.
    I was trying to add a new essbase server using EAS and i been getting the following error.
    I am able to login into the EAS with the same user name and password, but i am getting the following error when i try to ADD essbase server.
    admin July 7, 2010 12:40:32 AM CDT com.essbase.eas.admin.defs.AdminCommands.AddServerToUserList Succeeded
    winserver com.essbase.eas.essbase.defs.ServerCommands.Connect July 7, 2010 12:40:33 AM CDT Failed : 1051293 Login fails due to invalid login credentials
    Error: 1051293 Login fails due to invalid login credentials
    Essbase Server: winserver com.essbase.eas.essbase.defs.ServerCommands.Connect July 7, 2010 12:40:33 AM CDT
    Error: 1051293: Login fails due to invalid login credentials
    HELP!!
    Alex

    You have already posted the question here :- Error: 1051293: Login fails due to invalid login credentials
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to change the error message Invalid login credentials

    Hi all,
    How to change the default error messages .
    1) In the Login page while giving wrong username or password .It showing
    Error message "Invalid login credentials".
    But requirement is change the above error message.
    2) I need to change the error message instead of "1 error has occureed"
    Thanks in Advance
    Sudhakar

    On the Login Page of the application create a 'Before Header' process with this code if  apex_application.g_notification ='Invalid Login Credentials' then
             apex_application.g_notification :='Your Altered Failed Login Message Here';
      end if;varad

  • Translation of "Invalid Login Credentials" message

    Hi
    I've application (just) in non-english language. Shared Component / Globalization / Text Messages works well for the translation of "Next/Prev", "Error" texts, but where to translate invalid login error message?
    Roman

    I do not assume you translate APEX into Czech language
    Not yet.
    Your function can redirect to a page that shows the message you like. For example, if you wanted to redisplay the login page with the message, just do something like this:
    owa_util.redirect_url('f?p=' || v('APP_ID') || ':101:' || v('APP_SESSION') || ':MSG' );
    apex_application.g_unrecoverable_error := true;
    return false;
    Then adjust your login page so that a message appears if the "request" value is 'MSG'. The redirect_url shown above sets the request value to 'MSG'. Normally the login page would not show the message because that request value would not be present.
    Scott

  • BEA-090078 User ovowl in security realm myrealm has had 5 invalid login

    Hi,
    I created new domain for 10.3.4.0. there are two default users weblogic and OracleSystemUser. But in admin stdoutlog file, there are continuous below errors
    <XXXXXXXXX> <Notice> <Security> <BEA-090078> <User ovowl in security realm myrealm has had 5 invalid login attempts, locking account for 30
    minutes.>
    can you pls let me know where can i find ovowl user in weblogic domain.
    Thanks.

    my guess is this user "ovowl" doesn't exist at all.
    I have tried logging into the console for 5 times with a non existing username, and I got the same error:
    <17-May-2011 16:10:32 o'clock CEST> <Notice> <Security> <BEA-090078> <User weblogic1 in security realm myrealm has had 5 invalid login attempts, locking account for 30 minutes.>
    but there is no user "weblogic1"....

  • EssBase: Login fails due to invalid login credentials

    I am currently running Hyperion System Planning 9, authenticating users through my LDAP server and am having a problem creating new users. I have gone through what I believe are the steps I need to take and have created my users but now when they try to login to EssBase, through the excel add-in, I get this message: "Login fails due to invalid login credentials"
    I have searched the forums and the Essbase knowledge base and have come up empty. The only thing I have found is this:
    "You just need to provision your shared services user with access to Essbase. Right-click on your user, select provision and then give them the required Essbase rights."
    I have provisioned my users several times and made sure that they are added to the correct groups but they still can't log in.
    Has anyone had this issue before?
    Thanks,
    J

    Another point that you need verify, the service sequence:
    1. Start the analytic Services
    2. Star analytic Administration services.
    regards,
    Wallace

  • OIM Design Console Invalid Login tcLoginException

    Dear All,
    While trying to login to OIM Design console using design console or using the API the following error is displayed:
    Error Keyword: DAE.LOGON_DENIED
    Description: Invalid Login.
    Remedy: Contact your system administrator.
    Action: E
    Severity: H
    Help URL:
    Detail:
    com.thortech.xl.security.tcLoginException: com.thortech.xl.crypto.tcCryptoException: KeyStore File :..\xlclient\config\xl.keystore missing.
    I believe the password has been changed but unable to login.
    My question is how do we reset this password.
    Regards,
    Simon

    Do you know password of any other user? If yes, then login into database,
    execute query "select usr_password from usr where usr_login='user whose password u know'". This will return encrypted value of password. Copy it and execute query:
    "update usr set usr_password='Copied password from above query' where upper(usr_login)= upper('xelsysadm');".
    In this way you can set password of Xelsysadm to a known value. Now, you can login into system and change the password of System admin.
    I hope this helps.
    Regards,
    GP

  • Wifi with Login pop up or page won't work most of the time

    Free wifi with login areas don't work anymore on my machine after a couple of uses. I haved used them in these locations before and know the signal is strong and they are working and other people are able to connect. What happens is the login window or page won't load after a few times. I"ve tried several things after reading throgh several disscussions with this and no success.
    1. I tried making a new wireless location and a new dns. Dosn't work.
    2. I tried spoofing my my mac adress (dosn't work)
    3.Clearing out all the cache and system files using onyx (this worked at first and after a restart I would get  the login window but now no longer works)
    4. Referesing the browser and or clearing cache and restarting (dosn't work)
    5. I tried disabling the fire wall and making sure all the java and browser pop ups are open.
    This is a huge problem as I work from home as a web developer and designer but have to wait anther two weeks for internet at home and can't use the free wifi. My cell service barly works in my appartment but barley and is costing a fortune. Any help on this issue would be greatly apreciated. Apart from buying a pc I'm not sure what to do.
    Thanks again for anyone posts,
    Macbook Aluminum Duo 2, Late 2008 on 10.8.5
    SN

    One of the free wifi services I can use will work if I turn off the ocsp and crl from the keychain preferences. Apparently there apple put this in place and it can cause problems with the pop ups from the free wifi services. It still only works with one of the free services with this disabled and apparently opens up security issues.

  • Invalid login credentials when install oracle xe

    Hi friends,
    I installed oracle xe version 10.2.0.1.0 correctly, but when i tried to login to adminstration via
    http://localhost:8080/apex
    with sys or system and the password (which i have given during the /etc/init.d/oracle-xe configure)
    It says invalid login credentials
    Please Help me out
    Thanks

    Had same login credentials problem today (and pwd was spelt as it always is). No way was I getting in via frontend or SqlPlus or using any online tip.
    Deinstalled and reinstalled several times according to instructions. Note that ¨/etc/init.d/oracle-xe configure¨ doesn´t re-run unless you update ¨/etc/default/oracle-xe¨ file with ¨CONFIGURE_RUN=false¨
    Now I am into a whole host of connection problems and the database service does not start. Any ideas?
    Listener status:
    root@II-laptop1:/usr/lib/oracle/xe/app/oracle/product/10.2.0/server# lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 22-AUG-2007 17:06:11
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 22-AUG-2007 16:53:34
    Uptime 0 days 0 hr. 12 min. 36 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=II-laptop1)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    Listener logfile:
    Started with pid=8156
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=II-laptop1)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    22-AUG-2007 16:23:12 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=II-laptop1)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    22-AUG-2007 16:28:51 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=sqlplus)(HOST=II-laptop1)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=59109)) * establish * XE * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    22-AUG-2007 16:37:51 * ping * 0
    22-AUG-2007 16:38:16 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=II-laptop1)(USER=oracle))(COMMAND=services)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * services * 0
    listener.ora:
    LISTENER =
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    # SID_LIST_<lsnr>
    # List of services the listener knows about and can connect
    # clients to. There is no default. See the Net8 Administrator's
    # Guide for more information.
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=PLSExtProc)
    (ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
    (PROGRAM = extproc)
    DEFAULT_SERVICE_LISTENER = (XE)
    tnsnames.ora:
    XE= (DESCRIPTION =
    (ADDRESS_LIST=
    (ADDRESS=
    (PROTOCOL=tcp)
    (HOST=127.0.0.1)
    (PORT=1521)))
    (CONNECT_DATA=
    (SID=XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Any help would be greatly appreciated, thanks.

  • Invalid Login Page

    I have created a HTML portlet that accepts the portal user id/pswd and does a login. This works fine when the user correctly enters the information. If the user does not put in the correct user id/pswd, it bring them to the oracle default single sign on page. Is there a way to bring invalid logins to a different page (I want to display some help text/images) with a back button that return them to my login page?
    <TABLE BORDER="0" WIDTH="100%" CELLPADDING="0" CELLSPACING="0" class="RegionNoBorder">
    <TR><TD class="RegionHeaderColor" WIDTH="100%">
    <FORM ACTION="PORTAL30.wwptl_login.login_url" METHOD="POST" name="LoginForm">
    <INPUT TYPE="hidden" NAME="p_requested_url" VALUE="portal30.star_portal.set_user_info?p_target_url=portal30.home">
    <INPUT TYPE="hidden" NAME="p_cancel_url" VALUE="http://floyd.yeovil.ac.uk/servlet/page?_pageid=81,125&_dad=portal30&_schema=PORTAL30">
    <TABLE WIDTH="90%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
    <TR>

    Hi Luke,
    the error message you got with the old Support Package was not correct (at least the behaviour you described in
    Re: Correct Password is Rejected
    We found the error and revised note 779502. Please apply the latest version of the note and check the behaviour.
    Regards,
    Rainer

  • Beehive Online: How to Resolve Content Encoding Error or Invalid Login?

    Hello,
    These questions relate to the following Beehive Workspace:
    Workspace: Synopsys_Spice_and_FastSpice_Simulation_and_Analysis_Workspace
    Login: [email protected]
    The Login "[email protected]" is a valid workspace member for the workspace: Synopsys_Spice_and_FastSpice_Simulation_and_Analysis_Workspace
    . This login has been used successfully for about 6-months to exchange data between me and the user. On a recent login attempt the user gets the following error from FireFox:
    Content Encoding Error: The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
    A similar error is issued when using Chrome or Opera. IE comes back with an unable to reach server error.
    What the user has told me is that she recently reset her password. Afterwards, the above error after the login screen.
    A few other points that the user has told me that do not make too much sense to me. The user claims that the system gives an invalid "login" error when she uses the email address: "[email protected]". The user claims that the login that she needs to use is "[email protected]". However, the email that is registered is "[email protected]" on the page: https://beehiveonline.oracle.com/teamcollab/participants/Synopsys_Spice_and_FastSpice_Simulation_and_Analysis_Workspace
    Any help on how I can get her email address "[email protected]" to work properly for the workspace Synopsys_Spice_and_FastSpice_Simulation_and_Analysis_Workspace
    would be greatly appreciated.
    Thanks in advance,
    Pouya

    Hi,
    Her email "[email protected]" is the one she has to use or the content encoding error will be returned. It is an ugly erro but it means the user has a valid sso account but not a valid BeehiveOnline account - If she is using "[email protected]" then this is invalid and will generate the error.
    There are 2 accounts in the wwldap system - one for each and I think the user has confused the account/password combinations - Nothing has chnaged on the system and the "[email protected]" account is still valid and active.
    I checked the logs and she is using the wrong username and getting the 304 error returned:
    access_log.1342612800: [email protected] [18/Jul/2012:13:05:31 -0600] 1 "GET /teamcollab/library/Oracle/Synopsys_Spice_and_FastSpice_Simulation_and_Analysis_Workspace/Documents HTTP/1.1" 500 304 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1"
    Phil

Maybe you are looking for

  • Ati 4890 - xorg 1.7.2 - catalyst?

    well , hello everyone i had an idea and i want your opinion , i have ati 4890 graphics card and i wondered if i can install the catalyst drivers..(i know that arch dropped support since xorg 1.6) and i dont want to experiment with compiling kernels a

  • Why does Back to My Mac slow to a crawl under heavy GPU usage?

    I run Back to My Mac so that I can access my Mac Mini sitting at home from wherever I am on the road using my Macbook Pro. I noticed that even with next to nil CPU usage, Back to My Mac runs normally when I have nothing else running, but slows to a c

  • How do you preserve keywords from imported/copied photos?

    I feel like I'm missing something here! How do I keep the keywords attached to photos that are then copied into a new document? I'm using Bridge and Photoshop CS3. Thank you in advance for any help!

  • Set Home Page

    Hi, How can i set the default page as Home Page, after login screen . Perumal Swamy.R

  • Rquirements in CIN

    Hi Guys what are all the common business requirements in CIN Customization.if you explain with example,that will be great help for me. maximum points will be rewarded. thanks and regards