APEX ADMIN user password Reset issue

Hello All,
I am trying to reset the password for ADMIN user using following script (taken apxchpwd.sql) from SQL Developer. I have connected to database as user with DBA privileges.
alter session set current_schema = APEX_040000;
begin
    wwv_flow_security.g_security_group_id := 10;
    wwv_flow_security.g_user := 'ADMIN';
    wwv_flow_security.g_import_in_progress := true;
    for c1 in (select user_id
                 from wwv_flow_fnd_user
                where security_group_id = wwv_flow_security.g_security_group_id
                  and user_name = wwv_flow_security.g_user) loop
        wwv_flow_fnd_user_api.edit_fnd_user(
            p_user_id       => c1.user_id,
            p_user_name     => wwv_flow_security.g_user,
            p_web_password  => 'newPassword',
            p_new_password  => 'newPassword');
    end loop;
    wwv_flow_security.g_import_in_progress := false;
end;
Commit;But I am getting following error.
session SET altered.
Error starting at line 2 in command:
begin
    wwv_flow_security.g_security_group_id := 10;
    wwv_flow_security.g_user := 'ADMIN';
    wwv_flow_security.g_import_in_progress := true;
    for c1 in (select user_id
                 from wwv_flow_fnd_user
                where security_group_id = wwv_flow_security.g_security_group_id
                  and user_name = wwv_flow_security.g_user) loop
        wwv_flow_fnd_user_api.edit_fnd_user(
            p_user_id       => c1.user_id,
            p_user_name     => wwv_flow_security.g_user,
            p_web_password  => 'newPassword',
            p_new_password  => 'newPassword');
    end loop;
    wwv_flow_security.g_import_in_progress := false;
end;
Error report:
ORA-20001: Unauthorized access (security group package variable not set).
ORA-06512: at "APEX_040000.WWV_FLOW_FND_USER_API", line 22
ORA-06512: at "APEX_040000.WWV_FLOW_FND_USER_API", line 1625
ORA-06512: at line 12
commited.Database Version: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
APEX Version: 4.0.2.00.07
Can someone let me know what is the issue?
Regards,
Hari

Hello All,
Our DBA has ran the script apxchpwd.sql as SYS and it went fine. But still we are unable to login into INTERNAL schema with ADMIN user. Any thoughts?
Only thing I need to check is APEX user.
alter session set current_schema = APEX_040000;But that is correct.
Where and how can I check the apex INTERNAL workspace user ADMIN status?
Regards,
Hari

Similar Messages

  • Changing the weblogic admin user password

    I have faced an issue in reseting weblogic admin user password. Following are the steps i have executed in sequence.please help to understand why it is not working this way
    I have 2 managed instances running on two separate computers.
    `Step 1.` shutdown the admin server instance ( i did not shutdown the node manager and other 2 manage server instances
    `Step 2.` Set the environment variables
    `cd $DOMAIN_HOME/bin`
    . ./setDomainEnv.sh
    `Step 3.` then executed the command below to create the new password
    cd ../security
    mv DefaultAuthenticatorInit.ldift oldDefaultAuthenticator
    java weblogic.security.utils.AdminAccount weblogic new_password .
    `Step 4.` backed up existing `boot.properties` file and created a new file. Also backed up data directory of admin server. created a new `boot.properties` file with following configuration
    with plain text username(weblogic_admin) and password (new_password).
    cd ../servers/AdminServer
    mv data data_old
    cd security/
    mv boot.properties oldboot.properties
    Step 5. Then i restarted the admin server. admin server is restarted successfully and i was able to login the admin console with my new username and password. Issue came when i try to shoutdown the admin server. when i execute sh stopWeblogicAdmin.sh , it will through following exception. But , if i kill the admin server process , then i am able to start the admin server with out any problem. and i am able to login to the server also. I am also able to stop and start manage server instances through admin console. But why it is failing only when i try to stop.could anybody help me on this
    Stopping Weblogic Server...
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Connecting to t3://jipsl13t:12001 with userid weblogic_admin ...
    This Exception occurred at Fri Jan 18 12:20:09 GMT-00:00 2013.
    javax.naming.AuthenticationException [Root exception is java.lang.SecurityException: User: weblogic_admin, failed to be authenticated.]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:42)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)
    at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:682)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:469)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:376)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:197)
    at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTHelper.java:520)
    at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:573)
    at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:313)
    at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)
    at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:61)
    at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:147)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyObject.invoke(Unknown Source)
    at org.python.pycode._pyx4.connect$1(<iostream>:16)
    at org.python.pycode._pyx4.call_function(<iostream>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx15.f$0(/product/jip/jipsl11t/wls/eni132_domain/shutdown.py:6)
    at org.python.pycode._pyx15.call_function(/product/tsm/jipsl11t/wls/eni132_domain/shutdown.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.util.PythonInterpreter.execfile(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    Caused by: java.lang.SecurityException: User: weblogic_admin, failed to be authenticated.
    at weblogic.common.internal.RMIBootServiceImpl.authenticate(RMIBootServiceImpl.java:116)
    at weblogic.common.internal.RMIBootServiceImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Problem invoking WLST - Traceback (innermost last):
    File "/product/jip/jipsl11t/wls/eni132_domain/shutdown.py", line 6, in ?
    File "<iostream>", line 22, in connect
    File "<iostream>", line 646, in raiseWLSTException
    WLSTException: Error occured while performing connect : User: weblogic_admin, failed to be authenticated.
    Use dumpStack() to view the full stacktrace
    Done
    Stopping Derby Server...
    Edited by: user8643895 on Jan 18, 2013 9:28 AM

    Hi,
    This issue was occurring because stopWebLogic.sh was picking the username and password from properties user config files in user's home directory: username-WebLogicConfig.properties, username-WebLogicKey.properties.
    If the credentials for weblogic server are changed then new user config files should be created, if these are not created then stopWebLogic.sh will pick up the old credentials and hence fail.
    Please refer the following document for information on user configuration files:
    http://docs.oracle.com/cd/E21764_01/web.1111/e13813/reference.htm#WLSTC430
    Connecting to the server after deleting username-WebLogicConfig.properties, username-WebLogicKey.properties resolves the issue as it forces the script to use the credentials provided by the user while running stopWebLogic.sh
    There are two ways you can resolve this issue:
    1) Create new user config files with the correct credentials as explained in the following document:
    http://docs.oracle.com/cd/E21764_01/web.1111/e13813/reference.htm#WLSTC430
    Or
    2) To force the stopWeblogic.sh script to use credentials provided by the user while running the script follow these steps:
    In the stopWeblogic.sh file use the following connect command:
    connect(userConfigFile='',userKeyFile='', url='${ADMIN_URL}', adminServerName='${SERVER_NAME}')instead of:
    connect(${userID} ${password} url='${ADMIN_URL}', adminServerName='${SERVER_NAME}')Hence in the stopWebLogic.sh script replace:
    echo "import os" >"shutdown.py"
    echo "if os.environ.has_key('wlsUserID'):" >>"shutdown.py"
    echo " wlsUserID = os.environ['wlsUserID']" >>"shutdown.py"
    echo "if os.environ.has_key('wlsPassword'):" >>"shutdown.py"
    echo " wlsPassword = os.environ['wlsPassword']" >>"shutdown.py"
    echo "connect(${userID} ${password} url='${ADMIN_URL}', adminServerName='${SERVER_NAME}')" >>"shutdown.py"
    echo "shutdown('${SERVER_NAME}','Server')" >>"shutdown.py"
    echo "exit()" >>"shutdown.py"with:
    echo "import os" >"shutdown.py"
    echo "if os.environ.has_key('wlsUserID'):" >>"shutdown.py"
    echo " wlsUserID = os.environ['wlsUserID']" >>"shutdown.py"
    echo "if os.environ.has_key('wlsPassword'):" >>"shutdown.py"
    echo " wlsPassword = os.environ['wlsPassword']" >>"shutdown.py"
    echo "connect(userConfigFile='',userKeyFile='', url='${ADMIN_URL}', adminServerName='${SERVER_NAME}')" >>"shutdown.py"
    echo "shutdown('${SERVER_NAME}','Server')" >>"shutdown.py"
    echo "exit()" >>"shutdown.py"
    Regards,
    Kishore

  • Apex admin user losing connection every a few second

    Dear all,
    I logon with apex admin user on Apex 4.0.
    Admin user losing connnection every few second, and I must reconnecting every few second.
    Developer users on apex losing connection too. But user whose connecting on apex aplication with database users, don't losing connection!
    Anything at all is not change on server where is installed apex, and on database server.
    It has happened in last month.
    Did anybody have similar problem?
    Thanks in advance.
    Borjana

    Aarkoub wrote:
    Hello, 
    Sins I have updated my firmware to Firmware Version: 1.5.02 + the router is unable to keep the internet connection alive. I have restart the the router every few minutes or release and renew the DHCP configuration ( IP and DNS settings)
    Restarting the modem en than the router
    Resetting the router
    resetting the router to factory defaults settings
    connecting a computer directly to the modem works fine. The problem is the router. 
    Dose anybody have a solution
    PLEASE HELP
    After upgrading the firmware, did you reset and reconfigure the router? Possible reasons for encountering this kind of problem are firmware issue or ISP having intermittent connection. You mentioned that you already check the connection behind the modem and its working fine. If the firmware is already updated, reset and reconfigure were done. Then I suggest for you to call Cisco technical support for this, might be the router is defective. Check if they can still replace your router. Just let them know that troubleshooting steps were already exhausted.

  • Acrobat 9 pro and Admin user/password

    Every time Acrobat 9 pro on my Mac (OSX 10.6.1) is launched it sakes for my admin user/password. If I enter the info in every time I launch Acrobat 9 pro admin it works, but the next time I login with my network user account Acrobat 9 pro want the admin user/password again.  What might be causing Acrobat 9 pro to want admin user/password.

    If, as it it says on top of the page, the question is "possibly answered", the "1 correct answer" is not shown.  The mystery and annoyance remains.
    Acrobat 9 Pro (installed as part of CS4 Design Standard by the same admin user that now wants to use it, OSX 6.7) asks for my password every time I start it:  "Type your password to allow Adobe Acrobat Pro to make changes."  The only necessary change that I see is upgrading back to version 8, which didn't suffer from this bug.
    When I click cancel (twice – the window returns once.), I'm told that "Adobe Acrobat could not install correctly.  An invalid password or user name was entered.  Adobe Acrobat will now quit."
    To repeat it, Acrobat is already installed, and I've entered the username-password combination several times correctly to use the software, but it's not acceptable to do that every time in all eternity.  Please, Adobe, fix this quickly or give solution if one exists.

  • Importing Security Through shared services caused admin user password chang

    Hi,
    I exported shared services from shared services url from one environment and imported into another environment. This changed the admin user password where I imported.
    Details:-
    I went to shared services of one environment say dev and to -> Applications Groups -> Foundation -> shared services and exported it. Took its export and imported into test environment.
    Now what it did it changed the user password of the target with the source one. However I did remove the internal ID of all files in it.
    Can anyone please help ? How to get the password of it back? I do not have back up of shared services of test environment.
    Version 11.1.2.1
    Thanks a lot in advance!!!!!!!!!!!!!!!!!!!!

    I was hoping you had a strategy in place, it is basically restoring the shared services relational database from a backup, stop the epm related services first.
    It may be even possible to correct your LCM file and set the admin to the way it should be but I am not sure what state the provisioning is in so couldnt guarantee it would work.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Automation of user password reset

    Hi, Does anyone know if there is a way to automate user password resets in Essbase? Does application manager do have this capability? If not is there another 3rd party vendor tool that will interface w/ App Man to do this?We are using Essbase 6.1 on an NT server.Thanks!

    I don't really understand what you mean by "automated password resets" - you can use MaxL or ESSCMD to reset a user's password (alter user command in MaxL or the SETPASSWORD command in ESSCMD).Either of those tools can be used to automate a password reset - but it depends on when and how you want it run. Normally passwords are reset when the user forgets it - and your security would be wide open if a password coule be automatically reset on demand.Perhaps you could detail the problem you are trying to solve.Regards,Jade--------------------------------Jade ColeSenior Business Intelligence ConsultantClarity [email protected]

  • How to reset local admin user password in

    Dear members,
    i want to reset local admin account(not administrator built-in), let say i have user adminlocal and member in administrator group. my question, how to reset this user via GPO in domain, because i have more than 5000 workstation in my environment. and how to
    generate summary of all workstation which are password reset.
    i've tried from this link,
    http://community.spiceworks.com/how_to/show/1966-how-to-change-local-user-or-admin-passwords-on-remote-computers
    using PSTools sysinternal from microsoft, but while i execute one PC on domain for sample using this script, they showing access denied
    anyone in this forum can help me to resolve this problem?.

    Dear,
    you can use Powershell to do this.
    I've found a script in the script center which can do this.
    http://gallery.technet.microsoft.com/scriptcenter/66a5b38f-cdf1-4126-aa0c-be65e16dd650/view/Discussions#content
    Set-Password -computer 'server' -user 'Administratorlocal' 
    You can create a loop in powershell to check all your servers which you've posted in a .txt file for example.
    $strcomputers = Get-Content c:\servers.txt
    foreach ($strcomputer in $strcomputers)
    $admin=[adsi]("WinNT://" + $strComputer + "/administratorlocal, user")
    $admin.psbase.invoke("SetPassword", "Whatever1")

  • Doamin user password reset procedure failed on Weblogic 11g

    Hi,
    I have lost my admin console password for weblogic11g server. I have followed the below steps to reset the password.
    1). Created an initialization file using command java weblogic.security.utils.AdminAccount weblogic welcome1 .
    2). Moved the file DefaultAuthenticatormyrealmInit.ldift from $DOMAIN_HOME/security/ and replaced it by DefaultAuthenticatorInit.ldift which is created in the previous step.
    3). Renamed the date folder as data_bak under the Admin server as well Managed server.
    4). Changed the boot.properties value to a new password.
    5). Restarted the admin server.
    But i am not able to start the admin server, It is throwing the below error.
    Error:
    <Jun 4, 2012 8:59:58 PM IST> <Critical> <WebLogicServer> <cscpocappche001> <AdminServer> <main> <<WLS Kernel>> <> <> <1338823798826> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Server installed as Windows NT service with incorrect password for user 12345678; The password may have been changed since the server was installed as a Windows NT Service. Contact the Windows NT system administrator.
    weblogic.security.SecurityInitializationException: Server installed as Windows NT service with incorrect password for user 12345678; The password may have been changed since the server was installed as a Windows NT Service. Contact the Windows NT system administrator.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:944)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: weblogic.security.providers.authentication.LoginServerUnavailableException: Connection refused: connect
         at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.handleLDAPAtnDelegateException(LDAPAtnLoginModuleImpl.java:625)
         at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:250)
         at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
         at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
         at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
         at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
         at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
         at $Proxy16.login(Unknown Source)
         at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:89)
         at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
         at $Proxy34.authenticate(Unknown Source)
         at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
         at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:348)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:929)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Jun 4, 2012 8:59:58 PM IST> <Notice> <WebLogicServer> <cscpocappche001> <AdminServer> <main> <<WLS Kernel>> <> <> <1338823798857> <BEA-000365> <Server state changed to FAILED>
    ####<Jun 4, 2012 8:59:58 PM IST> <Error> <WebLogicServer> <cscpocappche001> <AdminServer> <main> <<WLS Kernel>> <> <> <1338823798857> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<Jun 4, 2012 8:59:58 PM IST> <Notice> <WebLogicServer> <cscpocappche001> <AdminServer> <main> <<WLS Kernel>> <> <> <1338823798857> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Jun 4, 2012 8:59:58 PM IST> <Info> <WebLogicServer> <cscpocappche001> <AdminServer> <main> <<WLS Kernel>> <> <> <1338823798873> <BEA-000236> <Stopping execute threads.>
    Please advise me how to resolve this issue..
    Thanks

    Hi,
    Simply remove the ldap folder from $domain_home/server/AdminServer/data/ and try.

  • Password Reset Issue in Portal

    Hi All,
    Please help me to resolve this issue.
    Issue : We have resetted a password for one srm user in Portal. The User when he tried to login after the password reset initially it was asked to change the password. User changed the password. He is succesfully logged into the portal. Now the problem is when he tries to access a srm work item in worklist it is opening a new window and asking to reset the password again with the error message "No switch to HTTPS occurred, so it is not secure to send a password & This is an initial password that must be changed". It is not asking to change when he tries to login to portal and this error is promting only when he tries to open a work item. Because of this the user could not proceed to work further.
    Can any please let me know if faced with the same error.
    Thanks in advance.
    Regards,
    Viswes

    Hi Viswes,
    There are two solutions for this issue,
    1. Create a custom application which will change PWD in all the systems once you change your Portal PWD.
    2. Change the backend PWD before accessing UWL. (Login to backend system directly, it will ask for change of PWD).
    Thanks.
    Sushil

  • Portal user password reset!

    I for some reason I reset the Portal (DB Schema) user password and i'm not able to get into the portal page!
    please help..
    here is the err i get ---
    http://<host>:7778/pls/portal/
    Forbidden
    You don't have permission to access /pls/portal/portal.home on this server.
    Oracle HTTP Server/1.3.22 Server at <host name> Port 7778

    Ankur,
    Its very much possible to have an automatted job which will read a text file from a portal content path and reset the user password. You can implement KM Scheduler task using NWDS.
    Let your KM Scheduler task have the logic to read a file. Use UME API to reset the password for the given user.
    Deploy this KM Scheduler task into portal from NWDS using portal admin user name and password.
    Navigate to portal and schedule the deployed task under System admin -> System config -> Knowledge management -> content Management -> Global services -> Scheduler tasks ->  Schedulers -> You should be able to see your deployed scheduler here -> just select the link and set the time period -> by this way you can run a job at any time like everyday at 11A.M , every one hour, ever 10 minutes etc.
    I remember thr is blog on SDN reg the scheduler. Please search in SDN.
    Ram

  • Tiger 10.4.7 Password reset issues related to Safari keychain updating

    Following a reset password for administrative updating my software,
    The following keychain password update has not correctly been updated
    to reflect complete password resets.
    I have followed the MACOSX reset procedures and the MACOSX 10.4.6 updates processes and procedures to update all concerned administrative password resets and still the keychain safari messages indicate that safari keychain has not correctly updated to the new password. Annoyance message appears not to affect performance issues of safari just sending emails outbound or chances
    that provoke keychain password triggers. Can not initiate safari password compliance. It does not recongize new admin. password.
    What next? Any ideas from developer channels? Similiar experiences??

    Reference purposes for developers interests. yl61m9

  • Self service password reset issue

    Hello Experts,
    An issue about self service password is being encountered. I am setting the new password over self service password reset page, but unfortunately it is not being triggered to the target systems(SAP and AD). In the job log, instead of running the pass 'changepasswordabapuser' or 'setadspassword', IDM is running pass 'update abap user' or 'update ads user'.
    But if I change password of a user via Administrator login(in change identity), the password is getting changed on all target systems. Kindly suggest!
    Version: IDM 7.2
    Thank you,
    Girish

    Hello Girish,
                      see if note
    1936431 - Self Service Password Change - Modify task is called rather than
    Set Password task
    can help in this case.
    Regards,
    Chris

  • SSPR password Reset issue

    Hi Techies,
    I am facing a issue in resetting the password of the users. The user is able to register the password on the registration portal by giving all the answers but when trying to reset the password from the FIM password reset portal, giving the user name as
    Domain Name\Username
    and after providing all the answers which were used while registering the user for password reset,i get to the next page and able to enter the new password and confirm password. But just a click on Next, I receive the following error
    An error has occurred. Please try again, and if the problem persists, contact your help desk or system administrator. (Error 3000)
    working on FIM 2010R2 SP1.
    PLease help in this.
    Thanks in advance
    Varun

    Have a look at the following posts. May be you'll be able to troubeshoot the error.
    http://blogs.msdn.com/b/ms-identity-support/archive/2013/01/18/fim-troubleshooting-sspr-error-3000.aspx
    http://technet.microsoft.com/en-us/library/jj134289%28v=ws.10%29.aspx
    https://social.technet.microsoft.com/Forums/en-US/69ac3bbb-e66f-4a2e-a01e-2f3490fe5ef4/facing-issues-with-sspr-in-fim-2010-r2?forum=ilm2
    If you are working on Windows Server 2012, there may be additional things related to Cryptography Algorithms you might need to disable.
    Regards Furqan Asghar

  • Unable to enable security and create admin user after reset - px4-300d

    Our px4-300d became inaccessible a few days ago.  I couldn't get to any shares from any machine, and I couldn't get to the admin console.  When I checked the unit, there was no indication that anything was wrong (ie - the panel didn't show any failure, I didn't get any emails indicating a failure, and there were no lights offering a clue to what was wrong).  However the unit was completely frozen...the buttons on the front would not scroll through the different information on the panel.
    I attempted to reset the device using the pinhole on the back, but the device wouldn't respond, so I had to power it down using the button on the front.  When I tried to power it back up, it would come on for about one second, then immediately power off.  I pulled all 4 drives out and powered it on again without any drives.  This time it came up completely and I got a message on the panel that drives were missing.  I started putting the drives in one at a time and the device recognized them all and I was able to login to the admin console.  However, all the shares were missing and I received an email that the Storage Pool was degraded.  I rebooted the device from the admin console and when it came back up, it started reconstruction.  After a few hours, it completed, but I still had no shares and couldn't create any new shares.  I also did not see any of my users, including the admin account I was logged in with.  I tried to create a new user, and also tried creating a user I knew existed and neither one worked.  The screen would just flash but nothing would show up.  At this point, I decided to try to reset using the pinhole on the back of the device to reset the admin user so I could just create a new one.  So, now I'm stuck at the 'Enable Security' screen.  Every time I try to create an admin account, it just flashes and returns me to the same 'Enable Security' window.  
    Now what?
    Solved!
    Go to Solution.

    If you are unable to get into it you will not be able to do the factory reset. You can try booting in buy removing one disk at a time. If you are still unable to then tech support should be able to supply you with the imager and try flashing it. I would keep it at 4.0.8 also,

  • Weblogic admin user password change w/o disrupting existing users

    Hi Folks,
    As a business policy we need to change the password of the admin user in weblogic after a cycle of specific period.
    Please let us now how can we do that without losing the other existing users in 'my realm.'
    I understand that we can use the weblogic.utils.security.AdminAcoount utility to give the new password, which will create a new DefaultAuthenticatorInit.ldift file in +<domain-home>/security+ folder (according to Doc ID 1082299.1).
    The password will change but the users in 'my realm' will be lost. (there are many users and it is a production environment so recreation is out-of- question)
    Is there a way we can retain the users and still proceed with the password change?
    Cheers,
    Jeegar

    Hi Jeegar,
    This can be doen by followin the standard procedure by login to console and navigate to :-
    DOMAIN_STRUCTURE--->Security Realm--->myrealm--->Users and Groups---->User tab click on the user weblogic
    --click on the password tab and put the new password there and save (password is changed for the user here)
    ---Logout from the console and login to the console again using the new password
    But when the server starts it do not read the password for the user directly from the realm rather it picked the same from the $DOMAIN_HOME/servers/AdminServer/security/boot.properties
    Now in order to make this change available when the server starts change the values for the username and password in boot.properties and specify them in plain-text and save the same.
    Now next time whenever the server will start it will pick up the new values from the boot.properties and once the same had been accepted those will be encrypted again.
    You might have to make the change for the boot.properties for all the Managed Server if you have the Managed Servers in the domain which will be located at the location $DOMAIN_HOME/servers/<<Managed Server Name>>/data/nodemanager/boot.properties
    You can test the steps on some lower environment first and try the same in Critical environment once the testing goes successful.
    Regards,
    Vijay
    Edited by: V Kumar on Oct 25, 2012 3:06 PM

Maybe you are looking for

  • Iso to usb drive tool doesn't work

    whenever I try to create a bootable usb drive so I can install my Windows 7 it tells me  "The selected file is not a valid ISO file. Please select a valid ISO file and try again" its a iso, I thought it was supposed to be easy but its a pain in the _

  • Pages 09 - Portrait and Lanscape view in the same document?

    Is it possible to have landscape and portrait layout in the same document?

  • Sync problems while exporting

    Hi everyone-- I have one clip in my sequence where the audio was out of sync on the actual tape. In Final Cut, I was able to align it so that it matched up with the video. However, when I go to export, FCP realigns the video and audio how it was on t

  • Cold and dead in the mountains

    So i spent a lot of money on this imac 24" 2.93ghz. And it's not performing aswell as my 7year old powerbook!!! First of all i used migration assistant to import all my user files > about 50gb of songs, photos, movies etc. This ended up taking nearly

  • Explain the annotation used in a ______ListMaintenance.java

    HI, Can anyone explain me the annotation used in a ______ListMaintenance.java(CurrencyListMaintenance.java) what does each attributes map in CCB and DB. Like the one marked in bold @EntityListPageMaintenance ( service* = CILTCURP, modules={foundation