Вы находитесь на странице: 1из 4

DISCOVERER

Discoverer URL: http://ebsdevdis.aws.integer.net:8090/discoverer/viewer

All Development Instance are using same discoverer.So the APPLSYSPUB Password of all
EBS Instance should be same.

Check the applsyspub password in $ORACLE_HOME/discoverer/config/pref.txt and if differet


change it.

[appddev@ebsdevdis ~]$ cat $ORACLE_HOME/discoverer/config/pref.txt|grep


APPLSYSPUB
AppsGWYUID = "APPLSYSPUB/B7uwRu_2ad"

1. Update s_gwyuid_pass through OAM with the new APPLSYSPUB password.


2. Stop applications.
3. Change the APPLSYSPUB password using FNDCPASS.

sqlplus / as sysdba

SQL> create table applsys.fnd_oracle_userid_30102016 as select * from applsys.fnd_oracle_userid;

Table created.

SQL> create table applsys.fnd_user_30102016 as select * from applsys.fnd_user;

Table created.

select profile from dba_users where username='APPLSYSPUB'

FNDCPASS error while changing the password.alter the profile

select * from dba_profiles where profile='DEFAULT'

ALTER PROFILE default limit PASSWORD_REUSE_MAX UNLIMITED;

ALTER PROFILE default limit FAILED_LOGIN_ATTEMPTS UNLIMITED;

ALTER PROFILE default limit PASSWORD_LOCK_TIME UNLIMITED;

ALTER PROFILE default limit PASSWORD_GRACE_TIME UNLIMITED;

ALTER PROFILE default limit PASSWORD_VERIFY_FUNCTION NULL;

To change password of APPLSYSPUB with FNDCPASS:

$FNDCPASS APPS/[apps_pass] 0 Y SYSTEM/[system_pass] ORACLE APPLSYSPUB


[new_passs].
Change in CONTEXT_FILE
[appldev2@ebsqaapp01 admin]$ cat $CONTEXT_FILE | grep APPLSYSPUB
<username oa_var="s_gwyuid_user">APPLSYSPUB</username>
<GWYUID oa_var="s_gwyuid">APPLSYSPUB/Ui1_09ddml</GWYUID>

4. Run autoconfig.
5. Start Applications

copy EBSQA.dbc from $FND_SECURE location from EBSDEV2


cd $FND_SECURE

/u01/discoverer/Oracle/Middleware/asinst_1/Discoverer/Discoverer_discovererasinst_1

create copy of EBSQA.dbc as ebsqa.dbc in

copy EBSQA tns entries to


/u01/discoverer/Oracle/Middleware/asinst_1/config/tnsnames.ora file
.
Run the sqlplus from the ORACLE_HOME to test the tns entries.

.Restart Discoverer OPMN Services.


$ORACLE_INSTANCE/bin/opmnctl stopall
$ORACLE_INSTANCE/bin/opmnctl startall

Login to Oracle Applications Manager and navigate to Site Map > AutoConfig > Edit
Parameters.
Specify the following variables:

s_disco_url Set the value of this variable to the base URL where Discoverer is available.
<protocol>:// <machine.domain>:<port>

http://ebsdevdis.aws.integer.net:8090
- Run AutoConfig

Set Applications profile options in Oracle E-Business Suite


ICX: Discoverer Launcher → http://ebsdevdis.aws.integer.net:8090/discoverer/plus?Connect=[APPS_SECURE]

ICX: Discoverer Viewer Launcher -->http://ebsdevdis.aws.integer.net:8090/discoverer/viewer?Connect=[APPS_SECURE]

ICX: Discoverer use Viewer → yes

CX: Discoverer Default End User Layer Schema Prefix -->EUL

ICX: Discoverer End User Layer Language Override -->American English

ICX: Discoverer Release -->11

ICX: Discoverer Parameters -->exitURL=http://ebsdevdis.aws.integer.net:8090/OA_HTML/OA.jsp?


OAFunc=OAHOMEPAGE

Discoverer DBC filename override ---><NULL>

http://ebsdevdis.aws.integer.net:8090/discoverer/viewer

Login as sysadmin user and check

Вам также может понравиться