Maintenance pack on multi node env

Hi
I wants to apply the maintenance pack u3480000 on a multinode environment .
I know , in a multinode environment we have to apply the patch in admin node first and then to remaining nodes.
My question is
Applying maintenance pack takes more than 24 hours to complete, whats the best practice to apply maintenance pack on a multinode env since I have to apply on both the nodes (admin and apps) logically which takes 24 + 24 hours to complete ?
I assume that we have to start the adpatch with some options ....
Pls correct If i am wrong ...
Thanks
Rajan

But still I am little confused , could u pls shortly explain what will u do in this case? Rajan,
If you check the note posted above, you would find many techniques which would help to estimate the time and reduce it when applying the patch on the production instance. Applying the patch on the Test instance first would perform an analysis of the effects of applying a patch, and let you know how long it takes to apply it on production. In addition, you would be able to address any issues which might encounter during the upgrade.
You may also use Distributed AD reduce downtime by efficiently utilizing all the available resources on a shared application file system (In case you have Shared Application Tier File System).
Please review the note one more time, and if you are still confused, please feel free to ask.
Good Luck :)

Similar Messages

  • How to run all Concurrent Requests in a single node in a multi node env

    DB;11.1.0.7
    Oracle Apps:12.1.1
    OS:Linux 86x64 Red Hat
    PCP setting is enabled.
    Load Balancer is enabled.
    APPLDCP=ON
    Could anyone please share - How to run all Concurrent Requests in a single node in a multi node env where there are 3 web tier nodes?
    Thanks for your time!
    Regards,

    PCP setting is enabled.
    Load Balancer is enabled.
    APPLDCP=ON
    Could anyone please share - How to run all Concurrent Requests in a single node in a multi node env where there are 3 web tier nodes?Concurrent requests will be processed by the CM nodes and it has nothing to do with the 3 web tier nodes you have.
    If you mean the database instance, then please see these docs.
    How to run a concurrent program against a specific RAC instance with PCP/RAC setup? [ID 1129203.1]
    In A PCP/RAC Configuration, How To Find Out On Which RAC Instance FNDSM Is Currently Running? [ID 1089396.1]
    Thanks,
    Hussein

  • About maintenance packs

    I want to install the maintenance packs for HRCS 9.0 and I want to use the other language not only English. Should I need to install the maintenance packs Multi-Language only or I must install both the Multi-Language packs and English packs? For example, should I install the PeopleSoft Enterprise Human Resources Management System and Campus Solutions 9.0 - Maintenance Pack 6 - Multi-Language only or both the PeopleSoft Enterprise Human Resources Management System and Campus Solutions 9.0 - Maintenance Pack 6 - Multi-Language and PeopleSoft Enterprise HRMS and Campus Solutions 9.0 - Maintenance Pack 6?By the way, after I have installed the Maintenance Pack 6,I use ctrl+j to see the information of my peoplesoft system and I found that the Service Pack is 0 still. Why?

    Hi All,
        This is the web site that is built to help the consultant who is having problem in implimentation, support & while practice. But you are playing is this to gain point Both the reddy. from morning you ask the query & other on replays. this in not fair.
    Stop this things immediatly.
    pherasath

  • Identify to which mid-tier you are be connected on a multi-node R12 env

    How can we identify to which mid-tier we are be connected on a multi-node R12 environment through backend
    Do someone have a handy script to get the details of the connected sessions on each middle-tier node

    hi
    user481019 wrote:
    How can we identify to which mid-tier we are be connected on a multi-node R12 environment through backendFND_NODES table contains information about node_names and services enabled on a node.
    In multinode instance if you want to know which node is running what services, You can query the fnd_nodes and get that information.
    Do someone have a handy script to get the details of the connected sessions on each middle-tier nodefnd_logins
    fnd_user
    v$process
    v$session
    REM
    REM It's configured to work with SQL Directory (SQLDIR).
    REM SQLDIR is a utility that allows easy organization and
    REM execution of SQL*Plus scripts using user-friendly menu.
    REM
    REM
    REM File:
    REM a_user_ses_R11i.10.2.sql
    REM
    REM <SQLDIR_GRP>APPS APPS_ADMIN USER MOST</SQLDIR_GRP>
    REM
    REM SQLDIR Group Descriptions:
    REM     APPS     -     APPS General
    REM     APPS_INST     -     APPS Installation
    REM     APPS_CONC_PROG     -     APPS Concurrent Programs
    REM     APPS_CONC_MAN     -     APPS Concurrent Managers
    REM     APPS_ADMIN     -     APPS Administration
    REM     DBF     - Data Files
    REM     TABSP     - Tablespace
    REM     UTIL     - Utility
    REM     INDX     - Index
    REM     LOG     - Redo Log
    REM     RBS     - Rollback
    REM     MAINT     - Maintenance
    REM     REVERSE     - Reverse Engineering
    REM     SGA     - SGA Maintenance
    REM     TAB     - Table
    REM     USER     - User Management
    REM     STATS     - Statistics
    REM     STORAGE     - Storage Management
    REM     INIT     - Database Init Parameters
    REM     LATCH     - Latches
    REM     LOCK     - Locks
    REM     SEGMENT     - Segment Management
    REM     BACKUP     - Backup Management
    REM     PQ     - Parallel Query
    REM     TRACE     - SQL Tracing Tuning
    REM     PART     - Partitioning
    REM     MOST     - Favorite Scripts
    REM
    REM
    REM
    REM
    REM Purpose:
    REM <SQLDIR_TXT>
    REM     This script reports APPS active middle-tier sessions
    REM     (works with newest 11.5.10.2 framework)
    REM </SQLDIR_TXT>
    REM
    REM Usage:
    REM a_user_ses_R11i.10.2.sql
    REM
    REM Example:
    REM a_user_ses_R11i.10.2.sql
    REM
    accept 1 prompt "Enter the type of sessions you'd like to report on web: "
    set lines 132
    set trims on
    col db_pid format a6 heading "DB-PID"
    col mt_pid format a6 heading "MT-PID"
    col sid_serial     format a16 heading "USR:SID,SERIAL"
    col apps_user format a12 heading "Apps User"
    col apps_logon_time     format a15 heading "-- Apps --|Logon Time"
    col mt_detail     format a15 heading "Middle Tier"
    col mt_start_time     format a15 heading "-- M-Tier --|Logon Time"
    col module     format a10 heading "Module"
    col action     format a35 heading "Module Detail"
    alter session set nls_date_format='MON-DD HH24:MI';
    select /*+ ORDERED */
    p.spid db_pid
    , s.process mt_pid
    , s.username||':'||SUBSTR(s.sid||','||s.serial#,1,15 ) sid_serial
    , fl.start_time apps_logon_time
    , fu.user_name apps_user
    , s.machine||'.'||s.osuser mt_detail
    --, logon_time mt_start_time
    , substr(module,1,10) module, action
    from fnd_logins fl
    , fnd_user fu
    , v$process p
    , v$session s
    where decode('&&1','web',fl.spid,1)=decode('&&1','web',s .process,1)
    and fl.pid=p.pid
    and fl.process_spid=p.spid
    and fl.serial#=p.serial#
    and s.process is not null
    and s.paddr = p.addr
    and fl.user_id=fu.user_id
    and fl.end_time is null
    please see this
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Connected+users&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    ;) AppsMAsti ;)
    Sharing is Caring

  • MW 2.19 multi node upgrade patching fails on second, third, etc node.

    When using Maintenance Wizard 2.19 with multi-node configuration patching will fail after the first node with an error in the adpatch log that states invalid options as seen below.
    "AutoPatch warning:
    Ignoring unrecognized option: "options".
    Connecting to APPS......Connected successfully.
    AutoPatch error:
    You must be in Maintenance Mode to apply patches.
    You can use the AD Administration Utility to set Maintenance Mode."
    Please update this forum if you hit this issue and I can send you the fix until Maintenance Wizard 2.20 is released.
    Thanks

    As requested here's a paste of the command log, I can just see entries for the admin node and not the forms/web node.
    Many Thanks
    INFO - Help on monitoring when multiple drivers and nodes are applied.
    If the web window times out, click on the x and rerun it to view the updated log
    file. It will change as the patch continues to run in background. Just keep marking it
    success until it is complete or check the active patch node manually:
    $ tail -f $APPL_TOP/admin/${TWO_TASK}/log/patches_PRE_1703_1_patchit11i*.log
    Each node, if multi-node, will be determined and the patch drivers will be applied
    on the right nodes in the right order. Look for the ACTION: statement.
    ACTION: execute on node: apps , patch=patches_PRE_1703_1 driver=u_merged.drv
    patchit11i.sh REMOTE SIZE: 47535 LOCAL SIZE: 47535
    OK - no update needed for patchit11i.sh, same size as on EOF: 47535 bytes.
    Found release REL=11.5.10.2 from fnd_product_groups.
    Starting adpatch for: patch=patches_PRE_1703_1 force= driver=u_merged.drv
    Using defaults file /u10/orafun/appl/admin/FUN/adalldefaults.txt.
    Starting patch with the following command:
    /u10/orafun/appl/ad/11.5.0/bin/adpatch defaultsfile=/u10/orafun/appl/admin/FUN/adalldefaults.txt logfile=patches_PRE_1703_1_patchit11i.log patchtop=/u10/orafun/appl/patch/patches_PRE_1703_1 driver=u_merged.drv workers=6 interactive=no options=hotpatch,novalidate,nocompilejsp,nocompiledb,nomaintainmrc,nogenerateportion restart=n
    Confirms adpatch is not still active, and views Check patch log times.
    ... PROCESS LISTING of adpatch
    ... ls -l of patches_PRE_1703_1_patchit11i.log to see date/time stamp
    -rw-r--r-- 1 orafun dba 53761 Aug 30 14:41 /u10/orafun/appl/admin/FUN/log/patches_PRE_1703_1_patchit11i.log
    ... last 20 lines of log file: /u10/orafun/appl/admin/FUN/log/patches_PRE_1703_1_patchit11i.log
    for details.
    Purging timing information for prior sessions.
    sqlplus -s APPS/***** @/u10/orafun/appl/ad/11.5.0/admin/sql/adtpurge.sql 10 1000
    Done purging timing information for prior sessions.
    AutoPatch is complete.
    AutoPatch may have written informational messages to the file
    /u10/orafun/appl/admin/FUN/log/patches_PRE_1703_1_patchit11i.lgi
    Errors and warnings are listed in the log file
    /u10/orafun/appl/admin/FUN/log/patches_PRE_1703_1_patchit11i.log
    and in other log files in the same directory.
    SUMMARY - patchit11i.sh - Completed application of patch: patches_PRE_1703_1, driver: driver=u_merged.drv
    OK - adpatch completed successful.
    INFO: Not starting patch alert monitor, to start: Login Engineer, User Admin, Update Profile
    Redo the Action
    Completed Successfully Post Hour Minute

  • Error: while applying Maintenance Pack

    Hiii..,
    IM applying the Maintanence Pack Patch 7303030, im upgrading my Apps version from 12.0.4 to 12.1.1.
    Im following the MEtalink Document *Oracle E-Business Suite Release 12.1.1 Maintenance Pack Installation Instructions [ID 752619.1]*
    while applying the patch i got the following error,
    There are now 36259 jobs remaining (current phase=A2):
    3 running, 0 ready to run and 36256 waiting.
    Deferred: file cst4274743.sql on worker 4 for product bom username BOM. (Deferment number 2 for this job)
    Assigned: file cst4274743.sql on worker 4 for product bom username BOM.
    FAILED: file cst4274743.sql on worker  4 for product bom username BOM.
    Completed: file zxdrpidx.sql on worker 3 for product zx username ZX.
    Completed: file xtrdstrg.sql on worker 2 for product xtr username XTR.
    Completed: file peovndis.sql on worker 1 for product per username HR.
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file cst4274743.sql on worker  4.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    Plz anyone can help me in resolving the issue..
    Thankss..

    Hi;
    Please check worker logs file for error details.? Did you check alert.log? Did you try to restart workers via adctrl utulity?
    Regard
    Helios

  • Error While  Applying 11.5.9 Maintenance Pack

    Hi all,
    Please can anybody guide me what to do for these errors which are coming while I am a Applying 11.5.9 Maintenance Pack (I did log a TAR or SR for this but its taking time for Oracle to come back and its pretty urgent for my client)
    The error is coming while I am running 'peupgptu.sql' and the error is as follows -
    ERROR at line 1:
    ORA-20001: DateTrack update not allowed for a record which started today
    Cause: You have tried to complete a date effective update for the record
    which starts on the same day.
    Action: Change your DateTrack mode to correction or alter your
    effective
    date.
    ORA-06512: at "APPS.DT_API", line 2166
    ORA-06512: at "APPS.PER_PTU_SHD", line 500
    ORA-06512: at "APPS.PER_PTU_UPD", line 687
    ORA-06512: at "APPS.PER_PTU_UPD", line 825
    ORA-06512: at "APPS.HR_PER_TYPE_USAGE_INTERNAL", line 306
    ORA-06512: at "APPS.HR_PER_TYPE_USAGE_INTERNAL", line 694
    ORA-06512: at line 192
    ORA-06512: at line 354
    Later on we did changed the start date of the errored records but now we are not even able to login into APPS.
    Has anybody faced similar kind of problem.
    (we are upgrading from Oracle Financials 11.5.5 to 11.5.10.2 and Platform is HP Tru64 UNIX)
    Thanks,
    HP

    Hi,
    Have you looked for this error at Metalink's site?
    Try to look to this Note:298811.1 "Patch 2669606 Failed On Peupgptu.sql With ORA-20001 ORA-6512".
    HTH.
    Kind regards,
    Francisco Mtz.

  • Has anyone installed XMLP in a multi-node appsTiers  environment?

    We are experiencing a problem with installing XMLP 4.5.
    Our EBS 11i(11.5.9) configuration: dbTier is on HP-UX, admin/CM of appsTier is on HP-UX and web/forms of appsTier is on Windows, i.e two nodes appsTier.
    Applying the major patch 3554613 (XMLP 4.5) created $APPL_TOP/xdo/11.5.0 on both UNIX and Windows nodes. But the $JAVA_TOP/oracle/apps/xdo is only created on UNIX node.
    When we reported the problem of XMLP in relation to OA Framework (see my other posting on this forum) to Oracle, the support engineer said the patch should create %JAVA_TOP%\oracle\apps\xdo on Windows too. But he is not sure as he only has a single node environment.
    We tried a couple of times of reapplying the patch without any luck.
    We start wondering if the XMLP 4.5 can be successfully installed in a multi-node appsTiers environment.
    So my question is:
    Has anyone successfully installed XMLP in a multi-node appsTiers environment?
    Thanks.

    Hi
    XMLP is installed on the apps middle tier so it should be no problem. The only thing, once you have it installed is if you want to use our cfg file you'll need to have the cfg file installed on all nodes.
    Whats the TAR number ?
    Tim

  • Question on multi-node R12 install

    I assume that for a Multi-node install of R12, we have to run rapidwiz on nodeA and choose "Install Oracle Application release 12.1.1" , choose the appropriate services for this node ex: "Batch Processing"
    then once the install is done, copy the config.txt file over to NodeB and run rapidwiz on nodeB and choose "Install Oracle Application release 12.1.1" , choose the appropriate services for this node ex: "Web, root and other services" ..
    This is not really clear in the R12 Rapid Install guide
    Can someone confirm
    Thanks

    Hi;
    Briefly you should follow those:
    1. Copy stage both server
    2. Create same mount point both server (let us say /u01)
    3. Create same folder on both server under /u01 (let us say /u01/PROD)
    4. Give 777 permission to stage and /u01/PROD folder
    5. Dont forget to both server entery to /etc/hosts on both server
    6. Start installation first db side
    7. While you are making multinode installation copy config.txt to apps server
    8. Start installation on apps server and give config.txt for instalaltion
    PS: Ofcourse create user :)
    Hope it helps
    Regard
    Helios

  • How to do data migration between single node and multi node HANA systems ?

    Data migration between single node and multi node HANA systems ?
    What are limitations ?
    What should be the best practices ?

    Data migration between single node and multi node HANA systems ?
    What are limitations ?
    What should be the best practices ?

  • WebLogic Maintenance Packs Vs Installations?

    I installed WebLogic 9.2.3 on Windows XP Professional. I know, it isn't up to date, but that is what the place I work at has on their test and production servers. I am setting up a development environment for myself and I would rather the WL I am using match theirs.
    WebLogic 9.2.3 seems to be running and the example programs/example server seems to be running.
    On the Oracle downloads page there is a download called "*Oracle WebLogic Server 9.2 MP4*"
    http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    Does the "MP" mean "maintenance pack"? Does the "maintenance pack" install a full version of WebLogic, just bugfixes/an upgrade?
    I tried running "*Oracle WebLogic Server 9.2 MP4*", but I got this message
    The product maintenance level of the current installer (9.2.4.0) is not compatible with the maintenance level of the product installed on your system( 9.2.3.0 ).  Please obtain a compatible installer or perform maintenance on your current system to achieve the desired level.+
    Does that mean that I need a "Oracle WebLogic Server 9.2 MP*3*" and if so, where can I get one? Would I then install MP4?
    Like I wrote, things seem to be running well, what would this pack do for me?
    Thanks in advance for the information. I am totally new to WebLogic

    Hi!
    This happens because of the confusion between the full installer and the upgrade installer. This error indicates that the standard installer was run instead of the upgrade installer. The standard installer is used for installing a new product or adding options to an existing installation of the same version.
    TYo upgrade your current instalation to a later Service Pack or Maintenance Pack, please use Smart Update or download an Upgrade Installer.
    The nomenclature has been changed for WLS 10.x. In the same way, in 8.x it was SP instead of MP.
    Hope this helps.
    -Cris

  • Error when applying Maintenance Pack upgrade from 10.3.1.0 to 10.3.3.0

    I'm using smart update util to upgrade my 10.3.1 weblogic installation. In Oracle Smart Update util I selecte Maintenance Packs->Update and it bring up a BEA Smart Update application which finds 10.3.3.0 as the upgrade option.
    After selecting this option, clicking ok and accepting the defaults the upgrade operation starts. About halfway through it fails with a Fatal Error message. Looking through the bsu.log I found this error:
    2011-03-03 15:57:12,571 WARN [installTwoJdks_gui] com.bea.plateng.wizard.installer.gui.tasks.ProgressTwoJdksTask - JDK archive /tmp/linux32_jdk160_18.zip did not exist, trying jdks directory...
    2011-03-03 15:57:12,574 ERROR [installTwoJdks_gui] com.bea.plateng.wizard.WizardController - Uncaught Exception
    java.lang.UnsatisfiedLinkError: Can't load library: /weblogic/utils/bsu/upg10330/libjni.so
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1677)
         at java.lang.Runtime.load0(Runtime.java:770)
         at java.lang.System.load(System.java:1005)
         at com.bea.plateng.common.jni.JNIUtil.loadLibrary(JNIUtil.java:207)
         at com.bea.plateng.common.jni.JNIUtil$ZipFile.<clinit>(JNIUtil.java:442)
         at com.bea.plateng.wizard.installer.gui.tasks.ProgressTwoJdksTask.execute(ProgressTwoJdksTask.java:272)
         at com.bea.plateng.wizard.gui.tasks.AbstractGUITask.run(AbstractGUITask.java:42)
         at java.lang.Thread.run(Thread.java:619)
    The file does exist at that location: /weblogic/utils/bsu/upg10330/libjni.so
    Also failing in the middle of the upgrade messed up the weblogic installation - I had to revert to a backup I made before starting the upgrade.
    Any ideas as to why this fails ?

    Maybe it helps checking read permissions of /weblogic/utils/bsu/upg10330/libjni.so file and directories...

  • Multilingual Maintenance Packs

    I'm currently busy with setting up a Campus Solutions demo environment and I've got a question. I've used the installation files from the edelivery website which includes Feature pack March 2011. From the maintenance log in the database I can see the following Maintenance packs are included:
    HCM 9 Maintenance Pack 10 - Delta
    HCM 9 Maintenance Pack 10 - Delta
    HCM 9 Maintenance Pack 9 - Delta
    HCM 9 Maintenance Pack 8 - Delta
    HCM 9 Maintenance Pack 7 - Delta
    HCM 9 Maintenance Pack 6 - Cumulative
    HCM 9 Maintenance Pack 6 - Cumulative
    HCM 9 Maintenance Pack 6 - Cumulative
    HCM 9 Maintenance Pack 6 - Delta
    HCM 9 Maintenance Pack 5 - Cumulative
    HCM 9 Maintenance Pack 5 - Cumulative
    HCM 9 Maintenance Pack 5 - Cumulative
    HCM 9 Maintenance Pack 5 - Cumulative
    HCM 9 Maintenance Pack 5 - Delta
    HCM 9 Maintenance Pack 4 - Cumulative
    HCM 9 Maintenance Pack 4 - Delta
    HCM 9 Maintenance Pack 3 - Delta
    HCM 9 Maintenance Pack 3 - Cumulative
    HCM 9 Maintenance Pack 2 - Delta
    HCM 9 Maintenance Pack 2 - Cumulative
    HCM 9 - Maintenance Pack 1
    I understand the difference between the cumulative and delta (although it is a bit weird they are both listed) MP's.
    Now comes the question however; I want to apply the Multilingual versions of the Maintenance packs as well, since the database will be running on a different language then English. According to Oracle it is not recommended to apply a ML Maintenance pack once the non-ML is already applied. The ML version of the Maintenance packs is however not included, so I have to install these. I also found a article on the support website which said that I should only apply the language which is other then English in that case. Does anyone have any idea how to exclude the English from the ML Maintenance pack? As far as I can see all the scripts and steps in the Maintenance pack don't easily let you exclude something like this. I'm a bit baffled about the statement from Oracle support on that matter, since they don't mention anything on how to do such a thing at all.
    Any insights will be appreciated.

    Michael,
    Usually Engish is the base language and any other language is setup and written to the translate tables.
    Since you have chosen Dutch as the base language, English is now in the translate tables.
    I cannot contradict Oracle on this point.
    If you are not sure, make a copy of your database and try installing the ML.
    The Change Assistent will automatically exclude languages other than English and Dutch.
    After applying the ML see if the language related tables are still correctly filled.
    If correct, keep on going.
    If not, set your copy of the database back and swap the base language to English (which is common use)
    After this you should not encounter any issues applying (ML) patches
    Hakan
    Edited by: Hakan Biroglu on Feb 15, 2012 8:34 AM

  • How to setup multi node installation

    Hi all,
    I have successfully installed Oracle E-Business Suite 11.5.10 in a single node.
    But, I would like to get some suggestions on How to perform the multinode installation in which all the application tier servers in independent nodes?
    If the nodes are placed in different places geographically, how can I move all these nodes in to a single network? Is this possible?
    Please guide me.
    Thanking in advance
    Rameshkumar

    1. Is it right if I assumed that we must check that
    box if we want to install apps tier in more than one
    server so that if we only want to install apps tier
    in only one server then we don't need to check that
    option? Or we better check it even no matter how many
    server we installed apps tier into? You only need to check that box if you intend to used a shared application tier filesystem for a multi-node installation. If you are only going to have one app tier server, you don't need to check the box. If you plan on multiple apps tiers, each with its own copy of the application tier file system, you also don't need to check that box.
    2. If I still uncheck that option will there be any
    problem such as in backup & restore, clone, testing
    activity, etc?No, should not be any problem at all.
    3. When we created user for each db tier and apps
    tier, what will be better, create the same user for
    both tiers or differentiate user for each db tier and
    apps tier? I'm thinking of using same user for both
    tiers to avoid privilege problem later on.
    I'd recommend the same user for application tier files on all nodes in the system, and a different user for database-tier files. For example, in our system the database software (RDBMS ORACLE_HOME) and database datafiles are owned by 'oracle', and the EBS application files (APPL_TOP, forms and web server, etc) are owned by a user called 'applprod' (though of course you should choose a user name that makes sense in your environment.
    4. Can we start clone process in db tier and apps tier >paralel in multinode environment or still start clone >process in db tier first then apps tier?Still need to do the db tier first, since 'adcfgclone.pl appsTier' will want to talk to a database. :-)
    Regards,
    John P.
    Message was edited by:
    jpiwowar (forgot to answer the 4th question the first time, whoops)

  • Error when install maintenance pack 2

    I install maintenance pack 2 today. It stops at BR688701_01.dms. The error is:
    Started: Thu Jul 30 12:20:14 2009
    Data Mover Release: 8.49
    Database: PSDB (ENG)
    SQL Error. Error Position: 36 Return: 904 - ORA-00904: "YEAR": 标识符无UPDATE PS_GPBR_RC_IREN SET YEARCD = YEAR
    Error: SQL execute error for UPDATE PS_GPBR_RC_IREN SET YEARCD = YEAR
    Ended: Thu Jul 30 12:20:14 2009
    Unsuccessful completion
    PeopleTools 8.49 - Data Mover
    Copyright (c) 2009 PeopleSoft, Inc.
    All Rights Reserved
    Started: Thu Jul 30 12:20:14 2009
    Data Mover Release: 8.49
    Database: PSDB (ENG)
    Message Set Number: 200
    Message Number: 0
    Message Reason: File: Data MoverSQL error. Stmt #: 0 Error Position: 36 Return: 904 - ORA-00904: "YEAR": 标识符无效
    Failed SQL stmt:UPDATE PS_GPBR_RC_IREN SET YEARCD = YEAR (200,0)
    SQL Error. Error Position: 36 Return: 904 - ORA-00904: "YEAR": 标识符无效
    UPDATE PS_GPBR_RC_IREN SET YEARCD = YEAR
    Error: SQL execute error for UPDATE PS_GPBR_RC_IREN SET YEARCD = YEAR
    Ended: Thu Jul 30 12:20:14 2009
    Unsuccessful completion
    I find that the table PS_GPBR_RC_IREN has no row.
    My entironment :
    RedHat4
    weblogic 9.2
    oracle database 10.2.0.1
    peopletools 8.49
    hrms and campus solution 9.0
    Edited by: hzg on Jul 30, 2009 12:25 PM

    Yes, the column name is correct. When the error happened, I fond that the content of the BR688701_01.dms is:
    UPDATE PS_GPBR_RC_IREN SET YEARCD = YEAR;
    UPDATE PS_GPBR_SEFIP_EFDT SET YEARCD = YEAR;
    UPDATE PS_GPBR_SEFIP_PARM SET YEARCD = YEAR;
    UPDATE PS_GPBR_SERV_T_DT SET YEARCD = YEAR;
    UPDATE PS_GPBR_SERV_T_DTA SET YEARCD = YEAR;
    UPDATE PS_GPBR_SERV_T_DTL SET YEARCD = YEAR;
    UPDATE PS_GPBR_STAKER_DTA SET YEARCD = YEAR;
    UPDATE PS_GPBR_STAKER_MST SET YEARCD = YEAR;
    I thought the error may be caused by the ‘YEAR’. However, I found that the tables had no row. So the command ‘UPDATE’cann’t execute. Does it mean I can skip this step?

Maybe you are looking for

  • Win7 can't boot in USB hard drive blue screen 7b error,but can boot when use PD8

    Install Win7 64bit in a USB hard drive through some tools,when start windows the microsoft logo appear,get blue screen. ***stop:0x0000007B(0x80786B58,0xC0000034,0x00000000,0x00000000) problem has been detected and windows has been shut down to preven

  • How to give all input parameter in creation of po via bapi

    sir plez tell clear process of create po via bapi, i have done upto "BAPI_PO_CREATIVE1, then what to do, plez stepwise explain thank Q

  • G/L account issue when goods issue against reservation

    Genius, I manually created a reservation with movement type 201 and a G/L account which is difference from one defined in OBYC GBB-VBR. When I post goods issue by MB1A, I got the account from OBYC; But when I post it by MB26, I got another account ma

  • Create link to delete item (in non-edit mode)

    Hi there, I've been trying to create a portlet that displays items (titles + edit- and delete-links) and I got so far as to be able to create the edit-link and that seems to work. The edit link is as follows (p_news is an wwsbr_all_items%rowtype) htp

  • Can't set sound clip as message tone

    I have an N73 and i noticed that i cant use any of my sound clips as my message tone. I can for ring tone and i also notice my friends N73 allows her to do it but i dont have that option any ideas??