Unable To View the Concurrent Request Output In A Browser

Trying to view the output of any Concurrent request gives the following error:

Error connecting to database EBSTEST: ORA-10

Error occuring is generated by applsyspub user password inconsistency

Solution

 1.Shutdown Application Server 

2. Change APPLSYSPUB Password using FNDCPASS utility

FNDCPASS APPS/apps_PWD 0 Y SYSTEM/[system_pwd] ORACLE APPLSYSPUB New_PWD

3. Change the APPLYSYPUB password in $CONTEXT_FILE in two places

grep s_gwyuid $CONTEXT_FILE

grep s_gwyuid_pass $CONTEXT_FILE

Example:

 Change the password in context file at 2 places
<GWYUID oa_var="s_gwyuid">APPLSYSPUB/<NEW_PWD></GWYUID>
<username oa_var="s_gwyuid_user">APPLSYSPUB</username>
<password oa_var="s_gwyuid_pass"><NEW_PWD></password>

4. Run Autoconfig 

cd $ADMIN_SCRIPTS_HOME
sh adautocfg.sh
sh adstrtal.sh

Refer

Unable To View The Concurrent Request Output In A Browser (Doc ID 1121304.1)

Comments

  1. Unable To View The Concurrent Request Output In A Browser >>>>> Download Now

    >>>>> Download Full

    Unable To View The Concurrent Request Output In A Browser >>>>> Download LINK

    >>>>> Download Now

    Unable To View The Concurrent Request Output In A Browser >>>>> Download Full

    >>>>> Download LINK iS

    ReplyDelete

Post a Comment

Popular posts from this blog

How to troubleshoot long running concurrent request in R12.2

How to run Gather Schema Statistics in R12.2

How to clear weblogic stuck threads in R12.2