Oracle9i AS (invalid user/password,During creating of database)

Hello!
I have installed oracle 9i in Advance server 2000 (domain controller) and when i try to create a database (any type) via Database Configration Assistent then during creating of database it give me the message invalid username/password. The point to be noted is that during creating of database it doesnot ask any username or password, so probably this is a some sort of post creating script with a difault password like SYS, SYSMAN, SYSTEM etc accounts. Please guide me what is the problem in my steping of database creation. (Remmeber i am loging into the server with Administrator's account.
Please reply me as soon as possible at following email address.
[email protected] (above email address is invalid)
Thanks.

User => Default password
=========================
sys => change_on_install
system => manager
scott => tiger
hope this helps.

Similar Messages

  • SSO + OBIEE + Impersonation :: Invalid user/password

    I am running the following setup:
    OBIEE
    Oracle Business Intelligence Product Version 10.1.3.3.2 (Build 071217.1900)
    Physical Presentation Catalog Path /apps/installs/OracleBIData/web/catalog/paint/root
    Oracle BI Server Data Source AnalyticsWeb
    Analytics WebApp
    Turned off OC4J, and deployed Analytics.war file on its own Apache-Tomcat instance
    The Tomcat instance listens on port 9090
    Siteminder (SSO) / Proxy Tier
    I am running an Apache Web Server instance protected by CA Siteminder's SSO policy
    AWS is listening on port 80, and acting as a proxy to redirect requests for Analytics.
    Example:
    Tomcat Analytics: http://localhost:9090/analytics/
    AWS: http://localhost:80/obiee/ ==> http://localhost:9090/analytics/
    I am doing testing with the out of the box PAIN repository & set of dashboards. My goal is to:
    1. Protect OBIEE behind SSO
    2. Allow ANY SSO authenticated user to gain access to OBIEE Analytics
    3. Remove OBIEE's own authentication / login screen
    Effectively:
    1. Browse to http://localhost/obiee/
    2. Get redirected to SSO login landing page
    3. Authenticate via SSO
    4. Upon successful SSO authentication, get redirected to the default OBIEE dashboard
    So far, so good. I followed the guide for SSO integration found here: http://download.oracle.com/docs/cd/E12096_01/books/AnyDeploy/AnyDeploySSO.html
    I've added the necessary entries on my instanceconfig.xml ($ORACLEBIDATA_HOME/web/config/instanceconfig.xml) as follows
    <Auth>
    <SSO enabled="true">
    <ParamList>
    <Param name="IMPERSONATE" source="httpHeader" nameInSource="eid"/>
    </ParamList>
    </SSO>
    </Auth>
    <CredentialStore>
    <CredentialStorage type="file" path="/apps/installs/OracleBIData/web/config/credentialstore.xml" passphrase="***********"/>
    </CredentialStore>
    I've created an Impersonator user and impersonation alias on my credentialstore.xml file using:
    cryptotools credstore -add -infile $ORACLEBIDATA_HOME/web/config/credentialstore.xml
    Credential Alias: impersonation
    Username: Impersonator
    Password: ***********
    Do you want to encrypt the password? y/n (y):
    Passphrase for encryption: ***********
    Do you want to write the passphrase to the xml? y/n (n):
    File "<OracleBIData>/web/config/credentialstore.xml" exists. Do you want tooverwrite it? y/n (y):
    I've also added the Impersonator user to the repository using BI Administrator. I opened the respository online and added Impersonator as a user, with the same password I defined when I user cryptotools. I included the Impersonator user on the same groups as the default Administrator (Administrators & XMLP_ADMIN) and subsequently checked my changes back into the server. After everything was done, I bounced presentation and BI servers through:
    $run-sa.sh stop
    $run-saw.sh stop
    $run-sa.sh start
    $run-saw.sh start
    Presentation services starts up fine, BI server starts up fine as well. When I browse to the Apache Web Server site, I get redirected to SSO, I pass my credentials, and the wind up on the /saw.dll?Dashboard URI but I get the following message:
    You are not currently logged in to the Oracle BI Server.
    If you have already logged in, your connection might have timed out, or a communications or server error may have occurred.
    Here are the relevant log entries from $ORACLEBIDATA_HOME/web/log
    sawlog0.log -I replaced the actual username with <SSOUID>. <SSOUID> is the actual SSO header I need.
    Oracle BI Presentation Services have started successfully.
    Type: Error
    Severity: 40
    Time: Fri Jul 23 12:02:57 2010
    File: project/webodbcaccess/odbcconnectionimpl.cpp Line: 371
    Properties: ConnId-1,1;ThreadID-4096981904
    Location:
    saw.odbc.connection.open
    saw.connectionPool.getConnection
    saw.threadPool
    saw.threads
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43001] Authentication failed for <SSOUID> in repository Star: invalid user/password. (08004)
    Type: Error
    Severity: 42
    Time: Fri Jul 23 12:02:57 2010
    File: project/webconnect/connection.cpp Line: 276
    Properties: ThreadID-4096981904
    Location:
    saw.connectionPool.getConnection
    saw.threadPool
    saw.threads
    Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    I am at a total loss with this. If I am understanding the OBIEE stack correctly, this would seem to indicate:
    a. The impersonation credentials on the credentialstore.xml file are not being decrypted correctly, or the password actually doesn't match. But I've triple checked this.
    b. The impersonation alias is not being recognized by presentation services.
    I would really appreciate any input here. If I've left out any relevant items, please ask questions and I'll try to be as thorough as possible.
    Thanks in advance!
    Miguel.-
    Edited by: user11343977 on Jul 23, 2010 11:49 AM

    Changes made. Here are the log entries:
    sawlog0.log
    Type: Error
    Severity: 40
    Time: Mon Jul 26 12:27:59 2010
    File: project/webodbcaccess/odbcconnectionimpl.cpp Line: 371
    Properties: ConnId-13,13;ThreadID-4091849616
    Location:
    saw.odbc.connection.open
    saw.connectionPool.getConnection
    saw.threadPool
    saw.threads
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43001] Authentication failed for 7880429329 in repository Star: invalid user/password. (08004)
    Type: Error
    Severity: 42
    Time: Mon Jul 26 12:27:59 2010
    File: project/webconnect/connection.cpp Line: 276
    Properties: ThreadID-4091849616
    Location:
    saw.connectionPool.getConnection
    saw.threadPool
    saw.threads
    Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    And here is the relevant entry from the NQQuery.log -which is enlightening if I should say:
    --------- Oracle BI Version: 10.1.3.3.2.071217.1900 : New Session Timestamp: 2010/07/26 12:34:33
    +++Impersonator:fffe0000:fffe0004:----2010/07/26 12:34:59
    -------------------- An initialization block named 'Authorization', on behalf of a Session Variable, issued the following SQL query:
    SELECT ':USERID','Administrators','GuestAccount' from dual
    Returned 0 rows. Query status: Failure

  • Authentication failed: invalid user/password.

    After uploading a new RPD in obiee( 11.1.1.5), my obiee has started failing with following error in nqserver.log. I have verified that BISystemUser password is the same in console and EM. I have also verified that I am entering correct RPD password while uploading it through EM. What else may be wrong ?
    [2011-08-23T03:52:39.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 004emGWVmAQAtHd5Tf^Ayc0000K2000000] [tid: b38396d0] [36007] Loading repository /product/obiee_11.1.1.5/instances/instance1/bifoundation/OracleBIServerComponent/coreapplication_obis1/repository/iipreports_BI0038.rpd.
    [2011-08-23T03:52:40.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 004emGWVmAQAtHd5Tf^Ayc0000K2000000] [tid: b0923b90] [14055] Loading subject area: AIP ...
    [2011-08-23T03:52:40.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 004emGWVmAQAtHd5Tf^Ayc0000K2000000] [tid: b0923b90] [14056] Finished loading subject area: AIP.
    [2011-08-23T03:52:40.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 004emGWVmAQAtHd5Tf^Ayc0000K2000000] [tid: b38396d0] [85003] MDX Member Name Cache subsystem started successfully.
    [2011-08-23T03:52:40.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 004emGWVmAQAtHd5Tf^Ayc0000K2000000] [tid: b38396d0] [85004] MDX Member Name Cache subsystem recovered entries: 0, size: 0 bytes.
    [2011-08-23T03:52:40.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 004emGWVmAQAtHd5Tf^Ayc0000K2000000] [tid: b38396d0] [13026] Error in getting roles from BI Security Service: 'Error Message From BI Security Service: [nQSError: 46164] HTTP Server returned 404 (Not Found) for URL .'
    [2011-08-23T03:52:40.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 004emGWVmAQAtHd5Tf^Ayc0000K2000000] [tid: b38396d0] nqsserver:     Clustered Oracle BI Server started. Version: 11.1.1.5.0.110427.0846.000.
    [2011-08-23T03:52:44.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 004emGWVmAQAtHd5Tf^Ayc0000K2000000] [tid: b0923b90] [43071] A connection with Cluster Controller xxx.us.oracle.com:9706 was established.
    [2011-08-23T03:52:46.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 004emGWtbaWAtHd5Tf^Ayc0000K3000001] [tid: b00beb90] Error Message From BI Security Service: [nQSError: 46164] HTTP Server returned 404 (Not Found) for URL .
    [2011-08-23T03:52:46.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 004emGWtbaWAtHd5Tf^Ayc0000K3000001] [tid: b00beb90] [nQSError: 43126] Authentication failed: invalid user/password.
    If I run opmnctl status then BIServer is up but the presentation services is down.
    Following error is observed in sawlog0.log
    [2011-08-22T22:52:46.000-05:00] [OBIPS] [ERROR:10] [] [saw.security.odbcuserpopulationimpl.initialize] [ecid: ] [tid: ] Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43126] Authentication failed: invalid user/password. (08004)[[
    File:odbcuserpoploaderimpl.cpp
    Line:292
    Location:
         saw.security.odbcuserpopulationimpl.initialize
         saw.catalog.local.loadCatalog
         saw.subsystems.catalogbootstrapper.loadcatalog
         saw.webextensionbase.init
         saw.sawserver
    ecid:
    [2011-08-22T22:52:46.000-05:00] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:712
    Location:
         saw.sawserver
    ecid:

    Hi,
    I have upgraded a existing OBIEE 10G file EBSAnalyticMaster.rpd to 11G using ua (upgrade assistant) and getting the same error while upgrading the catalog.
    Presentation service is not starting. Do you have a solution yet.

  • [nQSError: 43126]Authentication failed:invalid user/password, how to avoid?

    Hi,
    I encountered following error: [nQSError: 43126] Authentication failed: invalid user/password.
    when I was starting weblogic server, and server used to shutdown.
    After snooping around on net, came across this blog: http://obiee11gqna.blogspot.com/2011/09/obiee-11g-errors-nqserror-43113.html
    Found that password for MDS & BIPLATFORM was 'expired', was able to solve my problem and my Presentation Services were up & running.
    My question is, how to avoid password of MDS & BIPLATFORM from getting expired in future??
    Regards,
    Jitendra

    Dpka,
    Thanx for the link, it shows the way to avoid expiry of password.
    I also found another link, in comment section which is equally useful: http://www.artofbi.com/index.php/2011/03/mds-or-biplatform-schema-password-change-considerations/
    PS: Thanx to Deva as well for replying to my query.
    Regards,
    Jitendra

  • 41439 Login Error  / Invalidation User password

    Portal Login Error 41439:
    I have Infrastructure and App Server (BI installation) on the same Win2K server. While trying to Login to Oracle10gAS Portal, I get following error.
    WWV-41439 - You cannot login because there is no configuration information stored in the enabler configuration table.
    Cause:
    The default domain is not set in the Apache configuration. When this occurs, only the hostname is shown in the login link and the domain is not included.
    Action:
    Include the domain in the ServerName paramenter.
    Where should this ServerName be modified? (Which file? in which OracleHome?)
    Invalidation User Password:
    On a different note, what should be the password of 'Invalidator' in 'Web Cache Settingst'? (I tried invalidator). For any change in config, currently it gives ORA-00017 error.
    "Error in getting the Portal version INSTALL_ERROR : Could not obtain Portal version : ORA-01017: invalid username/password; logon denied"
    Any suggestion will be appreciated.
    Thanks,
    Jay

    Regarding Invalidator password, it might be worth trying you OEM middle tier password (for ias_admin)

  • 700p suddenly gives invalid user/password message when trying to get new mail

    My Yahoo Mail Plus account is working fine. When I use versamail on the Palm Treo 700p to retrieve emails from my active Yahoo account, I get "-ERR(Auth)invalid user/password" message. I can access my Yahoo Mail account from the "Web" app on my treo.
    So it is definitely a VersaMail issue. This happened after it had been getting new mail (and sending) successfully.
    Can anyone help? 
    Post relates to: Treo 700p (Verizon)

    unfortunately Yahoo and their Branded contracts just don't work as advertised and neither the ISPs Nor Yahoo appear in the slightest bit interested.
    If you delete the popstate.dat file in the profile folder in the yahoo server directory, it will restart the download again from the top (Everything)
    You might also find that disabling email scanning in your anti virus program may be beneficial. (Could it be McAfee?)
    The majority of RETR complaints here are from ATT and BT users, both of whom get McAfee given in by their ISP.

  • MAXDB user / password to drop the database - do not have

    *Hello,*
    *I am installing the SAPNWABAP701SR1_trial on one of our windows XP laptops and do not have the MAXDB user / password to drop the database which was built when a previous ABAP trial version was installed back in 2007.*
    *Is there any way short of reformatting the drive to drop the database?*
    *Thank you,*
    *Emmett*

    SAP Utilities       c:/sapdb/programs        7.6.02.14     32 bit    valid
    Server Utilities    c:/sapdb/programs        7.6.02.14     32 bit    valid
    Base                c:/sapdb/programs        7.6.02.14     32 bit    valid
    JDBC                c:/sapdb/programs        7.6.03.02               valid
    Messages            c:/sapdb/programs        MSG 0.5028              valid
    ODBC                c:/sapdb/programs        7.6.02.14     32 bit    valid
    Database Kernel     c:/sapdb/nsp/db          7.6.02.14     32 bit    valid
    SQLDBC              c:/sapdb/programs        7.6.02.14     32 bit    valid
    Webtools            c:/sapdb/programs/web    7.6.00.32     32 bit    valid
    SQLDBC 76           c:/sapdb/programs        7.6.02.14     32 bit    valid
    No another databases installed/running on your server.
    dbmcli inst_enum: 
    7.6.02.14    C:\sapdb\NSP\db
    dbmcli db_enum:
    NSP     C:\sapdb\NSP\db                             7.6.02.14     fast     running
    NSP     C:\sapdb\NSP\db                             7.6.02.14     quick     offline
    NSP     C:\sapdb\NSP\db                             7.6.02.14     slow     offline
    NSP     C:\sapdb\NSP\db                             7.6.02.14     test     offline
    I am an not an SAP customer. I have been an ABAP consultant since 1995.
    Edited by: eballard on Jul 29, 2010 7:23 PM

  • Set custom generated password during create user and email to user

    Hi,
    In OIM 11g r2, I want to  generate password using some logic and send a notification to the user with the generated password during user creation.
    Please let me know how to achive that..
    can I use some post process event handler?? if yes then how to set the custom password to the user.

    Refer:
    How To Use The OIM 11g Password Generator Feature To Generate Random Password For A User (Doc ID 1273464.1)

  • Capturing the Message on the Login Page (Invalid user/password expired etc.

    Hi, I have a requirment for capturing the error message on the Login page if the User's Account is expired or Account is Disabled or Invalid credentials, Password Lockout etc.
    I am using the attached login page. Can any one please help me out on this.
    <html><head><title>AARPLogin Page</title>
    <script type="text/javascript" language="JavaScript" xml:space="preserve">
    // This function automatically gets called for broswer detection
    var isNav4 = false;
    var isIE4 = false;
    var isNS6 = false;
    function obDetectBrowser()
    if ( navigator.appVersion.charAt( 0 ) == "4" )
    if ( navigator.appName == "Netscape" )
    isNav4 = true;
    } else {
    isIE4 = true;
    else
    if ( navigator.appVersion.charAt( 0 ) >= 5 )
    if ( navigator.appName == "Netscape" )
    isNS6 = true;
    obDetectBrowser ();
    var HOSTNAME =
    var COOKIE_OBREQUESTEDURL = "OBREQUESTEDURL";
    var COOKIE_OBFORMLOGINCOOKIE = "ObFormLoginCookie";
    var NCID_LANDING_PAGE_URL = "/landing/";
    var QS_REDIR = "ReDir";
    var keyChooser;
    function checkPasswordEnterKey( event )
    var form = document.forms[0];
    if (isNav4 || isNS6) {
    keyChooser = event.which ;
    } else if (isIE4) {
    keyChooser = window.event.keyCode;
    if (keyChooser == 13) {
    if (
    form.userid.value
    && form.userid.value != ""
    && form.password
    && form.password.value != ""
    form.submit();
    return true;
    else
    alert('Please enter a UserId and Password');
    return false;
    function showHidePanel( panelID, displayValue )
    var panelElement = document.getElementById( panelID );
    if ( displayValue == 'show' )
    panelElement.style.display = 'block';
    else
    panelElement.style.display = 'none';
    function getQueryVariable( variable )
    var query = window.location.search.substring( 1 );
    var vars = query.split( "&" );
    for ( var i=0; i < vars.length; i++)
    var pair = vars[ i ].split( "=" );
    if ( pair[ 0 ] == variable )
    return unescape( pair[ 1 ] );
    return "";
    function Get_Cookie( name )
    var nameEQ = name + "=";
    var ca = document.cookie.split( ';' );
    for( var i=0; i < ca.length; i++ )
    var c = ca[ i ];
    while ( c.charAt( 0 )==' ' )
    c = c.substring( 1, c.length );
    if ( c.indexOf( nameEQ ) == 0 )
    return c.substring( nameEQ.length, c.length );
    return null;
    function Set_Cookie( name, value, expires, path, domain, secure)
    document.cookie = name + "=" + escape( value ) +
    ( ( expires ) ? ";expires=" + expires.toGMTString() : "" ) +
    ( ( path ) ? ";path=" + path : "" ) +
    ( ( domain ) ? ";domain=" + domain : "" ) +
    ( ( secure ) ? ";secure" : "" );
    function Delete_Cookie( name, path, domain )
    if ( Get_Cookie( name ) )
    document.cookie = name + "=" +
    ( (path) ? ";path=" + path : "" ) +
    ( (domain) ? ";domain=" + domain : "" ) +
    ";expires=Thu, 01-Jan-1970 00:00:01 GMT";
    function lostPassword()
    var CurrentLogin = document.forms[0].userid.value;
    if ( CurrentLogin == "" ) {
    alert ( "Please enter your eMail Address." );
    document.forms[0].userid.focus();
    else {
    Set_Cookie( COOKIE_OBFORMLOGINCOOKIE, "done", 0, "/" );
    var LOST_PWD_PAGE = "/identity/oblix/apps/lost_pwd_mgmt/bin/lost_pwd_mgmt.cgi?program=passwordChallengeResponse&login="+CurrentLogin+"&backUrl=http://oradev2.na.aarp.int/login/login.html&target=top";
    window.location = LOST_PWD_PAGE;
    function emailPassword()
    document.passform.submit();
    function onLoad()
    if (getQueryVariable( "MSG" ) == 'LOGIN_FAILED' )
    alert ("Login Failed, Please try again");
    else if (getQueryVariable( "MSG" ) == 'PWD_EXP' )
    alert ("Your Password Is About to Expire. Please Change it at your earliest convenience.");
    var pwdExpUID = getQueryVariable( "login" );
    var hostTarget = getQueryVariable( "hostTarget" );
    var resURL = getQueryVariable( "resURL" );
    var PWD_EXP_PAGE = "/identity/oblix/apps/lost_pwd_mgmt/bin/lost_pwd_mgmt.cgi?program=redirectforchangepwd&login="+pwdExpUID+"&backURL="+hostTarget+resURL+"&target=top";
    window.location = PWD_EXP_PAGE;
    else if (getQueryVariable( "MSG" ) == 'CHGPWD' )
    alert ("You are required to change your password.");
    var chgPwdUID = getQueryVariable( "login" );
    var hostTarget = getQueryVariable( "hostTarget" );
    var resURL = getQueryVariable( "resURL" );
    var CHG_PWD_PAGE = "http://"+HOSTNAME+"/identity/oblix/apps/lost_pwd_mgmt/bin/lost_pwd_mgmt.cgi?program=redirectforchangepwd&login="+chgPwdUID+"&backURL="+hostTarget+resURL+"&target=top";
    window.location = CHG_PWD_PAGE;
    </script></head><body onload="onLoad();document.login.userid.focus();" alink="blue" bgcolor="#ffffff" link="blue" vlink="blue">
    <p align="center">
    <img alt="AARP Header Logo" src="login_files/aarpLogo.gif" border="0" height="91" width="219">
    <br>
    </p><form name="login" method="post" action="/access/oblix/apps/webgate/bin/webgate.so">
    <div class="boldText" align="center">
    <h2>Login</h2>
    <div class="boldText" align="left">
    <div id="LoginFailed" style="display: none;">
    <table align="center" bgcolor="#ff0000" border="0" cellpadding="2" cellspacing="0" width="500">
    <tbody><tr>
    <td>
    <table bgcolor="#e5e5e5" border="0" cellpadding="5" cellspacing="0" width="100%">
    <tbody><tr bgcolor="#ffffff">
    <td rowspan="3" height="40" nowrap="nowrap" valign="top">
    <img src="login_files/error.gif" name="error" height="20" width="20">
    </td>
    <td rowspan="3" align="center">
    <p>
    <font color="#ff0000" size="-1">
    <b>
    <div id="TryAgain" style="display: none;">Login Failed! Invalid UserID and/or Password, Please try again.<br></div>
    <div id="AccountLocked" style="display: none;">Your Account has been Locked!</div>
    </b>
    </font>
    </p>
    <p>
    <font color="#ff0000">
    <b>For
    assistance call E-Services Help Line at (XXX) XXX-XXXX Monday through
    Friday between the hours of 8:00 am and 5:00 pm eastern standard time.</b>
    </font>
    </p>
    </td>
    </tr>
    <tr bgcolor="#ffffff">
    </tr><tr bgcolor="#e5e5e5">
    </tr></tbody></table>
    </td>
    </tr>
    </tbody></table>
    </div>
    <br>
    </div>
    <table border="0" cellpadding="0" cellspacing="0" width="500">
    <tbody><tr>
    <td background="login_files/border_upper_left.gif" height="20" nowrap="nowrap" width="20"> </td>
    <td background="login_files/border_top.gif" height="20" nowrap="nowrap"> </td>
    <td background="login_files/border_upper_right.gif" height="20" nowrap="nowrap" width="20"> </td>
    </tr>
    <tr>
    <td background="login_files/border_left.gif" nowrap="nowrap" width="20"> </td>
    <td>
    <table bgcolor="#ebebce" border="0" cellpadding="2" cellspacing="0" height="100%" width="100%">
    <tbody><tr>
    <td colspan="3" align="center">
    <font color="darkred" face="Arial" size="3">
    <b>
    </b></font>
    <b> </b></td>
    </tr>
    <tr valign="bottom">
    <td colspan="3" width="100%">
    <table bgcolor="#ebebce" border="0" cellpadding="5" cellspacing="0" width="100%">
    <tbody><tr bgcolor="#e5e5e5">
    <td rowspan="2" bgcolor="#ebebce" height="20" nowrap="nowrap" valign="top" width="4%">
    <font color="#000000">
    <span class="text">
    <img src="login_files/arrow.gif" align="top" height="20" width="20">
    </span>
    </font>
    <font color="#000000"> </font>
    </td>
    <td rowspan="2" bgcolor="#ebebce" width="96%">
    <font color="#000000" size="-1">
    <span class="text">Please enter your Email and Password. If you are a new user to AARP, please select First Time AARP User.
    </span>
    </font>
    </td>
    </tr>
    <tr bgcolor="#e5e5e5">
    </tr></tbody></table>
    </td>
    </tr>
    <tr valign="bottom">
    <td colspan="3">
    <table align="center" border="0" width="349">
    <tbody><tr>
    <td nowrap="nowrap" width="74">
    <font color="#000000" size="-1">
    <div align="left">eMail:</div>
    </font>
    </td>
    <td width="265">
    <input name="userid" value="" size="32" maxlength="32" tabindex="2" type="text">
    </td>
    </tr>
    <tr>
    <td>
    <font color="#000000" size="-1">
    <div align="left">Password:</div>
    </font>
    </td>
    <td>
    <p>
    <font color="#000000" size="-1">
    <input name="password" size="32" maxlength="32" length="30" tabindex="3" type="password">
    </font>
    </p>
    </td>
    </tr>
    </tbody></table>
    </td>
    </tr>
    <tr>
    <td>
    <font color="#000000" size="-1">
    <p align="center"><b>Forgot Your Password?</b></p>
    </font>
    </td></tr>
    <tr>
    <td align="center"> <font color="#000000" size="-1"><!--
    Reset Password      
    -->
    Email New Password
    </font>
    </td></tr>
    <tr>
    <td colspan="4">
    <div class="boldText" align="center">
    <br>
    <input src="login_files/button_login.gif" name="Submit" value="" alt="login" type="image">
    <!--
    <b class="boldText"><img src="../images/button_login.gif" width="68" height="25" name="img_login" border="0" alt="login"/></b>
    --> <b class="boldText"><img src="login_files/button_clear.gif" name="img_clear" alt="clear" border="0" height="25" width="68"></b>
    <b class="boldText"><img src="login_files/button_help.gif" name="img_help" alt="help" border="0" height="25" width="68"></b>
    <b class="boldText"><img src="login_files/button_cancel.gif" name="img_cancel" alt="cancel" border="0" height="25" width="68"></b>
    </div>
    </td>
    </tr>
    </tbody></table>
    </td>
    <td background="login_files/border_right.gif" nowrap="nowrap" width="20"> </td>
    </tr>
    <tr>
    <td background="login_files/border_lower_left.gif" height="20" nowrap="nowrap" width="20"> </td>
    <td background="login_files/border_bottom.gif" height="20" nowrap="nowrap"> </td>
    <td background="login_files/border_lower_right.gif" height="20" nowrap="nowrap" width="20"> </td>
    </tr>
    </tbody></table>
    <p></p>
    <span class="text"><br><br><b>NOTICE:
    This system is the property of AARP and is for authorized use only.
    Unauthorized access is a violation of federal and state law. All
    software, data transactions, and electronic communications are subject
    to monitoring.</b></span>
    <div id="hr" style="position: absolute; width: 100%; height: 10px; z-index: 90; top: 657px; left: 10px;">
    <hr>
    </div>
    <div id="footer" style="position: absolute; width: 700px; height: 55px; z-index: 115; top: 678px; left: 50px;">
    <span class="subhead">
    Privacy Policy
    Disclaimer
    Contact Us
    </span>
    <span class="bodytext">
    </span></div>
    <form name="passform" action="http://oradev2.na.aarp.int/wampassword/passwordReset.html" method="post">
    <input name="login" value="" type="hidden">
    <input name="backUrl" value="http://oradev2.na.aarp.int/login/login.html" type="hidden">
    </form>
    <script type="text/javascript" language="JavaScript" xml:space="preserve">
    var undefined;
    if (
    document.login
    && document.login.password
    function clearForm()
    document.login.reset();
    function navigate( linkName )
    if ( 'login' == linkName )
    if ( document.accountLogin.userID.value != '' && document.login.password.value != '' )
    alert('Please click the Account Registration Setup link for now');
    //document.location = 'userDataPersonal.htm';
    else
    alert('Please enter a UserId and Password');
    function openHelp()
    helpDoc = window.open( "http://www.aarp.org", "", "scrollbars=yes,resizable=yes,width=500,height=300" );
    function cancel()
    // open dialog
    var initX = parseInt( window.screenX ) + parseInt( window.outerWidth ) / 2 - 100;
    var initY = parseInt( window.screenY ) + parseInt( window.outerHeight ) / 2 - 50;
    cancelDialog = window.open( "./cancelDialog.html", " cancelDialog", "resizable=yes,toolbar=no,menubar=no,width=200,height=150,screenX=" + initX +",screenY=" + initY );
    </script>
    </div></form></body>
    <script type="text/javascript">
    <!--
    function __RP_Callback_Helper(str, strCallbackEvent, splitSize, func){var event = null;if (strCallbackEvent){event = document.createEvent('Events');event.initEvent(strCallbackEvent, true, true);}if (str && str.length > 0){var splitList = str.split('|');var strCompare = str;if (splitList.length == splitSize)strCompare = splitList[splitSize-1];var pluginList = document.plugins;for (var count = 0; count < pluginList.length; count++){var sSrc = '';if (pluginList[count] && pluginList[count].src)sSrc = pluginList[count].src;if (strCompare.length >= sSrc.length){if (strCompare.indexOf(sSrc) != -1){func(str, count, pluginList, splitList);break;}}}}if (strCallbackEvent)document.body.dispatchEvent(event);}function __RP_Coord_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Coord_Callback = str;pluginList[index].__RP_Coord_Callback_Left = splitList[0];pluginList[index].__RP_Coord_Callback_Top = splitList[1];pluginList[index].__RP_Coord_Callback_Right = splitList[2];pluginList[index].__RP_Coord_Callback_Bottom = splitList[3];};__RP_Callback_Helper(str, 'rp-js-coord-callback', 5, func);}function __RP_Url_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Url_Callback = str;pluginList[index].__RP_Url_Callback_Vid = splitList[0];pluginList[index].__RP_Url_Callback_Parent = splitList[1];};__RP_Callback_Helper(str, 'rp-js-url-callback', 3, func);}function __RP_TotalBytes_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_TotalBytes_Callback = str;pluginList[index].__RP_TotalBytes_Callback_Bytes = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}function __RP_Connection_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Connection_Callback = str;pluginList[index].__RP_Connection_Callback_Url = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}
    //--></script></html>

    Is it not possible that someone fired the password expiration cmd ?
    SQL> select limit
      2  from   dba_profiles
      3  where  profile='DEFAULT'
      4  and resource_name='PASSWORD_LIFE_TIME';
    LIMIT
    UNLIMITED
    SQL> select profile from dba_users where username='MYUSER';
    PROFILE
    DEFAULT
    SQL> conn myuser/myuser
    Connected.
    SQL> conn / as sysdba
    Connected.
    SQL> alter user myuser password expire;
    User altered.
    SQL> conn myuser/myuser
    ERROR:
    ORA-28001: the password has expired
    Changing password for myuser
    New password:
    Password unchanged
    Warning: You are no longer connected to ORACLE.
    SQL> conn / as sysdba
    Connected.
    SQL> select name, astatus, TO_CHAR(ctime,'DD-MM-YYYY HH:MI') CTIME, TO_CHAR(ptime,'DD-MM-YYYY HH:MI') PTIME, TO_CHAR(EXPTIME,'DD-MM-YYYY HH:MI') EXPIRE
      2  from sys.user$ where name ='MYUSER';
    NAME
       ASTATUS CTIME
    PTIME
    EXPIRE
    MYUSER
             1 23-11-2011 11:15
    23-11-2011 11:15
    23-11-2011 11:17
    SQL>Nicolas.

  • How to get rid of the user password during start up of the newly upgraded 10.6 Mac to 10.7 Lion?

    Hi All,
    I previously ran Mac 10.6 Snow Leopard on my MacBook. I upgraded to 10.7 Lion today and it was successfully done. After the Mac had restarted, it took me to the usual login page (now with grey background) and was asking me for a user password. I didn't set up a password on the 10.6. I only used to hit the Return key on the keyboard and the Mac was logging me in. And now with Lion, it asks for password and whenever I press the Return key on the keyboard, it does not log me in. It shows the password hint instead. The hint says "Wala" (A filipino term for "none". I indicated it like that when I setup my user account). And Lion does not let me login without typing in a password. I don't know what to type since I don't have a password setup. Is there a way to bypass this? Can someone help shed light on this? Thank you.

    As Baltwo said, you should have a password set on your computer for secutity reasons. You can set it to automatically log you on if you are the only user when starting up and you don't need to input the password.
    What Baltwo was getting to was to make sure nothing was in the field such as a space. Apparantly, it won't let you log into it without a password.
    I seem to remember a default password in past systems. I think it was computer. Try typing that in. If it doesn't work, then follow the steps in this article and set a password for your user account.
    http://osxdaily.com/2011/08/24/reset-mac-os-x-10-7-lion-password/

  • ERROR during creating new Database

    OS: Solaris 10 x86 (10/08)
    Oracle: Release 10.2.0.2.0 - Production (Standard Edition)
    I have just installed Oracle without basic/sample database. I was going to find out how to make it handy.
    What I did:
    # created initeric1.ora file
    control_files = (/oradata/u01/controlfile/control1.ctl,/oradata/u01/controlfile/control2.ctl,/oracle/controlfile/control3.ctl)
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    db_name = eric1
    db_block_size = 8192
    sga_max_size = 1073741824
    sga_target = 1073741824
    then "startup nomount" end here I stucked.
    I have executed below (all paths exists)
    SQL> create database eric1
    logfile group 1 ('/oradata/u02/redo/redo1.log') size 100M,
    group 2 ('/oradata/u02/redo/redo2.log') size 100M,
    group 3 ('/oradata/u02/redo/redo3.log') size 100M
    character set WE8ISO8859P1
    national character set utf8
    datafile '/oradata/u02/system/system.dbf' size 500M autoextend on next 10M maxsize unlimited extent management local
    sysaux datafile '/oradata/u02/system/sysaux.dbf' size 100M autoextend on next 10M maxsize unlimited
    undo tablespace undotbs1 datafile '/oradata/u02/system/undotbs1.dbf' size 100M
    default temporary tablespace temp tempfile '/oradata/u02/system/temp01.dbf' size 100M;
    ...and this is an ERROR:
    create database eric1
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    Now, I am not sure where I am and what to do next.
    The above "CREATE" created redologs ONLY. Shouold I remove them ( by rm command ?? )and start it again OR somehow to fix it ?
    Little help plz.
    BTW. i was doing steps from this article and stopped in point 5:
    http://www.dba-oracle.com/oracle_create_database.htm
    Edited by: user639256 on 2009-10-24 09:47
    Edited by: user639256 on 2009-10-24 09:48

    Hi,
    here is /oracle/product/10.2.0/db_1/rdbms/log/alert_eric1.log:
    Sat Oct 24 17:52:02 2009
    Starting ORACLE instance (normal)
    Sat Oct 24 17:52:05 2009
    WARNING: Not enough physical memory for SHM_SHARE_MMU segment of size 0x0000000040003000 [flag=0x4000]
    Cannot determine all dependent dynamic libraries for /proc/self/object/a.out
    Unable to find dynamic library libskgxn2.so in search paths
    RPATH = /build/204/lib/:/opt/ORCLcluster/lib/
    LD_LIBRARY_PATH is not set!
    The default library directory is /usr/lib
    Unable to find dynamic library libocr10.so in search paths
    Unable to find dynamic library libocrb10.so in search paths
    RPATH = /build/204/opsm/lib/:/build/204/has/lib/:/build/204/rdbms/lib/
    Unable to find dynamic library libocrutl10.so in search paths
    Unable to find dynamic library libocrutl10.so in search paths
    RPATH = /build/204/opsm/lib/:/build/204/has/lib/:/build/204/rdbms/lib/
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as /oracle/product/10.2.0/db_1/dbs/arch
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.2.0.
    System parameters with non-default values:
    sga_max_size = 1073741824
    sga_target = 1073741824
    control_files = /oradata/u01/controlfile/control1.ctl, /oradata/u01/controlfile/control2.ctl, /oracle/controlfile/control3.ctl
    db_block_size = 8192
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    db_name = eric1
    PMON started with pid=2, OS id=3218
    PSP0 started with pid=3, OS id=3220
    MMAN started with pid=4, OS id=3222
    DBW0 started with pid=5, OS id=3224
    LGWR started with pid=6, OS id=3226
    CKPT started with pid=7, OS id=3228
    SMON started with pid=8, OS id=3230
    RECO started with pid=9, OS id=3232
    MMON started with pid=10, OS id=3234
    MMNL started with pid=11, OS id=3236
    Sat Oct 24 17:52:22 2009
    Oracle Data Guard is not available in this edition of Oracle.
    Sat Oct 24 17:59:20 2009
    create database eric1
    logfile group 1 ('/oradata/u02/redo/redo1.log') size 100M,
    group 2 ('/oradata/u02/redo/redo2.log') size 100M,
    group 3 ('/oradata/u02/redo/redo3.log') size 100M
    character set WE8ISO8859P1
    national character set utf8
    datafile '/oradata/u02/system/system.dbf' size 500M autoextend on next 10M maxsize unlimited extent management local
    sysaux datafile '/oradata/u02/system/sysaux.dbf' size 100M autoextend on next 10M maxsize unlimited
    undo tablespace undotbs1 datafile '/oradata/u02/system/undotbs1.dbf' size 100M
    default temporary tablespace temp tempfile '/oradata/u02/system/temp01.dbf' size 100M
    Sat Oct 24 17:59:22 2009
    Database mounted in Exclusive Mode
    Sat Oct 24 17:59:46 2009
    Successful mount of redo thread 1, with mount id 3306637624
    Assigning activation ID 3306637624 (0xc5174938)
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: /oradata/u02/redo/redo1.log
    Successful open of redo thread 1
    Sat Oct 24 17:59:48 2009
    SMON: enabling cache recovery
    Sat Oct 24 17:59:49 2009
    create tablespace SYSTEM datafile '/oradata/u02/system/system.dbf' size 500M autoextend on next 10M maxsize unlimited
    EXTENT MANAGEMENT LOCAL online
    Sat Oct 24 17:59:58 2009
    ORA-19502 signalled during: create tablespace SYSTEM datafile '/oradata/u02/system/system.dbf' size 500M autoextend on next 10M maxsize unlimited
    EXTENT MANAGEMENT LOCAL online
    Sat Oct 24 17:59:58 2009
    Errors in file /oracle/product/10.2.0/db_1/rdbms/log/eric1_ora_3237.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-19502: write error on file "/oradata/u02/system/system.dbf", blockno 15360 (blocksize=8192)
    ORA-27063: number of bytes read/written is incorrect
    Intel SVR4 UNIX Error: 28: No space left on device
    Additional information: -1
    Additional information: 1048576
    ORA-19502: write error on file "/oradata/u02/system/system.dbf", blockno 15616 (blocksize=8192)
    ORA-27063: number of bytes read/written is incorrect
    Additional information: 466944
    Additional information: 1048576
    Sat Oct 24 17:59:58 2009
    Errors in file /oracle/product/10.2.0/db_1/rdbms/log/eric1_ora_3237.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 861
    ORA-00604: error occurred at recursive SQL level 1
    ORA-19502: write error on file "/oradata/u02/system/system.dbf", blockno 15360 (blocksize=8192)
    ORA-27063: number of bytes read/written is incorrect
    Intel SVR4 UNIX Error: 28: No space left on device
    Additional information: -1
    Additional information: 1048576
    ORA-19502: write error on file "/oradata/u02/system/system.dbf", blockno 15616 (blocksize=8192)
    ORA-27063: number of bytes read/written is incorrect
    Additional information: 466944
    Additional information: 1048576
    Error 1519 happened during db open, shutting down database
    USER: terminating instance due to error 1519
    Instance terminated by USER, pid = 3237
    ORA-1092 signalled during: create database eric1
    logfile group 1 ('/oradata/u02/redo/redo1.log') size 100M,
    group 2 ('/oradata/u02/redo/redo2.log') size 100M,
    group 3 ('/oradata/u02/redo/redo3.log') size 100M
    character set WE8ISO8859P1
    national character set utf8
    datafile '/oradata/u02/system/system.dbf' size 500M autoextend on next 10M maxsize unlimited extent management local
    sysaux datafile '/oradata/u02/system/sysaux.dbf' size 100M autoextend on next 10M maxsize unlimited
    undo tablespace undotbs1 datafile '/oradata/u02/system/undotbs1.dbf' size 100M
    default temporary tablespace temp tempfile '/oradata/u02/system/temp01.dbf' size 100M...
    Sat Oct 24 18:03:14 2009
    Starting ORACLE instance (normal)
    Sat Oct 24 18:03:16 2009
    WARNING: Not enough physical memory for SHM_SHARE_MMU segment of size 0x0000000040003000 [flag=0x4000]
    Cannot determine all dependent dynamic libraries for /proc/self/object/a.out
    Unable to find dynamic library libskgxn2.so in search paths
    RPATH = /build/204/lib/:/opt/ORCLcluster/lib/
    LD_LIBRARY_PATH is not set!
    The default library directory is /usr/lib
    Unable to find dynamic library libocr10.so in search paths
    Unable to find dynamic library libocrb10.so in search paths
    RPATH = /build/204/opsm/lib/:/build/204/has/lib/:/build/204/rdbms/lib/
    Unable to find dynamic library libocrutl10.so in search paths
    Unable to find dynamic library libocrutl10.so in search paths
    RPATH = /build/204/opsm/lib/:/build/204/has/lib/:/build/204/rdbms/lib/
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as /oracle/product/10.2.0/db_1/dbs/arch
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.2.0.
    System parameters with non-default values:
    sga_max_size = 1073741824
    sga_target = 1073741824
    control_files = /oradata/u01/controlfile/control1.ctl, /oradata/u01/controlfile/control2.ctl, /oracle/controlfile/control3.ctl
    db_block_size = 8192
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    db_name = eric1
    PMON started with pid=2, OS id=3250
    PSP0 started with pid=3, OS id=3252
    MMAN started with pid=4, OS id=3254
    DBW0 started with pid=5, OS id=3256
    LGWR started with pid=6, OS id=3258
    CKPT started with pid=7, OS id=3260
    SMON started with pid=8, OS id=3262
    RECO started with pid=9, OS id=3264
    MMON started with pid=10, OS id=3266
    MMNL started with pid=11, OS id=3268
    Sat Oct 24 18:03:33 2009
    Oracle Data Guard is not available in this edition of Oracle.
    Sat Oct 24 18:03:56 2009
    create database eric1
    logfile group 1 ('/oradata/u02/redo/redo1.log') size 100M,
    group 2 ('/oradata/u02/redo/redo2.log') size 100M,
    group 3 ('/oradata/u02/redo/redo3.log') size 100M
    character set WE8ISO8859P1
    national character set utf8
    datafile '/oradata/u02/system/system.dbf' size 500M autoextend on next 10M maxsize unlimited extent management local
    sysaux datafile '/oradata/u02/system/sysaux.dbf' size 100M autoextend on next 10M maxsize unlimited
    undo tablespace undotbs1 datafile '/oradata/u02/system/undotbs1.dbf' size 100M
    default temporary tablespace temp tempfile '/oradata/u02/system/temp01.dbf' size 100M
    Sat Oct 24 18:03:59 2009
    Errors in file /oracle/product/10.2.0/db_1/rdbms/log/eric1_ora_3269.trc:
    ORA-00200: control file could not be created
    ORA-00202: control file: '/oradata/u01/controlfile/control1.ctl'
    ORA-27038: created file already exists
    Additional information: 1
    Sat Oct 24 18:03:59 2009
    ORA-1501 signalled during: create database eric1
    logfile group 1 ('/oradata/u02/redo/redo1.log') size 100M,
    group 2 ('/oradata/u02/redo/redo2.log') size 100M,
    group 3 ('/oradata/u02/redo/redo3.log') size 100M
    character set WE8ISO8859P1
    national character set utf8
    datafile '/oradata/u02/system/system.dbf' size 500M autoextend on next 10M maxsize unlimited extent management local
    sysaux datafile '/oradata/u02/system/sysaux.dbf' size 100M autoextend on next 10M maxsize unlimited
    undo tablespace undotbs1 datafile '/oradata/u02/system/undotbs1.dbf' size 100M
    default temporary tablespace temp tempfile '/oradata/u02/system/temp01.dbf' size 100M...
    Sat Oct 24 18:56:14 2009
    Shutting down instance: further logons disabled
    Sat Oct 24 18:56:14 2009
    Stopping background process MMNL
    Sat Oct 24 18:56:15 2009
    Stopping background process MMON
    Sat Oct 24 18:56:16 2009
    Shutting down instance (immediate)
    License high water mark = 1
    Sat Oct 24 18:56:16 2009
    ALTER DATABASE CLOSE NORMAL
    ORA-1507 signalled during: ALTER DATABASE CLOSE NORMAL...
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Edited by: user639256 on 2009-10-24 11:26

  • Cisco Prime Infrastructure 1.3 Web Log Invalid user password

    Hi,
    I recently installed Cisco Prime Infrastructure 1.3 per the set up guide. I was able to login into the webinterface.
    Then I insert the radius server and reload ncs. Since then I'm not able to login to the web interface. I get the following error message "Invalid Username or Password. Please try again". Even when I set the ncs root user with a new password. One issue could be that i forgot the enable fallback to local.
    Is there a way to change the radius config back via cli?
    Thanks a lot
    Hansruedi

    Hi Hansruedi,
    Thanks you for your help and your time.
    I followed your recomandation until the fourth step.
    But after this step,  I lost the web page connection.
    I check nsc status but all is running :
    NMS still stopped. NMS must be running to have an access by web page ?
    I restart Prime (by reload command) but nothing changed.
    Thanks

  • Change invalid user password message

    I need to customize the page when a user enters an invalid username or password. When a user enteres an invalid username or password I want to have the user to be in the same page with a message that says, "you entered an invalid username or password". Currently, it goes to a separate page (SSO) and ask for a username and password again. I already customized the login/logout. Any ideas on what I can do to change this?
    Thanks,
    Marcelo

    I have found the solution for the right command:
    Net use
    10.**.*.*\sapall /user:****
    B************     <- the Password in a new line!
    copy
    ********\sapall\****.txt
    10.*.*.**\sapall
    Greets,
    Csab

  • End-user experience during CREATE OR REPLACE TRIGGER

    Is CREATE OR REPLACE TRIGGER intended for you to be able to update a trigger in production while users are actively using a that table's data?
    Just wondering how it behaves. People currently in the middle of an event will use the old trigger, while new requests will use the new one?
    Thanks
    Chuck

    Actually, this one kind of surprised me. I tried:
    SESSION1 > DESC t
    Name                                      Null?    Type
    ID                                                 NUMBER
    DESCR                                              VARCHAR2(10)
    SESSION1 > CREATE TRIGGER t_bi
      2  BEFORE INSERT OR UPDATE ON t
      3  FOR EACH ROW
      4  BEGIN
      5     :new.descr := UPPER(:new.descr);
      6* END;
    Trigger created.Then, in anothe session I did:
    SESSION2 > INSERT INTO t VALUES (1, 'One');
    1 row created.Then in the first session:
    SESSION1 > CREATE OR REPLACE TRIGGER t_bi
      2  BEFORE INSERT OR UPDATE ON t
      3  FOR EACH ROW
      4  BEGIN
      5     :new.descr := LOWER(:new.descr);
      6* END;
    Trigger created.
    Just to prove no commit happened
    SESSION1 >SELECT * FROM t;
    no rows selectedI was expecting to see
    ORA-00054: resource busy and acquire with NOWAIT specified
    or something similar. So in session 2 I did:
    SESSION2 > COMMIT;
    Commit complete.
    SESSION2 > SELECT * FROM t;
            ID DESCR
             1 ONE
    SESSION2 > INSERT INTO t VALUES(2, 'Two');
    1 row created.
    SESSION2 > SELECT * FROM t;
            ID DESCR
             1 ONE
             2 twoSo, the new trigger is working. Now change it again:
    SESSION1 > CREATE OR REPLACE TRIGGER t_bi
      2  BEFORE INSERT OR UPDATE ON t
      3  FOR EACH ROW
      4  BEGIN
      5     :new.descr := UPPER(:new.descr);
      6  END;
      7  /
    Trigger created.and back to session 2
    SESSION2 > INSERT INTO t VALUES (3, 'Three');
    1 row created.
    SESSION2 > SELECT * FROM t;
            ID DESCR
             1 ONE
             2 two
             3 THREESo, it looks like whichever trigger is current at the time of the insertion or updation seems to control what gets in the database.
    John

  • ActiveSync 401 Access Denied, invalid user/password?

    Hi everyone,
    Just getting started on trying out Exchange Activesync and I'm having a few problems.
    First, a little background:
    Windows 2000 Server
    Exchange 2003 with SP2
    Global Settings , Mobile Service Properties:
    * User Initiated synchronization
    * up to date notifications via smtp and text messaging
    * notifications to user specified smtp address
    * direct push over https
    * outlook mobile access
    * unsupported devices
    * all enabled *
    All Exchange Features tab options enabled in 'nick' user account mobile services
    Outlook Web Access works properly for everyone with a proper root CA SSL cert (thawte).
    Treo 650 Sprint with Palm EAS upgrade and VersaMail 3.5.
    Versamail set to Exchange ActiveSync, pointing to the external Exchange host, SSL checked.
    I go to sync messages and it begins "receiving" a few times before erroring out telling me that my username/password isnt correct (which it is.. unless it's a formatting issue).
    VersaMail responds with: There was a problem with syncing. The server did not recognize your username and/or password. Please check and try again.
    Details include: AirSAMStateMachine.c 2214 5 HTTP/1.1 401 Access Denied Server: Microsoft-IIS/5.0 Date: Thu, 22 Mar 2007 21:44:16 GMT WWW-Authenticate:
    It obviously does not appear to be an SSL problem (which is just about all I can find information online over), but rather an authentication issue.. but I know definitively that the username and password are correct.
    I have tried entering the Username as follows based on random posts ive come across:
    nick
    domain\nick
    domain/nick
    /domain/nick
    DOMAIN/nick
    all of which fail with the same error.. I turn around and login to the OWA over SSL with a username of domain\nick and the same password, and it works fine.
    Anyone have any idea what I'm missing here?
    Post relates to: Treo 650 (Sprint)

    I'm also having this exact issue, did you find a resolution? Thanks in advance

Maybe you are looking for