Changing passwords for meetingplace 6

I have meetingplace 6 with integrated video I need to change the passwords. I am having trouble trying to figure out how to change the password on the video admin server http:\\localhost:8080\va or va-config and admin. . Essentially I need to change all passwords on the systems I'm not exactly sure on the dependencies or how to change them either has anyone done this before.
Video Admin Website /va and /va-config  /admin

Hello,
To change the password for Video Administration for MeetingPlace, browse to the URL, http://video_admin_server:8080/, using Internet Explorer, login as an administrator (default is "admin"), then under "Admin" on the top left, click on "User Management". Then click on the user you wish you reset the password for, then click the "Modify Password" button.
If you do not see the "User Management" option, remote into the Video Administration server and go to Start, Program Files, Cisco Video Admin, Launch Video Admin Configuration Tool. When the window opens, click on the UI Settings tab, and check "Display User Management". Then click Save. Browse to the URL, login again and you should see the option now.
Note, this will break video integration with MeetingPlace until you perform the following:
Very importantly when you change the password of the Video Administration admin user account you will need to change this same password in the MeetingPlace Video Integration. Remote into all the MeetingPlace Web servers where MeetingPlace Video Integration is installed (different server from Video Administration). Then double click on the orange door icon in the task bar on the bottom right. Click on the "Video" tab. Here you should see "Video Administration User Account" and "Video Administration User Password". If you changed the password of this user in Video Administration, retype that same password in to the configuration here. Click OK. Then you will need to restart all the MeetingPlace Web services. Go to Services and then restart the "Cisco Unified MeetingPlace Web Conferencing service. This will automatically stop and start all Web services including the Cisco MeetingPlace Video Service.
Regards,
Andrew

Similar Messages

  • How to change password for a user in WLS 7.0 embedded ldap in code?

    I asked the similar question before but don't have an answer yet.
    I need to change password for a user in my Java code. Any help will be
    appreciated.
    Here is my stack trace:
    c:\Test>java -classpath . testEmbeddedLdap
    attribute: uid
    attribute: description
    attribute: objectclass
    attribute: wlsMemberOf
    attribute: sn
    attribute: cn
    javax.naming.NoPermissionException: [LDAP: error code 50 - Insufficient
    Access Rights]; remaining name
    'uid=myRegularUser,ou=people,ou=myrealm,dc=mydomain'
    at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2872)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2810)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2616)
    at com.sun.jndi.ldap.LdapCtx.c_modifyAttributes(LdapCtx.java:1374)
    at
    com.sun.jndi.toolkit.ctx.ComponentDirContext.p_modifyAttributes(ComponentDir
    Context.java:255)
    at
    com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(Partial
    CompositeDirContext.java:172)
    at
    com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(Partial
    CompositeDirContext.java:161)
    at
    javax.naming.directory.InitialDirContext.modifyAttributes(InitialDirContext.
    java:146)
    at testEmbeddedLdap.main(testEmbeddedLdap.java:30)
    Here is my testing code:
    <PRE>
    import java.util.*;
    import javax.naming.*;
    import javax.naming.directory.*;
    public class testEmbeddedLdap {
    public static void main(String[] argv) {
    Hashtable env = new Hashtable(11);
    env.put(Context.INITIAL_CONTEXT_FACTORY,
    "com.sun.jndi.ldap.LdapCtxFactory");
    env.put(Context.PROVIDER_URL, "ldap://localhost:7001");
    env.put(Context.SECURITY_AUTHENTICATION, "simple");
    env.put(Context.SECURITY_PRINCIPAL, "uid=myAdministrator, ou=people,
    ou=myrealm, dc=mydomain");
    env.put(Context.SECURITY_CREDENTIALS, "myAdministrator");
    try {
    DirContext ctx = new InitialDirContext(env);
    String
    sUser="uid=myRegularUser,ou=people,ou=myrealm,dc=mydomain";
    String sOldPassword="myRegularUser";
    String sNewPassword="newpassword";
    for (NamingEnumeration ae = ctx.getAttributes(sUser).getAll();
    ae.hasMore(); ) {
    Attribute attr = (Attribute)ae.next();
    System.out.println("attribute: " + attr.getID());
    ModificationItem[] mods = new ModificationItem[2];
    Attribute mod0 = new BasicAttribute("userpassword",
    sOldPassword);
    mods[0] = new ModificationItem(DirContext.REMOVE_ATTRIBUTE,
    mod0);
    Attribute mod1 = new BasicAttribute("userpassword",
    sNewPassword);
    mods[1] = new ModificationItem(DirContext.ADD_ATTRIBUTE, mod1);
    ctx.modifyAttributes(sUser, mods);
    ctx.close();
    } catch (NamingException e) {
    e.printStackTrace();
    </PRE>
    "Neil Smithline" <[email protected]> wrote in message
    news:[email protected]...
    Two things. First, I'm not exactly sure what password you are trying to
    change. The LDAP server's password or a user's password in the LDAP
    server. Second, could you please post a stack trace.
    Thanks - Neil
    K Wong wrote:
    I am using (javax.naming.directory.DirContext.modifyAttributes) to
    change
    password to our development Weblogic 7.0 embedded LDAP.
    I login as the system administrator (a user in the administratorsgroup),
    but always gets the javax.naming.NoPermissionException - InsufficientAccess
    Rights.
    What user should I use? Any help will be appreciated.

    Hai,
    This condition based execution requires - javascript coding.
    In miscelleaneous tools bar, you have an option of SCRIPT_ITEM writer tool, drag the tool into your WAD layout, and select the properties , choose the editor option and paste your coding. that's it.
    Alternate option :
    in your web application design layout , you will fine XHTML coding editor , there you need to write coding and execute the same.
    Hope this will help to you.
    Assign Points if its really useful.
    Cheers !!!
    Bye
    Regards,
    Giri

  • WLST script for changing password for userid in Weblogic 9.2

    Hello Everyone,
    We want to change password for userid in weblogic 9.2. Is there a way we can do this by using WLST script? If so please provide me with steps for doing that using WLST. Thanks in advance.
    - - Weblogic Consultant

    Did you try going to the WLST documentation and searching for it? Go to [http://edocs.bea.com/wls/docs92/pdf/config_scripting.pdf] and search for "Changing a Password". The example there seems to be what you need.

  • I am unable to change passwords for any users.  The "change password" is grayed out.

    I am unable to change passwords for any users.  The "change password" is grayed out.  I know there is a way to change them but I am having trouble finding it.
    Message was edited by: dmw1975

    If you're in the Users pane of the server app, and you select Network Users from the drop-down near the top, there's a small padlock icon at the bottom. Is it locked or open? If locked, click it and enter credentials into the authorisation box that opens

  • How to change password for itunes

    HELP PLEASE!
    DOES ANYBODY KNOW HOW TO CHANGE PASSWORD FOR ITUNES?

    Follow the instructions here.
    Apple ID: Changing your password

  • How to change password for BtOpenZone?

    Hi,
    Does anyone know how to change password for BtOpenZone? I have tried the following link and it is not working with me....
    http://www.btinternet.com/new/content/mybti
    Last time I have to ring BT to change the password, but I want to do via some control panel.
    Thanks
    Kam 
    Solved!
    Go to Solution.

    If you're a BT Total Broadband customer and you want to change the password, you can go to btyahoo.com, log in there and change your password. The primary email account and the FON/OZ logins are linked. if you change your email password, your FON/OZ password will also change.
    if you're an Openzone only customer, you can log into your control panel on the main page and change your password there.

  • How to change password for sidadm user on HP-UX

    Hello
    How to change password for <sidadm> user on HP-UX

    Hello Jan,
           1.      Log on to the operating system with the <sid>adm user.
           2.      Open a shell.
           3.      Enter the command passwd.
           4.      Enter the old and new passwords
    Rohit

  • How to change password for apple user id

    how to change password for apple user id

    If you can't remember your current password then you should be able to get it reset via this page : http://iforgot.apple.com
    If you know your current password then on your phone you can try tapping on your id in Settings > Store and you might be able to change it on your account's screen, or on your computer's iTunes you can log into your account via the Store > View Account menu option and change it on there

  • How to change password for parental controls

    how to change password for parental control on macbook pro

    If you can't remember your current password then you should be able to get it reset via this page : http://iforgot.apple.com
    If you know your current password then on your phone you can try tapping on your id in Settings > Store and you might be able to change it on your account's screen, or on your computer's iTunes you can log into your account via the Store > View Account menu option and change it on there

  • How to change password for  XELSYSADM user in OIM?

    Hello Gurus and Experts!
    How to change password for XELSYSADM user in OIM?
    Your help is appreciated.

    Follow the undermentioned steps to change the password:
    1) Change the password from oim Design Client as usual.
    2) Open xlconfig.xml present in <XL_HOME>\xellerate\config folder.
    3) This step is optional and should only be used if you have a <XLPassword encrypted> tag in the <Scheduler> section. In the scheduler section, change the encrypted="true" to encrypted="false" and replace existing encrypted password with new clear text password, as shown below:
    <Scheduler>
    <XLUserName>xelsysadm</XLUserName>
    <XLPassword encrypted="false">NEW_PASSWORD</XLPassword>
    </Scheduler>
    4) Restart server.
    Now login with the new password.

  • After joining computer to the windows doamin i cannot change password for Mac for the domain user

    After joining computer to the windows doamin i cannot change password for Mac for the domain user

    Hi,
    Did this problem occures after installed Windows 8.1 Update 1? Here is another thread that had similar problem. Also I don't think this problem relate with Domain. Please refer to the solution of the thread below for reference, If there is any
    progress, please let us know.
    http://social.technet.microsoft.com/Forums/en-US/08993680-b6f5-4e80-b031-d32fec97d682/not-able-to-right-click-on-tiles-after-81-update?forum=w8itproge
    Roger Lu
    TechNet Community Support

  • IMessage issue: Changed password for my Apple ID this morning and now my iMessage is sending through my email?

    iMessage issue: Changed password for my Apple ID this morning and now my iMessage is sending through my email instead of my number and I haven't been receiving any texts through iMessage! I read the article, followed the steps, and it did not fix the problem. Help?

    Hello!
    On all of these devices, go to: Settings > iCloud and make sure they're updated with the new password. If you're talking about Macs, go to: "System Preferences > iCloud" too.

  • Changed password for apple id/ipad not recognizing

    I changed password for apple id,my Ipad is not lettting me in in itunes ipad?

    Hi mbugs008,
    I understand you changed the password for your Apple ID and now can't log into the iTunes Store on the iPad.
    Have you gone to the Settings and logged out and back in again?
    iTunes Store settings - iPad User Guide
    iTunes Store settings
    To set options for the iTunes Store, go to Settings > iTunes & App Store.
    View or edit your account.  Tap your Apple ID, then tap View Apple ID and log in. To change your password, tap the Apple ID field, then tap the Password field.
    Sign in with a different Apple ID.  Tap your account name, then tap Sign Out. You can then enter a different Apple ID.
    Thank you for visiting Apple Support Communities.
    Nubz

  • Change password for internal/oracle??

    If for some reason, I need to change password for internal, could I logon as system to change password for internal?? Thanks for any reply...

    You could...but it is little tricky...
    Here are the steps...make sure you do a complete export of the existing
    schema...if any thing were to go wrong...
    There are different method of changing the password file.
    ORADIM or ORAPWD..
    I tend to use ORAPWD if I am concentrating on the password only...
    if there are any more alteration to be made to the SID...such as renaming A SID
    san so forth..then I use ORADIM..
    BUT for your need any one of this will work..
    CHANGING the INTERNAL PASSWORD USING ORADIM command:
    to change the password with ORADIM:
    1) Delete the SID fro the password you want to change:
    c:\ORADIM -DELETE -SID SID
    where SID is the SID to delete
    2) Verify that the PWDSID.ORA and STRTSID.CMD files have been removed from the
    \ORACLE_HOME\DATABASE\
    directory
    3) create the same SID again and specify a new INTERNAL password
    c:\ORADIM -NEW SID SID -INTPWD NEWPASSWORD -STARTMODE AUTO
    -MAXUSERS N -PFILE
    <drive:
    \path\init{sid}.ora>
    where SID is the same SID to recreate, NEW_PASSWORD is the INTERNAL password,
    and N is the maximum number of DBAs/Operators who can be logged in at once with
    the password..
    This should take care of you issue..
    However there are some other way to delete and use authentication...
    If you decide to use ORAPWD:
    Then there is a different approach to modifying the internal password...
    CHANGING PASSWORD USING ORAPWD
    F:\OraHome1\BIN>orapwd file=shahpwd password=snawaz
    this will create a passowrd file shahpwd
    also make sure your init.ora is set to
    remote_login_passwordfile = exclusive
    shutdown the database log..out of the svrmgrl..
    and log back in with a new password...
    svrmgrl> connect interna/snawaz
    GOOD LUCK
    Shah

  • How to trigger and change password for AD user after form based login

    Hello,
    We are authenticating against Active Directory with Weblogic 10.3 using FORM based security. Everything is working. I need to now change a password for an authenticated user. For example, I have set a user to have their password expire on next logon from the AD side. The user logs in but somehow I need to trap some info from Active Directory (or an LDAP conversation) to figure out if I need to force the user to change password.
    Do I need to start looking at custom code with LDAP Java SDK's or can I use a canned MBean from Weblogic Server.
    I am looking at http://www.mozilla.org/directory/ for LDAP.
    Can I set/reset an AD user's password with an MBean like the following link?
    http://download.oracle.com/docs/cd/E13222_01/wls/docs92/javadocs/index.html?weblogic/management/security/authentication/UserPasswordEditorMBean.html
    If anyone has any experience with this or can point me in the right direction let me know.
    If anyone else is interested please add to the tread and I'll be sure to keep the found solution(s) updated here.
    Thanks...........
    JJ Everett

    Hello JJ
    Please see document ID 403484.1 in http://metalink.oracle.com. This may help to understand what you are aiming to do. Cheers
    -- Nathan

Maybe you are looking for

  • SharePoint 2013 SP1 on Windows 2012 R2

    Hello all, Excited as I was to finally get the slip-streamed version of SP 2013 with SP1 so I could install it on Windows 2012 R2 I'm having trouble installing the pre-requisites. I've found this article here - http://support.microsoft.com/kb/2765260

  • [SOLVED]Xorg 1.10.902 upgrade - doesnt handle XI2 SD buttons...

    Hey everyone, I just wanted to let everyone know that the latest Xserver update from yesterday, is a bad one! Initially, you may not notice any problems. (which is probably how it made it through testing). However, anyone using any software that incl

  • IPhone 5 and OS X 10.5.8?

    I have a bit of a problem with the iPhone 5 and Mac OS X 10.5.8. What happened was today, I bought my new iPhone from a Verizon store. I came home to find that iTunes needed an update to work with the iPhone 5. So I was about to update when I found o

  • How to identify a ABAP program creating a TXT file

    Thermal disbursement check process will mimic 0701 which means when F110 is run, a TXT file will be created with epiq format.  The file will then place in a special folders in our server for epiq to pick up.  I need your help to locate the ABAP progr

  • Maximum array length in javacard

    hi all i have a java class with 20 member variables. member variables are array of bytes. i doesn't allocate memory for this variables in class constructor, memory for this variables is dynamically allocated in my javacard applet (*runtime*). i defin