Apps Tasks

download Apps Tasks

of 40

Transcript of Apps Tasks

  • 8/13/2019 Apps Tasks

    1/40

    APPS DBA TASKS

    - Login methods:1- XManager:

    2- CMD:- Telnet:

    telnet IP- SSH:

    3- Putty:4- Web Console:

    - https://172.28.1.2UN: kshafeek

    PW: domain Password

    Blade tasksremote controlkvm owner (oratest)start remote control

    - FileZilla

    ---------------------------

    https://172.28.1.2/https://172.28.1.2/https://172.28.1.2/
  • 8/13/2019 Apps Tasks

    2/40

    - Test EnvironmentHostname: oratest.royal.egy

    Host IP: 172.27.1.11

    DB location: /DB

    UN: oracle

    PW: *********

    Backup Location:

    Tar File: /backup/

    APPs location: /APP

    UN: applmgr

    PW: **********

    Backup Location:

    Tar File: /backup/

    Access: http://oratest.royal.egy:8003

    ---------------------------

    - Production EnvironmentDB

    Hostname: proddb_per_clu1.royal.egy

    Host IP: 172.27.1.2

    DB location: /DB

    UN: oracle

    PW: ********Backup Location:

    Tar File: /dbbackup/

    APPS

    Hostname: prodapp_per_clu1.royal.egy

    Host IP: 172.27.1.3

    APPs location: /APP

    UN: applmgr

    PW: ***********

    Backup Location:Tar File: /appbackup/

    http://oratest.royal.egy:8003/http://oratest.royal.egy:8003/http://oratest.royal.egy:8003/
  • 8/13/2019 Apps Tasks

    3/40

    Services

    Hostname: prodapp_per_clu1.royal.egy

    Host IP: 172.27.1.3

    APPs location: /services

    UN: applmgr

    PW: **********

    Backup Location:

    Tar File: /servbackupAccess: http://prodapp.royal.egy:8001

    ---------------------------

    - Payroll EnvironmentDB

    Hostname: HRTEST.royal.egy

    Host IP: 192.168.0.5

    DB location: /DB

    UN: oracle

    PW: **********

    Backup Location:

    Tar file: /dbbackup/

    Export File: /dbbackup/dmp/

    APPSHostname: royora01.Royal.Egy

    Host IP: 192.168.0.6

    APPs location: C:\Emp_Payrolls

    UN: kshafeek

    PW: **********

    Backup Location:

    Local:\\dba01\d$\payrolls_11-03-2012_apps_backup\c

    Access :http://royora01:8889/forms/frmservlet?config=hr

    http://prodapp.royal.egy:8001/http://prodapp.royal.egy:8001/http://dba01/d$/payrolls_11-03-2012_apps_backup/chttp://dba01/d$/payrolls_11-03-2012_apps_backup/chttp://dba01/d$/payrolls_11-03-2012_apps_backup/chttp://royora01:8889/forms/frmservlet?config=hrhttp://royora01:8889/forms/frmservlet?config=hrhttp://royora01:8889/forms/frmservlet?config=hrhttp://royora01:8889/forms/frmservlet?config=hrhttp://dba01/d$/payrolls_11-03-2012_apps_backup/chttp://prodapp.royal.egy:8001/
  • 8/13/2019 Apps Tasks

    4/40

    - Stopping the apps on ORATEST:1- Stop the application:

    - CMD

    - telnet 172.27.1.11

    - applmgr

    - *********

    - cd /APP/apps/apps_st/appl/- . ./APPSORA_oratest.env

    - cd $INST_TOP

    - cd admin/scripts/

    - ./adstpall.sh apps/*********

    - Note: the status must be 0 , if is not try again and troubleshoot the problem.

    2- Stop the DB:

    - CMD

    - telnet 172.27.1.11

    - oracle- *********

    - cd /DB/db/tech_st/11.1.0/appsutil/scripts/ora_oratest

    - ./addbctl.sh stop immediate

    Note: If it remained on connect and not response you will do the following:

    - open another terminal by user oracle.

    - cd /DB/db/tech_st/11.1.0/appsutil/scripts/ora_oratest

    - ./addbctl.sh stop abort

    - ./addbctl.sh start

    - ./addbctl.sh stop immediate- Note: the status must be 0 , if is not try again and troubleshoot the problem.

    3- Stop the Listener:

    - oracle

    - *********

    - cd /DB/db/tech_st/11.1.0/appsutil/scripts/ora_oratest

    - ./addlnctl.sh stop ora

    - Note: the status must be 0 , if is not try again and troubleshoot the problem.

    - Starting the apps on ORATEST:1- Start the DB:

    - CMD

    - telnet 172.27.1.11

    - oracle

    - *********

    - cd /DB/db/tech_st/11.1.0/appsutil/scripts/ora_oratest

    - ./addbctl.sh start

    - Note: the status must be 0 , if is not try again and troubleshoot the problem.

  • 8/13/2019 Apps Tasks

    5/40

    2- Start the Listener:

    - oracle

    - *********

    - cd /DB/db/tech_st/11.1.0/appsutil/scripts/ora_oratest

    - ./addlnctl.sh start ora

    - Note: the status must be 0 , if is not try again and troubleshoot the problem.

    1- Start the application:

    - CMD

    - telnet 172.27.1.11

    - applmgr

    - *********

    - xhost +

    - cd /APP/apps/apps_st/appl/

    - . ./APPSORA_oratest.env

    - cd $INST_TOP

    - cd admin/scripts/- ./adstrtal.sh apps/*********

    - Note: the status must be 0 , if is not try again and troubleshoot the problem.

    - Stopping the apps on the Production:1- Stop the services:

    - CMD

    - telnet 172.27.1.3

    - applmgr- *********

    - cd /services/apps/apps_st/appl

    - . ./APPSPROD_prodapp_per_clu1.env

    - cd $INST_TOP

    - cd admin/scripts/

    - ./adstpall.sh apps/*********

    - Note: the status must be 0 , if is not try again and troubleshoot the problem.

    2- Stop the APP:

    - CMD- telnet 172.27.1.3

    - applmgr

    - *********

    - cd /APP/apps/apps_st/appl/

    - . ./APPSPROD_prodapp.env

    - cd $INST_TOP

    - cd admin/scripts/

    - ./adstpall.sh apps/*********

    - Note: the status must be 0 , if is not try again and troubleshoot the problem.

  • 8/13/2019 Apps Tasks

    6/40

    3- Stop the DB:

    - CMD

    - telnet 172.27.1.2

    - oracle

    - *********

    - cd /DB/db/tech_st/11.1.0/appsutil/scripts/PROD_proddb/

    - ./addbctl.sh stop immediateNote: If it remained on connect and not response you will do the following:

    4- Stop the Listener:

    - oracle

    - *********

    - cd /DB/db/tech_st/11.1.0/appsutil/scripts/PROD_proddb/

    - ./addlnctl.sh stop prod

    - Note: the status must be 0 , if is not try again and troubleshoot the problem.

    - Starting the apps the Production:1- Start the DB:

    - CMD

    - telnet 172.27.1.2

    - oracle

    - *********

    - cd /DB/db/tech_st/11.1.0/appsutil/scripts/PROD_proddb/

    - ./addbctl.sh start

    - Note: the status must be 0 , if is not try again and troubleshoot the problem.

    2- Start the Listener:

    - oracle

    - *********

    - cd /DB/db/tech_st/11.1.0/appsutil/scripts/PROD_proddb/

    - ./addlnctl.sh start prod

    - Note: the status must be 0 , if is not try again and troubleshoot the problem.

    3- Start the application:

    - CMD- telnet 172.27.1.3

    - applmgr

    - *********

    - xhost +

    - cd /APP/apps/apps_st/appl/

    - . ./APPSPROD_prodapp.env

    - cd $INST_TOP

    - cd admin/scripts/

    - ./adstrtal.sh apps/*********

  • 8/13/2019 Apps Tasks

    7/40

    - Note: the status must be 0 , if is not try again and troubleshoot the problem.

    4- start the services:

    - CMD

    - telnet 172.27.1.3

    - applmgr

    - *********

    - cd /services/apps/apps_st/appl

    - . ./APPSPROD_prodapp_per_clu1.env

    - cd $INST_TOP

    - cd admin/scripts/

    - ./adstrtal.sh apps/*********

    - Note: the status must be 0 , if is not try again and troubleshoot the problem.

    ------------------------------

    - Perform CMClean:1- Stop the application.2- Open toad or pldeveloper3- @ D:\work\cmclean\cmclean.sql4- execute5- commit.6- start the application.----------------------------------

    - Deleting the XML files:1- df2- **********3- Cd /services/inst/apps/PROD_prodapp_per_clu1/logs/ora/10.1.2/reports4- du -sg cache/5- cd cache/6- rm -Fr *.xml

    $cd /services/a*/a*/a*$. ./APPSPROD_prodapp_per_clu1.env

    $cd $INST_TOP/logs/appl/conc/log

    $find . -mtime +2 -exec rm {} \;

    $cd $INST_TOP/logs/appl/conc/out$find . -mtime +2 -exec rm {} \;

    ------------------------------

    - Purge concurrent:

  • 8/13/2019 Apps Tasks

    8/40

    Manual:

    1- Login to the apps2- System administrator - Define Profile Options3- ViewRequests4- Submit a new requestsingle requestOKsearch about purge concurrent request and/or Manager Date5- Parameter window will appearmode value : 1OKSUBMIT6- Submit another request? NOSchedule:

    1- Login to the apps2- System administrator - Define Profile Options3- ViewRequests4- Submit a new requestsingle requestOKsearch about purge concurrent request and/or Manager Date5- Parameter window will appearmode value : 1OKSUBMIT6- Scheduleperiodicallydetermine the scheduleOK7- Submit8- Submit another request? NO

    - Patching:Downloading the patch:

    1- Copy the name of the patch (from SR or whatever).2- Openwww.support.oracle.comPatches & Updates3- Past the patch name in Patch Name or Number: for example (13616665)4- Choose the platform from the platform: list IBM AIX on POWER Systems (64-bit) 5- Search6- Two patches will appear choose (Applications R12.1) and click on it.7- DOWNLOAD

    Setup the Patch oratest:

    Patch example: (13616665)

    1- Open Xmanager Enterprise 3XFTPAddress: 172.27.1.11applmgr/**********

    2- Go to /APP/patchopen the directory which contains the patch on the left side

    3- Right click on the patchupload

    4- telnet 172.27.1.11

    5- applmgr/********

    6- cd /APP/patch/

    7- chmod -R 777 p13616665_R12.AP.B_R12_GENERIC/

    8- Run the Maintenance Mode:

    9- cd /APP/apps/apps_st/appl/

    10- . ./APPSPROD_oraerp.env

    11- cd $AD_TOP

    12- cd bin/

    13- ./adadmin

    Copyright (c) 2002 Oracle Corporation

    Redwood Shores, California, USA

    http://launchform%28%27http//oratest.royal.egy:8003/OA_HTML/RF.jsp?function_id=70&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=xrNWesI22PbFrZ4gYAMEEQ..%27)http://launchform%28%27http//oratest.royal.egy:8003/OA_HTML/RF.jsp?function_id=70&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=xrNWesI22PbFrZ4gYAMEEQ..%27)http://www.support.oracle.com/http://www.support.oracle.com/http://www.support.oracle.com/http://www.support.oracle.com/http://launchform%28%27http//oratest.royal.egy:8003/OA_HTML/RF.jsp?function_id=70&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=xrNWesI22PbFrZ4gYAMEEQ..%27)http://launchform%28%27http//oratest.royal.egy:8003/OA_HTML/RF.jsp?function_id=70&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=xrNWesI22PbFrZ4gYAMEEQ..%27)
  • 8/13/2019 Apps Tasks

    9/40

    Oracle Applications AD Administration

    Version 12.0.0

    NOTE: You may not use this utility for custom development

    unless you have written permission from Oracle Corporation.

    Your default directory is '/APP/apps/apps_st/appl'.

    14- Is this the correct APPL_TOP [Yes]? Press enter button

    AD Administration records your AD Administration session in a text file

    you specify. Enter your AD Administration log file name or press [Return]

    to accept the default file name shown in brackets.

    15- Filename [adadmin.log] : Press enter button

    ************* Start of AD Administration session *************

    AD Administration version: 12.0.0

    AD Administration started at: Mon Mar 12 2012 13:07:25

    APPL_TOP is set to /APP/apps/apps_st/appl

    Backing up restart files, if any......Done.

    Your previous AD Administration session did not run to completion.

    16- Do you wish to continue with your previous AD Administration session [Yes]? Press enter button

    You can be notified by email if a failure occurs.

    17- Do you wish to activate this feature [No]? Press enter button

    18- Please enter the batchsize [1000] : Press enter button

    Please enter the name of the Oracle Applications System that this

    APPL_TOP belongs to.

    The Applications System name must be unique across all Oracle

    Applications Systems at your site, must be from 1 to 30 characters

    long, may only contain alphanumeric and underscore characters,

    and must start with a letter.

    Sample Applications System names are: "prod", "test", "demo" and"Development_2".

    Applications System Name [PROD] : PROD *

    NOTE: If you do not currently have certain types of files installed

    in this APPL_TOP, you may not be able to perform certain tasks.

    Example 1: If you don't have files used for installing or upgrading

    the database installed in this area, you cannot install or upgrade

    the database from this APPL_TOP.

    Example 2: If you don't have forms files installed in this area, you cannot

    generate them or run them from this APPL_TOP.

    Example 3: If you don't have concurrent program files installed in this area,

  • 8/13/2019 Apps Tasks

    10/40

    you cannot relink concurrent programs or generate reports from this APPL_TOP.

    Do you currently have files used for installing or upgrading the database

    installed in this APPL_TOP [YES] ? YES *

    Do you currently have Java and HTML files for HTML-based functionality

    installed in this APPL_TOP [YES] ? YES *

    Do you currently have Oracle Applications forms files installed

    in this APPL_TOP [YES] ? YES *

    Do you currently have concurrent program files installed

    in this APPL_TOP [YES] ? YES *

    Please enter the name Oracle Applications will use to identify this APPL_TOP.

    The APPL_TOP name you select must be unique within an Oracle Applications

    System, must be from 1 to 30 characters long, may only contain

    alphanumeric and underscore characters, and must start with a letter.

    Sample APPL_TOP Names are: "prod_all", "demo3_forms2", and "forms1".

    APPL_TOP Name [oraerp] : oraerp *

    You are about to use or modify Oracle Applications product tables

    in your ORACLE database 'PROD'

    using ORACLE executables in '/APP/apps/tech_st/10.1.2'.

    19- Is this the correct database [Yes]? Press enter button

    AD Administration needs the password for your 'SYSTEM' ORACLE schema

    in order to determine your installation configuration.

    20- Enter the password for your 'SYSTEM' ORACLE schema: ************

    The ORACLE username specified below for Application Object Library

    uniquely identifies your existing product group: APPLSYS

    21- Enter the ORACLE password of Application Object Library [APPS] :*******

    AD Administration is verifying your username/password.

    The status of various features in this run of AD Administration is:

    Feature Active? APPLTOP Data model Flags

    ------------------------------ ------- -------- ----------- -----------

    CHECKFILE Yes 1 1 Y N N Y N Y

    PREREQ Yes 6 6 Y N N Y N Y

    CONCURRENT_SESSIONS No 2 2 Y Y N Y Y N

    PATCH_TIMING Yes 2 2 Y N N Y N Y

    PATCH_HIST_IN_DB Yes 6 6 Y N N Y N Y

    SCHEMA_SWAP Yes 1 1 Y N N Y Y Y

    JAVA_WORKER Yes 1 1 Y N N Y N Y

    CODELEVEL Yes 1 1 Y N N Y N Y

    Identifier for the current session is 14757

    Reading product information from file...

    Reading language and territory information from file...

  • 8/13/2019 Apps Tasks

    11/40

    Reading language information from applUS.txt ...

    AD Administration warning:

    Product Data File

    /APP/apps/apps_st/appl/admin/zfaprod.txt

    does not exist for product "zfa".

    This product is registered in the database but the

    above file does not exist in APPL_TOP. The product

    will be ignored without error.

    AD Administration warning:

    Product Data File

    /APP/apps/apps_st/appl/admin/zsaprod.txt

    does not exist for product "zsa".

    This product is registered in the database but the

    above file does not exist in APPL_TOP. The product

    will be ignored without error.

    AD Administration warning:

    Product Data File

    /APP/apps/apps_st/appl/admin/jtsprod.txt

    does not exist for product "jts".

    This product is registered in the database but the

    above file does not exist in APPL_TOP. The product

    will be ignored without error.

    Reading database to see what industry is currently installed.

    Reading FND_LANGUAGES to see what is currently installed.

    Currently, the following language is installed:

    Code Language Status

    ---- --------------------------------------- ---------

    US American English Base

    Your base language will be AMERICAN.

    Setting up module information.

    Reading database for information about the modules.

    Saving module information.

    Reading database for information about the products.

    Reading database for information about how products depend on each other.

    Reading topfile.txt ...

    Saving product information.

    AD code level : [B.1]

  • 8/13/2019 Apps Tasks

    12/40

    AD Administration Main Menu

    --------------------------------------------------

    1. Generate Applications Files menu

    2. Maintain Applications Files menu

    3. Compile/Reload Applications Database Entities menu

    4. Maintain Applications Database Entities menu

    5. Change Maintenance Mode

    6. Exit AD Administration

    22- Enter your choice [6] : 5

    Change Maintenance Mode

    ----------------------------------------

    Maintenance Mode is currently: [Disabled].

    Maintenance mode should normally be enabled when patching

    Oracle Applications and disabled when users are logged on

    to the system. See the Oracle Applications Maintenance

    Utilities manual for more information about maintenance mode.

    Please select an option:

    1. Enable Maintenance Mode

    2. Disable Maintenance Mode

    3. Return to Main Menu

    23- Enter your choice [3] : 1

    sqlplus -s &un_apps/***** @/APP/apps/apps_st/appl/ad/12.0.0/patch/115/sql/adsetmmd.sql ENABLE

    Successfully enabled Maintenance Mode.

    24- Review the messages above, then press [Return] to continue. Press enter button

    Backing up restart files, if any......Done.

    Change Maintenance Mode

    ----------------------------------------

  • 8/13/2019 Apps Tasks

    13/40

    Maintenance Mode is currently: [Enabled].

    Maintenance mode should normally be enabled when patching

    Oracle Applications and disabled when users are logged on

    to the system. See the Oracle Applications Maintenance

    Utilities manual for more information about maintenance mode.

    Please select an option:

    1. Enable Maintenance Mode

    2. Disable Maintenance Mode

    3. Return to Main Menu

    25- Enter your choice [3] : 3

    AD Administration Main Menu

    --------------------------------------------------

    1. Generate Applications Files menu

    2. Maintain Applications Files menu

    3. Compile/Reload Applications Database Entities menu

    4. Maintain Applications Database Entities menu

    5. Change Maintenance Mode

    6. Exit AD Administration

    26- Enter your choice [6] : 6Backing up restart files, if any......Done.

    There is no timing information available for the current session.

    AD Administration is complete.

    Errors and warnings are listed in the log file

    /APP/apps/apps_st/appl/admin/PROD/log/adadmin.log

    and in other log files in the same directory.

    27- Run the patch :

    28-Pwd

  • 8/13/2019 Apps Tasks

    14/40

    /APP/apps/apps_st/appl/ad/12.0.0/bin

    29-./adpatchCopyright (c) 2002 Oracle Corporation

    Redwood Shores, California, USA

    Oracle Applications AutoPatch

    Version 12.0.0

    NOTE: You may not use this utility for custom developmentunless you have written permission from Oracle Corporation.

    Attention: AutoPatch no longer checks for unapplied pre-requisite patches.

    You must use OAM Patch Wizard for this feature. Alternatively, you can

    review the README for pre-requisite information.

    Your default directory is '/APP/apps/apps_st/appl'.

    30-Is this the correct APPL_TOP [Yes] ? 13616665_12032012_v1.logYou can be notified by email if a failure occurs.

    31-Do you wish to activate this feature [No] ? Press enter button32-Please enter the batchsize [1000] : Press enter button

    Please enter the name of the Oracle Applications System that this

    APPL_TOP belongs to.

    The Applications System name must be unique across all Oracle

    Applications Systems at your site, must be from 1 to 30 characters

    long, may only contain alphanumeric and underscore characters,

    and must start with a letter.

    Sample Applications System names are: "prod", "test", "demo" and"Development_2".

    Applications System Name [PROD] : PROD *

    NOTE: If you do not currently have certain types of files installed

    in this APPL_TOP, you may not be able to perform certain tasks.

    Example 1: If you don't have files used for installing or upgrading

    the database installed in this area, you cannot install or upgrade

    the database from this APPL_TOP.

    Example 2: If you don't have forms files installed in this area, you cannot

    generate them or run them from this APPL_TOP.

    Example 3: If you don't have concurrent program files installed in this area,

    you cannot relink concurrent programs or generate reports from this APPL_TOP.

    Do you currently have files used for installing or upgrading the database

    installed in this APPL_TOP [YES] ? YES *

    Do you currently have Java and HTML files for HTML-based functionality

    installed in this APPL_TOP [YES] ? YES *

    Do you currently have Oracle Applications forms files installed

    in this APPL_TOP [YES] ? YES *

    Do you currently have concurrent program files installed

  • 8/13/2019 Apps Tasks

    15/40

    in this APPL_TOP [YES] ? YES *

    Please enter the name Oracle Applications will use to identify this APPL_TOP.

    The APPL_TOP name you select must be unique within an Oracle Applications

    System, must be from 1 to 30 characters long, may only contain

    alphanumeric and underscore characters, and must start with a letter.

    Sample APPL_TOP Names are: "prod_all", "demo3_forms2", and "forms1".

    APPL_TOP Name [oraerp] : oraerp *

    You are about to apply a patch to the installation of Oracle Applicationsin your ORACLE database 'PROD'

    using ORACLE executables in '/APP/apps/tech_st/10.1.2'.

    33-Is this the correct database [Yes] ? Press enter buttonAutoPatch needs the password for your 'SYSTEM' ORACLE schema

    in order to determine your installation configuration.

    34-Enter the password for your 'SYSTEM' ORACLE schema: ********The ORACLE username specified below for Application Object Library

    uniquely identifies your existing product group: APPLSYS

    35-Enter the ORACLE password of Application Object Library [APPS] :**********36-The default directory is [/APP/apps/apps_st/appl/ad/12.0.0/bin] :

    /APP/patch/p13616665_R12.AP.B_R12_GENERIC/13616665

    37- Please enter the name of your AutoPatch driver file : u13616665.drvAD utilities can support a maximum of 999 workers. Your

    current database configuration supports a maximum of 85 workers.Oracle recommends that you use between 2 and 4 workers.

    38- Enter the number of parallel workers [2] : Press enter buttonAutoPatch is complete.

    39-Disable the maintenance mode:

    1- Pwd2- /APP/apps/apps_st/appl/ad/12.0.0/bin3- ./adadmin

    4- Is this the correct APPL_TOP [Yes]? Press enter button

    5- Filename [adadmin.log] : Press enter button

    6- Do you wish to continue with your previous AD Administration session [Yes]? Press enter button

    7- Do you wish to activate this feature [No]? Press enter button

    8- Please enter the batchsize [1000] : Press enter button

    9- Is this the correct database [Yes]? Press enter button

    10- Enter the password for your 'SYSTEM' ORACLE schema: ************

    11- Enter the ORACLE password of Application Object Library [APPS] :*******

  • 8/13/2019 Apps Tasks

    16/40

    12- Enter your choice [6] : 5

    13- Enter your choice [3] : 2

    14- Review the messages above, then press [Return] to continue. Press enter button

    15- Enter your choice [3] : 3

    16- Enter your choice [6] : 640-Open the apps.

    Cloning from the production to the test:

    - On the Source of DB Node while the APPS and DB running(all running):1- telnet 172.27.1.22- oracle /***********3- cd /DB/db/tech_st/11.1.0/appsutil/scripts/PROD_proddb/4- perl adpreclone.pl dbTier PWD= ******* (the password of apps)

    - On the Source of APPS Node while the APPS and DB running(all running):1- telnet 172.27.1.32- applmgr /***********3- cd /APP/apps/apps_st/appl/4- . ./APPSPROD_prodapp.env5- cd $INST_TOP6- cd admin/scripts/7- perl adpreclone.pl appsTier PWD= ******* (the password of apps)- Then close the services, APPS, DB, Listener- Take backup tar from /APP, /services, /DB to the backup location:

    On DB Node:

    1- Checking the free space:- cd /dbbackup/

    - df -g

    2- Take the backup:

    - cd /DB

    - tar -cvf /dbbackup/ 07032012proddb.tar .

    3- After finishing the tar check the size of tar file:

    - du -sg /DB/- du -g /dbbackup/07032012proddb.tar

    Note: if they are equal then the backup is right.

    On APPS Node (/APP):

    1- Checking the free space:- cd /appbackup/

    - df -g

  • 8/13/2019 Apps Tasks

    17/40

    2- Take the backup:

    - cd /APP

    - tar -cvf /appbackup / 07032012prodapp.tar .

    3- After finishing the tar check the size of tar file:

    - du -sg /APP/

    - du -g / appbackup /07032012prodapp.tar

    Note: if they are equal then the backup is right.

    On APPS Node (/services):

    2- Checking the free space:- cd /servbackup/

    - df -g

    2- Take the backup:

    - cd /services

    - tar -cvf /servbackup / 07032012serapp.tar .

    3- After finishing the tar check the size of tar file:

    - du -sg /services /

    - du -g /servbackup / 07032012serapp.tar

    Note: if they are equal then the backup is right.

    - Start the DB, Listener, APPS, services on the source (production)- Take copy to /clone on 172.27.1.11 (oratest)- Restore the production backup on the oratest

    - cd /DB

    - rm -fr *

    - tarxvf /clone/07032012proddb.tar

    - cd /APP

    - rm -fr *

    - tarxvf /clone/07032012prodapp.tar

    On ORATEST Node (/DB):

    1- su - oracle2- cd /DB/db/tech_st/11.1.0/appsutil/clone/bin/3- perl adcfgclone.pl dbTier4- Enter the APPS password : *************5- Target System Hostname (virtual or normal) [oraerp] : Press enter button6- Target Instance is RAC (y/n) [n] : Press enter button7- Target System Database SID : ora8- Target System Base Directory : /DB9- Target System utl_file_dir Directory List : /tmp10-Number of DATA_TOP's on the Target System [1] : Press enter button11-Target System RDBMS ORACLE_HOME Directory [/DB/db/tech_st/11.1.0] : Press enter button12-Do you want to preserve the Display [130.35.33.98:129.0] (y/n)? : n13-Target System Display [oraerp:0.0] : Press enter button

  • 8/13/2019 Apps Tasks

    18/40

    14-Do you want the the target system to have the same port values as the source system (y/n) [y] ? : n15-Target System Port Pool [0-99] : 0

    Checking the port pool 1

    Done: Port Pool 1 is free

    Report file located at /DB/db/tech_st/11.1.0/appsutil/temp/portpool.lst

    Complete port information available at /DB/db/tech_st/11.1.0/appsutil/temp/portp ool.lst

    Creating the new Database Context file from :

    /DB/db/tech_st/11.1.0/appsutil/template/adxdbctx.tmp

    The new database context file has been created :

    /DB/db/tech_st/11.1.0/appsutil/prod_oraerp.xml

    Log file located at /DB/db/tech_st/11.1.0/appsutil/clone/bin/CloneContext_031709 0428.log

    Check Clone Context logfile /DB/db/tech_st/11.1.0/appsutil/clone/bin/CloneContex t_0317090428.log for

    details.

    | 15% completed

    Completed Apply...

    Sat Mar 17 11:29:06 2012

    Starting database listener for prod:

    Running:

    /DB/db/tech_st/11.1.0/appsutil/scripts/prod_oraerp/addlnctl.sh start prod

    You are running addlnctl.sh version 120.1.12010000.2

    Logfile: /DB/db/tech_st/11.1.0/appsutil/log/prod_oraerp/addlnctl.txt

    Starting listener process prod ...

    Listener prod has already been started.addlnctl.sh: exiting with status 0

    Note: DB Port 0 =1521 , APP Port 0 = 8000

    On ORATEST Node (/APP):

    1- Su - applmgr2- cd /APP/apps/apps_st/comn/clone/bin/3- perl adcfgclone.pl appsTair4- Enter the APPS password : ********5- Target System Hostname (virtual or normal) [oraerp] : Press enter button6- Target System Database SID : ora7- Target System Database Server Node [oraerp] : Press enter button8- Target System Base Directory : /APP9- Target System Tools ORACLE_HOME Directory [/APP/apps/tech_st/10.1.2] : Press enter button10-Target System Web ORACLE_HOME Directory [/APP/apps/tech_st/10.1.3] : Press enter button11-Target System APPL_TOP Directory [/APP/apps/apps_st/appl] : Press enter button12-Target System COMMON_TOP Directory [/APP/apps/apps_st/comn] : Press enter button13-Target System Instance Home Directory [/APP/inst] : Press enter button

  • 8/13/2019 Apps Tasks

    19/40

    14-Target System Root Service [enabled] : Press enter button15-Target System Web Entry Point Services [enabled] : Press enter button16-Target System Web Application Services [enabled] : Press enter button17-Target System Batch Processing Services [enabled] : Press enter button18-Target System Other Services [disabled] : Press enter button19-Do you want to preserve the Display [oraerp:0.0] (y/n) ? : n20-Target System Display [oraerp:0.0] : Press enter button21-Target System Port Pool [0-99] : 0

    done: Port Pool 0 is free

    Report file located at /APP/inst/apps/prod_oraerp/admin/out/portpool.lst

    Complete port information available at /APP/inst/apps/prod_oraerp/admin/out/portpool.lst

    UTL_FILE_DIR on database tier consists of the following directories.

    1. /usr/tmp

    2. /tmp

    3. /DB/db/tech_st/11.1.0/appsutil/outbound/prod_oraerp

    4. /usr/tmp

    22-Choose a value which will be set as APPLPTMP value on the target node [1] : Press enter buttonCreating the new APPL_TOP Context file from :

    /APP/apps/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp

    The new APPL_TOP context file has been created:

    /APP/inst/apps/prod_oraerp/appl/admin/prod_oraerp.xml

    Log file located at /APP/apps/apps_st/comn/clone/bin/CloneContext_0317115634.lo g

    Check Clone Context logfile /APP/apps/apps_st/comn/clone/bin/CloneContext_03171 15634.log for details.

    APPS Password: Log file located at /APP/inst/apps/prod_oraerp/admin/log/ApplyA ppsTier_03171210.log| 78% completed

    Completed Apply...

    Sat Mar 17 13:05:03 2012

    Others after the Clone to start the concurrent manager which the following messages appear while starting the

    concurrent manager:

    Message1 No Manager

    Message1 status completed error

    On APPS Node:

    1- Su - applmgr2- Xhost +3- cd /APP/inst/apps/ora_oratest/ora/10.1.2/reports4- cp Tk2Motif_AL32UTF8.rgb Tk2Motif_AR8MSWIN1256.rgb5- cd /APP/apps/apps_st/appl6- vi ora_oratest.env7- add the shaded test on ora_test.env

  • 8/13/2019 Apps Tasks

    20/40

    Just copy the following text and past it after the following text the replace AL32UTF8

    With AR8MSWIN1256 .

    Before adding the text on ora_test.env

    After adding the text on ora_test.env

    Opening the concurrent manager :

    1- su applmgr2- cd /APP/ap*/ap*/ap*3- . ./AP*4- cd $INST_TOP5- cd admin/sc*6- ./adcmctl.sh start

    Download and upload template:

  • 8/13/2019 Apps Tasks

    21/40

    1- System administrator - click onDefine Profile Options - concurrent - program - Define

    2- Double click on Definepress find iconsearch for the template you want for example (Royal Active andResponsibility Users) then press Find button then OK.

    3- Copy the short name

    http://launchform%28%27http//oratest.royal.egy:8003/OA_HTML/RF.jsp?function_id=70&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=l5oxYKTYaRs-k93DGpdKHA..%27)http://launchform%28%27http//oratest.royal.egy:8003/OA_HTML/RF.jsp?function_id=70&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=l5oxYKTYaRs-k93DGpdKHA..%27)http://launchform%28%27http//oratest.royal.egy:8003/OA_HTML/RF.jsp?function_id=70&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=l5oxYKTYaRs-k93DGpdKHA..%27)http://launchform%28%27http//oratest.royal.egy:8003/OA_HTML/RF.jsp?function_id=70&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=l5oxYKTYaRs-k93DGpdKHA..%27)
  • 8/13/2019 Apps Tasks

    22/40

    4- Close the concurrent program screen - press Switch Responsibilityicon

    5- Search about XML Publisher Administrator hometemplates

    6- Past the short name in Code field the press enter - the link of the report name will appearpress onthis link.

  • 8/13/2019 Apps Tasks

    23/40

    7- To download the template click on the download icon of report.

    To amend on rdf report :

    1- Download the rdf report from the APP server:- Open XManager programXftp -

    Tivoli System Management (TSM):

    - ProductionDB Manual Backup (Full, Incremental):1- Login

    http://tsm:8421/ibm/defaultconsole

    2- Enter - Tivoli Storage Manager - Policy Domains and Client Nodes

    http://tsm:8421/ibm/defaultconsolehttp://tsm:8421/ibm/defaultconsolehttp://tsm:8421/ibm/console/!ut/p/kcxml/04_Sj9SPykssy0xPLMnMz0vM0Y_QjzKLN4g3NgfJgFlm-pFoIqboIo5wgXD9KLgBUXADouAao2AaoAxLF31fj_zcVP0gfW_9AP2C3NDQCINMzywTR0UA78ItPg!!/delta/base64xml/L0lDU0NTSUtDbEVLQ2xFS0NsRUEhL29Kb2dBRUlReGpCS0VwZ2pPTTVoZ3BDbGdRQSEvNEgxaUQtc0lhR0hZY0kzS093NHh1Y2Rod1RjbEFBISEvMjE2NzUvMzIzMi9sdHAvZHluYW1pY3VpLnBhZ2VpZC82XzBfOUkvZHluYW1pY3VpLmV4dGVuc2lvbm5vZGVpZC82XzBfM0EvZHluYW1pY3VpLnJlZGlyZWN0http://tsm:8421/ibm/console/!ut/p/kcxml/04_Sj9SPykssy0xPLMnMz0vM0Y_QjzKLN4g3NgfJgFlm-pFoIqboIo5wgXD9KLgBUXADouAao2AaoAxLF31fj_zcVP0gfW_9AP2C3NDQCINMzywTR0UA78ItPg!!/delta/base64xml/L0lDU0NTSUtDbEVLQ2xFS0NsRUEhL29Kb2dBRUlReGpCS0VwZ2pPTTVoZ3BDbGdRQSEvNEgxaUQtc0lhR0hZY0kzS093NHh1Y2Rod1RjbEFBISEvMjE2NzUvMzIzMi9sdHAvZHluYW1pY3VpLnBhZ2VpZC82XzBfOUkvZHluYW1pY3VpLmV4dGVuc2lvbm5vZGVpZC82XzBfM0EvZHluYW1pY3VpLnJlZGlyZWN0http://tsm:8421/ibm/defaultconsole
  • 8/13/2019 Apps Tasks

    24/40

    3- Click on SERVER1

    4- Check onORACLE_DOMAIN - Client Node Schedules

    http://tsm:8421/ibm/console/!ut/p/kcxml/04_Sj9SPykssy0xPLMnMz0vM0Y_QjzIrMQCDYDcgYeRu6unsaewa6GLuYuBkClJvFm8Qb2ymHwmmzeEiQDlidDoSp8yYkLpw_SioSnM4ywzOMoWxHGEMSxcwC5-RUXCrfT3yc1P1g_S99QP0C3JDQ0MjDDI9Mz11HR0VFQFbuTY6/delta/base64xml/L0lDU0lKQ1RPN29na21DU1Evb0tvUUFBSVFnakZJQUFRaENFSVFqR0VKemdBIS80SkZpQ28wZWgxaWNvblFWR2hkLXNJZDJFQSEhLzZ0MDAwMDAwU0YwMDAyRzVJQ0kzRVFEN0QwSjUvMjE3NDEvc2EuVDMwNTIzODJl?PC_6t000000SF0002G5ICI3EQD7D0J5_wti=T3052382e&PC_6t000000SF0002G5ICI3EQD7D0J5_PC_6t000000SF0002G5ICI3EQD7D0J5_wh=eTableC_W4ab0f811_W4a3d3811_0_1_dsmHyper#6t000000SF0002G5ICI3EQD7D0J5http://tsm:8421/ibm/console/!ut/p/kcxml/04_Sj9SPykssy0xPLMnMz0vM0Y_QjzIrMQCDYDcgYeRu6unsaewa6GLuYuBkClJvFm8Qb2ymHwmmzeEiQDlidDoSp8yYkLpw_SioSnM4ywzOMoWxHGEMSxcwC5-RUXCrfT3yc1P1g_S99QP0C3JDQ0MjDDI9Mz11HR0VFQFbuTY6/delta/base64xml/L0lDU0lKQ1RPN29na21DU1Evb0tvUUFBSVFnakZJQUFRaENFSVFqR0VKemdBIS80SkZpQ28wZWgxaWNvblFWR2hkLXNJZDJFQSEhLzZ0MDAwMDAwU0YwMDAyRzVJQ0kzRVFEN0QwSjUvMjE3NDEvc2EuVDMwNTIzODJl?PC_6t000000SF0002G5ICI3EQD7D0J5_wti=T3052382e&PC_6t000000SF0002G5ICI3EQD7D0J5_PC_6t000000SF0002G5ICI3EQD7D0J5_wh=eTableC_W4ab0f811_W4a3d3811_0_1_dsmHyper#6t000000SF0002G5ICI3EQD7D0J5http://tsm:8421/ibm/console/!ut/p/kcxml/04_Sj9SPykssy0xPLMnMz0vM0Y_QjzIrMQCDYDcgYeRu6uns6eXq62rhbBBsClJvFm8Qb2ymHwmmzeEiQDlidDoSp8yYkLpw_SioSnM4ywzOMoWxHGEMSxcwC9NIY9dAF3MXAye4FmNHHCoRlvt65Oem6gfpe-sH6BfkhoaGRhhkemZ6Zpk4OioCACUz67k!/delta/base64xml/L0lDU0lKQ1RPN29na21DU1Evb0tvUUFBSVFnakZJQUFRaENFSVFqR0VKemdBIS80SkZpQ28wZWgxaWNvblFWR2hkLXNJZDJFQSEhLzZ0MDAwMDAwU0YwMDAyRzVJQ0lKRU1FOEMwNDYvMjE4MTcvc2EuVDRkZmFmODNj?PC_6t000000SF0002G5ICIJEME8C046_wti=T4dfaf83c&PC_6t000000SF0002G5ICIJEME8C046_PC_6t000000SF0002G5ICIJEME8C046_wh=eTableC_W80af826_W7d23826_0_1_dsmHyper#6t000000SF0002G5ICIJEME8C046http://tsm:8421/ibm/console/!ut/p/kcxml/04_Sj9SPykssy0xPLMnMz0vM0Y_QjzIrMQCDYDcgYeRu6uns6eXq62rhbBBsClJvFm8Qb2ymHwmmzeEiQDlidDoSp8yYkLpw_SioSnM4ywzOMoWxHGEMSxcwC9NIY9dAF3MXAye4FmNHHCoRlvt65Oem6gfpe-sH6BfkhoaGRhhkemZ6Zpk4OioCACUz67k!/delta/base64xml/L0lDU0lKQ1RPN29na21DU1Evb0tvUUFBSVFnakZJQUFRaENFSVFqR0VKemdBIS80SkZpQ28wZWgxaWNvblFWR2hkLXNJZDJFQSEhLzZ0MDAwMDAwU0YwMDAyRzVJQ0lKRU1FOEMwNDYvMjE4MTcvc2EuVDRkZmFmODNj?PC_6t000000SF0002G5ICIJEME8C046_wti=T4dfaf83c&PC_6t000000SF0002G5ICIJEME8C046_PC_6t000000SF0002G5ICIJEME8C046_wh=eTableC_W80af826_W7d23826_0_1_dsmHyper#6t000000SF0002G5ICIJEME8C046http://tsm:8421/ibm/console/!ut/p/kcxml/04_Sj9SPykssy0xPLMnMz0vM0Y_QjzIrMQCDYDcgYeRu6uns6eXq62rhbBBsClJvFm8Qb2ymHwmmzeEiQDlidDoSp8yYkLpw_SioSnM4ywzOMoWxHGEMSxcwC9NIY9dAF3MXAye4FmNHHCoRlvt65Oem6gfpe-sH6BfkhoaGRhhkemZ6Zpk4OioCACUz67k!/delta/base64xml/L0lDU0lKQ1RPN29na21DU1Evb0tvUUFBSVFnakZJQUFRaENFSVFqR0VKemdBIS80SkZpQ28wZWgxaWNvblFWR2hkLXNJZDJFQSEhLzZ0MDAwMDAwU0YwMDAyRzVJQ0lKRU1FOEMwNDYvMjE4MTcvc2EuVDRkZmFmODNj?PC_6t000000SF0002G5ICIJEME8C046_wti=T4dfaf83c&PC_6t000000SF0002G5ICIJEME8C046_PC_6t000000SF0002G5ICIJEME8C046_wh=eTableC_W80af826_W7d23826_0_1_dsmHyper#6t000000SF0002G5ICIJEME8C046http://tsm:8421/ibm/console/!ut/p/kcxml/04_Sj9SPykssy0xPLMnMz0vM0Y_QjzIrMQCDYDcgYeRu6uns6eXq62rhbBBsClJvFm8Qb2ymHwmmzeEiQDlidDoSp8yYkLpw_SioSnM4ywzOMoWxHGEMSxcwC9NIY9dAF3MXAye4FmNHHCoRlvt65Oem6gfpe-sH6BfkhoaGRhhkemZ6Zpk4OioCACUz67k!/delta/base64xml/L0lDU0lKQ1RPN29na21DU1Evb0tvUUFBSVFnakZJQUFRaENFSVFqR0VKemdBIS80SkZpQ28wZWgxaWNvblFWR2hkLXNJZDJFQSEhLzZ0MDAwMDAwU0YwMDAyRzVJQ0lKRU1FOEMwNDYvMjE4MTcvc2EuVDRkZmFmODNj?PC_6t000000SF0002G5ICIJEME8C046_wti=T4dfaf83c&PC_6t000000SF0002G5ICIJEME8C046_PC_6t000000SF0002G5ICIJEME8C046_wh=eTableC_W80af826_W7d23826_0_1_dsmHyper#6t000000SF0002G5ICIJEME8C046http://tsm:8421/ibm/console/!ut/p/kcxml/04_Sj9SPykssy0xPLMnMz0vM0Y_QjzIrMQCDYDcgYeRu6unsaewa6GLuYuBkClJvFm8Qb2ymHwmmzeEiQDlidDoSp8yYkLpw_SioSnM4ywzOMoWxHGEMSxcwC5-RUXCrfT3yc1P1g_S99QP0C3JDQ0MjDDI9Mz11HR0VFQFbuTY6/delta/base64xml/L0lDU0lKQ1RPN29na21DU1Evb0tvUUFBSVFnakZJQUFRaENFSVFqR0VKemdBIS80SkZpQ28wZWgxaWNvblFWR2hkLXNJZDJFQSEhLzZ0MDAwMDAwU0YwMDAyRzVJQ0kzRVFEN0QwSjUvMjE3NDEvc2EuVDMwNTIzODJl?PC_6t000000SF0002G5ICI3EQD7D0J5_wti=T3052382e&PC_6t000000SF0002G5ICI3EQD7D0J5_PC_6t000000SF0002G5ICI3EQD7D0J5_wh=eTableC_W4ab0f811_W4a3d3811_0_1_dsmHyper#6t000000SF0002G5ICI3EQD7D0J5
  • 8/13/2019 Apps Tasks

    25/40

    5- Check onFULLDB_ONLINE_BACKUPorINCRDB_ONLINE_BACKUP - Select Action - Run Now

    6- Click on Update Table button

    7- Check on PRODDB_CLUSTER - OK

    http://tsm:8421/ibm/console/!ut/p/kcxml/jZBdC4IwFIZ_i7_gHJybdbn8nGVZIuluRELE8KMLCfr3qaQ3JbnB9nDe5wx2QEICssmeZZF1ZdtkFcQgWYfjCu3-UB0qDOG5mu85qOLgsxRTwiAZb32u0L6yopOv08g_7wryY-ozsZnoRHyCrTnS95PEOpu6ibu5hfAF07N8a2NgSJdyJwyIjQFbyl1BTQtdfTGfPue7bZ3DpR_G7yH4p6PAA4Ks8iK7vSCEPQTwqKMoirEUw75rNueK8ga-eZc-/delta/base64xml/L0lJSk03dWlDU1lKSi9vQXd3QUFDWWdBQ0VJUWhDRUVJaEZLQSEvNEZHZ2RZbktKMEZSb1hmckNIZGgvNnQwMDAwMDBTRjAwMDJHNUlDSUpITU9OSTBMMC8yMzg4MS9zYS5UYzFlZjg2Yw!!?PC_6t000000SF0002G5ICIJHMONI0L0_wti=Tc1ef86c&PC_6t000000SF0002G5ICIJHMONI0L0_PC_6t000000SF0002G5ICIJHMONI0L0_wh=eTableC_tblSchedulesTblId_W345cb858_0_1_dsmHyper#6t000000SF0002G5ICIJHMONI0L0http://tsm:8421/ibm/console/!ut/p/kcxml/jZBdC4IwFIZ_i7_gHJybdbn8nGVZIuluRELE8KMLCfr3qaQ3JbnB9nDe5wx2QEICssmeZZF1ZdtkFcQgWYfjCu3-UB0qDOG5mu85qOLgsxRTwiAZb32u0L6yopOv08g_7wryY-ozsZnoRHyCrTnS95PEOpu6ibu5hfAF07N8a2NgSJdyJwyIjQFbyl1BTQtdfTGfPue7bZ3DpR_G7yH4p6PAA4Ks8iK7vSCEPQTwqKMoirEUw75rNueK8ga-eZc-/delta/base64xml/L0lJSk03dWlDU1lKSi9vQXd3QUFDWWdBQ0VJUWhDRUVJaEZLQSEvNEZHZ2RZbktKMEZSb1hmckNIZGgvNnQwMDAwMDBTRjAwMDJHNUlDSUpITU9OSTBMMC8yMzg4MS9zYS5UYzFlZjg2Yw!!?PC_6t000000SF0002G5ICIJHMONI0L0_wti=Tc1ef86c&PC_6t000000SF0002G5ICIJHMONI0L0_PC_6t000000SF0002G5ICIJHMONI0L0_wh=eTableC_tblSchedulesTblId_W345cb858_0_1_dsmHyper#6t000000SF0002G5ICIJHMONI0L0http://tsm:8421/ibm/console/!ut/p/kcxml/jZBdC4IwFIZ_i7_gHJybdbn8nGVZIuluRELE8KMLCfr3qaQ3JbnB9nDe5wx2QEICssmeZZF1ZdtkFcQgWYfjCu3-UB0qDOG5mu85qOLgsxRTwiAZb32u0L6yopOv08g_7wryY-ozsZnoRHyCrTnS95PEOpu6ibu5hfAF07N8a2NgSJdyJwyIjQFbyl1BTQtdfTGfPue7bZ3DpR_G7yH4p6PAA4Ks8iK7vSCEPQTwqKMoirEUw75rNueK8ga-eZc-/delta/base64xml/L0lJSk03dWlDU1lKSi9vQXd3QUFDWWdBQ0VJUWhDRUVJaEZLQSEvNEZHZ2RZbktKMEZSb1hmckNIZGgvNnQwMDAwMDBTRjAwMDJHNUlDSUpITU9OSTBMMC8yMzg4MS9zYS5UYzFlZjg2Yw!!?PC_6t000000SF0002G5ICIJHMONI0L0_wti=Tc1ef86c&PC_6t000000SF0002G5ICIJHMONI0L0_PC_6t000000SF0002G5ICIJHMONI0L0_wh=eTableC_tblSchedulesTblId_W345cb858_0_1_dsmHyper#6t000000SF0002G5ICIJHMONI0L0http://tsm:8421/ibm/console/!ut/p/kcxml/jZBdC4IwFIZ_i7_gHJybdbn8nGVZIuluRELE8KMLCfr3qaQ3JbnB9nDe5wx2QEICssmeZZF1ZdtkFcQgWYfjCu3-UB0qDOG5mu85qOLgsxRTwiAZb32u0L6yopOv08g_7wryY-ozsZnoRHyCrTnS95PEOpu6ibu5hfAF07N8a2NgSJdyJwyIjQFbyl1BTQtdfTGfPue7bZ3DpR_G7yH4p6PAA4Ks8iK7vSCEPQTwqKMoirEUw75rNueK8ga-eZc-/delta/base64xml/L0lJSk03dWlDU1lKSi9vQXd3QUFDWWdBQ0VJUWhDRUVJaEZLQSEvNEZHZ2RZbktKMEZSb1hmckNIZGgvNnQwMDAwMDBTRjAwMDJHNUlDSUpITU9OSTBMMC8yMzg4NS9zYS5UMTBiMjc4NmM!?PC_6t000000SF0002G5ICIJHMONI0L0_wti=T10b2786c&PC_6t000000SF0002G5ICIJHMONI0L0_PC_6t000000SF0002G5ICIJHMONI0L0_wh=eTableC_tblSchedulesTblId_W345cb858_1_1_dsmHyper#6t000000SF0002G5ICIJHMONI0L0http://tsm:8421/ibm/console/!ut/p/kcxml/jZBdC4IwFIZ_i7_gHJybdbn8nGVZIuluRELE8KMLCfr3qaQ3JbnB9nDe5wx2QEICssmeZZF1ZdtkFcQgWYfjCu3-UB0qDOG5mu85qOLgsxRTwiAZb32u0L6yopOv08g_7wryY-ozsZnoRHyCrTnS95PEOpu6ibu5hfAF07N8a2NgSJdyJwyIjQFbyl1BTQtdfTGfPue7bZ3DpR_G7yH4p6PAA4Ks8iK7vSCEPQTwqKMoirEUw75rNueK8ga-eZc-/delta/base64xml/L0lJSk03dWlDU1lKSi9vQXd3QUFDWWdBQ0VJUWhDRUVJaEZLQSEvNEZHZ2RZbktKMEZSb1hmckNIZGgvNnQwMDAwMDBTRjAwMDJHNUlDSUpITU9OSTBMMC8yMzg4NS9zYS5UMTBiMjc4NmM!?PC_6t000000SF0002G5ICIJHMONI0L0_wti=T10b2786c&PC_6t000000SF0002G5ICIJHMONI0L0_PC_6t000000SF0002G5ICIJHMONI0L0_wh=eTableC_tblSchedulesTblId_W345cb858_1_1_dsmHyper#6t000000SF0002G5ICIJHMONI0L0http://tsm:8421/ibm/console/!ut/p/kcxml/jZBdC4IwFIZ_i7_gHJybdbn8nGVZIuluRELE8KMLCfr3qaQ3JbnB9nDe5wx2QEICssmeZZF1ZdtkFcQgWYfjCu3-UB0qDOG5mu85qOLgsxRTwiAZb32u0L6yopOv08g_7wryY-ozsZnoRHyCrTnS95PEOpu6ibu5hfAF07N8a2NgSJdyJwyIjQFbyl1BTQtdfTGfPue7bZ3DpR_G7yH4p6PAA4Ks8iK7vSCEPQTwqKMoirEUw75rNueK8ga-eZc-/delta/base64xml/L0lJSk03dWlDU1lKSi9vQXd3QUFDWWdBQ0VJUWhDRUVJaEZLQSEvNEZHZ2RZbktKMEZSb1hmckNIZGgvNnQwMDAwMDBTRjAwMDJHNUlDSUpITU9OSTBMMC8yMzg4NS9zYS5UMTBiMjc4NmM!?PC_6t000000SF0002G5ICIJHMONI0L0_wti=T10b2786c&PC_6t000000SF0002G5ICIJHMONI0L0_PC_6t000000SF0002G5ICIJHMONI0L0_wh=eTableC_tblSchedulesTblId_W345cb858_1_1_dsmHyper#6t000000SF0002G5ICIJHMONI0L0http://tsm:8421/ibm/console/!ut/p/kcxml/jZBdC4IwFIZ_i7_gHJybdbn8nGVZIuluRELE8KMLCfr3qaQ3JbnB9nDe5wx2QEICssmeZZF1ZdtkFcQgWYfjCu3-UB0qDOG5mu85qOLgsxRTwiAZb32u0L6yopOv08g_7wryY-ozsZnoRHyCrTnS95PEOpu6ibu5hfAF07N8a2NgSJdyJwyIjQFbyl1BTQtdfTGfPue7bZ3DpR_G7yH4p6PAA4Ks8iK7vSCEPQTwqKMoirEUw75rNueK8ga-eZc-/delta/base64xml/L0lJSk03dWlDU1lKSi9vQXd3QUFDWWdBQ0VJUWhDRUVJaEZLQSEvNEZHZ2RZbktKMEZSb1hmckNIZGgvNnQwMDAwMDBTRjAwMDJHNUlDSUpITU9OSTBMMC8yMzg4NS9zYS5UMTBiMjc4NmM!?PC_6t000000SF0002G5ICIJHMONI0L0_wti=T10b2786c&PC_6t000000SF0002G5ICIJHMONI0L0_PC_6t000000SF0002G5ICIJHMONI0L0_wh=eTableC_tblSchedulesTblId_W345cb858_1_1_dsmHyper#6t000000SF0002G5ICIJHMONI0L0http://tsm:8421/ibm/console/!ut/p/kcxml/jZBdC4IwFIZ_i7_gHJybdbn8nGVZIuluRELE8KMLCfr3qaQ3JbnB9nDe5wx2QEICssmeZZF1ZdtkFcQgWYfjCu3-UB0qDOG5mu85qOLgsxRTwiAZb32u0L6yopOv08g_7wryY-ozsZnoRHyCrTnS95PEOpu6ibu5hfAF07N8a2NgSJdyJwyIjQFbyl1BTQtdfTGfPue7bZ3DpR_G7yH4p6PAA4Ks8iK7vSCEPQTwqKMoirEUw75rNueK8ga-eZc-/delta/base64xml/L0lJSk03dWlDU1lKSi9vQXd3QUFDWWdBQ0VJUWhDRUVJaEZLQSEvNEZHZ2RZbktKMEZSb1hmckNIZGgvNnQwMDAwMDBTRjAwMDJHNUlDSUpITU9OSTBMMC8yMzg4MS9zYS5UYzFlZjg2Yw!!?PC_6t000000SF0002G5ICIJHMONI0L0_wti=Tc1ef86c&PC_6t000000SF0002G5ICIJHMONI0L0_PC_6t000000SF0002G5ICIJHMONI0L0_wh=eTableC_tblSchedulesTblId_W345cb858_0_1_dsmHyper#6t000000SF0002G5ICIJHMONI0L0
  • 8/13/2019 Apps Tasks

    26/40

    - Checking the status of production DB by Tivoli :1- StartAll Programs- AccessoriesRemote Desktop Connection:

    User Name: kshafeek

    Password: **********

    2-

    3-

    - TSM Backup:-

    1- StartRun

  • 8/13/2019 Apps Tasks

    27/40

    To run the Payroll program:

    1- Install the Jinitiator.2- Copy (jvm.dll) file from the following path:

    C:\Program Files (x86)\Java\jre1.6.0_07\bin\client

    3- Past (jvm.dll) file from the following path:C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\hotspot

    4- After starting the program you have to make the following :ALT+CTRL+DEL then CANCEL

    The previous steps to allow you to enter the user name and password

    Creating Template:

    1- Generating RDF file:1- Coping the SQL in the report builder2- run the wizard bynewwizardsave .rdf

    2- Generating XML file:1- After saving the report.rdf then compile all.2- Filegenerate to filexml.

    3- Generating the report .rtf:1- Setup the Publisher Desktop Windows this to appear add-ins when open the word.2- Open word fileadd-insdataload xml dataopen

  • 8/13/2019 Apps Tasks

    28/40

    3- Design the data:- add-ins - inserttable/form

  • 8/13/2019 Apps Tasks

    29/40

  • 8/13/2019 Apps Tasks

    30/40

    Note: right click on the data tabletable propertiesRowUncheck Allow Row to break across pages.

    4-

    Uploading the RDF report:- Connect to the Xmanager Enterprise 3 - Xftp - openprodapp (172.27.1.3)

    UN: applmgr

    PW: **********

    - OR Connect to the Xmanager Enterprise 3 - Xftp - Address: 172.27.1.3

    UN: applmgr

    PW: **********

    - OR Connect to the Xmanager Enterprise 3 - Xftp - new

  • 8/13/2019 Apps Tasks

    31/40

    Or

    Then

    UN: applmgr

    PW: **********

    - Then copy the rdf report from your machine then past it in the following paths depends on the module

    which the report belongs to:

    /APP/apps/apps_st/appl/ap/12.0.0/reports/US

    /services/apps/apps_st/appl/ap/12.0.0/reports/US

    - Then Connect to the Xmanager Enterprise 3 - Xftp - Address: 172.27.1.2

    UN: applmgr

    PW: **********

    Then copy the rdf report from your machine then past it in the following path:

    /services/apps/apps_st/appl/ap/12.0.0/reports/US

    5- Uploading the RTF report:1- Example for Naming Rules

    (For example the report name is Royal Bank Cash)

    1- RDF Name: ROYBNKCSH.rdf2- RTF Name: Royal Bank Cash3- Data Definition Name: Royal Bank Cash4- Data Definition Code: ROYBNKCSH

  • 8/13/2019 Apps Tasks

    32/40

    5- Template Name: Royal Bank Cash6- Template Code: ROYBNKCSH7- Concurrent Program: Royal Bank Cash8- Short Name: ROYBNKCSH9- Executable: ROYBNKCSH10-Executable File Name:ROYBNKCSH

    2- Creating Data Definition:-XML Publisher Administrator-Data Definitions- Create Data Definition

    3- Creating Template:-XML Publisher Administrator-Data Definitions- Creating Template

    http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=24195&navRespAppId=603&navSecGrpId=0&transactionid=859550044&oapc=4&oas=40m0f1mOPNeVQrqVKVPJrw..http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=24195&navRespAppId=603&navSecGrpId=0&transactionid=859550044&oapc=4&oas=40m0f1mOPNeVQrqVKVPJrw..http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=24195&navRespAppId=603&navSecGrpId=0&transactionid=859550044&oapc=4&oas=40m0f1mOPNeVQrqVKVPJrw..http://oratest.royal.egy:8002/OA_HTML/RF.jsp?function_id=23826&resp_id=24195&resp_appl_id=603&security_group_id=0&lang_code=US&params=o7cFn5.TqMJ.ZbDjREC.TfowTHb.q3-9uKtALlboB18&oas=XKHf8QDGYb9X7IXFCgnrgg..http://oratest.royal.egy:8002/OA_HTML/RF.jsp?function_id=23826&resp_id=24195&resp_appl_id=603&security_group_id=0&lang_code=US&params=o7cFn5.TqMJ.ZbDjREC.TfowTHb.q3-9uKtALlboB18&oas=XKHf8QDGYb9X7IXFCgnrgg..http://oratest.royal.egy:8002/OA_HTML/RF.jsp?function_id=23826&resp_id=24195&resp_appl_id=603&security_group_id=0&lang_code=US&params=o7cFn5.TqMJ.ZbDjREC.TfowTHb.q3-9uKtALlboB18&oas=XKHf8QDGYb9X7IXFCgnrgg..http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=24195&navRespAppId=603&navSecGrpId=0&transactionid=859550044&oapc=4&oas=40m0f1mOPNeVQrqVKVPJrw..http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=24195&navRespAppId=603&navSecGrpId=0&transactionid=859550044&oapc=4&oas=40m0f1mOPNeVQrqVKVPJrw..http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=24195&navRespAppId=603&navSecGrpId=0&transactionid=859550044&oapc=4&oas=40m0f1mOPNeVQrqVKVPJrw..http://oratest.royal.egy:8002/OA_HTML/RF.jsp?function_id=23826&resp_id=24195&resp_appl_id=603&security_group_id=0&lang_code=US&params=o7cFn5.TqMJ.ZbDjREC.TfowTHb.q3-9uKtALlboB18&oas=XKHf8QDGYb9X7IXFCgnrgg..http://oratest.royal.egy:8002/OA_HTML/RF.jsp?function_id=23826&resp_id=24195&resp_appl_id=603&security_group_id=0&lang_code=US&params=o7cFn5.TqMJ.ZbDjREC.TfowTHb.q3-9uKtALlboB18&oas=XKHf8QDGYb9X7IXFCgnrgg..http://oratest.royal.egy:8002/OA_HTML/RF.jsp?function_id=23826&resp_id=24195&resp_appl_id=603&security_group_id=0&lang_code=US&params=o7cFn5.TqMJ.ZbDjREC.TfowTHb.q3-9uKtALlboB18&oas=XKHf8QDGYb9X7IXFCgnrgg..http://oratest.royal.egy:8002/OA_HTML/RF.jsp?function_id=23826&resp_id=24195&resp_appl_id=603&security_group_id=0&lang_code=US&params=o7cFn5.TqMJ.ZbDjREC.TfowTHb.q3-9uKtALlboB18&oas=XKHf8QDGYb9X7IXFCgnrgg..http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=24195&navRespAppId=603&navSecGrpId=0&transactionid=859550044&oapc=4&oas=40m0f1mOPNeVQrqVKVPJrw..http://oratest.royal.egy:8002/OA_HTML/RF.jsp?function_id=23826&resp_id=24195&resp_appl_id=603&security_group_id=0&lang_code=US&params=o7cFn5.TqMJ.ZbDjREC.TfowTHb.q3-9uKtALlboB18&oas=XKHf8QDGYb9X7IXFCgnrgg..http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=24195&navRespAppId=603&navSecGrpId=0&transactionid=859550044&oapc=4&oas=40m0f1mOPNeVQrqVKVPJrw..
  • 8/13/2019 Apps Tasks

    33/40

    4- Creating the Executable:- System Administrator - Concurrent: Program - Executable :

    5- Creating the Concurrent Program:- System Administrator - Concurrent: Program - Define:

    http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=20420&navRespAppId=1&navSecGrpId=0&transactionid=1479744458&oapc=19&oas=fDB6bBaqvdfaHUFthYBD3A..http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=20420&navRespAppId=1&navSecGrpId=0&transactionid=1479744458&oapc=19&oas=fDB6bBaqvdfaHUFthYBD3A..http://launchform%28%27http//oratest.royal.egy:8002/OA_HTML/RF.jsp?function_id=77&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=4_Jf_ZUSevZLh-PrFqZNOA..%27)http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=20420&navRespAppId=1&navSecGrpId=0&transactionid=1479744458&oapc=19&oas=fDB6bBaqvdfaHUFthYBD3A..http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=20420&navRespAppId=1&navSecGrpId=0&transactionid=1479744458&oapc=19&oas=fDB6bBaqvdfaHUFthYBD3A..http://launchform%28%27http//oratest.royal.egy:8002/OA_HTML/RF.jsp?function_id=89&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=cdzrAfW1xtWYDn44jsb8NQ..%27)http://launchform%28%27http//oratest.royal.egy:8002/OA_HTML/RF.jsp?function_id=89&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=cdzrAfW1xtWYDn44jsb8NQ..%27)http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=20420&navRespAppId=1&navSecGrpId=0&transactionid=1479744458&oapc=19&oas=fDB6bBaqvdfaHUFthYBD3A..http://launchform%28%27http//oratest.royal.egy:8002/OA_HTML/RF.jsp?function_id=77&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=4_Jf_ZUSevZLh-PrFqZNOA..%27)http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=20420&navRespAppId=1&navSecGrpId=0&transactionid=1479744458&oapc=19&oas=fDB6bBaqvdfaHUFthYBD3A..
  • 8/13/2019 Apps Tasks

    34/40

    - Then press Parameters Button

    6- Connect between the Responsibility and the Concurrent Program:- System Administrator - Security : Responsibility - Define - Responsibility Name find the

    responsibility which you want to add the report on it (Cosmetic Accounts Payables) for

    example

    - Then go to Request Group the copy the name field for example (All Reports).

    http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=20420&navRespAppId=1&navSecGrpId=0&transactionid=1479744458&oapc=19&oas=fDB6bBaqvdfaHUFthYBD3A..http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=20420&navRespAppId=1&navSecGrpId=0&transactionid=1479744458&oapc=19&oas=fDB6bBaqvdfaHUFthYBD3A..http://launchform%28%27http//oratest.royal.egy:8002/OA_HTML/RF.jsp?function_id=89&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=cdzrAfW1xtWYDn44jsb8NQ..%27)http://launchform%28%27http//oratest.royal.egy:8002/OA_HTML/RF.jsp?function_id=89&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=cdzrAfW1xtWYDn44jsb8NQ..%27)http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=20420&navRespAppId=1&navSecGrpId=0&transactionid=1479744458&oapc=19&oas=fDB6bBaqvdfaHUFthYBD3A..
  • 8/13/2019 Apps Tasks

    35/40

    - Then go -System Administrator - Security: Responsibility -Request

    http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=20420&navRespAppId=1&navSecGrpId=0&transactionid=1479744458&oapc=19&oas=fDB6bBaqvdfaHUFthYBD3A..http://launchform%28%27http//oratest.royal.egy:8002/OA_HTML/RF.jsp?function_id=105&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=hJypqkHSPJIFr7DHQor20w..%27)http://launchform%28%27http//oratest.royal.egy:8002/OA_HTML/RF.jsp?function_id=105&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=hJypqkHSPJIFr7DHQor20w..%27)http://oratest.royal.egy:8002/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=20420&navRespAppId=1&navSecGrpId=0&transactionid=1479744458&oapc=19&oas=fDB6bBaqvdfaHUFthYBD3A..
  • 8/13/2019 Apps Tasks

    36/40

    - Then add the report (Royal Bank Cash) to the Group:

  • 8/13/2019 Apps Tasks

    37/40

    Notes:

    1- Data Definition Code = Concurrent Short Name

    Compile Form on Production

    1- Close the /APP and the /services and letthe listener and the database open.2- cd /APP/apps/apps_st/appl/

    3- . ./APPSPROD_oraerp.env

    4- cd $AD_TOP

    5- cd bin/

    6- ./adadmin

    Copyright (c) 2002 Oracle Corporation

    Redwood Shores, California, USA

    Oracle Applications AD Administration

    Version 12.0.0

    NOTE: You may not use this utility for custom development

    unless you have written permission from Oracle Corporation.

    Your default directory is '/APP/apps/apps_st/appl'.

    7- Is this the correct APPL_TOP [Yes]? Press enter button

    AD Administration records your AD Administration session in a text file

    you specify. Enter your AD Administration log file name or press [Return]

    to accept the default file name shown in brackets.

    8- Filename [adadmin.log] : Compile_sysdate

    ************* Start of AD Administration session *************

    AD Administration version: 12.0.0

    AD Administration started at: Mon Mar 12 2012 13:07:25

    APPL_TOP is set to /APP/apps/apps_st/appl

    You can be notified by email if a failure occurs.

    9- Do you wish to activate this feature [No]? Press enter button

    10- Please enter the batchsize [1000] : Press enter button

    Please enter the name of the Oracle Applications System that this

    APPL_TOP belongs to.

  • 8/13/2019 Apps Tasks

    38/40

    The Applications System name must be unique across all Oracle

    Applications Systems at your site, must be from 1 to 30 characters

    long, may only contain alphanumeric and underscore characters,

    and must start with a letter.

    Sample Applications System names are: "prod", "test", "demo" and

    "Development_2".

    Applications System Name [PROD] : PROD *

    NOTE: If you do not currently have certain types of files installed

    in this APPL_TOP, you may not be able to perform certain tasks.

    Example 1: If you don't have files used for installing or upgrading

    the database installed in this area, you cannot install or upgrade

    the database from this APPL_TOP.

    Example 2: If you don't have forms files installed in this area, you cannot

    generate them or run them from this APPL_TOP.

    Example 3: If you don't have concurrent program files installed in this area,

    you cannot relink concurrent programs or generate reports from this APPL_TOP.

    Do you currently have files used for installing or upgrading the database

    installed in this APPL_TOP [YES] ? YES *

    Do you currently have Java and HTML files for HTML-based functionality

    installed in this APPL_TOP [YES] ? YES *

    Do you currently have Oracle Applications forms files installed

    in this APPL_TOP [YES] ? YES *

    Do you currently have concurrent program files installed

    in this APPL_TOP [YES] ? YES *

    Please enter the name Oracle Applications will use to identify this APPL_TOP.

    The APPL_TOP name you select must be unique within an Oracle Applications

    System, must be from 1 to 30 characters long, may only contain

    alphanumeric and underscore characters, and must start with a letter.

    Sample APPL_TOP Names are: "prod_all", "demo3_forms2", and "forms1".

    APPL_TOP Name [oraerp] : oraerp *

    You are about to use or modify Oracle Applications product tables

    in your ORACLE database 'PROD'

    using ORACLE executables in '/APP/apps/tech_st/10.1.2'.

    11- Is this the correct database [Yes]? Press enter button

    AD Administration needs the password for your 'SYSTEM' ORACLE schema

    in order to determine your installation configuration.

    12- Enter the password for your 'SYSTEM' ORACLE schema: ************

    The ORACLE username specified below for Application Object Library

    uniquely identifies your existing product group: APPLSYS

    13- Enter the ORACLE password of Application Object Library [APPS] :*******

    AD Administration is verifying your username/password.

    The status of various features in this run of AD Administration is:

    Feature Active? APPLTOP Data model Flags

    ------------------------------ ------- -------- ----------- -----------

    CHECKFILE Yes 1 1 Y N N Y N Y

    PREREQ Yes 6 6 Y N N Y N Y

  • 8/13/2019 Apps Tasks

    39/40

    CONCURRENT_SESSIONS No 2 2 Y Y N Y Y N

    PATCH_TIMING Yes 2 2 Y N N Y N Y

    PATCH_HIST_IN_DB Yes 6 6 Y N N Y N Y

    SCHEMA_SWAP Yes 1 1 Y N N Y Y Y

    JAVA_WORKER Yes 1 1 Y N N Y N Y

    CODELEVEL Yes 1 1 Y N N Y N Y

    Identifier for the current session is 14757

    Reading product information from file...

    Reading language and territory information from file...

    Reading language information from applUS.txt ...

    AD Administration warning:

    Product Data File

    /APP/apps/apps_st/appl/admin/zfaprod.txt

    does not exist for product "zfa".

    This product is registered in the database but the

    above file does not exist in APPL_TOP. The product

    will be ignored without error.

    AD Administration warning:

    Product Data File

    /APP/apps/apps_st/appl/admin/zsaprod.txt

    does not exist for product "zsa".

    This product is registered in the database but the

    above file does not exist in APPL_TOP. The product

    will be ignored without error.

    AD Administration warning:

    Product Data File

    /APP/apps/apps_st/appl/admin/jtsprod.txt

    does not exist for product "jts".

    This product is registered in the database but the

    above file does not exist in APPL_TOP. The product

    will be ignored without error.

    Reading database to see what industry is currently installed.

    Reading FND_LANGUAGES to see what is currently installed.

    Currently, the following language is installed:

    Code Language Status

    ---- --------------------------------------- ---------

  • 8/13/2019 Apps Tasks

    40/40

    US American English Base

    Your base language will be AMERICAN.

    Setting up module information.

    Reading database for information about the modules.

    Saving module information.

    Reading database for information about the products.

    Reading database for information about how products depend on each other.

    Reading topfile.txt ...

    Saving product information.

    AD code level : [B.1]

    14-