Where is the password for user SDM stored in sap system?

Hi SAP Gurus,
We recently changed the password of the user j2ee_admin in our dual stack system where our UME is ABAP.
Now, we have made changes in the su01 and configtool but after the system restart, the user id j2ee_admin is getting intermittently locked.
On starting the the JSPM/SDM, we found it still uses the old password so wanted to know that from where does the user SDM picks up the password and starts.
Searched few blogs and found that it reads from secstore of configtool. Could you please help.
Regards,
Himanshu

Hi Himanshu,
SDM uses encrypted administrator credentials stored which are stored secure store to use deploy service.
If you have changed the password, updated in secure store and is correct, the you should be able to logon to VA.
If not, then
Goto /usr/sap/SID/DVEMBGSXX/SDM/program/config and open sdmrepository.sdc file to see the values of SecStore.properties and SecStore.Key are pointing to correct path. You can verify this from configtool or config.properties in configtool folder.
If you are not able to save this password in configtool, then refer 1228507 - Config Tool does not properly save password in Secure Store
Regards,
Divyanshu

Similar Messages

  • Steps to find the password for users as sysdba

    What are the steps to find the password for users in dba_users as sysdba?
    It is in encrypted form ? How can I view it ?
    Pls tell in steps ?

    I asked for sysdba
    When he can change password why can't he view ?Can you see the users password on a windows domain? No
    Can you see the users password on a Unix box? No
    Can you see the users password on a mail server? No
    Why would it be different in Oracle?
    Why is hacking coming here ?Because it's something against the way the software works.
    This can, and is, dangerous to let the administrator (Oracle, MsSQL, Win*, Unix,...) know the users password for so many reasons. For example:
    . Privacy
    . Etiquette
    . Password reuse (password reused for Bank account, etc)
    . [insert a whole bunch of other good reasons I'm not going to bother writing]
    And anyway it is useless!
    Yoann.

  • The IMAP server ... rejected the password for user ...

    When I went to bed last night, Apple Mail (Lion, MacBook Pro) worked fine on my home IMAP server, as they have done for some time.
    This morning, I cannot log in and I now get the following error message:
    The IMAP server “...” rejected the password for user “...”.
    The password is definitely correct.  I have typed in the password repeatedly (although it was already correct) to no avail - I just get the same error message again.
    Since then, I have tried:
    my Linux laptop using Thunderbird
    my Xoom (running Android ICS) and K9
    my SGS2 (running Honeycomb) and K9
    my iPad 2 using IOS Mail
    Roundcube (webmail client) on the MacBook Pro itself (so no connectivity issues)
    and all still work perfectly.  There have been no changes to my mail server (which is Dovecot running on Debian Squeeze, which has been running flawlessly for years) and none to my MacBook Pro (unless they were silent).
    I have tried deleting all the relevant items from my keychain, but that has made no difference either.
    Any ideas because I'm stumped?

    Since I posted this, there has been more, but slightly different, weirdness.
    In the middle of a session yesterday, Apple Mail started to do something different.  When I typed in the password, it briefly worked (downloading one or two messages) and then the error dialogue box popped up again so clearly the password was always correct.
    A short while later, it accepted the password and stopped complaining until ten minutes ago.  This time I only had to type in the password once and it is working at the moment but who knows how long for?

  • The POP server rejected the password for user

    Hi Im new to this forum but need help! I can usually fix most things on my mac but the last 2 weeks mail will not recieve any incoming messages as is just says "The POP server “mailin.macmail.com” rejected the password for user “****”
    I have looked at other postings and tried keychain etc but nothing will work. This happens with 2 accounts one from macmail and one from NTL (my ISP) I can send mail fine (no password) and can go on to webmail and get my messeages fine on both accounts.
    Does anyone have an answer for this?
    Many thanks

    Sorry I can't be of help, I know of others with this problem. In my case I have two accounts that don't work in Mail whilst the other accounts do. I suspect it may be a bug as I've been looking for a solution for sometime. My current solution is to collect the mail on those accounts with an XP netbook which is probably not very helpful!
    I have also tried the Keychain repair and at least for a short while it looked as if it had fixed it.
    Any ideas anybody before I go through the hassle of reinstalling everything?
    D

  • Mail: The POP server rejected the password for user

    I am completely unable to use Mail.
    I keep getting the "The POP server rejected the password for user" on two of my accounts.
    The password has not changed and I have entered it correctly.
    The accounts just will not go online.
    This started yesterday when an old machine accidentally fired up mail and tried to connect using the same user details. Since then, my MacBook Pro is not able to connect to my mail.
    My iPad and my iPhone can. There is no problem at the server or the ISP. I have also run the Keychain repair utility.
    Please can you advise how I should fix it? Plist? Define the accounts again?
    Any ideas welcome.
    Thanks

    Sorry I can't be of help, I know of others with this problem. In my case I have two accounts that don't work in Mail whilst the other accounts do. I suspect it may be a bug as I've been looking for a solution for sometime. My current solution is to collect the mail on those accounts with an XP netbook which is probably not very helpful!
    I have also tried the Keychain repair and at least for a short while it looked as if it had fixed it.
    Any ideas anybody before I go through the hassle of reinstalling everything?
    D

  • Where does the password for Elgamal algorithm is stored

    hi,
    i am doing a project in Intelligent security in java using Elagamal algorithm. The feature of Elgamal is that the password is not stored in database . Then where is the password is stored to check for a existing user .
    If i am an existing user then when i type the username and password then it should check or compare and tell that password is right or wrong . so where is the password is stored to compare ?? please give me the coding in java .
    i need the coding immediately , of how to get the password and to store and then to compare where the user is correct else message should display "type the correct password".
    Given below is my Main window coding plz help me where to include the coding,
         This simple extension of the java.awt.Frame class
         contains all the elements necessary to act as the
         main window of an application.
    // LOGIN WINDOW ( FIRST WINDOW ) FOR LOGIN AND EXISTING USER
    import java.awt.*;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import java.sql.*;
    import java.math.*;
    import java.security.*;
    import java.io.IOException;
    import javax.crypto.Cipher;
    import javax.crypto.IllegalBlockSizeException;
    import javax.crypto.KeyGenerator;
    import javax.crypto.SecretKey;
    public class Smart extends Frame
         public Smart()
              // This code is automatically generated by Visual Cafe when you add
              // components to the visual environment. It instantiates and initializes
              // the components. To modify the code, only use code syntax that matches
              // what Visual Cafe can generate, or Visual Cafe may be unable to back
              // parse your Java file into its visual environment.
              //{{INIT_CONTROLS
              setLayout(null);
              setBackground(new java.awt.Color(255,247,192));
              setSize(1200,900);
    // 157,135,178
              setVisible(false);
              label1.setText("USERID");
              add(label1);
              label1.setFont(new Font("Dialog", Font.PLAIN, 14));
              label1.setBounds(315,180,84,48);
              label2.setText("PASSWORD");
              add(label2);
              label2.setFont(new Font("Dialog", Font.PLAIN, 14));
              label2.setBounds(315,260,100,40);
              textField1.setBounds(430,180,216,36);
              //textField1.setBackground(new java.awt.Color(196,197,233));//textfieldcolor
              add(textField1);
              textField2.setEchoChar('*');
              //textField2.setBackground(new java.awt.Color(196,197,233));
              add(textField2);
              textField2.setBounds(430,260,213,36);
              button1.setLabel("SUBMIT");
              add(button1);
              button1.setBackground(new java.awt.Color(196,197,233));
              button1.setBounds(320,360,120,40);
              button2.setLabel("CLEAR");
              add(button2);
              button2.setBackground(new java.awt.Color(196,197,233));
              button2.setBounds(520,360,120,40);
              label3.setText("REGISTRATION FORM");
              add(label3);
              label3.setFont(new Font("Dialog", Font.BOLD, 20));
              label3.setBounds(324,54,550,80);
              button3.setLabel("NEW USER REGISTRATION");
              add(button3);
              button3.setBackground(new java.awt.Color(196,197,233));
              button3.setBounds(369,450,232,40);
              //add(textArea1);
              //textArea1.setBounds(0,360,576,52);
              setTitle("LOGIN PHASE Application");
              /*int mStrength = 16;
              SecureRandom mSecureRandom = new SecureRandom();
              p = new BigInteger(mStrength, 16, mSecureRandom);*/
              //{{INIT_MENUS
              //{{REGISTER_LISTENERS
              SymWindow aSymWindow = new SymWindow();
              this.addWindowListener(aSymWindow);
              SymAction lSymAction = new SymAction();
              button1.addActionListener(lSymAction);
              button2.addActionListener(lSymAction);
              button3.addActionListener(lSymAction);
         public Smart(String title)
              this();
              setTitle(title);
    * Shows or hides the component depending on the boolean flag b.
    * @param b if true, show the component; otherwise, hide the component.
    * @see java.awt.Component#isVisible
    public void setVisible(boolean b)
              if(b)
              setLocation(50, 50);
              super.setVisible(b);
         public static void main(String args[])
         try
                   //Create a new instance of our application's frame, and make it visible.
              (new Smart()).setVisible(true);
              catch (Throwable t)
                   System.err.println(t);
                   t.printStackTrace();
                   // Ensure the application exits with an error condition.
                   System.exit(1);
              public void addNotify()
              // Record the size of the window prior to calling parents addNotify.
              Dimension d = getSize();
              super.addNotify();
              if (fComponentsAdjusted)
                   return;
              // Adjust components according to the insets
              setSize(getInsets().left + getInsets().right + d.width, getInsets().top + getInsets().bottom + d.height);
              Component components[] = getComponents();
              for (int i = 0; i < components.length; i++)
                   Point p = components.getLocation();
                   p.translate(getInsets().left, getInsets().top);
                   components[i].setLocation(p);
              fComponentsAdjusted = true;
         // Used for addNotify check.
         boolean fComponentsAdjusted = false;
         //{{DECLARE_CONTROLS
         java.awt.Button button1 = new java.awt.Button();
         java.awt.Button button2 = new java.awt.Button();
         java.awt.Label label1 = new java.awt.Label();
         java.awt.Label label2 = new java.awt.Label();
         java.awt.Label label3 = new java.awt.Label();
         java.awt.Button button3 = new java.awt.Button();
         java.awt.TextField textField1 = new java.awt.TextField();
         java.awt.TextField textField2 = new java.awt.TextField();
         java.awt.TextArea textArea1 = new java.awt.TextArea();
         //BigInteger p;
         //{{DECLARE_MENUS
         class SymWindow extends java.awt.event.WindowAdapter
              public void windowClosing(java.awt.event.WindowEvent event)
                   Object object = event.getSource();
                   if (object == Smart.this)
                        Smart_WindowClosing(event);
         void Smart_WindowClosing(java.awt.event.WindowEvent event)
              System.exit(0);
         class SymAction implements java.awt.event.ActionListener
              public void actionPerformed(java.awt.event.ActionEvent event)
                   Object object = event.getSource();
                   if (object == button1)
                        button1_ActionPerformed(event);
                   else if (object == button2)
                        button2_ActionPerformed(event);
                   else if (object == button3)
                        button3_ActionPerformed(event);
         void button1_ActionPerformed(java.awt.event.ActionEvent event)
              //try{
              String ids = textField1.getText();
              String pss = textField2.getText();
              byte [] bt = ids.getBytes();
              BigInteger id = new BigInteger(bt);
              //by samy byte [] bts = pss.getBytes();
              //BigInteger ps = new BigInteger(bts);
         int mStrength = 16;
         SecureRandom mSecureRandom = new SecureRandom();
         BigInteger p = new BigInteger(mStrength, 16, mSecureRandom);
         System.out.println("p = "+p.toString(16));
         BigInteger g = new BigInteger(mStrength - 1, mSecureRandom);
         System.out.println("g= "+g.toString(16));
         BigInteger x = new BigInteger(mStrength - 1, mSecureRandom);
         System.out.println("x="+x.toString(16));
         //byte[] bt = id.getBytes();
         BigInteger idb = new BigInteger(bt);
         //System.out.println("id= "+idb.toString(16));
         BigInteger ps = idb.modPow(x, p);
         //String pw = new String("pass = "+ps.toByteArray());
         System.out.println("ps ="+ps.toString(16));
         BigInteger r =null;
    BigInteger ONE = BigInteger.valueOf(1L);
    BigInteger p_1 = p.subtract(ONE);
    SecureRandom sr = new SecureRandom();
    do {
    r = new BigInteger(p.bitLength(), sr);
    } while (r.compareTo(ONE) <= 0 || r.compareTo(p_1) >= 0);
         System.out.println("r= "+r.toString(16));
         BigInteger c1 =idb.modPow(r,p);
         System.out.println("c1= "+c1.toString(16));
         long time = System.currentTimeMillis();
         System.out.println("TIME ="+time);
         BigInteger one = new BigInteger( new Integer(1).toString());
         BigInteger T = new BigInteger( new Long(time).toString());
         BigInteger t =T.xor(ps);
         BigInteger t1 = t.mod(p.subtract(one));
         System.out.println("t="+t1.toString(16));
         BigInteger M = idb.modPow(t1, p);
         System.out.println("M="+M.toString(16));
         int rnd = r.intValue();
         BigInteger c2 =ps.modPow(r,p).multiply(M).mod(p);
         System.out.println("c2 ="+c2.toString(16));
         //(bia[0].modPow(a, p).modInverse(p)).multiply(bia[1]).mod(p);
         BigInteger val1 = (c1.modPow(x,p).modInverse(p)).multiply(c2).mod(p);
         BigInteger val2 = id.modPow(t1,p);
         System.out.println(val1.toString(16));
         System.out.println(val2.toString(16));
    send s=new send();
    // }catch( IOException e){
    //System.out.println("Exception caught ") ; }     
    //     catch( Exception e){
    //System.out.println("Exception caught ") ; }               
         void button2_ActionPerformed(java.awt.event.ActionEvent event)
              textField1.setText("");
              textField2.setText("");
         void button3_ActionPerformed(java.awt.event.ActionEvent event)
         {   Security s1 = null;
              try
    System.out.println("this is in Smart ");
         //Create a new instance of our application's frame, and make it visible.
              s1 = new Security();
              s1.setVisible(true);
              catch (Throwable t)
                   System.err.println(t);
                   t.printStackTrace();
                   //Ensure the application exits with an error condition.
                   System.exit(1);
              //s1.dispose();     

    I was picking that up from your error message
    ..jsp_servlet\__savename.java:17: package com.company.project.ejb does not exist import com.company.project.ejb.UserData; //[ /SaveName.jsp; Line: 1]
    The folder structure needs to mirror the package structure exactly (standard java)
    So yes, If you have a com.company.project.ejb package with a class UserData within it
    "UserData.class" needs to be in folder "WEB-INF/classes/com/project/ejb/"
    If you don't have that class, then check your import statement - its asking for it.
    Good luck,
    evnafets

  • How do I edit the password for a website stored in Keychain?

    I have an issue.  Safari is capturing the wrong password when it saves the password to Keychain.  There is no way for me to change or edit the password.  Every time I try entering the correct password and login, I get a prompt asking me to upgrade the information stored in keychain.  Whenever I click on accept, it store the wrong password.
    Issue is after I click on Submit, the website replaces the password with a hash code.  Safari is capturing the hash code.
    Is there a way to EDIT the stored password?   I guess Apple programmers never thought about that right?
    My only other option right now is to forget about Keychain and buy Lastpass Premium for all my iPads.

    There isn't a way to edit the stored password on your iOS device at this time.
    However, if your keychain is synced to a Mac running Mavericks (10.9.x) or Yosemite (10.10), you can edit the password using the Keychain Access app, and the edited password will sync back over to your iOS device(s).

  • What is the password for user CONTROL?

    Hello experts,
    I just installed MaxDB 7.8 64bit, but i can not login successfully.
    I opened Command Prompt, enter sqlcli, and then /c -d MaxDB -u CONTROL,123abc
    system told me authentication error, sqlstate 28000......
    I feel strange that the password was specified by me during installation process, but why it can not be connect?
    I also tried password CONTROL but also failed.
    Could anyone help to give me some suggestions?
    Thank you so much

    Zifang Li wrote:>
    > Hello experts,
    > I just installed MaxDB 7.8 64bit, but i can not login successfully.
    >
    > I opened Command Prompt, enter sqlcli, and then /c -d MaxDB -u CONTROL,123abc
    > system told me authentication error, sqlstate 28000......
    It doesn't work because CONTROL is not a sql-logon.
    It's a DBM (database manager operator) logon.
    This kind of user manages the database instance. Starting up, shutting down, taking backups - that kind of stuff.
    This is the user that moves the box.
    It doesn't have the option to look into the box.
    CONTROL cannot logon via SQL to the database.
    Either use dbmcli to connect to the DBMServer or use a different SQL user to logon.
    BTW: this stuff is well documented in... wait for it... wait... THE DOCUMENTATION.
    WOW.
    There you have it.
    regards,
    Lars

  • Setting passwords for pdf document generated by SAP system

    We are generating PDF documents from SAP system and distributing them as email attachment. just want to know if anyhow we can enforce the password protection while generating these documents or may be setting the password protection before distribution. If yes, then what are the requirements/essentials for the same?

    1. Is there any OSS Note on the same issue where it has been published by SAP that it can only be ensured using third party solutions? If yes, may I have the link?
    I have no clue on this i.e. whether we can integrate Adobe Policy Server. My understanding was in it's current state it is NOT possible to have secured PDF Forms.
    2. May I have the more elaboration on the way you mentioned in your reply?
    Well what you can do is hide all the elements in the form and keep only a TextField visible. Now write a script and check the value entered in the TextField. If it matches with the default password you want to set then make the form visible else display error prompt back to user.

  • Where is the password for access to the MyPHP Admin logon used?

    Iam a newbie to development of a .php application, so I have been using lots of tutorials and help from this forum.  I used David Powers' tutorial on installing and using XAMPP, and eventually had everything working on my desktop, and in preview.  I am using a pre-defined database (of user and password) that I create in MySQL to determine which page to display to a user.  After doing all of my development work, I upload to my remote server and immediately got errors when trying to validate the login.  Contact with my host informs me that my data base on the server is protected by a user name and password of their definition.  I was given this info 3 years ago when I first started using them, but I'd long since lost that e-mail. 
    I've now got a situation where my database has one id and password, and my site is requiring another.  I believe that I should have had my site's info before setting up the MyPHP Admin.  At this point, should I re-load MyPHP Admin and use the id and password from my host?

    If i understood you well, the php script can't connect to the database, right?
    You need to match the access data in the php script, with the user and password from the database.
    So, first:
    If you are running your site in a hosting with CPanel, you can create the database and the user to that database without entering in phpMyAdmin
    Then, you need to change the username, database name and password in your php script, to match the real values (in your webhosting)
    That information is stored in /Connections/YourDBConnection.php
    If you need to get inside phpMyAdmin, contact your hosting provider for a solution, like a password reset. With that password, you can do the step 1 inside from phpMyAdmin (in case you haven't CPanel on your webhosting). And after that, change the values in /Connections/YourDBConnection.php to match them.
    Cheers!

  • Where is the photo for a card stored?

    Good Evening:
    Does anyone know where the pictures used for contacts in Address Book are stored? Once a picture is added to a contact, is that image added to a file somewhere or is it referenced from another location?
    I am trying to find an original that I have misplaced and I was hoping I could nab a copy from the address book filing system.
    If not, is there any chance that once found, any part of the original name might be embedded in the file so I could search for that?
    Not a serious problem but finding that foolsih picture is driving me crazy.
    Thanks for your thoughts.

    Andrew,
    The images are located in your Macintosh HD/Users/yourusername/Library/Application Support/AddressBook/Images Folder.
    When double clicked, the alphanumeric named files open for me with Quicktime Player.
    ;~)

  • Where is the login picture (user image) stored?

    I just re-installed my tiger system from scratch (boot camp issue) and finally managed to get the system almost identical to the one I had backed up. One minor remaining issue is the login picture. I liked the one I snapped previously and would like to select it again. Unfortunately, I cannot ascertain where these images are stored. I even created a couple of new ones from the System Prefs -> Accounts -> Picture -> Edit location and then did a spotlight search for images created since yesterday but nothing showed up.
    Since I backed up my whole machine, I am fairly sure that I still have that old image around somewhere... Can anyone tell me where they are located (or what they are named)?
    Thanks
    Ben

    Thanks for the quick reply. Unfortunately I can't check in my old system address book. Or at least I don't think I can (I'm at work now and can't verify this).
    What I did was this: I backed up my entire drive to an external drive, wiped the internal drive, and re-installed OSX. I then manually copied all of my preferences etc. back to make my new system as identical to the old one as I could. I tried to use the migration assistant but since it didn't find any old systems (it didn't consider my backup a true system) it couldn't do the migration.
    So, (and again I am at work and cannot verify this) I suspect that even opening my old address book app from the the backup wouldn't show me my old picture. But even if it did, how would I get it from there into my new system? That is why I am trying to find the actual location on disk where the file is stored (so I can navigate there in the backup and copy the file).
    Thanks again for your help for what is really a minor and silly issue.
    Ben

  • Where is the code for html template stored on the server

    I would like to make changes to the html template source code, mainly to update the hard coded server name in it.
    Instead of doing one by one in portal builder, I would like to search for all on the server.
    Can someone tell me where are they stored?
    Thanks.

    wow!
    well, if you wish to do it programmatically, you will have something generic to search and replace (like the hardcoded servername as you said). that will not be sitting in any variable to go and edit. in other words, you wanna edit an uncategorized content value so it will be a job to search and find it in a general text attribute/field value. it will be a pain.
    one method could be to write a script (shell, nt, csh, sh, or simply sed) to make all of those generic changes in any template content. now copy and paste all items out in a temp file, run the script, and paste back the output to the template.
    however, if you're determined to modify uncategorized content using APIs, you might wanna try this:
    Look into wwsbr_api.set_attribute and look for wwsbr_api.ATTRIBUTE_ITEM_TEMPLATE to focus on the template you have. It might work out. more on it is here.
    hope that helps!

  • Where is the place for user feedback and beta testing for Playmemories Home and Online?

    I have been a long time user of PMB and PH and want to get involved, I have extensive experience and I am very active with these products, where can I go, there are iussues I want to get to the bottom of and also updates I want to see implemented. Sean. 

    Hi seanoz,
    For further assistance regarding your concern, please contact the Sony offices/Sony representative offices nearest to your place of residence in Asia Pacific region http://www.sony-asia.com/countryselector.html?hpid=countryselector:AsiaPacific. Due to proximity, they are in a better position to respond to your questions or concerns.
    Thanks,
    >Joffrey
    If my post answers your question, please mark it as "Accept as Solution"

  • Where is the file for startup wallpaper stored?

    I have a picture that I took as my start up wallpaper but it's no longer in my photo library on the phone.  I don't have another copy of it so I'd like to get it from the iPhone.  If the pic file isn't in the photo library where can I find it? Can I recover it?  Could someone at the Genius bar recover it if I can't?

    Unless they got some new tools I'm unaware of.   Wouldn't hurt to ask them.

Maybe you are looking for

  • MSI Neo 2 plat w/ amd64 3200+ win will no longer post , need help plz.

    Koolance watercooling case enermax 431w ps Msi neo2 plat with updated bios cant remember what version but i had to flash it as soon as i took it out of the box to be able to use sata raid trouble free. amd 64 3200+ winchster 2ghz  @ 2.6ghz  1gig (2x5

  • Acrobat 9 can´t send Emails from Outlook 2010 (x64)

    Greetings from Germany: I have a big problem with Acrobat Standard 9.4.1 and Outlook 2010 on Windows Server 2008 R2. Hope someone can help me with this Problem. Systeminfos:: * Windows Server 2008 R2 x64 * Acrobat Standard 9.4.1 x32 * Outlook 2010 x6

  • Will only print one page of four page document

    I have an HP LaserJet M1212nf and it will only print the first page of a four page document.  I tried to check the preview settings and inserted "pages 1 to 4" and print "all", but neither works.  What to do?

  • (Org Model) Obtain Sales org's object id from position object id.

    Hi All, In the org model, I have the object id of a position and i want to find the object id of the sales org to which this position is assigned. Is there any FM that does this..? Thanks in Advance, Raviraj

  • Working With Logic Song Files in Multiple Hardware Set-ups

    Hi all, If anyone can help with this, I'd really appreciate it. I am working on some music that I am leaving on my laptop. When in my home studio, I will handle audio I/O through my MOTU 828 MkII, with a PC-300 MIDI keyboard. When on the move, I will