Change mapviewer password in weblogic-server

Hi everyone,
I'm trying to change the password of our mapviewer which is deployed in a weblogic-server.
Both weblogic and mapviewer share the same password at the moment which I want to change --> new password for mapviewer, no change to weblogic-login.
Using weblogic admin-console I can create new users, but I don't know how (if?) I can assign them to mapviewer.
Also I couldn't find any configuration files in filesystem where I can change/assign a password.
Does anybody have an idea?
Thanks,
NilsO

Hi, AlbertoBem and welcome to the Forums
Unfortunately there is not a convenient way to change a user password. Of course you could delete the user and recreate with a slightly different name and assign a different password. Meanwhile, here is a quote from a previous post on this subject from Tulika Garg with Adobe engineering:
"There is no provision to retrieve lost password in RHS 8. However I can  offer you a workaround. You need to open the RHS 8 database and look for the  table TRoboUser and then delete the row having ru_UserID value as the  user id that you want to remove. Now when you add that user again,  it will prompt that user does not exist and you can create the user  again, assigning it a new password."
Many of us are hoping the next release will include a more convenient way to manage this process. It would be great if you could add to our request by making a post to the "wish list" at this address:
https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
John Daigle
Adobe Certified RoboHelp and Captivate Instructor
Evergreen, Colorado
www.showmethedemo.com

Similar Messages

  • How to change system password in weblogic 8.1 ?

    Hi,
    Will you shed some lights on the steps of changing system password ? In weblogic console, I changed the password in Security->User and also in the remote start tab of admin server. When re-starting admin server, got this error : <Jun 17, 2005 1:36:59 PM PDT> <Critical> <Security> <l0065073> <doris811_admin> <main> <<WLS Kernel>> <> <BEA-090052> <Server installed as Windows NT service with incorrect password for user admin; The password may have been changed since the server was installed as a Windows NT Service. Contact the Windows NT system administrator.>. Any help is appreciated.
    Jessie

    I ran the installservice with the new password and received following errors when starting the service :
    Program Error : beasvc.exe has generated errors and will be closed by Windows....
    Microsoft Management Console : Could not start the beasvc doris_doris_admin service on local computer, Error 1067: The process terminated unexpectedly
    Should I change password in weblogic console
    security->user prior to re-install service with the new password ?
    Any help is greatly appreciated.
    Jessie

  • Can't change debug port on Weblogic server

    Despite changing the port number on the {DOMAIN}/bin/setDomainEnv.sh script and on the {DOMAIN}/init-info/startscript.xml file Eclipse (Galileo + latest OEPE) doesn't honor that.
    When the server is started on debug mode from Eclipse the listening port is 8453 which is the default.
    This is the [Eclipse] console output:
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m
    WLS Start Mode=Development
    CLASSPATH=...............
    PATH=....................
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    Listening for transport dt_socket at address: 8453
    java version "1.6.0_11"
    Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
    Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode)
    Starting WLS with line:
    java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Xverify:none -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole... -Dplatform.home=/opt/bea/wls10.3.0/wlserver_10.3 -Dwls.home=/opt/bea/wls10.3.0/wlserver_10.3/server -Dweblogic.home=/opt/bea/wls10.3.0/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.ext.dirs=/opt/bea/wls10.3.0/patch_wlw1030/profiles/default/sysext_manifest_classpath:/opt/bea/wls10.3.0/patch_wls1030/profiles/default/sysext_manifest_classpath:/opt/bea/wls10.3.0/patch_cie660/profiles/default/sysext_manifest_classpath -Dweblogic.Name=AdminServer -Djava.security.policy=/opt/bea/wls92/weblogic92/server/lib/weblogic.policy weblogic.Server
    Listening for transport dt_socket at address: 8453
    Any ideas on why this may be happening?
    Thanks.

    Did that.
    This is an extract from setDomainEnv.sh:
    if [ "${DEBUG_PORT}" = "" ] ; then
    *DEBUG_PORT="9000"*
    export DEBUG_PORT
    fi
    But regardless of what I put in there I see this on Eclipse's console:
    /usr/local/jdk1.6.0_11/bin/java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,*address=8453*,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Xverify:none -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole... -Dplatform.home=/opt/bea/wls10.3.0/wlserver_10.3 -Dwls.home=/opt/bea/wls10.3.0/wlserver_10.3/server -Dweblogic.home=/opt/bea/wls10.3.0/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.ext.dirs=/opt/bea/wls10.3.0/patch_wlw1030/profiles/default/sysext_manifest_classpath:/opt/bea/wls10.3.0/patch_wls1030/profiles/default/sysext_manifest_classpath:/opt/bea/wls10.3.0/patch_cie660/profiles/default/sysext_manifest_classpath -Dweblogic.Name=AdminServer -Djava.security.policy=/opt/bea/wls92/weblogic92/server/lib/weblogic.policy weblogic.Server
    Listening for transport dt_socket at address: *8453*
    Now, if I start the server from the command line I see that the dt_socket listens on the port I set in setDomainEnv.sh.

  • Change default realm name ("WebLogic Server")

    Hi,
    I'm using WLS5.1 and ACLs, now I'd like to change the realm name
    coming up in the browser popup where now "Realm: WebLogic Server"
    shows.How can I do this?
    Thanks,
    tino

    Hi,
    Not sure which version you use but try this link :
    http://download.oracle.com/docs/cd/B25221_04/core.1013/b25209/ports.htm#BABFBDFI
    L. Dreef

  • Changing WSDL url in WebLogic server

    Hi All,
    I have created a BPEL project and deployed to weblogic server.
    I'm going to send the wsdl url to one of our clients to send data to this BPEL.
    I want to change the URL to be a simple.
    How do i change that?
    Normally it comes as http://<host>:<port>/soa-infra/services/<deployed partition>/<project name>/<client_ep>?WSDL
    How do I change this URL?
    Thanks....
    Edited by: Nir on May 18, 2012 9:39 PM

    Hi,
    Some approaches are:
    * In case you expose your service(s) to the outside world, these service calls usually go through a DMZ. A DMZ often contains proxies, web/HTTP servers, firewalls and/or other applicances that are capable of endpoint virtualization. E.g. use Oracle HTTP Server, Apache HTTP Server, and so on to expose the endpoint at a public address.
    * Use an ESB or appliance for endpoint virtualization.
    Regards, Ronald

  • How to change admin password for Application Server

    Is there any way to change the password for the admin after installation of the app server.
    I tried looking into asadmin and the browser based admin pages but could not find any link to change the password.

    Hi,
    Ate you using sun one application server PE 8, if yes
    refer http://docs.sun.com/source/817-6085/troubleshooting.html#invalidPassword
    -Amol

  • Admin can't apply any type of changes because a single weblogic server

    When I try to modify/create "anything" in the admin console of weblogic and I try to apply the changes I am getting this error:
    "*An error occurred during activation of changes, please see the log for details.*
    *Message icon - Error [Management:141191]The prepare phase of the configuration update failed with an exception:*
    *Message icon - Error Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found*"
    I found a workaround, but not the solution yet.
    It seems the problem is caused by a single weblogic server from the domain, if its clustered then from both weblogic servers, or as many as there are.
    The workaround is to search in all the weblogic server in its logs to see which one is reporting this same error when I try to apply the changes. You shut down those servers and suddenly the admin server can apply the changes no problem, then you can re-start the offending weblogic server/s.
    My questions are:
    * Anyone knows how can I know what is deployed or not in a single weblogic server can affect the admin to apply any changes, including anything not related to the weblogic server that is causing the problem?
    * How come is this affecting the admin to apply any changes not related at all with what's in this weblogic server?
    * Why if I shutdown the weblogic servers I can apply the changes and then the offending weblogic servers will start again correctly?
    Is there an effective solution? Since in production environment I can't just go shutting down servers when I need to apply changes through the admin server.
    Scenario:
    WebLogic Server Version: 10.3.5.0 generic install
    jrockit-jdk1.6.0_29-R28.2.0-4.1.0
    Linux x64
    Any help/tips will be apreciated.
    Edited by: ezra-s on 02-oct-2012 11:17

    I found the answer:
    ".apache.xerces.jaxp.DocumentBuilderFactoryImp" is a document builder factory that is specific for JDK 1.4 and will not work on JDK 1.6, which causes the issue".
    It seems the offending webserver as this object in one of their applications which is causing this issue.

  • Default Administrator Username & Password for Weblogic Server Admin Console

    I created a new domain using the configuration wizard on windows (using config.cmd).
    While configuring the domain, I didnt check any of the check boxes for configuring Admin Server, Managed servers, clusters...
    Just gave the domain name and location of the domain home and clicked on create domain.
    So automatically AdminServer is created and domain was created successfully.
    After the domain is created, I started the Admin Server from the same configuration Wizard and clicked on Done.
    Now the Admin Server is started successfully. But I dont know the Administrator username and password as I didnt configure it while creating the domain.
    So how to login to Admin Console? What will be the default Administrator Username and Password to log into Admin Console?

    Got the answer.
    I tried with weblogic/weblogic9 and it worked.
    I m able to login to Admin Console. So this should be the default Username and Password.
    Please let me know your thoughts.

  • FMW MapViewer 10133 for WebLogic Server posted on OTN

    http://www.oracle.com/technology/software/products/mapviewer/index.html

    Just to be clear.
    This is a full MapViewer kit. It includes the quick start MapViewer components.
    This kit works with Fusion Middleware, WebLogic or just an OC4J.
    thanks
    Steve

  • Booting Weblogic server 6 without supplying password

    Is there a way to start a weblogic 6 server without supplying the
    system password using -Dweblogic.management.password=? I want to be
    able to start the server automatically without being prompted for a
    password or exposing the password in a script. I tried futzing with
    acl.boot.weblogic.server in fileRealm.properties, but that didn't seem
    to do the trick. Thanks,
    Matt
    [email protected]

    There are multiple ways to start WLS without being prompted for the
    password:
    1.) Use the password.ini file
    2.) Use the weblogic.management.password System property.
    a.) Use the -D option to specify it on the command line. If you don't
    want to put the password in clear text in the script, modify the script to
    read it from another location (which might be encrypted).
    b.) Write a small Java program that looks up the password from
    someplace that you feel is secure and then do this:
    String myPassword = ...
    System.setProperty("weblogic.management.password", myPassword);
    weblogic.Server.main(args);
    Hope this helps,
    Robert
    Matthew Conway wrote:
    Is there a way to start a weblogic 6 server without supplying the
    system password using -Dweblogic.management.password=? I want to be
    able to start the server automatically without being prompted for a
    password or exposing the password in a script. I tried futzing with
    acl.boot.weblogic.server in fileRealm.properties, but that didn't seem
    to do the trick. Thanks,
    Matt
    [email protected]

  • The password for the account "account name" was not changed. Your system administrator may not allow you to change your password or there was some other problem with your password. Contact your system administrator for help.

    I have a user who's Active Directory password is going to expire. I had her reset her password by going to apple > system prefs > user > and clicking change password. She received the error "The password for the account "account name" was not changed. Your system administrator may not allow you to change your password or there was some other problem with your password. Contact your system administrator for help."
    I had her change her password via the kpasswd command in terminal and that changed her password on the server sucessfully however the laptop has FileVault on it. Filevault is not recognizing the new password just the old password.
    I have deleted the keychain which didn't resolve and now I am going to decrypt and reencrypt the drive. I'm hoping this is an isolated issue I have over 25 laptops configured like this.

    I "think" the trick was unbinding and rebinding the computer account.
    After unencrypting and trying to reencrypt Filevault would still not take the new password.
    Rebooted the prompt to update the keychain appeared. Updated the keychain. Filevault would still not take the new password.
    Unbinded and rebinded the computer account. It worked and let me add the user to filevault.

  • How do I change my password?

    I was changing my password but it said "The server is unavaliable. Change your password when the server does becomes avaliable." What does that even mean? How do I change my password?

    You can reset the nADMIN Password by launching System Preferences, and going to the Accounts pane. Hit the "Change Password" button. That's only for that password.
    If you want to get rid of the auto-fill for other passwords, launch Keychain Access in the Utilities folder, and select and delete those keychains you want to hide.

  • Iphone4 Email Stopped working when I changed my password

    Hey all, I spent days trying to figure this out. I am sure this is in the manual somewhere but thought I would save you time if you have the same issue.
    I change my MSN email password often to protect myself. After getting my new iphone 4 (Verizon), I changed my password on my email accounts. As soon as I changed the password, I went into the iphone settings and changed the setting there also. Then I could get emails but not send emails. After many searches, and playing with the iphone, I figured out why the email was not sending messages.
    In the iphone4, you have change the new password for emails like msn in BOTH incoming and OUTGOING servers. You have to change the password twice for each email address.
    Go to settings on the iphone, mail, contacts, calenders....select the email account that you changed the password for and then under INCOMING Mail Server, change the password to the new one. Then go down to OUTGOING Mail server, select, then it goes to Primary Server screen, so select the one at the top. Then change the password under OUTGOING server.
    I hope this helps!!

    Hello ginger99967,
    I really want to help you get this resolved! Being able to use messaging is very important, whether it be for business use or personal use. I do, however, need to review your account in order to see what the issue is and find a solution for you. I'm sure I can help, once I can get the information I need.
    Please send me a DM (Direct Message) with your name and mobile number. I am happy to assist you.
    Thanks!
    Christina B
    VZW Support
    Follow us on Twitter @VZWSupport

  • How to change WebLogic Server username and password ?

    Hi,
    As per this url Modify users . It says In the left pane, select Security Realms. But I did not find the SECURITY REALMS, I mean where is it located ?. Besides The following page http://192.168.100.11:7001/index.jsp also get open. Also the WEBLOGIC server login page opens as well here is the url  http://192.168.100.11:7001/console/login/LoginForm.jsp
    but when I type the given password it does not login.   It gives the following messages
    Authentication Denied
    The username or password has been refused by WebLogic Server. Please try again.
    Please help

    It says following even after giving the correct one. In the left pane, select Security Realms. Where is Security Realms is located ? How to get there ? so that i can change the password again as mention in this url Modify users
    Authentication Denied
    The username or password has been refused by WebLogic Server. Please try again.

  • Changing user password in the external LDAP server from weblogic

    Hi !
    We have been successful in configuring the ldap security realm from weblogic 7.0.
    We have also done the user authentication.
    Now we want to allow the user himself to change his password from the application.Can
    the user password which is stored in an iplanet directory server be changed from
    application?If yes , then is there any extra configuration that needs to be done

    I am not sure whether u got an answer for this..
    But iplanet provides a web-link for end-users to change their LDAP password...u
    can just give this link in ur app ..and iplanet will take care of the rest..
    Krish Venkataraman
    Bank Of America Corp.
    Senior Analyst
    "Mitali" <[email protected]> wrote:
    >
    Hi !
    We have been successful in configuring the ldap security realm from weblogic
    7.0.
    We have also done the user authentication.
    Now we want to allow the user himself to change his password from the
    application.Can
    the user password which is stored in an iplanet directory server be changed
    from
    application?If yes , then is there any extra configuration that needs
    to be done

Maybe you are looking for

  • HELP??  Can't update my ipod all of the sudden??

    I hooked my iPOD to my computer the other day to update some songs and walked away. Assuming all was well, I unhooked my iPOD and went through my music on the iPOD and suddenly, no songs AT ALL were there. Now, when I try to update my entire library

  • Log In Error "Can't log in" with my password - Win...

    I log in to my microsoft account on Windows 8, usually Skype will just automatically connect.  Recently it will say "can't sign in, please type in your password" and it pops up my microsoft account information as log in name and then I type in the SA

  • PP-CC is hanging when I attempt to import/OSX10.9, 8 core, 16G RAM

    First, I've been running system 10.9 for 2 months.  I did that upgrade and then went to Adobe CC for the latest version of Premiere which I love.  Today, APP-CC starts without issue but when I go to import clips, the browse screen dissappears and it

  • Document update with DocumentDefinition not working

    Hi I would like to be able to update a PublicObject with new attributes and also reset the class name to which the object belongs. I have written a small test program (see below) which compiles fine and, according to the APIs should work updating a P

  • JSPM in high availability

    Dear Friends, I have installed PI 7.1 in High availability using Microsoft windows MNS based cluster. It was with initial patch level 04 of Netweaver 710. I have installed SCS, ASCS, Enque Replication Services etc in cluster mode. I have installed pr