Check username/password over mutliple environents

we have a requirement to check that a username exists and matches on separate LIVE, TEST and DEV environments.
Essentially we will create an APEX app for our helpdesk to see the usernames and click to check that a specific users account exists across all environments and that the passwords on all match that of LIVE. If they are not we will give them the option to set them all as that of LIVE.
We have links setup between the live envirment and dev and test. First thoughts were to create functions on the LIVE db to go off to the other environments for the username and password and the compare them.
If anyone can offer any advice as to the best way to achieve this it would be greatly appreciated.
Martin

If you are attempting to login with a phone with a keyboard (I have an E71), I've already written about this problem. The issue is that when you enter your username, hitting the enter key or pushing the nav ring to move to the password field appends a space character to your username. So if your username  is 'foobar', what actually gets sent to the ovi store server is 'foobar '. That's bug #1. The geniuses that wrote the server forgot to trim trailing (and preceding) whitespace from the username you send. Bug #2. The result is that you can't log in, because your username doesn't match the username in their database. The workaround is to carefully delete the trailing space appended to your username. Oddly, the E71 does not append a space to the password when entered. You should check the number of characters in your password to be sure the same thing hasn't happened in that field with your phone.
I have reported this to Nokia, but it hasn't been fixed (if they fix bug #2, which they could do very easily, bug #1 doesn't matter). It is an unending source of amazement to me that Nokia's software is full of amateurish errors like this, and when you tell them about them (I've handed them the answer to this one), they don't seem to be in a hurry to fix them. Another major issue for me is the ovi.com contacts page, which is just complete **bleep**. Then there's Mail for Exchange, which simply doesn't work. I am trying to find a suitable Android phone to replace my E71, because I am just tired of all this aggravation.  I bought this phone to make my life easier and it has done the opposite.

Similar Messages

  • HTTPS over a Proxy!! Set up of username/password

    I am transferring over https to a receving servlet over a Proxy.
    How do I specify the username and password for the Proxy in my
    application ,if the proxy server supports this.
    I have configured my application to send it over a Proxy with:
    https.proxyHost = <Proxy Host>
    https.proxyPort = 0000
    or
    System.setProperty("https.proxyHost","Proxy Host");
    System.setProperty("https.proxyPort","8080");
    How can I set the Property for Username and Password too?
    Please does any one know this?
    ajay
    [email protected]

    Or you could use the Authenticator class
    in JDK.
    class MyAuth extends Authenticator {
        protected PasswordAuthentication getPasswordAuthentication() {
            System.out.println("The realm '" + getRequestingPrompt() +
                "' at '" + getRequestingHost() + ":" + getRequestingPort() +
                "'\n" + "using " + getRequestingProtocol() + " is requesting " +
                getRequestingScheme().toUpperCase() + " authentication.");
            System.out.println("");
            System.out.println("What should we send them?  Let's send them ...");
            System.out.println("");
            return new PasswordAuthentication("username", "password".toCharArray());
            // set to the authenticator you want to use.
            Authenticator.setDefault(new myAuth());
            URL url =
                new URL("http://www.some.com/something_protected/index.htm");

  • How to check if the username/password can login?

    Can I check if a username/password can login a db in pl/sql?
    e.g. I have a sid @server1 and username/password as user1/password1.
    Is there any function in pl/sql to check if user1/password1 can login server1?
    I am using Oracle 8.1.6.
    thx

    if you are looking for a customized validation, you could use triggers. You can write triggers against database events such as
    DATABASE LOGON event.
    CREATE OR REPLACE TRIGGER <trigger name>
    AFTER LOGON on DATABASE
    BEGIN
    . /* your customized validation goes here */
    END;

  • Check if username/password is valid in database

    In this old thread:
    HTMLDB Connection Pooling with Oracle usernames
    sspadafo mentions that it is possible (at least for apex when processing a database account authentication) to check if a given username/password is valid in the current database. Look for " the login API will call a new function in the database to check a username/pw combination." in the above thread.
    Question: is this "function in the database" available to developers? if so, how to use it?

    Hello,
    and thanks for your answer. I'm aware of that old trick with 'alter user identified by values' but wish to avoid that, exactly for its drawbacks. I'm not creating a custom authentication solution, DB account is fine for me.
    I wish to provide users the ability to change their (database) password in the apex application (which of course uses database account authentication). Changing the password is trivial; but usually in a 'change ypur password' form the users are prompted for their current password too (it is for security reasons). So:
    1.user enters their current password and desired new password (twice)
    2.app checks if current password is valid <-here I hope to use the beforementioned DB function
    3.app issues the 'alter user identified by' statement

  • Cisco Jabber Invalid Username/Password

    Hello All,
    I am currently deploying CUCM 8.6 with CUP 8.6. The end users of CUP are synced to CUCM, which in turn synced to an OpenLDAP server. The synchronization is working properly i.e. users in CUCM also exist in CUP. However, when I tried to login into Jabber, it keeps giving me "Invalid Username/Password" error. I tried logging into Cisco Unified CM User Options (<ip address>/ccmuser) using the same credentials and succeeded. However, I failed to login to Cisco Unified Presence User Options (<ip address>/cupuser).
    Any help?
    Thank you

    I had this exact same issue. Mine was due to a failover. Users were all moved to one server so about half were not working. In CUPS go to System -> Cluster Topology and expand the cluster. Look for Red Xs indicating an issue. Click one where it gives the number of assigned users. Do any say "Failed Over" and have that check box? The ones that do not likely are getting this message of invalid UN/PW. You can test this by pointing the jabber client directly at the working server (the server their name is not under in Cluster Topology). If this is your scenario look for errors and then try clicking the cluster to get "Subcluster Detail" page and click the "Failover" button on the server that has that option. The red X should disappear and the users should be on their subsequent server again and thus should be able to log in.

  • ORA-01017: invalid username/password; how to find out orapwd files 's pwd

    Hi, gurus,
    I have this error after I copied primary db orapwd files over to standby instance and tried to log in sys as sysdba :
    ORA-01017: invalid username/password; logon denied
    Is this means the sys password I provided is not the one generated as per orapwd utility?
    however I can log in to sys/password as sysdba if I set the oracle sid environemnt to that db.
    Anybody help here?
    Thanks.

    Hello;
    In that case you would have to change the SYS password at the Primary ( so you know it ) and then do the copy and rename again.
    Don't forget to stop apply on the standby and then shutdown and restart on the new password file. ( or you will have issues )
    Proof :
    Re: Transport service doesn't work with error  ORA-16191
    Best Regards
    mseberg
    Double check of my notes
    ORA-01017
    Change the sys password in the primary database using the alter system command, it updates the password file in the ORACLE_HOME of the primary database, it doesn't update password file in the standby database.
    In Oracle 10 you can create a password file. In Oracle 11 you must move a new copy to the standby.
    Edited by: mseberg on Jul 6, 2012 6:30 AM

  • Setting Username/Password in Application.cfm

    I'm just moving my DB from Access over to MSSql, and I'm
    having difficulty figuring out how to set a global
    username/password in Application.cfm.
    I am able to set the username and password within the
    individual queries (using username= and password=) but I'd like to
    set the username and password within application.cfm so I do not
    have to go and change each and every cfquery statement throughout
    my site.
    So, essentially, I'm looking to insert code int he
    Application.cfm which logs into the MSSQL server, so whenever a
    cfquery is executed, the db is already logged into.
    Thanks!
    Andrew

    You can set application variables for your user name and
    password within application.cfm, then use those variables in your
    cfquery and cfstoredproc tags. That will allow you to change the
    value in one place instead of having to do it everywhere. As for
    staying logged on to the server, you may want to consider checking
    the Maintain Connections option in your advanced settings for your
    particular data source in ColdFusion Administrator.
    Phil

  • Saving username/passwords

    I have multiple google accounts. I have been able to save a username/password combo (automatic prompt) for two of them, but have not been able to get Firefox to prompt me to save username/password for additional accounts. I've checked everything I could think of -- site exceptions in the "options" menu, clearing the saved passwords list and starting over, reinstalling the browser -- but can't seem to fix the problem. Any idea why it would save username/password for some accounts but not others? Thx

    * Make sure that you not run Firefox in (permanent) [[Private Browsing]] mode.
    * You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    * To see all History and Cookie settings, choose: Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    * Uncheck: [ ] "Automatically start Firefox in a private browsing session"
    * http://kb.mozillazine.org/Password_Manager
    * http://kb.mozillazine.org/User_name_and_password_not_remembered

  • Dreamweaver won't save username/password

    I'm encountering something very strange and very frustrating.
    One particular site, inconveniently the one I'm currently
    developing, keeps losing username/password for the FTP after I
    close DW. It doesn't matter if I have the 'Save' option check(I
    do), DW forgets the password after I close it.
    After doing some googling, I found this was actually a very
    common bug, and fixed by the latest DW update. However, the DW
    update doesn't seem to install for me. When it gets to the part
    where it should install, a new dialog appears over top saying its
    trying to install Dreamweaver. It does nothing for awhile, then
    eventually says "The application you are trying to install is on a
    CD. Please put the CD in." Yeah, thanks Windo'hs. After that dialog
    dies and goes away, a progress bar blips across the screen, then
    informs me "Dreamweaver update 8.2.0 has successfully installed".
    After loading up DW, it still says plain old 8.0 in the About
    screen and splash screen, and the problem persists.
    Additionally, all my shortcuts to DW 8 appear to have been
    broken after the attempted update.
    I'm very frustrated. Any advice?

    > However, I have quite a bit of site data I want saved.
    How would I go
    > about
    > backing this up and reloading it after re-install? I
    don't have any
    > extensions.
    Use the DW Site Manager to Export all of your site
    definitions and FTP login
    information - you can do all of them in one pass. Or get this
    excellent
    utility and use it -
    http://mm-exporter.joexx.de
    > Also, I am using Studio 8. Does that matter?
    No.
    > Can I still just uninstall DW8
    > and reinstall it by itself through the Studio installer?
    Yes.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "abeall" <[email protected]> wrote in
    message
    news:eqgnrp$3fa$[email protected]..
    > Interesting. I didn't cancel the DW update, but I may
    have canceled an
    > InstallShield for a different application at some point
    in the past --
    > I've
    > seen a similar problem as this in a different situation
    once before(trying
    > to
    > install Acrobat). I guess I'll have to re-install.
    >
    > However, I have quite a bit of site data I want saved.
    How would I go
    > about
    > backing this up and reloading it after re-install? I
    don't have any
    > extensions.
    >
    > Also, I am using Studio 8. Does that matter? Can I still
    just uninstall
    > DW8
    > and reinstall it by itself through the Studio installer?
    I'm a bit
    > apprehensive, uninstalls with product suites have always
    resulted in
    > disaster
    > for me.
    >

  • ASA 5505 ASDM username / password

    Hello everyone,
    I completed the PIX 515 to ASA 5505 migration today with no problems - ok one problem with the logon for ASDM.
    I'm trying no username and password - then using username and password from the 515 Pix with no success.
    Anyone know how to reset the username and password for the ASDM GUI website.
    Thank you

    Ummm,
    Did you possibly try the default username/password combination? (cisco/cisco) It should then prompt you to change these settings once you gain access. I'm not familiar with how the migration works, if it transitions the user accounts over or you end up starting from scratch. Give that a try and hopefully it gets you into your new system.

  • "System copy stops in "check DDIC password"  step

    Hi,
    We performed a combined upgrade/unicode conversion to ECC5.0 Non-Unicode to ECC 6.0 Unicode ( Windows 2003 Server, Oracle 10gR2 ).
    But at the end of import ( using R3load tool ), the import stops at "check DDIC password"  step  with error message :
    "Test logon to SAP System D12 failed.
    SOLUTION: Make sure that the system is started, that the user DDIC exists and that the password of user DDIC is correct."
    We checked the system, it's online , and the user DDIC exists. But we could not logon using sapgui. it gives message :
    "Programm SAPMS380 not found"
    If any one could help
    thank you
    Pascal
    file sapinst_dev.log :
    TRACE      2008-10-06 12:14:06.741
    Using custom value info for property SAPINST_MESSAGE_CONSOLE_THRESHOLD.
    TRACE      2008-10-06 12:13:39.460 [iaxxclogintimeout.cpp:92]
               CLoginTimeout::run()
    Login in progress
    TRACE      2008-10-06 12:13:39.460
    Connection request to guiengine backend by host 10.90.150.140
    TRACE      2008-10-06 12:13:39.460 [iaxxgenimp.cpp:471]
               CGuiEngineImp::showDialog()
    showing dlg diProductChoice
    TRACE      2008-10-06 12:13:39.475 [iaxxgenimp.cpp:490]
               CGuiEngineImp::showDialog()
    <dialog sid="diProductChoice">
    <title>Welcome to SAP Installation Master</title>
    <dialog/>
    TRACE      2008-10-06 12:13:39.522
    Protocol version is 3.1
    TRACE      2008-10-06 12:13:39.522
    Send connect information
    TRACE      2008-10-06 12:13:39.522
    client logged on
    TRACE      2008-10-06 12:13:39.803 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    TRACE      2008-10-06 12:14:03.131 [iaxxdlghnd.cpp:96]
               CDialogHandler::doHandleDoc()
    CDialogHandler: ACTION_NEXT requested
    TRACE      2008-10-06 12:14:03.131 [iaxxcdialogdoc.cpp:212]
               CDialogDocument::submit()
    <dialog sid="diProductChoice">
    <dialog/>
    INFO       2008-10-06 12:14:03.147 [synxcpath.cpp:776]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\NW04S\LM\COPY\ORA\SYSTEM\CENTRAL\AS-ABAP\x.
    INFO       2008-10-06 12:14:03.147 [synxcfile.cpp:177]
               CSyFileImpl::remove()
    Removing file C:\Program Files\sapinst_instdir\NW04S\LM\COPY\ORA\SYSTEM\CENTRAL\AS-ABAP\x.
    TRACE      2008-10-06 12:14:03.209 [iaxxgenimp.cpp:471]
               CGuiEngineImp::showDialog()
    showing dlg diRestartOrCancel
    TRACE      2008-10-06 12:14:03.209 [iaxxgenimp.cpp:490]
               CGuiEngineImp::showDialog()
    <dialog sid="diRestartOrCancel">
    Dialog does not contain standard input handler, so the backend is not able to generate a log entry
    <dialog/>
    TRACE      2008-10-06 12:14:03.209 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    TRACE      2008-10-06 12:14:05.522
    current working directory is C:\Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/
    INFO       2008-10-06 12:14:05.522 [synxcpath.cpp:776]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\x.
    INFO       2008-10-06 12:14:05.522 [synxcfile.cpp:177]
               CSyFileImpl::remove()
    Removing file C:\Program Files\sapinst_instdir\x.
    TRACE      2008-10-06 12:14:06.553
    Running with toplevel file C:\Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP//toplevel.xml
    TRACE      2008-10-06 12:14:06.741
    Using custom value info for property SAPINST_MESSAGE_CONSOLE_THRESHOLD.
    TRACE      2008-10-06 12:14:06.741
    Running with dialog file C:\Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP//dialog.xml
    TRACE      2008-10-06 12:14:06.881
    Running with keydb file C:\Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP//keydb.xml
    TRACE      2008-10-06 12:14:07.194 [synxcfile.cpp:339]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.18.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.xml to C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.18.xml
    INFO       2008-10-06 12:14:07.209 [synxcfile.cpp:493]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.18.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.18.xml'.
    TRACE      2008-10-06 12:14:08.709 [synxcfile.cpp:339]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.19.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.xml to C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.19.xml
    INFO       2008-10-06 12:14:08.725 [synxcfile.cpp:493]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.19.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.19.xml'.
    TRACE      2008-10-06 12:14:17.928
    SAPinst was started using commandline: G:\usr\sap\D12\tmp\1\sapinst_exe.1576.1223295214\sapinst.exe
    TRACE      2008-10-06 12:14:17.928
    SAPinst properties are :
    GUISERVER_DIALOG_PORT=21212
    GUISERVER_HTTP_PORT=4239
    SAPINST_CONTROL_URL=control.xml
    SAPINST_DIALOG_PORT=21200
    SAPINST_DIALOG_URL=dialog.xml
    SAPINST_EXE=SAPINST_EXE
    SAPINST_JSLIB_TRACE=NW,NWUsers,OraCom,NWCTC,SMDAgent
    SAPINST_KEYDB_URL=keydb.xml
    SAPINST_MESSAGE_CONSOLE_THRESHOLD=info
    SAPINST_MESSAGE_URL=.
    SAPINST_PACKAGES_URL=packages.xml
    SAPINST_RESOURCE_URL=resourcepool.xml
    SAPINST_SAVE_INPUT=true
    SAPINST_SCAN_DEVICES=false
    SAPINST_SKIP_DIALOGS=false
    SAPINST_TOPLEVEL_URL=toplevel.xml
    SAPINST_USE_ADVANCED_JS_HANDLING=true
    TRACE      2008-10-06 12:14:17.959 [iaxxclib.cpp:188]
               CLib::load()
    Opened G:/usr/sap/D12/tmp/1/sapinst_exe.1576.1223295214/iaejs701.dll
    TRACE      2008-10-06 12:14:18.69 [iaxxclib.cpp:188]
               CLib::load()
    Opened G:/usr/sap/D12/tmp/1/sapinst_exe.1576.1223295214/iacdlib701.dll
    TRACE      2008-10-06 12:14:18.162 [iaxxclib.cpp:188]
               CLib::load()
    Opened G:/usr/sap/D12/tmp/1/sapinst_exe.1576.1223295214/iaccdlib.dll
    WARNING    2008-10-06 12:14:18.162 [synxcpath.cpp:912]
               CSyPath::getOSNodeType(bool )
    Unable to get information about path
    LABEL.ASC\ using GetVolumeInformation. Operating system error message: The filename, directory name, or volume label syntax is incorrect.
    TRACE      2008-10-06 12:14:18.225 [iaxxclib.cpp:188]
               CLib::load()
    Opened G:/usr/sap/D12/tmp/1/sapinst_exe.1576.1223295214/iapasswdman701.dll
    TRACE      2008-10-06 12:14:18.225
    This is SAPinst, version 701, make variant 700_REL, build 967243
    compiled on Mar  7 2008, 01:01:19
    TRACE      2008-10-06 12:14:18.350 [synxcaccmg.cpp:640]
               CSyADsPath::fromString(ONEPNET\d12adm)
    Account ONEPNET/d12adm has ADS path 'WinNT://ONEPNET/d12adm'
    TRACE      2008-10-06 12:14:18.428 [synxcaccnt.cpp:967]
               iastring CSyAccountImpl::getSID(IUnknown* pUnk) const
    d12adm has SID S-1-5-21-770850386-355409785-620655208-35637
    TRACE      2008-10-06 12:14:20.678 [synxcuser.cpp:1076]
               CSyUserImpl::isExistingOnOS()
    existence check for user d12adm returned true.
    TRACE      2008-10-06 12:14:20.678 [syxxccache.cpp:208]
               CSyAccountCache::getUserImpl(name="ONEPNET\d12adm", sid="", create=false, ISyProgressObserver* )
    inserted account (d12adm, S-1-5-21-770850386-355409785-620655208-35637, USER) into the accountcache.
    TRACE      2008-10-06 12:14:20.678 [syxxsyshlp.cpp:175]
               syslib::logSystemState()
    Process environment
    ===================
    Environment Variables
    =====================
       = C:=C:\Program Files\sapinst_instdir\NW04S\LM\COPY\ORA\SYSTEM\CENTRAL\AS-ABAP
       = G:=G:\usr\sap\D12\tmp\1\sapinst_exe.1576.1223295214
       = J:=J:\Install_ECC6_64_uni\BS_2005_SR3_SAP_Installation_Master\IM_WINDOWS_X86_64
      ALLUSERSPROFILE = C:\Documents and Settings\All Users
      APPDATA = C:\Documents and Settings\d12adm\Application Data
      CLIENTNAME = TAL-MOBILE
      ClusterLog = C:\WINDOWS\Cluster\cluster.log
      CommonProgramFiles = C:\Program Files\Common Files
      CommonProgramFiles(x86) = C:\Program Files (x86)\Common Files
      COMPUTERNAME = SAPRH-PROD1
      ComSpec = C:\WINDOWS\system32\cmd.exe
      DBMS_TYPE = ora
      dbs_ora_schema = SAPSR3
      dbs_ora_tnsname = D12
      FP_NO_HOST_CHECK = NO
      HOMEDRIVE = C:
      HOMEPATH = \Documents and Settings\d12adm
      JAVA_HOME = C:\Program Files (x86)\Java\j2re1.4.2_09
      LOGONSERVER =
    CDBOUREGREG
      NLS_LANG = AMERICAN_AMERICA.UTF8
      NUMBER_OF_PROCESSORS = 8
      ORACLE_HOME = D:\oracle\D12\102
      ORACLE_SID = D12
      OS = Windows_NT
      Path = D:\oracle\D12\102\bin;C:\Program Files (x86)\Java\j2re1.4.2_09\bin;C:\Program Files (x86)\EMC\PowerPath\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;G:\usr\sap\D12\SYS\exe\uc\NTAMD64
      PATHEXT = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
      PERL5LIB = D:\oracle\D12\102\perl\5.8.3\lib\MSWin32-X64-multi-thread;D:\oracle\D12\102\perl\5.8.3\lib;D:\oracle\D12\102\perl\5.8.3\lib\MSWin32-X64;D:\oracle\D12\102\perl\site\5.8.3;D:\oracle\D12\102\perl\site\5.8.3\lib;D:\oracle\D12\102\sysman\admin\scripts;
      PROCESSOR_ARCHITECTURE = AMD64
      PROCESSOR_IDENTIFIER = EM64T Family 6 Model 15 Stepping 11, GenuineIntel
      PROCESSOR_LEVEL = 6
      PROCESSOR_REVISION = 0f0b
      ProgramFiles = C:\Program Files
      ProgramFiles(x86) = C:\Program Files (x86)
      SAPDATA_HOME = I:\oracle\D12
      SAPEXE = G:\usr\sap\D12\SYS\exe\uc\NTAMD64
      SAPINST_EXEDIR_CD = J:/Install_ECC6_64_uni/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64
      SAPLOCALHOST = saprh-prod1
      SAPSYSTEMNAME = D12
      SESSIONNAME = RDP-Tcp#1
      SystemDrive = C:
      SystemRoot = C:\WINDOWS
      TEMP = G:\usr\sap\D12\tmp\1
      TMP = G:\usr\sap\D12\tmp\1
      TNS_ADMIN = G:\usr\sap\D12\SYS\profile\oracle
      USERDNSDOMAIN = ONEPNET.INTRA
      USERDOMAIN = ONEPNET
      USERNAME = d12adm
      USERPROFILE = C:\Documents and Settings\d12adm
      windir = C:\WINDOWS
    User: ONEPNET\d12adm, Id: S-1-5-21-770850386-355409785-620655208-35637
    Working directory: C:\Program Files\sapinst_instdir\NW04S\LM\COPY\ORA\SYSTEM\CENTRAL\AS-ABAP
    TRACE      2008-10-06 12:14:20.678 [syxxsyshlp.cpp:185]
               syslib::logSystemState()
    System information
    ==================
    OS version, host name: Microsoft Windows [Version 5.2.3790 Service Pack 2] SAPRH-PROD1
    RAM size (MB): 12287
    Swap size (MB): 21708.6
    TRACE      2008-10-06 12:14:20.709
    Running with control file control.xml version=701 changelist=33819 product-id=d0e28628
    TRACE      2008-10-06 12:14:20.709
    Selected Service NW_ABAP_OneHost|ind|ind|ind|ind
    TRACE      2008-10-06 12:14:20.709 [synxcfile.cpp:339]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/inifile.7.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/inifile.xml to C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/inifile.7.xml
    INFO       2008-10-06 12:14:20.709 [synxcfile.cpp:493]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/inifile.7.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/inifile.7.xml'.
    INFO       2008-10-06 12:14:20.959 [sixxcstepexecute.cpp:387]
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0
    TRACE      2008-10-06 12:14:29.428
    Java script statistics: ScriptSize 4788012 CompileTimeInSeconds 8.437
    TRACE      2008-10-06 12:14:29.459 [iaxxclib.cpp:188]
               CLib::load()
    Opened G:/usr/sap/D12/tmp/1/sapinst_exe.1576.1223295214/iajsmod.dll
    TRACE      2008-10-06 12:14:29.537 [iaxxclib.cpp:188]
               CLib::load()
    Opened G:/usr/sap/D12/tmp/1/sapinst_exe.1576.1223295214/iamodos.dll
    TRACE      2008-10-06 12:14:29.569 [synxccuren.cpp:1115]
               CSyCurrentProcessEnvironmentImpl::getEffectiveUser(iastring&)
    effective user corresponds to real user
    TRACE      2008-10-06 12:14:29.584
      Call block:W2K_ServicePack_Check_ind_ind_ind_ind
        function:W2K_ServicePack_Check_ind_ind_ind_ind_Preprocess
    is validator: false
    TRACE      2008-10-06 12:14:29.834
    Status of Step |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_ABAP_Reports|ind|ind|ind|ind|2|0|NW_DDIC_Password|ind|ind|ind|ind|0|0|checkDDIC000Password is not OK. Re execute only that step and go on in RESTART mode.
    TRACE      2008-10-06 12:14:29.991 [synxcfile.cpp:339]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/keydb.7.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/keydb.xml to C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/keydb.7.xml
    INFO       2008-10-06 12:14:29.991 [synxcfile.cpp:493]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/keydb.7.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/keydb.7.xml'.
    TRACE      2008-10-06 12:14:30.131 [synxcfile.cpp:339]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.20.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.xml to C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.20.xml
    INFO       2008-10-06 12:14:30.147 [synxcfile.cpp:493]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.20.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.20.xml'.
    INFO       2008-10-06 12:14:30.256 [sixxcstepexecute.cpp:781]
    Execute step checkDDIC000Password of component |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_ABAP_Reports|ind|ind|ind|ind|2|0|NW_DDIC_Password|ind|ind|ind|ind|0|0
    TRACE      2008-10-06 12:14:30.256 [sixxcstepexecute.cpp:850]
    Execution of preprocess block of |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_ABAP_Reports|ind|ind|ind|ind|2|0|NW_DDIC_Password|ind|ind|ind|ind|0|0|checkDDIC000Password returns TRUE.
    TRACE      2008-10-06 12:14:30.272 [synxccuren.cpp:1115]
               CSyCurrentProcessEnvironmentImpl::getEffectiveUser(iastring&)
    effective user corresponds to real user
    TRACE      2008-10-06 12:14:30.272
      Call block:NW_DDIC_Password_ind_ind_ind_ind
        function:NW_DDIC_Password_ind_ind_ind_ind_SubComponentContainer_checkDDIC000Password
    is validator: false
    TRACE      2008-10-06 12:14:30.272
    2008-10-06 12:14:30.272 NWInstance.byNumber(00, saprh-prod1)
    TRACE      2008-10-06 12:14:30.272
    2008-10-06 12:14:30.272 NWInstanceInstall.find(
    function (instance) {
        return instance.getNumber() == number && instance.getHostName().equals(host);
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWInstanceInstall._fromRow()
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWCentralInstanceInstall()
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWCentralInstance()
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWDialogInstance()
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWJavaInstance()
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWInstance(D12/DVEBMGS00/saprh-prod1)
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWInstance(D12/DVEBMGS00/saprh-prod1) done
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWJavaInstance() done
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWDialogInstance() done
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWCentralInstance() done
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWDialogInstanceInstall()
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWJavaInstanceInstall()
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWJavaInstanceInstall() done
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWDialogInstance()
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWJavaInstance()
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWInstance(D12/DVEBMGS00/saprh-prod1)
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWInstance(D12/DVEBMGS00/saprh-prod1) done
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWJavaInstance() done
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWDialogInstance() done
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWInstanceInstall()
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWInstanceInstall() done
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWDialogInstanceInstall() done
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWCentralInstanceInstall() done
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWInstanceInstall._fromRow() done
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWInstanceInstall.find() done: 1 instances found
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWInstall.getSystem(D12)
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NWInstall()
    TRACE      2008-10-06 12:14:30.287
    2008-10-06 12:14:30.287 NW()
    TRACE      2008-10-06 12:14:30.319
    2008-10-06 12:14:30.319 NW() done
    TRACE      2008-10-06 12:14:30.319
    2008-10-06 12:14:30.319 NWInstall() done
    TRACE      2008-10-06 12:14:30.319
    2008-10-06 12:14:30.319 NWInstall.getSystem() done
    TRACE      2008-10-06 12:14:30.319
    2008-10-06 12:14:30.319 NWUsers(D12)
    TRACE      2008-10-06 12:14:30.319
    t_NW_users.updateRow(, WHERE sid='D12'), updating
    TRACE      2008-10-06 12:14:30.319
    2008-10-06 12:14:30.319 NWUsers() done
    TRACE      2008-10-06 12:14:30.319
    2008-10-06 12:14:30.319 NWUsers.getAccountData(DDIC.000)
    TRACE      2008-10-06 12:14:30.319
    2008-10-06 12:14:30.319 NWUsers.haveAccountData(DDIC.000)
    TRACE      2008-10-06 12:14:30.319
    2008-10-06 12:14:30.319 NWUsers.haveAccountData() done: true
    TRACE      2008-10-06 12:14:30.334
    2008-10-06 12:14:30.319 NWUsers._readAccountData(DDIC.000)
    TRACE      2008-10-06 12:14:30.334
    2008-10-06 12:14:30.334 NWUsers._isSystemRead(DDIC.000, rfc)
    TRACE      2008-10-06 12:14:30.334
    2008-10-06 12:14:30.334 NWUsers._isSystemRead() done: false
    TRACE      2008-10-06 12:14:30.334
    2008-10-06 12:14:30.334 NWUsers._readAccountData() done
    TRACE      2008-10-06 12:14:30.334
    2008-10-06 12:14:30.334 NWUsers.getMasterPassword()
    TRACE      2008-10-06 12:14:30.334
    2008-10-06 12:14:30.334 NWUsers.getMasterPassword() done: XXXXX (master password is set)
    TRACE      2008-10-06 12:14:30.334
    2008-10-06 12:14:30.334 NWUsers.getAccountData():
    TRACE      2008-10-06 12:14:30.334
    2008-10-06 12:14:30.334 NWDialogInstance.getRFCUser(DDIC.000)
    TRACE      2008-10-06 12:14:30.334
    2008-10-06 12:14:30.334 NWUsers.getAccountData(DDIC.000)
    TRACE      2008-10-06 12:14:30.334
    2008-10-06 12:14:30.334 NWUsers.haveAccountData(DDIC.000)
    TRACE      2008-10-06 12:14:30.334
    2008-10-06 12:14:30.334 NWUsers.haveAccountData() done: true
    TRACE      2008-10-06 12:14:30.334
    2008-10-06 12:14:30.334 NWUsers._readAccountData(DDIC.000)
    TRACE      2008-10-06 12:14:30.334
    2008-10-06 12:14:30.334 NWUsers._isSystemRead(DDIC.000, rfc)
    TRACE      2008-10-06 12:14:30.350
    2008-10-06 12:14:30.350 NWUsers._isSystemRead() done: false
    TRACE      2008-10-06 12:14:30.350
    2008-10-06 12:14:30.350 NWUsers._readAccountData() done
    TRACE      2008-10-06 12:14:30.350
    2008-10-06 12:14:30.350 NWUsers.getMasterPassword()
    TRACE      2008-10-06 12:14:30.350
    2008-10-06 12:14:30.350 NWUsers.getMasterPassword() done: XXXXX (master password is set)
    TRACE      2008-10-06 12:14:30.350
    2008-10-06 12:14:30.350 NWUsers.getAccountData():
    TRACE      2008-10-06 12:14:30.350
    2008-10-06 12:14:30.350 NWDialogInstance.getRFCUser() done
    TRACE      2008-10-06 12:14:30.381 [syxxccuren.cpp:31]
               CSyCurrentProcessEnvironmentImpl::setEnvironmentVariable(const iastring & 'SAPPARAM700', const iastring & '1')
    Environment variable SAPPARAM700 set to value '1'.
    TRACE      2008-10-06 12:14:30.397 [iaxxctrace.cpp:42]
               CIaIcmAuth::traceInit()
    Initialized SAP trace: tf is now set.
    INFO       2008-10-06 12:14:30.412 [synxccuren.cpp:65]
               CSyCurrentProcessEnvironmentImpl::removeEnvironmentVariable(iastring)
    Removed environment variable SAPPARAM700 from current process environment.
    TRACE      2008-10-06 12:14:30.412 [iaxxbsapparam.cpp:68]
               CIaSAPParam::initializeDefaultValues_impl()
    Read default profile values from kernel.
    TRACE      2008-10-06 12:14:30.412 [iaxxclib.cpp:188]
               CLib::load()
    Opened G:/usr/sap/D12/tmp/1/sapinst_exe.1576.1223295214/iamodapp.dll
    TRACE      2008-10-06 12:14:30.694 [iaxxclib.cpp:188]
               CLib::load()
    Opened G:/usr/sap/D12/tmp/1/sapinst_exe.1576.1223295214/iamodrfc.dll
    INFO       2008-10-06 12:14:30.819 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter CLIENT set to value 000.
    INFO       2008-10-06 12:14:30.819 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter USER set to value DDIC.
    INFO       2008-10-06 12:14:30.819 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LCHECK set to value 1.
    INFO       2008-10-06 12:14:30.819 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter PCS set to value 1.
    INFO       2008-10-06 12:14:30.819 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LANG set to value EN.
    INFO       2008-10-06 12:14:30.819 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter ASHOST set to value saprh-prod1.
    INFO       2008-10-06 12:14:30.819 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter SYSNR set to value 00.
    INFO       2008-10-06 12:14:30.819 [iaxxrfcimp.cpp:520]
               CAbRfcImpl::checkConnectInfo
    RFC connection information checked successfully.
    WARNING[E] 2008-10-06 12:14:31.053 [iaxxrfcimp.cpp:433]
               CAbRfcImpl::openRfcConn
    FRF-00007  Unable to open RFC connection.
    TRACE      2008-10-06 12:14:31.053 [iaxxrfcimp.cpp:434]
               CAbRfcImpl::openRfcConn
    Failed to open RFC connection
    TRACE      2008-10-06 12:14:31.084 [iaxxrfcimp.cpp:436]
               CAbRfcImpl::openRfcConn
    Program SAPMSSY1                                 n
    INFO       2008-10-06 12:14:31.116 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter CLIENT set to value 000.
    INFO       2008-10-06 12:14:31.116 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter USER set to value DDIC.
    INFO       2008-10-06 12:14:31.116 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LCHECK set to value 1.
    INFO       2008-10-06 12:14:31.116 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter PCS set to value 1.
    INFO       2008-10-06 12:14:31.116 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LANG set to value EN.
    INFO       2008-10-06 12:14:31.116 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter ASHOST set to value saprh-prod1.
    INFO       2008-10-06 12:14:31.116 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter SYSNR set to value 00.
    INFO       2008-10-06 12:14:31.116 [iaxxrfcimp.cpp:520]
               CAbRfcImpl::checkConnectInfo
    RFC connection information checked successfully.
    WARNING[E] 2008-10-06 12:14:31.178 [iaxxrfcimp.cpp:433]
               CAbRfcImpl::openRfcConn
    FRF-00007  Unable to open RFC connection.
    TRACE      2008-10-06 12:14:31.178 [iaxxrfcimp.cpp:434]
               CAbRfcImpl::openRfcConn
    Failed to open RFC connection
    TRACE      2008-10-06 12:14:31.178 [iaxxrfcimp.cpp:436]
               CAbRfcImpl::openRfcConn
    Program SAPMSSY1                                 n
    TRACE      2008-10-06 12:14:31.178 [iaxxgenimp.cpp:752]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> Test logon to SAP System D12 failed. <p> SOLUTION: Make sure that the system is started, that the user DDIC exists and that the password of user DDIC is correct. </p> </body></html>
    TRACE      2008-10-06 12:14:31.178 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    TRACE      2008-10-06 12:21:33.957 [iaxxdlghnd.cpp:198]
               CDialogHandler::doHandleDoc()
    ACTION_OK received
    TRACE      2008-10-06 12:21:33.957
    2008-10-06 12:21:33.957 NWDialogInstance.getRFCUser(DDIC.000)
    TRACE      2008-10-06 12:21:33.957
    2008-10-06 12:21:33.957 NWUsers.getAccountData(DDIC.000)
    TRACE      2008-10-06 12:21:33.957
    2008-10-06 12:21:33.957 NWUsers.haveAccountData(DDIC.000)
    TRACE      2008-10-06 12:21:33.957
    2008-10-06 12:21:33.957 NWUsers.haveAccountData() done: true
    TRACE      2008-10-06 12:21:33.972
    2008-10-06 12:21:33.972 NWUsers._readAccountData(DDIC.000)
    TRACE      2008-10-06 12:21:33.972
    2008-10-06 12:21:33.972 NWUsers._isSystemRead(DDIC.000, rfc)
    TRACE      2008-10-06 12:21:33.972
    2008-10-06 12:21:33.972 NWUsers._isSystemRead() done: false
    TRACE      2008-10-06 12:21:33.972
    2008-10-06 12:21:33.972 NWUsers._readAccountData() done
    TRACE      2008-10-06 12:21:33.972
    2008-10-06 12:21:33.972 NWUsers.getMasterPassword()
    TRACE      2008-10-06 12:21:33.972
    2008-10-06 12:21:33.972 NWUsers.getMasterPassword() done: XXXXX (master password is set)
    TRACE      2008-10-06 12:21:33.972
    2008-10-06 12:21:33.972 NWUsers.getAccountData():
    TRACE      2008-10-06 12:21:33.972
    2008-10-06 12:21:33.972 NWDialogInstance.getRFCUser() done
    INFO       2008-10-06 12:21:33.972 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter CLIENT set to value 000.
    INFO       2008-10-06 12:21:33.972 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter USER set to value DDIC.
    INFO       2008-10-06 12:21:33.972 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LCHECK set to value 1.
    INFO       2008-10-06 12:21:33.972 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter PCS set to value 1.
    INFO       2008-10-06 12:21:33.972 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LANG set to value EN.
    INFO       2008-10-06 12:21:33.972 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter ASHOST set to value saprh-prod1.
    INFO       2008-10-06 12:21:33.972 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter SYSNR set to value 00.
    INFO       2008-10-06 12:21:33.972 [iaxxrfcimp.cpp:520]
               CAbRfcImpl::checkConnectInfo
    RFC connection information checked successfully.
    WARNING[E] 2008-10-06 12:21:34.035 [iaxxrfcimp.cpp:433]
               CAbRfcImpl::openRfcConn
    FRF-00007  Unable to open RFC connection.
    TRACE      2008-10-06 12:21:34.035 [iaxxrfcimp.cpp:434]
               CAbRfcImpl::openRfcConn
    Failed to open RFC connection
    TRACE      2008-10-06 12:21:34.035 [iaxxrfcimp.cpp:436]
               CAbRfcImpl::openRfcConn
    Program SAPMSSY1                                 n
    INFO       2008-10-06 12:21:34.035 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter CLIENT set to value 000.
    INFO       2008-10-06 12:21:34.035 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter USER set to value DDIC.
    INFO       2008-10-06 12:21:34.035 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LCHECK set to value 1.
    INFO       2008-10-06 12:21:34.035 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter PCS set to value 1.
    INFO       2008-10-06 12:21:34.035 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LANG set to value EN.
    INFO       2008-10-06 12:21:34.035 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter ASHOST set to value saprh-prod1.
    INFO       2008-10-06 12:21:34.035 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter SYSNR set to value 00.
    INFO       2008-10-06 12:21:34.035 [iaxxrfcimp.cpp:520]
               CAbRfcImpl::checkConnectInfo
    RFC connection information checked successfully.
    WARNING[E] 2008-10-06 12:21:34.097 [iaxxrfcimp.cpp:433]
               CAbRfcImpl::openRfcConn
    FRF-00007  Unable to open RFC connection.
    TRACE      2008-10-06 12:21:34.097 [iaxxrfcimp.cpp:434]
               CAbRfcImpl::openRfcConn
    Failed to open RFC connection
    TRACE      2008-10-06 12:21:34.097 [iaxxrfcimp.cpp:436]
               CAbRfcImpl::openRfcConn
    Program SAPMSSY1                                 n
    TRACE      2008-10-06 12:21:34.97 [iaxxgenimp.cpp:752]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> Test logon to SAP System D12 failed. <p> SOLUTION: Make sure that the system is started, that the user DDIC exists and that the password of user DDIC is correct. </p> </body></html>
    TRACE      2008-10-06 12:21:34.97 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    TRACE      2008-10-06 12:21:35.644 [iaxxdlghnd.cpp:198]
               CDialogHandler::doHandleDoc()
    ACTION_OK received
    TRACE      2008-10-06 12:21:35.644
    2008-10-06 12:21:35.644 NWDialogInstance.getRFCUser(DDIC.000)
    TRACE      2008-10-06 12:21:35.644
    2008-10-06 12:21:35.644 NWUsers.getAccountData(DDIC.000)
    TRACE      2008-10-06 12:21:35.644
    2008-10-06 12:21:35.644 NWUsers.haveAccountData(DDIC.000)
    TRACE      2008-10-06 12:21:35.644
    2008-10-06 12:21:35.644 NWUsers.haveAccountData() done: true
    TRACE      2008-10-06 12:21:35.660
    2008-10-06 12:21:35.660 NWUsers._readAccountData(DDIC.000)
    TRACE      2008-10-06 12:21:35.660
    2008-10-06 12:21:35.660 NWUsers._isSystemRead(DDIC.000, rfc)
    TRACE      2008-10-06 12:21:35.660
    2008-10-06 12:21:35.660 NWUsers._isSystemRead() done: false
    TRACE      2008-10-06 12:21:35.660
    2008-10-06 12:21:35.660 NWUsers._readAccountData() done
    TRACE      2008-10-06 12:21:35.660
    2008-10-06 12:21:35.660 NWUsers.getMasterPassword()
    TRACE      2008-10-06 12:21:35.660
    2008-10-06 12:21:35.660 NWUsers.getMasterPassword() done: XXXXX (master password is set)
    TRACE      2008-10-06 12:21:35.660
    2008-10-06 12:21:35.660 NWUsers.getAccountData():
    TRACE      2008-10-06 12:21:35.660
    2008-10-06 12:21:35.660 NWDialogInstance.getRFCUser() done
    INFO       2008-10-06 12:21:35.660 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter CLIENT set to value 000.
    INFO       2008-10-06 12:21:35.660 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter USER set to value DDIC.
    INFO       2008-10-06 12:21:35.660 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LCHECK set to value 1.
    INFO       2008-10-06 12:21:35.660 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter PCS set to value 1.
    INFO       2008-10-06 12:21:35.660 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LANG set to value EN.
    INFO       2008-10-06 12:21:35.660 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter ASHOST set to value saprh-prod1.
    INFO       2008-10-06 12:21:35.660 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter SYSNR set to value 00.
    INFO       2008-10-06 12:21:35.660 [iaxxrfcimp.cpp:520]
               CAbRfcImpl::checkConnectInfo
    RFC connection information checked successfully.
    WARNING[E] 2008-10-06 12:21:35.722 [iaxxrfcimp.cpp:433]
               CAbRfcImpl::openRfcConn
    FRF-00007  Unable to open RFC connection.
    TRACE      2008-10-06 12:21:35.722 [iaxxrfcimp.cpp:434]
               CAbRfcImpl::openRfcConn
    Failed to open RFC connection
    TRACE      2008-10-06 12:21:35.722 [iaxxrfcimp.cpp:436]
               CAbRfcImpl::openRfcConn
    Program SAPMSSY1                                 n
    INFO       2008-10-06 12:21:35.722 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter CLIENT set to value 000.
    INFO       2008-10-06 12:21:35.722 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter USER set to value DDIC.
    INFO       2008-10-06 12:21:35.722 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LCHECK set to value 1.
    INFO       2008-10-06 12:21:35.722 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter PCS set to value 1.
    INFO       2008-10-06 12:21:35.722 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LANG set to value EN.
    INFO       2008-10-06 12:21:35.722 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter ASHOST set to value saprh-prod1.
    INFO       2008-10-06 12:21:35.722 [iaxxrfcimp.cpp:380]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter SYSNR set to value 00.
    INFO       2008-10-06 12:21:35.722 [iaxxrfcimp.cpp:520]
               CAbRfcImpl::checkConnectInfo
    RFC connection information checked successfully.
    WARNING[E] 2008-10-06 12:21:36.769 [iaxxrfcimp.cpp:433]
               CAbRfcImpl::openRfcConn
    FRF-00007  Unable to open RFC connection.
    TRACE      2008-10-06 12:21:36.769 [iaxxrfcimp.cpp:434]
               CAbRfcImpl::openRfcConn
    Failed to open RFC connection
    TRACE      2008-10-06 12:21:36.769 [iaxxrfcimp.cpp:436]
               CAbRfcImpl::openRfcConn
    Program SAPMSSY1                                 n
    TRACE      2008-10-06 12:21:36.769 [iaxxgenimp.cpp:752]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> Test logon to SAP System D12 failed. <p> SOLUTION: Make sure that the system is started, that the user DDIC exists and that the password of user DDIC is correct. </p> </body></html>
    TRACE      2008-10-06 12:21:36.769 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    TRACE      2008-10-06 12:44:40.278 [iaxxcnclhd.cpp:84]
               CCancelHandler::doHandleDoc(IDialogDocument * pDoc  )
    ACTION_CANCEL requested
    TRACE      2008-10-06 12:44:40.278 [iaxxgenimp.cpp:752]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> You are about to cancel the SAP NetWeaver 7.0 Support Release 3 > Software Life-Cycle Options > System Copy > Oracle > Target System Installation > Central System > Based on AS ABAP > Central System installation. <li> Choose one of the following: </li> <ul> <li> 'Continue' - to continue the installation. </li> <li> 'Stop' - to stop the installation and exit SAPinst. You can continue the installation later from this point<br>Note:<br>If you stop the installation after the installation activites have been started, do not use the SAP NetWeaver 7.0 Support Release 3 > Software Life-Cycle Options > System Copy > Oracle > Target System Installation > Central System > Based on AS ABAP > Central System, as it is not ready to be used. </li> </ul> </body></html>
    TRACE      2008-10-06 12:44:40.278 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    INFO       2008-10-06 12:44:41.840 [synxcpath.cpp:776]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\.lastInstallationLocation.
    INFO       2008-10-06 12:44:42.074 [synxcpath.cpp:776]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\NW04S\LM\COPY\ORA\SYSTEM\CENTRAL\AS-ABAP\__instana_tmp.xml.

    Hi,
    The possible problem for the DDIC user could be, once the data imported the password of the DDIC got reset to older password as in ECC5, try login the system with sap* user and reset the password of DDIC, then login  as DDIC user and set the password permannetly and retry the activity.
    If sap* also shows with same problem try changing the password of sap* from DB level by executing the query(you can find solutions for this in SDN forum threads, check them). or try deleting the user sap* and recreate where user gets creted wiuth default pasword  as "PASS" and logon and reset the user DDIC.
    Regards.

  • Unable to sign in OBIEE 11g Invalid username password

    Hi
    Help me to fix this error.
    I have installed in my lab Oracle 11g DB,OBIEE 11g 11.1.1.7.0, OBIA 7.9.6.4, Informatica 9.1, DAC 11g.
    I am facing this error when i try to start the OBIEE 11g service.
    Error : Oracle .bi.security.service
    <OBI-SEC-00004><unable to initialize oracle.bi.security.service.URIdentityStoreProvider>
    It shows invalid username/password.
    The DB is up.
    Checked the username/password through the admin.
    Thanks

    Hi sudhakar
    WSM PM is in green only.
    NQSserver log file.
    [2013-04-04T07:19:53.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE1XaqC0gFw005zzw0yW0001K0000000] [tid: 1514] An error message was received from the BI Security Service: java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oracle.bi.system,keyName=system.user read)
    [2013-04-04T07:19:53.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE1XaqC0gFw005zzw0yW0001K0000000] [tid: 1514] [13026] Error in getting roles from BI Security Service: 'An error message was received from the BI Security Service: java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oracle.bi.system,keyName=system.user read)'
    [2013-04-04T07:19:53.000+02:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE1XaqC0gFw005zzw0yW0001K0000000] [tid: 1514] [46172] Database security store is not available, do not re-associate to this provider type.
    [2013-04-04T07:19:53.000+02:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE1XaqC0gFw005zzw0yW0001K0000000] [tid: 1514] nqsserver: Clustered Oracle BI Server (64-bit) started. Version: 11.1.1.7.0.
    [2013-04-04T07:19:56.000+02:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE1XaqC0gFw005zzw0yW0001K0000000] [tid: 1acc] [43071] A connection with Cluster Controller AMAZONA-6B9IFED:9706 was established.
    [2013-04-04T07:20:03.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE1XbcTSrFw005zzw0yW000184000000] [tid: 1a08] java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oracle.bi.system,keyName=system.user read)
    [2013-04-04T07:20:03.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE1XbcTSrFw005zzw0yW000184000000] [tid: 1a08] [nQSError: 43126] Authentication failed: invalid user/password.
    [2013-04-04T07:20:51.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE1XeqHHZFw005zzw0yW000184000006] [tid: 1a10] java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oracle.bi.system,keyName=system.user read)
    [2013-04-04T07:20:51.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE1XeqHHZFw005zzw0yW000184000006] [tid: 1a10] [nQSError: 43126] Authentication failed: invalid user/password.
    [2013-04-04T07:22:50.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 1dc0b4223e187a10:1c13d362:13dd3791f5c:-8000-0000000000000090] [tid: 1a1c] java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oracle.bi.system,keyName=system.user read)
    [2013-04-04T07:22:50.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 1dc0b4223e187a10:1c13d362:13dd3791f5c:-8000-0000000000000090] [tid: 1a1c] [nQSError: 43126] Authentication failed: invalid user/password.
    [2013-04-04T07:23:02.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 1dc0b4223e187a10:1c13d362:13dd3791f5c:-8000-0000000000000097] [tid: 1a28] java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oracle.bi.system,keyName=system.user read)
    [2013-04-04T07:23:02.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 1dc0b4223e187a10:1c13d362:13dd3791f5c:-8000-0000000000000097] [tid: 1a28] [nQSError: 43126] Authentication failed: invalid user/password.
    [2013-04-04T07:26:45.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE1XbcTSrFw005zzw0yW000184000000] [tid: 1a20] java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oracle.bi.system,keyName=system.user read)
    [2013-04-04T07:26:45.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE1XbcTSrFw005zzw0yW000184000000] [tid: 1a20] [nQSError: 43126] Authentication failed: invalid user/password.
    [2013-04-04T07:26:58.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 1dc0b4223e187a10:1c13d362:13dd3791f5c:-8000-00000000000000df] [tid: 1a30] java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oracle.bi.system,keyName=system.user read)
    [2013-04-04T07:26:58.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 1dc0b4223e187a10:1c13d362:13dd3791f5c:-8000-00000000000000df] [tid: 1a30] [nQSError: 43126] Authentication failed: invalid user/password.

  • On starting up firefox i am getting an error message from javascript application telling me that my username is an invalid username/password combination.If i continue to get this error message,try entering my email address as my username.

    Hi,on starting firefox which i have used solely as my browser for years i am now getting an error message from java script application that shows my username followed by a message saying; 'username'-Invalid username/password combination.If you keep getting this error,try entering your email address as your username'. I then press the OK button within that error message box and it dissapears and everything seems ok although hover my cursor over the mail(envelope) icon and it says not connected.
    I only started having this problem since downloading firefox 4.It also does not tell me where this problem is occuring so i do not know where to log on with this information.I would be most grateful for any help with this matter.Many thanks.

    Take a look in the Error Console for details about that.
    Tools > Error Console <br />
    Right-click the message and use '''Copy''' to get that complete message.

  • I am unable to store my username & password for email accounts.

    this article was not able to help me:
    https://support.mozilla.org/en-US/kb/usernames-and-passwords-are-not-saved#firefox:win7:fx27
    i tried the password manager settings, but did not see a list of sites in the exceptions list!
    the "always use private browsing feature" is not checked off in my privacy settings!
    the "clear history when firefox closes" feature is not checked off in my privacy settings!
    i do not have password manager software embedded in my antivirus software!
    the "remember password" prompt does not always operate!!! i do not always see this when attempting to log into my email accounts, especially if entering a new email address!!
    any assistance you provide would be appreciated.

    hello, websites can specify if browsers should be able to save username/passwords (through the autocomplete="off" attribute in the login form in the html source code) - this is often the case when a higher level of security is presumably required by those sites.
    you can either [https://addons.mozilla.org/firefox/addon/remember-passwords/ install an addon] or [https://www.squarefree.com/bookmarklets/forms.html#remember_password use a bookmarklet] to circumvent this restriction.

  • The email server didn't recognize your username/password combination.

    OS: OS X Mavericks
    iPhoto: iPhoto v9.5.1 (902.17)
    I choose a photo, select Share, select Email, enter an email address to send to and click Send - then I get this error: "The email server didn’t recognize your username/password combination."
    In iPhoto preferences I have "Email photos using" set to "iPhoto"; I have an account added for Gmail (outgoing mail server: smtp.gmail.com; Port: 587; User Name and Password are correct for my gmail account, Use SSL is checked - basically everything is default for when I chose to add a gmail account and I'm positive my user name and password are entered correctly). I do not have 2-step verification enable for my gmail account (I've been searching for a solution online and noticed others mentioned this - this does not apply to my situation).
    Please help! What is going on? I just want to send an email from iPhoto using my gmail account.
    Thanks!

    Thanks again for responding, MrHoffman; my responses to your questions are below in italics:
    Have you tested the Gmail account via Apple Mail.app, and does both sending and receiving work?
    Yes, I have tested the Gmail account via the Apple Mail.app - sending and receiving work just fine.
    Have you confirmed that the Gmail user and password work with the Gmail web interface?
    Yes, I am sure it is the correct username and password; I am able to access the Gmail account via the Gmail web interface.
    Are you aware of and familiar with both sets of credentials present within each account within Mail.app?  In particular, have you gotten to the configuration displays the SMTP server settings?  (Mail > Preferences > Accounts > Account Information > Outgoing Mail Server (SMTP) > select Edit SMTP Server List > select the SMTP server account > edit the SMTP server settings.)
    I'm not sure what you mean by both sets of credentials, but yes, in the Mail.app I have set the Outgoing Mail Server (SMTP) to Gmail (and used the Edit SMTP server list... option to set the smtp server to use default ports, use SSL, and use "Password" authentication (again with my correct username and password for the Gmail account). I also have the Account Information in Mail.app set for the incoming mail server (maybe that's what you mean by both). Either way, I believe having these settings for incoming mail server and outgoing mail server are allowing me to send and receive email for this Gmail account through Mail.app.
    I've also had some success by launching Keychain Access.app and finding all passwords associated with the account — specifically and only the Gmail account, in this case — and removing them from your keychain.  This does mean you'll have to re-add those passwords — using Mail.app and no other applications — and see if things start working.
    I just tried this - I launched Keychain Access.app and removed all entries associated with Gmail. I opened Mail.app, re-entered my password info, and sent a test email to another account - this worked. I opened iPhoto.app, re-entered my password via the Preferences, selected a photo, selected share, selected email, entered a to: address and clicked send - this didn't work (same error message as before (The email server didn't recognize your username/password combination).

Maybe you are looking for

  • Sending E-mail to large number of recipients

    Hi, Note 598718 describes number of messages that is possible to send pr second if paralell prosessing is used: "For all SAP technology Releases 6.xx, one of the next Support Packages will deliver a basic change of the SAPconect send job which will p

  • Newbie question on using an Interface

    I am something of an advanced beginner, one of those guys who can write simple stuff and maintain code but always have a bunch of questions. I am able to use an interface in a simple example shown below: import java.util.*; import java.text.*; public

  • MBP 2.4GHz Core 2 Duo - Backlight off when booting to restore DVD

    Hi all! I have a very interesting issue and I'm not sure what to make of it.  I have a MBP 15" (Core 2 Duo, Aluminim, NOT unibody) that shipped with 10.5.  I am restoring the OS with a 10.5 upgrade DVD (was not able to find my original restore disc f

  • I cannot select an app without it being highlighted by a box and double pressing

    The same applies with scrolling through home screens. To do so i must select the dots so they are highlighted and then double press. I'm really not sure how it's happened but would like to know how to resolve it as i also can't scroll downwards Help

  • Some kind of iTunes bug?

    Hi If you look at these to pictures, you will see i'm having trouble accessing The Simpsons "other seasons". http://yfrog.com/emimg0095sgdj http://yfrog.com/j6img0099szj (look at upper left corner) Something ain't right with "other seasons"! Also, pl