17 September, 2015

Changing User Password from Backend

·         Login to the Applications node as appl user

·         cd $FND_TOP/bin

·         Run FNDCPASS to change the User password with below command

FNDCPASS apps/<appspswd> 0 Y system/<systempaswd> USER <USERNAME_inCaps> <NewPassword>

Example:


FNDCPASS apps/xxxxx 0 Y system/xxxx USER ABCDEF xxxx

No comments:

Post a Comment

Finding OPP Manager log for a concurrent request

=> Use below query to find the OPP manager log for a concurrent request.  SELECT fcpp.concurrent_request_id req_id, fcp.node_name, fcp.lo...