New Client SAP* unable to login with PASS

Hi All,
We have issues logging in to a newly created client. We enter user SAP* with PASS.
These are the steps taken:
1. BD54 - Created Logical system name
2. SCC4 - Created new "test" client
3. Login to new client with SAP* and PASS. Failed
4. Check RZ11. Parameter login/no automatic user sapstar is 0
5. Restart SAP instance. Still cannot login.
6. Tried login to other clients with SAP*. Cannot login.
7. Check DB level, there is no SAP* user in any existing client.
8. Restarting Windows Server. Try again. Failed.
Please do let me know if we miss out any steps.
System info:
HR System (netweaver) / MS SQL 2008 R2/ Windows 2008

Hi,
It is impossible that SAP* does not exist in any client because it is hard-coded in the SAP system and should exist with default password 'pass' even if it is deleted from DB.
Are you trying PASS (as in uppercase) or pass (in lowercase)? It is supposed to be lowercase. Please try this.
Also, which version of SAP Netweaver are you using? For very old versions, the password was some date and not pass.
Regards,
Shitij

Similar Messages

  • New Client: What is default login + password?

    I have created a new client (800) with transaction SCC4. What login can I use to access this new client?
    I've tried sap* with a variety of passwords including "pass", "PASS", "Pass", and several other system specific passwords that we've been using. None of them work. How can I find what login to use to setup the new client entry?

    Hello Geisen,
    Please check in your profile files if the value of login/no_automatic_user_sapstar is set to 1. If it is 1 login through SAP* isnot possible. Change it to 0 and then try with PASS.
    This is ofcourse true if you created the new client not using SAP* but some other user like DDIC. If you SAP* then this parameter is already having value 0 and in that case you can ignore my comments.
    Regards.
    Ruchit.

  • Map linux shared folders to Z drive in Windows Client. Unable to login through Samba Server

    Hi,
    I am trying to map my linux machine to a network drive Z in Windows 7 . I added user guid in smbusers and created a password for this user through smbpasswd . Started Samba server on linuc, but when trying to create a network drive, it is asking for the login. I used credentials as GUID/<CREATEDPWD> . Not able to login with these credentials. Am I missing something. My Domain is ORADEV. I attached related files smb.conf,lmhosts,smbusers  files. Please let me know if i am not configuring samba server correctly.
    Here is the sm.conf file Details :
    # This is the main Samba configuration file. You should read the
    # smb.conf(5) manual page in order to understand the options listed
    # here. Samba has a huge number of configurable options (perhaps too
    # many!) most of which are not shown in this example
    # Any line which starts with a ; (semi-colon) or a # (hash)
    # is a comment and is ignored. In this example we will use a #
    # for commentry and a ; for parts of the config file that you
    # may wish to enable
    # NOTE: Whenever you modify this file you should run the command "testparm"
    # to check that you have not made any basic syntactic errors.
    #======================= Global Settings =====================================
    [global]
    # workgroup = NT-Domain-Name or Workgroup-Name
       workgroup = ORADEV
    # server string is the equivalent of the NT Description field
       server string = %L (ST Samba Host), RedHat AS %v
    # This option is important for security. It allows you to restrict
    # connections to machines which are on your local network. The
    # following example restricts access to two C class networks and
    # the "loopback" interface. For more examples of the syntax see
    # the smb.conf man page
    ;   hosts allow = 192.168.1. 192.168.2. 127.
    # if you want to automatically load your printer list rather
    # than setting them up individually then you'll need this
    #   printcap name = /etc/printcap
    #   load printers = yes
    # It should not be necessary to spell out the print system type unless
    # yours is non-standard. Currently supported print systems include:
    # bsd, sysv, plp, lprng, aix, hpux, qnx
    #   printing = lprng
    # Uncomment this if you want a guest account, you must add this to /etc/passwd
    # otherwise the user "nobody" is used
      guest account = adoddi
    # this tells Samba to use a separate log file for each machine
    # that connects
       log file = /var/log/samba/%m.log
    # Put a capping on the size of the log files (in Kb).
       max log size = 0
    # Security mode. Most people will want user level security. See
    # security_level.txt for details.
       security = server
    # Use password server option only with security = server
    # The argument list may include:
    #   password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
    # or to auto-locate the domain controller/s
       password server = *
       password server =Samba Server
    # Password Level allows matching of _n_ characters of the password for
    # all combinations of upper and lower case.
    ;  password level = 8
    ;  username level = 8
    # You may wish to use password encryption. Please read
    # ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
    # Do not enable this option unless you have read those documents
       encrypt passwords = yes
       smb passwd file = /etc/samba/smbpasswd
    # The following is needed to keep smbclient from spouting spurious errors
    # when Samba is built with support for SSL.
    ;   ssl CA certFile = /usr/share/ssl/certs/ca-bundle.crt
    # The following are needed to allow password changing from Windows to
    # update the Linux sytsem password also.
    # NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
    # NOTE2: You do NOT need these to allow workstations to change only
    #        the encrypted SMB passwords. They allow the Unix password
    #        to be kept in sync with the SMB password.
    ;  unix password sync = Yes
    ;  passwd program = /usr/bin/passwd %u
    ;  passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
    # Unix users can map to different SMB User names
    ;  username map = /etc/samba/smbusers
    # Using the following line enables you to customise your configuration
    # on a per machine basis. The %m gets replaced with the netbios name
    # of the machine that is connecting
    ;   include = /etc/samba/smb.conf.%m
    # This parameter will control whether or not Samba should obey PAM's
    # account and session management directives. The default behavior is
    # to use PAM for clear text authentication only and to ignore any
    # account or session management. Note that Samba always ignores PAM
    # for authentication in the case of encrypt passwords = yes
    ;  obey pam restrictions = yes
    # Most people will find that this option gives better performance.
    # See speed.txt and the manual pages for details
       socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
    # Configure Samba to use multiple interfaces
    # If you have multiple network interfaces then you must list them
    # here. See the man page for details.
    ;   interfaces = 192.168.12.2/24 192.168.13.2/24
    # Configure remote browse list synchronisation here
    #  request announcement to, or browse list sync from:
    # a specific host or from / to a whole subnet (see below)
    ;   remote browse sync = 192.168.3.25 192.168.5.255
    # Cause this host to announce itself to local subnets here
    ;   remote announce = 192.168.1.255 192.168.2.44
    # Browser Control Options:
    # set local master to no if you don't want Samba to become a master
    # browser on your network. Otherwise the normal election rules apply
       local master = no
    # OS Level determines the precedence of this server in master browser
    # elections. The default value should be reasonable
    ;   os level = 33
    # Domain Master specifies Samba to be the Domain Master Browser. This
    # allows Samba to collate browse lists between subnets. Don't use this
    # if you already have a Windows NT domain controller doing this job
       domain master = no
    # Preferred Master causes Samba to force a local browser election on startup
    # and gives it a slightly higher chance of winning the election
       preferred master = no
    # Enable this if you want Samba to be a domain logon server for
    # Windows95 workstations.
    ;   domain logons = yes
    # if you enable domain logons then you may want a per-machine or
    # per user logon script
    # run a specific logon batch file per workstation (machine)
    ;   logon script = %m.bat
    # run a specific logon batch file per username
    ;   logon script = %U.bat
    # Where to store roving profiles (only for Win95 and WinNT)
    #        %L substitutes for this servers netbios name, %U is username
    #        You must uncomment the [Profiles] share below
    ;   logon path = \\%L\Profiles\%U
    # Windows Internet Name Serving Support Section:
    # WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
    ;   wins support = yes
    # WINS Server - Tells the NMBD components of Samba to be a WINS Client
    # Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
       wins server = 130.35.62.34
    # WINS Proxy - Tells Samba to answer name resolution queries on
    # behalf of a non WINS capable client, for this to work there must be
    # at least one WINS Server on the network. The default is NO.
    ;   wins proxy = yes
    # DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
    # via DNS nslookups. The built-in default for versions 1.9.17 is yes,
    # this has been changed in version 1.9.18 to no.
       dns proxy = no
    # Case Preservation can be handy - system default is _no_
    # NOTE: These can be set on a per share basis
    ;  preserve case = no
    ;  short preserve case = no
    # Default case is normally upper case for all DOS files
    ;  default case = lower
    # Be very careful with case sensitivity - it can break things!
    ;  case sensitive = no
    #============================ Share Definitions ==============================
    # a service which has a different directory for each machine that connects
    # this allows you to tailor configurations to incoming machines. You could
    # also use the %U option to tailor it by user name.
    # The %m gets replaced with the machine name that is connecting.
    [ade]
      comment = ADE Directory
      path = /ade_global/
      public = no
      writable = yes
    [homes]
       comment = Home Directories (UNIX Home Dirs auto_home)
       browseable = no
       writable = yes
       valid users = %S
       create mode = 0664
       directory mode = 0775
    # If you want users samba doesn't recognize to be mapped to a guest user
    map to guest = bad user
    security = user
    # Un-comment the following and create the netlogon directory for Domain Logons
    ; [netlogon]
    ;   comment = Network Logon Service
    ;   path = /usr/local/samba/lib/netlogon
    ;   guest ok = yes
    ;   writable = no
    ;   share modes = no
    # Un-comment the following to provide a specific roving profile share
    # the default is to use the user's home directory
    ;[Profiles]
    ;    path = /usr/local/samba/profiles
    ;    browseable = no
    ;    guest ok = yes
    # NOTE: If you have a BSD-style print system there is no need to
    # specifically define each individual printer
    #[printers]
    #   comment = All Printers
    #   path = /var/spool/samba
    #   browseable = no
    # Set public = yes to allow user 'guest account' to print
    #   guest ok = no
    #   writable = no
    #   printable = yes
    # This one is useful for people to share files
    [tmp]
       comment = Temporary file space on %L
       path = /tmp
       read only = no
       public = yes
    # This is for the /private dir
    [private]
       comment = /private file space on %L
       path = /private
       read only = no
       public = yes
    # A publicly accessible directory, but read only, except for people in
    # the "staff" group
    ;[public]
    ;   comment = Public Stuff
    ;   path = /home/samba
    ;   public = yes
    ;   writable = yes
    ;   printable = no
    ;   write list = @staff
    # Other examples.
    # A private printer, usable only by fred. Spool data will be placed in fred's
    # home directory. Note that fred must have write access to the spool directory,
    # wherever it is.
    ;[fredsprn]
    ;   comment = Fred's Printer
    ;   valid users = fred
    ;   path = /home/fred
    ;   printer = freds_printer
    ;   public = no
    ;   writable = no
    ;   printable = yes
    # A private directory, usable only by fred. Note that fred requires write
    # access to the directory.
    ;[fredsdir]
    ;   comment = Fred's Service
    ;   path = /usr/somewhere/private
    ;   valid users = fred
    ;   public = no
    ;   writable = yes
    ;   printable = no
    # A publicly accessible directory, read/write to all users. Note that all files
    # created in the directory by users will be owned by the default user, so
    # any user with access can delete any other user's files. Obviously this
    # directory must be writable by the default user. Another user could of course
    # be specified, in which case all files would be owned by that user instead.
    [public]
       path =: /usr/somewhere/else/public
       public = yes
       only guest = yes
       writable = yes
       printable = no
    # The following two entries demonstrate how to share a directory so that two
    # users can place files there that will be owned by the specific users. In this
    # setup, the directory should be writable by both users and should have the
    # sticky bit set on it to prevent abuse. Obviously this could be extended to
    # as many users as required.
    ;[myshare]
    ;   comment = Mary's and Fred's stuff
    ;   path = /usr/somewhere/shared
    ;   valid users = mary fred
    ;   public = no
    ;   writable = yes
    ;   printable = no
    ;   create mask = 0765
    Here  is the smbusers file : adoddi is my GUID
    # Unix_name = SMB_name1 SMB_name2 ...
    root = administrator admin
    nobody = guest pcguest smbguest
    adoddi = adoddi
    lcmHosts File :
    127.0.0.1 localhost

    Hi,
    To clarify a couple of things:
    1- "reverse-route" does not have anything to do with this issue, the problem relies on the Windows 7 machine.
    2- Do you connect with an Admin account (Windows admin)?
    3- Do you run the VPN client as an administrator?
    4- Have you tried to disable any AV or software protection on the machine (just for testing).?
    Let me know.
    Portu.
    Please rate any helpul posts
    Message was edited by: Javier Portuguez

  • Unable to login with Jabber Windows

    Hi ,
    Am unable to login the Jabber Windows Client. Getting the error as "Unable to Communicate With the Server".
    Able to login with CUPS & CUCM end user page. CUCM Integrated with LDAP.
    While going through the UP Profile logs seen that "Failed to SOAP login".
    Tried with restart of CUCM & CUPS several times but no go.
    CUCM Version - 8.6.2
    CUPS Version - 8.6.1
    Tried with CUPC client result also same.
    Thanks in Advance

    If credentials work on CCMuser CUPSuser I would suspect either some kind of communication problem between the clients and the servers and/or misconfiguration (user/device/line association, device owner, roles, CTI/CCMCIP profiles, etc) on CUCM/CUPS.
    Specially because you mention the same happens with CUPC.
    HTH
    java
    if this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • Unable to login with my ID and password

    Hi guys need help. I am unable to download any App as i am getting an error while logging to my account with the username and password. I tried logging into the website from my laptop i was able to. Pls help, i am unable to download anything that requires username and pass.
    The error i am getting is "Unable to login to your Blackberry ID account".
    Regards
    Kiran

    kiran217 wrote:
    Hi guys need help. I am unable to download any App as i am getting an error while logging to my account with the username and password. I tried logging into the website from my laptop i was able to. Pls help, i am unable to download anything that requires username and pass.
    The error i am getting is "Unable to login to your Blackberry ID account".
    Regards
    Kiran
    HI Kiran217
    Welcome to BlackBerry Support Forums
    Sorry to hear that you are having proble with your BlackBerry®Torch9810.Please go through this Knowledge Base Article and try all suggestion and see if that helps.But first do your Device backup because there is a suggestion within this KB as a last resort in which case you may need that.
    KB28212  : "Unable to login to your BlackBerry ID account" or "Unable to update your BlackBerry ID account information" error occurs on a BlackBerry smartphone running BlackBerry 7
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • New to SAP PLM7.0 integration with DMS

    Hi Friends,
    i am new to SAP Solution PLM7.0, and also about the integration with DMS.
    i wish to learn about this, so pls assist me and forward some links and documents.
    that would be helpfull for me.
    thanks,
    udhayasurian

    Ajaykumar,
    You have BI and BO installed and running on good environment,Correct??
    Only you need SAP Integration Kit installed.
    After installing successfully.
    Create master BEx query. Go to Properties -->> Extended tab -- Allow external access to OLAP (Incase of BW3.x)
    Create master BEx query. Go to Properties -->> Advanced tab -- Allow external access OLAP (BI7.0)
    Now go to Universe Designer:
    -->> Name Universe and Click on Connection -- New
    -->> Connection parameter dailog box -- It prompt for many options like:
    Authentication Mode:User/Pass or BO mappings or SSO
    User Name:
    Password:
    Language:EN
    Application Server: <SAP BI system details--IP address>
    System ID:<SAP BI ID>
    System No:<SAP BI NO>
    Logon Group:(greyed out)
    Message Server:(greyed out)
    -- Click on Next
    -- Here, you can see all OLAP cubes ($Infocubes) and Folders for BEx query based/Multiproviders.
    -- Select the required one.
    -- Click Next -- Next -- FINISH
    OK
    Now you can see lict of *Classes and Objects* and not Universe structure as we are on SAP BI system.
    (In Universe Designer window)
    Go to -- File -->> Export -- (Select any folder, where you have access)
    Now, *logon to Infoview*:
    -- Document list
    -- New-->> New Web Intelligence Document
    It will list out all Universe those are exist in repository.
    Choose the exported one.
    Now you are in *Web Intelligence Report panel*.
    -- Drag any objects like Dimension/Detail or Measure to Result Objects pane (to see them in Report)
    or
    Drag them to Query Filters section to restrict the data.
    --Click on Run Query
    -- Now Report you can see.
    If you want to create Report 2:
    Just Right click on Report1 and say Duplicate or New Report.
    Hope I cleared all your doubts.
    Thank You!!

  • NAC Guest Server, unable to login with sponsor

    We have a Cisco NAC Guest Server (version 2.0.5).
    I created some sponsors and wanted them to be in another sponsor user group than the default group. So I created a sponsor user group and changed the group permissions (Allow Login is set to Yes, edit account .. are set to Own Accounts).
    No I wanted to try out the new sponsors but I can't login to the NAC Server. I get a "username or password invalid" as reply. If I change the sponsor user group of the user to DEFAULT, everything is working.
    The logfile on the NAC Server shows the following error:
    Oct  4 13:05:14 s100059 NGS_SPONSOR: [audit NGS 0 10.106.161.5] Login failure: xxx
    xxx is the username of the sponsor.
    Why can't I login with the sponsor when he's in anoter sponsor group than DEFAULT?
    Martin

    If credentials work on CCMuser CUPSuser I would suspect either some kind of communication problem between the clients and the servers and/or misconfiguration (user/device/line association, device owner, roles, CTI/CCMCIP profiles, etc) on CUCM/CUPS.
    Specially because you mention the same happens with CUPC.
    HTH
    java
    if this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • Unable to login with SYSUSER in CC&B 2.3.1

    Hi,
    I recently installed CC&B 2.3.1 but i am not able to login with SYSUSER and sysuser00. I could see the encrypted version of the Password in Environ.ini but i could not login in CC&B with SYSUSER. Please help

    Hi thanks for your reply but still its not working.
    I have CCB2.1 in another machine with Tomcat and it doesn't have entry for SYSUSER in tomcat-users.xml but still works with SYSUSER. I tried adding some user in tomcat-users.xml after creating the same user in CC&B but could not login. What am i missing here. Do i have to run any other script to make these entries effective ?
    In CCB2.3.1 i am not able to login even with SYSUSER or with any other user that i have configured in tomcat-users.xml. Please help me to resolve this issue

  • Why are new directory users unable to login to iChat/jabberd?

    I have a couple of new users I've added to our directory recently. They are unable to connect to our internal jabber (iChat) server. Users that have connected previously are experiencing no difficulty.
    A quick overview of the layout of the system: two XServes, one is OD primary (aspen) the other is OD replica and iChat server (vail). I've modded some config files (long ago) to allow user IDs for jabber to be [email protected] instead of [email protected] It works quite nicely.
    Excerpt from the logs shows a failed login attempt followed by a successful login attempt. Successful logins are happening from Messages (beta), iChat under Snow Leopard, and Pidgin under windows. Failing logins are all from iChat under Snow Leopard. Please ask questions, I'm happy to add any other pertinent data!
    May  3 16:21:45 vail jabberd/c2s[99718]: [13] [::ffff:10.255.170.122, port=52584] connect
    May  3 16:21:47 vail jabberd/c2s[99718]: [13] [::ffff:10.255.170.122, port=52584] disconnect jid=unbound, packets: 2
    May  3 16:22:19 vail jabberd/c2s[99718]: [13] [::ffff:10.255.170.121, port=51608] connect
    May  3 16:22:19 vail jabberd/c2s[99718]: od_auth_check_service_membership: checking user "jwells" access for service "chat"
    May  3 16:22:19 vail jabberd/c2s[99718]: od_auth_check_service_membership: mbr_check_service_membership returned 2
    May  3 16:22:19 vail jabberd/c2s[99718]: od_auth_check_service_membership: no access restrictions found
    May  3 16:22:19 vail jabberd/c2s[99718]: [13] legacy authentication succeeded: host=ourcompany.office, username=jwells, resource=JWells’ Computer
    May  3 16:22:19 vail jabberd/c2s[99718]: [13] requesting session: jid=[email protected]/JWells’ Computer
    May  3 16:22:19 vail jabberd/sm[99716]: session started: jid=[email protected]/JWells’ Computer
    Looking for any and all assistance. Thanks much!!

    Tim, thank you for jumping in! I was afraid this question was going to languish.
    Snow Leopard is indeed listed twice. It is listed once as being successful as our existing users are able to login to the jabber service from there. It is also listed as being the sole operating system from which logins are failing as our new directory users are only using that platform.
    Only one machine is using Lion and that's the one using the Messages Beta and that's working just fine. I provided all of the client information, but I don't believe it's truly relevant. I'm pretty sure that the issue is on the server side. ...I just have NO idea what the problem is!

  • Unable to login with Webex Connect and internal VCS simultaneously on Jabber for iPad

    Our users have downloaded the Jabber 9.1 client for their iPad, and we have Webex Connect accounts for IM, as well as internal VCS, TMS, Jabber Video accounts, and VCS Expressway. They install the client on the iPad, select corporate accounts, then go into Webex login information. They enter their credentials, go ahead and log into Jabber and see their contacts. On that screen, there is a box that says "set up Voice and video calling" so they click that, then go to Voice and Video calling, but the only thing thye can select is Jabber for Telepresence. They cannot select VCS on this screen, which would let them go into the VCS internal settings, etc. So if they select jabber for Telepresence, it asks for a username and password but that is all...so it's trying to register them to the free Jabber Video cloud. Is there some step we are missing?  We ultimately want our users to be logged in with their Webex Connect accounts for IM, and have the video portion of the Jabber client pointing to our internal VCS Control.

    The Data Structure that holds the Accounts, User&Groups information is on the Boot Drive. That Data Structure stays on the Boot Drive and cannot be moved, but you can change the Home Directory references stored in it to point to any other drives nearby. This changes where those files are stored.
    Keep in mind that you are specifying EXACTLY where those Home Directories will be stored, and if the names of anything have changed, those Links do not point to the right places any more. (Example: you changed the Home Directory of user Joe to be on the drive named  "Mavrix". Later, you renamed that drive to "Yo", without changing the pointers in User&Groups. Joe can enter his password, and it will be accepted, because the Accounts Directory that holds his password is on the Boot Drive. But Joe's Home Directory files will not be found, and he will get an error message about his Home Directory cannot be located.
    If you use a different Boot Drive, it also contains a Data Structure that has Usernames and passwords, and they may not be the same as the one on any other drive.

  • Unable to login with my booklet and IE8 on this si...

    for some reason, i cannot log into this site anymore on my booklet 3g with my IE8 browser.   it only works using firefox.
    i can log in no problem on other terminals and n900...but not my booklet.
    i have tried to completely reset the browser to original settings in en effor to see if any changes were changed without my doing so....but still a no-go.
    i get the blue login page to login, it says i am logged in, but when i click on "return to discussions..." i get either the green login page NOT LOGGED IN,  or error 500.
    it was an all-of-the-sudden thing that started about 1 month ago, but just got tired of having to use firefox. 
    i am not having problem on any of my other sites that i frequent...just this one.
    cookies are open,
    any ideas?
    thank you.

    Tested it this morning and worked absolutely fine for me. I don't often use IE8 as I find it to be horribly slow compared to chrome so it's the first time i'd used this forum with IE8.
    Have you tried looking at other software on your booklet that may be causing the issue? For example anti-virus, anti-malware, spam filters, firewall (software and router), bit torrent clients etc?
    To me this looks more like a software/windows issue rather than a site/hardware issue. Not had any login issues with this site for many weeks now.

  • Unable to login with an Active Directory account on 10.6.7

    I just got a Mac Airbook and I'm trying to connect with my AD account. I was able to bind my computer to the domain succesfully but when I try and logon with my AD account I get the shakes. I verified my binding with the green light next to "Network Account Server". I asked some admins who have older macs and they guided me through the settings but it still doesn't work for me. The only thing that shows up in the logs when I attempt to login is "Active Directory could not find GUID for DOMAIN\domain to update admin group". And yes, my local user is different than my AD user.
    Any ideas?

    Not for me. Some things mount others do not. Plus you can't use links from e-mails or save to from applications. It makes most applications completely unuse-able for me. It looks like I'm going to have to run almost everything over Parallels. Kind of of lame that Mac can't get this fixed.

  • HP computer is unable to login with the correct password

    i got a new hp computer the other day & it was working fine until my dad did something & the whole computer turned to french , the icons , the display language, everything & i tried so many ways to change it back but it didnt work.
    when i woke up the next day , my computer wouldnt let me log in when it did the other day.
    it said something about my password & it displayed it, but ofcource i didnt understand because its in french when i need it to be in english.     
    i do not know what to do, any help would be appreciated.

    berta9991,
    Go here and translate your password http://translate.google.com/#en/fr/
    Once your at the desktop, try a system restore point back a week or so.
    restauration du système           equals           System Restore
    Also:
    To change your display language
    When you change the display language, the text in menus and dialog boxes for some programs might not be in the language that you want. This happens because the program might not support Unicode. For more information about changing the text in menus and dialog boxes for programs that don't support Unicode, see Change the system locale.
    If you want to set the display language for multiple users or for the Welcome screen, see Apply regional and language settings to reserved accounts.
    Click to open Region and Language.
    Click the Keyboards and Languages tab.
    Under Display language, choose a language from the list, and then click OK. 
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • SAP* and DDIC passwords for new clients in Sol Man 4.0

    Hello all,
    I just recently finished a Solution Manager 4.0 on Windows 2003 server box. Then, I performed some of the post installation steps until I had to create a new client. So, I went to scc4 and created a new client. When trying to get access to this new client through SAP*, the default password did not work and the entries were not created in the table usr02. Also, I tried to insert the missing entries into the usr02 table, but had no success after all.
    I hope some of you can help on this, because I am stucked on it.
    Regards,
    Luis Alberto Zeró

    Hi guys ..
    i thing you can check in Document Installation guide Solution manager  on Page <b>108</b>
    If you install a new ABAP or ABAP+Java system, in most cases you do not need to perform the client copy for
    the ABAP stack. SAPinst creates three ABAP clients during the installation, client 000, client 001, and client 066.
    You can use client 001 for production.
    The following procedure describes how to perform a client copy manually. We recommend that you
    use client 001 as source client.
    <b>Caution</b>
    If you want to use a client other than the default of 001 as your production client, you have to reconnect
    the Java part to the production client as described in <b>SAP Note 937323</b>.
    <b>Procedure</b>
    1. Maintain the new client with transaction SCC4.
    2. Activate kernel user SAP*:
       a) Set the profile parameter  
          Login/no_automatic_user_sapstar to 0.
       b) Restart the application server.
    3. Log on to the new client with kernel user SAP* and password PASS.
    4. Copy the client with transaction SCCL and profile SAP_CUST.
    5. Check the log files with transaction SCC3.
    6. Deactivate kernel user SAP*:
       a) Reset login/no_automatic_user_sapstar to 1.
    <b>Caution</b>
       You create SAP system user SAP* on the new client   
       before resetting
    <b>login/no_automatic_user_sapstar.</b>
       b) Restart the application server.
    rgds
    echo

  • N4S Test Drive SAP* Password in New Client

    I've just installed the N4S Test Drive, and created a new client to explore in. However, I  can't log into that client as SAP* with the same default password used to log into client 001.
    I've also tried  the original date password, but without success - does anyone know what I should be using?
    Many thanks.

    Hi,
    first create following parameter in instance profile using RZ10,
    login/no_automatic_user_sapstar -> 0
    save and activate profile.
    restart sap server.
    now login with SAP* and password
    regards,
    kaushal

Maybe you are looking for

  • Mid 2010 macbook pro panic shutdown

    My mid 2010 Macbook pro is experiencing an increasing number of black screen shut downs.. 3 or 4 a day currently. Often this occurs when the keyboard or mouse is touched after it has been idle for a short period, and sometimes mid use. Ive tried runn

  • A tip for Panther users having trouble with Safari!

    I have found it! I have found a browser that works with all websites I've used in the last couple of days. The browser works on my iBook G4 with OS X Panther and on my 9-year-old iMac G3 (bought the year they came out with colors other than Bondi Blu

  • I have pages and I need to make a power point how do I do it?

    I just bought pages today and I need to make it look like a power point which option should I use I need to finish it by Tomarow 

  • Essbase 9.3.1 Currency Conversion @ Prior Rate

    I am trying to convert some Balance Sheet figures for Jan 2011 data using Dec 2010 Exchange rate. However the calc script will not reference Dec 2010 Xchg rate, it ONLY references Jan 2011 Xchg rate! Config File: CCTRACK FALSE Currency Outline: Time

  • Nokia x6 zoom button do also autofocus

    Im having trouble with my X6 camera. When I zoom in for a picture, and then press half the way the picture button to make the auto focus, it starts to zoom out until it has no zoom and takes the picture at the end. If I do the same process but instea