Transpose single patch

hi,
Is there any way in mainstage i can map 2 buttons, one will transpose up and the other transpose down an instrument?

Hi
Yes, but it seems to work globally (only), not for an individual patch. Create the two buttons and map them to:
HTH
CCT

Similar Messages

  • Create a Collection of machines missing a single patch MS07-042

    Good Morning All,
       I am trying to create a collection for all machines missing a single patch.  MS07-042.  This patch has multiple KB numbers. 
    I noticed a couple of odd occurances.
    1) Console query builder does not expose the Updates classes.
    2) Console query builder does expose all the ITMU classes.  I am not sure if these are populated with the WSUS information gathered by the WUA.
    I did create the following query
    select * 
    from  SMS_R_System inner join SMS_UpdateComplianceStatus on SMS_UpdateComplianceStatus.MachineID = SMS_R_System.ResourceId
       inner join SMS_Softwareupdate on  SMS_Softwareupdate.CI_ID = SMS_UpdateComplianceStatus.CI_ID
    where SMS_Softwareupdate.BulletinID = "MS07-042"
    However, I am unable to locate any documentation on what the Status Fields indicate in SMS_UpdateComplianceStatus.
    My Questions
    1) Is there an easier way to do this?
    2) Is there any documentation on what the fields mean in SQL?
    I look forward to blogging about this as soon as I am sure of an answer.
    Best
    Shaun Cassells
    http://myitforum.com/cs2/blogs/scassells/default.aspx

    Torsten, do you have a refrence for the SMS_UpdateComplianceStatus table?  I want to know what the Status Field values represent.
    I realize this is an old thread, but I just wanted to put in my $0.02 in case someone else stumbles upon it looking for info.
    So, the SMS_UpdateComplianceStatus class (cuz we're talking collections here, which is WQL and pulls from WMI classes) is really the equivalent of the v_UpdateComplianceStatus view.  So if you want to see what's in that, go to SQL and query it.
    Also, if you want to know what the Status field values are, you can find those by looking at the v_StateNames view from SQL too where TopicType = 400 I believe.
    State 0 = Unknown
    State 1 = Not Required (meaning doesn't have patch and doesn't need it)
    State 2 = Not Detected (meaning it doesn't have patch but needs it)
    State 3 = Detected (meaning it has this patch)
    So, if you want to create a collection of machines that are missing a patch, you could do something like this:
    SELECT
      SMS_R_SYSTEM.ResourceID,
      SMS_R_SYSTEM.ResourceType,
      SMS_R_SYSTEM.Name,
      SMS_R_SYSTEM.SMSUniqueIdentifier,
      SMS_R_SYSTEM.ResourceDomainORWorkgroup,
      SMS_R_SYSTEM.Client
    FROM
      SMS_R_System
      JOIN SMS_UpdateComplianceStatus
        ON SMS_R_System.ResourceID = SMS_UpdateComplianceStatus.MachineID
        AND SMS_UpdateComplianceStatus.Status = 2
      JOIN SMS_SoftwareUpdate
        ON SMS_UpdateComplianceStatus.CI_ID = SMS_SoftwareUpdate.CI_ID
        AND SMS_SoftwareUpdate.ArticleID = 832671
    Number2 - (John Nelson)
    Microsoft MVP (2009) - System Center Configuration Manager
    http://number2blog.com

  • How do I install a single patch?

    I want to install patch BEA04_61 on WLS 8.1 SP2. I only want to install this patch and nothing else. The patch is comprised of a jar file that contains the class SSLSocketImpl.class. I've found this class in weblogic.jar and webserviceclient+SSL.jar. Where are the instructions specific to this patch that tell what to do with it? I assume I replace the class in weblogic.jar but I want specific documentation telling me to do that.
    Thanks in advance.

    Hi
    Put the jar in front of classpath ...
    The re-start the server
    Jin

  • Error in Patching!

    Hi,
    I installed Oracle Application 11.5.10.2. I downloaded the 5903765 patch for Application.
    When i tried installing the patch it gave me an error saying:
    aiosp2() Error: failure in usdspn()
    Contents of error buffer are:
    "usdsop cannot create a new process
    Cause: usdsop encountered an error creating a new process. [Reason].
    Action: Check that your system had enough resources to start a new process. Cont
    act your system administrator to obtain more resou (RE"
    An error occurred while extracting files from library.
    Contents of the Log File:
    ==================
    ************* Start of AutoPatch session *************
    AutoPatch version: 11.5.0
    AutoPatch started at: Sat Dec 29 2007 20:33:13
    APPL_TOP is set to k:\oracle\visappl
    NLS_LANG value from the environment is : American_America.UTF8
    NLS_LANG value for this AD utility run is : AMERICAN_AMERICA.UTF8
    Please enter the batchsize [1000] : 1000
    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 [VIS] : VIS *
    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 [server] : server *
    You are about to apply a patch to the installation of Oracle Applications
    in your ORACLE database 'VIS'
    using ORACLE executables in
    'k:\oracle\visora\8.0.6'.
    Is this the correct database [Yes] ? Yes
    AutoPatch needs the password for your 'SYSTEM' ORACLE schema
    in order to determine your installation configuration.
    Enter the password for your 'SYSTEM' ORACLE schema: *****
    Connecting to SYSTEM......Connected successfully.
    The ORACLE username specified below for Application Object Library
    uniquely identifies your existing product group: APPLSYS
    Enter the ORACLE password of Application Object Library [APPS] : *****
    AutoPatch is verifying your username/password.
    Connecting to APPLSYS......Connected successfully.
    The status of various features in this run of AutoPatch is:
    <-Feature version in->
    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
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    Identifier for the current session is 25932
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    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.
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    Connecting to SYSTEM......Connected successfully.
    Reading database for information about how products depend on each other.
    Connecting to APPLSYS......Connected successfully.
    Reading topfile.txt ...
    Saving product information.
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    AD code level : [11i.AD.I.2]
    STRT_TASK: [AutoPatch startup after aimini] [] [Sat Dec 29 2007 20:34:22]
    Connecting to APPS......Connected successfully.
    STRT_TASK: [Validate schema passwords] [] [Sat Dec 29 2007 20:34:23]
    Connecting to APPLSYS......Connected successfully.
    Connecting to APPS......Connected successfully.
    STOP_TASK: [Validate schema passwords] [] [Sat Dec 29 2007 20:34:23]
    STRT_TASK: [Upload Patch History information from filesystem] [] [Sat Dec 29 2007 20:34:23]
    Trying to obtain a lock...
    About to attempt instantiating the current-view snapshot: Sat Dec 29 2007 20:34:24
    Attempting to instantiate the current-view snapshot...
    Instantiated bug-fix info from baseline info.
    Done attempting to instantiate the current-view snapshot: Sat Dec 29 2007 20:40:40
    **************** S T A R T O F U P L O A D ****************
    Start date: Sat Dec 29 2007 20:40:40
    0 "left over" javaupdates.txt files uploaded to DB: Sat Dec 29 2007 20:40:40
    0 patches uploaded from the ADPSV format patch history files: Sat Dec 29 2007 20:40:40
    Uploading information about files copied during the previous runs ...
    0 "left over" filescopied_<session_id>.txt files uploaded to DB: Sat Dec 29 2007 20:40:40
    ****************** E N D O F U P L O A D ******************
    End date: Sat Dec 29 2007 20:40:40
    STOP_TASK: [Upload Patch History information from filesystem] [] [Sat Dec 29 2007 20:40:40]
    Enter the directory where your Oracle Applications patch has been unloaded
    The default directory is [K:\oracle\visappl\ad\11.5.0\bin] : h:\oracle\p38\5903765\
    STOP_TASK: [AutoPatch startup after aimini] [] [Sat Dec 29 2007 20:47:51]
    Please enter the name of your AutoPatch driver file : u5903765.drv
    STRT_TASK: [Run a single patch driver file] [] [Sat Dec 29 2007 20:48:07]
    STRT_TASK: [Steps before copy portion] [] [Sat Dec 29 2007 20:48:07]
    STRT_TASK: [Initial driver processing steps] [] [Sat Dec 29 2007 20:48:07]
    Start time for driver file is: Sat Dec 29 2007 20:48:07
    STOP_TASK: [Initial driver processing steps] [] [Sat Dec 29 2007 20:48:07]
    STRT_TASK: [Get Oracle Applications Release and read driver file] [] [Sat Dec 29 2007 20:48:07]
    STRT_TASK: [Get Oracle Applications Release] [] [Sat Dec 29 2007 20:48:07]
    Getting Oracle Applications Release...
    Connecting to APPLSYS......Connected successfully.
    Current installed release is 11.5.10.2
    Connecting to APPS......Connected successfully.
    STOP_TASK: [Get Oracle Applications Release] [] [Sat Dec 29 2007 20:48:09]
    STRT_TASK: [Process patch driver file] [] [Sat Dec 29 2007 20:48:09]
    Reading patch driver file...
    STRT_TASK: [Parse and load patch driver file] [] [Sat Dec 29 2007 20:48:09]
    Parsing and loading patch driver file...
    Processing line 10000.
    Processing line 20000.
    Processing line 30000.
    Processing line 40000.
    Processing line 50000.
    Processing line 60000.
    Processing line 70000.
    73911 lines processed.
    STOP_TASK: [Parse and load patch driver file] [] [Sat Dec 29 2007 20:48:09]
    STRT_TASK: [Check patch integrity] [] [Sat Dec 29 2007 20:48:09]
    Not checking patch integrity as integrity checking flag is turned off.
    STOP_TASK: [Check patch integrity] [] [Sat Dec 29 2007 20:48:09]
    Successfully read patch driver file.
    STOP_TASK: [Process patch driver file] [] [Sat Dec 29 2007 20:48:09]
    STRT_TASK: [Other driver and release-related logic] [] [Sat Dec 29 2007 20:48:09]
    Determining target release...
    Current target release is 11.5.10.2
    STOP_TASK: [Other driver and release-related logic] [] [Sat Dec 29 2007 20:48:10]
    STOP_TASK: [Get Oracle Applications Release and read driver file] [] [Sat Dec 29 2007 20:48:10]
    STRT_TASK: [Prereq checking logic] [] [Sat Dec 29 2007 20:48:10]
    STOP_TASK: [Prereq checking logic] [] [Sat Dec 29 2007 20:48:10]
    STRT_TASK: [Ask translated patch question] [] [Sat Dec 29 2007 20:48:10]
    STOP_TASK: [Ask translated patch question] [] [Sat Dec 29 2007 20:48:10]
    STRT_TASK: [Determine bugs to apply] [] [Sat Dec 29 2007 20:48:10]
    Determining which bug fixes to apply...
    Turning off bug fixes for products not installed or shared in the database...
    Resetting bug actions for bug fixes we will not apply...
    Processing files for Oracle Government Applications...
    Done determining which bug fixes to apply.
    Log and Info File sync point:
    Sat Dec 29 2007 20:48:10
    Turning off actions that reference unrecognized products.
    Log and Info File sync point:
    Sat Dec 29 2007 20:48:10
    End of unrecognized products checking.
    STOP_TASK: [Determine bugs to apply] [] [Sat Dec 29 2007 20:48:10]
    STRT_TASK: [Process action options] [] [Sat Dec 29 2007 20:48:10]
    STOP_TASK: [Process action options] [] [Sat Dec 29 2007 20:48:10]
    STRT_TASK: [Modify actions for bootstrap mode] [] [Sat Dec 29 2007 20:48:10]
    STOP_TASK: [Modify actions for bootstrap mode] [] [Sat Dec 29 2007 20:48:10]
    STRT_TASK: [Ask for number of parallel workers] [] [Sat Dec 29 2007 20:48:10]
    AD utilities can support a maximum of 999 workers. Your
    current database configuration supports a maximum of 91 workers.
    Oracle recommends that you use between 2 and 4 workers.
    Enter the number of parallel workers [1] : 4
    STOP_TASK: [Ask for number of parallel workers] [] [Sat Dec 29 2007 20:48:44]
    AutoPatch will run in parallel mode.
    STOP_TASK: [Steps before copy portion] [] [Sat Dec 29 2007 20:48:44]
    STRT_TASK: [Copy portion steps] [] [Sat Dec 29 2007 20:48:44]
    STRT_TASK: [apply new applterr.txt] [] [Sat Dec 29 2007 20:48:44]
    Did not need to apply new applterr.txt.
    STOP_TASK: [apply new applterr.txt] [] [Sat Dec 29 2007 20:48:44]
    STRT_TASK: [AutoSplice applprod.txt and applUS.txt] [] [Sat Dec 29 2007 20:48:44]
    Applying new applprod.txt (if any)...
    Did not need to apply new applprod.txt.
    STOP_TASK: [AutoSplice applprod.txt and applUS.txt] [] [Sat Dec 29 2007 20:48:44]
    STRT_TASK: [Version checking for driver files] [] [Sat Dec 29 2007 20:48:44]
    Performing version checking for driver files...
    Log and Info File sync point:
    Sat Dec 29 2007 20:48:44
    AutoPatch found some files which it will not apply.
    These files are listed in the AutoPatch informational message file.
    STOP_TASK: [Version checking for driver files] [] [Sat Dec 29 2007 20:48:47]
    STRT_TASK: [Copy driver files] [] [Sat Dec 29 2007 20:48:47]
    Copying driver files into installation area...
    You are running admvcode
    Header information is:
    $Header: aiopatch.lc 115.44 2004/07/07 09:05:05 cbhati ship $
    Start of admvcode session
    Date/Time is Sat Dec 29 2007 20:48:47
    Filelist file is: k:\oracle\visappl\admin\VIS\out\copymast.txt
    Patch Character Set is: us7ascii
    On-site Character Set is: UTF8
    Log and Info File sync point:
    Sat Dec 29 2007 20:48:47
    Information about files copied to the APPL_TOP would be written to the
    informational message file.
    Character set 'US7ASCII' is a subset of character set 'UTF8'.
    No character set conversion is required.
    Copying files to APPL_TOP...
    0 directories created.
    54 files copied without character set conversion.
    0 files copied with successful character set conversion.
    54 files copied successfully.
    0 files had fatal errors.
    admvcode is exiting with status 0
    End of admvcode session
    Date/time is Sat Dec 29 2007 20:48:50
    Done copying driver files into installation area.
    STOP_TASK: [Copy driver files] [] [Sat Dec 29 2007 20:48:50]
    STRT_TASK: [Forcecopy driver files] [] [Sat Dec 29 2007 20:48:50]
    ForceCopying driver files into installation area...
    No driver files were selected for ForceCopying.
    STOP_TASK: [Forcecopy driver files] [] [Sat Dec 29 2007 20:48:50]
    STRT_TASK: [Screen out files not valid for this configuration] [] [Sat Dec 29 2007 20:48:50]
    Screening out files not valid for this installation...
    STOP_TASK: [Screen out files not valid for this configuration] [] [Sat Dec 29 2007 20:48:50]
    STRT_TASK: [Read file driver files to get list of valid files] [] [Sat Dec 29 2007 20:48:50]
    Determining valid on-site files...
    Setting JAVA_TOP to 'k:\oracle\viscomn\java'
    STOP_TASK: [Read file driver files to get list of valid files] [] [Sat Dec 29 2007 20:49:19]
    STRT_TASK: [Perform libout actions] [] [Sat Dec 29 2007 20:49:19]
    Extracting object modules from product libraries...
    An error occurred while extracting files from library.
    Continue as if it were successful [No] : No
    You should check the file
    k:\oracle\visappl\admin\VIS\log\patch_install_5903765.log
    for errors.
    ===============================================================
    Please help me...

    How do u relink executable file using adadmin.exe- Open a new DOS session
    - Source the environment file (Issue "envshell.cmd" under %APPL_TOP%)
    - run 'adadmin'
    - Select 'Maintain Applications Files menu'
    - Select 'Relink Applications programs'
    Enter list of products to link ('all' for all products) [all] : fnd
    Generate specific executables for each selected product [No] ? yes
    Enter executables to relink, or enter 'all' [all] : <Enter name of executable file>

  • Unable to apply 11.5.10.2 maintenance pack patch 3460000

    Hi all,
    I have applied all prerequesty patches in 11.5.10 instance.i am trying to apply 3460000 in my instance but it errored out any one can help me--
    i am posting here log file of patch log file
    ************* Start of AutoPatch session *************
    AutoPatch version: 11.5.0
    AutoPatch started at: Sat Sep 05 2009 21:39:45
    APPL_TOP is set to /home/applvis/visappl
    NLS_LANG value from the environment is : American_America.US7ASCII
    NLS_LANG value for this AD utility run is : AMERICAN_AMERICA.US7ASCII
    Backing up restart files, if any......Done.
    Your previous AutoPatch session did not run to completion.
    Do you wish to continue with your previous AutoPatch session [Yes] ? no
    You chose to disregard your previous AutoPatch session
    and to restart AutoPatch from the beginning.
    If you have partially applied a patch, you must continue with your
    previous AutoPatch session until it completes successfuly.
    If you try to re-apply a patch that you have only applied partially,
    AutoPatch may apply the patch incorrectly.
    Enter Yes to confirm that you wish to overwrite your previous
    AutoPatch session and begin a new AutoPatch session.
    Enter No to continue with your previous AutoPatch session. [No] : yes
    You can be notified by email if a failure occurs.
    Do you wish to activate this feature [No] ? No
    Please enter the batchsize [1000] : 1000
    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 [vis] : vis *
    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 [mylinux] : mylinux *
    You are about to apply a patch to the installation of Oracle Applications
    in your ORACLE database 'vis'
    using ORACLE executables in '/home/applvis/visora/8.0.6'.
    Is this the correct database [Yes] ? Yes
    AutoPatch needs the password for your 'SYSTEM' ORACLE schema
    in order to determine your installation configuration.
    Enter the password for your 'SYSTEM' ORACLE schema: *****
    Connecting to SYSTEM......Connected successfully.
    The ORACLE username specified below for Application Object Library
    uniquely identifies your existing product group: APPLSYS
    Enter the ORACLE password of Application Object Library [APPS] : *****
    AutoPatch is verifying your username/password.
    Connecting to APPLSYS......Connected successfully.
    The status of various features in this run of AutoPatch is:
    <-Feature version in->
    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
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    Identifier for the current session is 1749
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    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.
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    Connecting to SYSTEM......Connected successfully.
    Reading database for information about how products depend on each other.
    Connecting to APPLSYS......Connected successfully.
    Reading topfile.txt ...
    Saving product information.
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    AD code level : [11i.AD.I.2]
    You chose to abandon your previous AutoPatch session
    and to continue as a new session.
    Beginning database cleanup for previous session ...
    Completed database cleanup for previous session.
    STRT_TASK: [AutoPatch startup after aimini] [] [Sat Sep 05 2009 21:40:01]
    Connecting to APPS......Connected successfully.
    STRT_TASK: [Validate schema passwords] [] [Sat Sep 05 2009 21:40:01]
    Connecting to APPLSYS......Connected successfully.
    Connecting to APPS......Connected successfully.
    STOP_TASK: [Validate schema passwords] [] [Sat Sep 05 2009 21:40:01]
    STRT_TASK: [Upload Patch History information from filesystem] [] [Sat Sep 05 2009 21:40:01]
    Trying to obtain a lock...
    About to attempt instantiating the current-view snapshot: Sat Sep 05 2009 21:40:01
    Attempting to instantiate the current-view snapshot...
    Was already instantiated. So no instantiation done this time.
    Done attempting to instantiate the current-view snapshot: Sat Sep 05 2009 21:40:01
    **************** S T A R T O F U P L O A D ****************
    Start date: Sat Sep 05 2009 21:40:01
    0 "left over" javaupdates.txt files uploaded to DB: Sat Sep 05 2009 21:40:01
    0 patches uploaded from the ADPSV format patch history files: Sat Sep 05 2009 21:40:01
    Uploading information about files copied during the previous runs ...
    0 "left over" filescopied_<session_id>.txt files uploaded to DB: Sat Sep 05 2009 21:40:01
    ****************** E N D O F U P L O A D ******************
    End date: Sat Sep 05 2009 21:40:01
    STOP_TASK: [Upload Patch History information from filesystem] [] [Sat Sep 05 2009 21:40:01]
    Enter the directory where your Oracle Applications patch has been unloaded
    The default directory is [home/applvis/patch/maintenance/3460000] : /home/applvis/patch/maintenance/3460000
    STOP_TASK: [AutoPatch startup after aimini] [] [Sat Sep 05 2009 21:40:03]
    Please enter the name of your AutoPatch driver file : u3460000.drv
    STRT_TASK: [Run a single patch driver file] [] [Sat Sep 05 2009 21:40:21]
    STRT_TASK: [Steps before copy portion] [] [Sat Sep 05 2009 21:40:22]
    STRT_TASK: [Initial driver processing steps] [] [Sat Sep 05 2009 21:40:22]
    Start time for driver file is: Sat Sep 05 2009 21:40:22
    STOP_TASK: [Initial driver processing steps] [] [Sat Sep 05 2009 21:40:22]
    STRT_TASK: [Get Oracle Applications Release and read driver file] [] [Sat Sep 05 2009 21:40:22]
    STRT_TASK: [Get Oracle Applications Release] [] [Sat Sep 05 2009 21:40:22]
    Getting Oracle Applications Release...
    Connecting to APPLSYS......Connected successfully.
    Current installed release is 11.5.10
    Connecting to APPS......Connected successfully.
    STOP_TASK: [Get Oracle Applications Release] [] [Sat Sep 05 2009 21:40:22]
    STRT_TASK: [Process patch driver file] [] [Sat Sep 05 2009 21:40:22]
    Reading patch driver file...
    Connecting to SYSTEM......Connected successfully.
    STRT_TASK: [Parse and load patch driver file] [] [Sat Sep 05 2009 21:40:22]
    Connecting to APPS......Connected successfully.
    Parsing and loading patch driver file...
    Processing line 10000.
    Processing line 20000.
    Processing line 30000.
    Processing line 40000.
    Processing line 50000.
    Processing line 60000.
    Processing line 70000.
    Processing line 80000.
    Processing line 90000.
    Processing line 100000.
    Processing line 110000.
    Processing line 120000.
    Processing line 130000.
    Processing line 140000.
    Processing line 150000.
    Processing line 160000.
    Processing line 170000.
    Processing line 180000.
    Processing line 190000.
    Processing line 200000.
    Processing line 210000.
    Processing line 220000.
    Processing line 230000.
    Processing line 240000.
    Processing line 250000.
    Processing line 260000.
    266715 lines processed.
    STOP_TASK: [Parse and load patch driver file] [] [Sat Sep 05 2009 21:40:24]
    STRT_TASK: [Check patch integrity] [] [Sat Sep 05 2009 21:40:24]
    Not checking patch integrity as integrity checking flag is turned off.
    STOP_TASK: [Check patch integrity] [] [Sat Sep 05 2009 21:40:24]
    Successfully read patch driver file.
    STOP_TASK: [Process patch driver file] [] [Sat Sep 05 2009 21:40:24]
    STRT_TASK: [Other driver and release-related logic] [] [Sat Sep 05 2009 21:40:24]
    Determining target release...
    Current target release is 11.5.10
    STOP_TASK: [Other driver and release-related logic] [] [Sat Sep 05 2009 21:40:26]
    STOP_TASK: [Get Oracle Applications Release and read driver file] [] [Sat Sep 05 2009 21:40:26]
    STRT_TASK: [Prereq checking logic] [] [Sat Sep 05 2009 21:40:26]
    STOP_TASK: [Prereq checking logic] [] [Sat Sep 05 2009 21:40:26]
    STRT_TASK: [Ask translated patch question] [] [Sat Sep 05 2009 21:40:26]
    STOP_TASK: [Ask translated patch question] [] [Sat Sep 05 2009 21:40:26]
    STRT_TASK: [Determine bugs to apply] [] [Sat Sep 05 2009 21:40:26]
    Determining which bug fixes to apply...
    Turning off bug fixes for products not installed or shared in the database...
    Resetting bug actions for bug fixes we will not apply...
    Processing files for Oracle Government Applications...
    Done determining which bug fixes to apply.
    Log and Info File sync point:
    Sat Sep 05 2009 21:40:26
    Turning off actions that reference unrecognized products.
    Log and Info File sync point:
    Sat Sep 05 2009 21:40:27
    End of unrecognized products checking.
    STOP_TASK: [Determine bugs to apply] [] [Sat Sep 05 2009 21:40:27]
    STRT_TASK: [Process action options] [] [Sat Sep 05 2009 21:40:27]
    STOP_TASK: [Process action options] [] [Sat Sep 05 2009 21:40:27]
    STRT_TASK: [Modify actions for bootstrap mode] [] [Sat Sep 05 2009 21:40:27]
    STOP_TASK: [Modify actions for bootstrap mode] [] [Sat Sep 05 2009 21:40:28]
    STRT_TASK: [Ask for number of parallel workers] [] [Sat Sep 05 2009 21:40:28]
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPS......Connected successfully.
    AD utilities can support a maximum of 999 workers. Your
    current database configuration supports a maximum of 90 workers.
    Oracle recommends that you use between 2 and 4 workers.
    Enter the number of parallel workers [2] : 2
    STOP_TASK: [Ask for number of parallel workers] [] [Sat Sep 05 2009 21:42:15]
    AutoPatch will run in parallel mode.
    STOP_TASK: [Steps before copy portion] [] [Sat Sep 05 2009 21:42:15]
    STRT_TASK: [Copy portion steps] [] [Sat Sep 05 2009 21:42:15]
    STRT_TASK: [apply new applterr.txt] [] [Sat Sep 05 2009 21:42:15]
    Did not need to apply new applterr.txt.
    STOP_TASK: [apply new applterr.txt] [] [Sat Sep 05 2009 21:42:15]
    STRT_TASK: [AutoSplice applprod.txt and applUS.txt] [] [Sat Sep 05 2009 21:42:15]
    Applying new applprod.txt (if any)...
    Did not need to apply new applprod.txt.
    STOP_TASK: [AutoSplice applprod.txt and applUS.txt] [] [Sat Sep 05 2009 21:42:17]
    STRT_TASK: [Version checking for driver files] [] [Sat Sep 05 2009 21:42:17]
    Performing version checking for driver files...
    Log and Info File sync point:
    Sat Sep 05 2009 21:42:17
    AutoPatch found some files which it will not apply.
    These files are listed in the AutoPatch informational message file.
    Cannot open patch file:
    /home/applvis/patch/maintenance/3460000/fte/admin/driver/fte3136842.drvCannot open patch file:
    /home/applvis/patch/maintenance/3460000/fte/admin/driver/fte3193687.drvCannot open patch file:
    /home/applvis/patch/maintenance/3460000/po/admin/driver/pofcom.drvCannot open patch file:
    /home/applvis/patch/maintenance/3460000/po/admin/driver/poginvcm.drvCannot open patch file:
    /home/applvis/patch/maintenance/3460000/po/admin/driver/pogstdcm.drv
    Error occurred in version checking for driver files.
    See above error messages or AutoPatch log file for details.
    Exiting AutoPatch...
    You should check the file
    /home/applvis/visappl/admin/vis/log/123.log
    for errors.
    thanks in advance

    Hi,
    Cannot open patch file:
    /home/applvis/patch/maintenance/3460000/fte/admin/driver/fte3136842.drvCannot open patch file:
    /home/applvis/patch/maintenance/3460000/fte/admin/driver/fte3193687.drvCannot open patch file:
    /home/applvis/patch/maintenance/3460000/po/admin/driver/pofcom.drvCannot open patch file:
    /home/applvis/patch/maintenance/3460000/po/admin/driver/poginvcm.drvCannot open patch file:
    /home/applvis/patch/maintenance/3460000/po/admin/driver/pogstdcm.drvPlease verify that these files exist and applmgr user has proper permission on it.
    Note: 566433.1 - Patch install failure : error: Performing version checking...Cannot open patch file
    Regards,
    Hussein

  • 10.2.0.4 + Patches - Relink error (and finally SIGSEGV)

    HP-UX 11.23 IA64
    I upgrade to 10.2.0.4 manually (using catupgrd.sql). The "naked" 10.2.0.4 worked fined.
    Then I downloaded the 30 single patches and used MOpatch 1.9 to apply them. The final relink failed with
    - Linking Oracle
            rm -f /oracle/FOO/102_64/rdbms/lib/oracle
             cc +DD64  -Wl,+s -Wl,+n +DD64 -o /oracle/FOO/102_64/rdbms/lib/oracle -L/oracle/FOO/102_64/rdbms/
    lib/ -L/oracle/FOO/102_64/lib/   /oracle/FOO/102_64/rdbms/lib/ssoident.o `if /usr/bin/getconf KERNEL_BITS
    | grep "64" > /dev/null ;
                    then echo "-Wl,+pi,64M -Wl,+pd,L -Wl,+padtext,16M -Wl,+paddata,1M" ;
                       else echo "" ; fi` -Wl,-E -Wl,-PF,linkorderfile +FPd /oracle/FOO/102_64/rdbms/lib/opimai.
    o /oracle/FOO/102_64/rdbms/lib/ssoraed.o /oracle/FOO/102_64/rdbms/lib/ttcsoi.o  /oracle/FOO/102_64/rdbms/
    lib/defopt.o  -Wl,+forceload -lperfsrv10 -Wl,+noforceload /oracle/FOO/102_64/lib/nautab.o /oracle/FOO/102
    _64/lib/naeet.o /oracle/FOO/102_64/lib/naect.o /oracle/FOO/102_64/lib/naedhs.o /oracle/FOO/102_64/rdbms/l
    ib/config.o  -lserver10 -lodm10  -lnnet10 -lskgxp10 -lsnls10 -lnls10  -lcore10 -lsnls10  -lnls10 -lcore10
    -lsnls10 -lnls10 -lxml10  -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lhasgen10 -lcore10 -lskgx
    n2 -locr10 -locrb10 -locrutl10   -lhasgen10 -lcore10 -lskgxn2   -lclient10  -lvsn10  -lcommon10 -lgeneric
    10  -lknlopt `if /usr/ccs/bin/ar tv /oracle/FOO/102_64/rdbms/lib/libknlopt.a | grep xsyeolap.o > /dev/nul
    l 2>&1 ; then echo "-loraolap10" ; fi`  -lslax10 -lpls10  -lplp10 -lserver10 -lclient10  -lvsn10  -lcommo
    n10 -lgeneric10 `if [ -f /oracle/FOO/102_64/lib/libavserver10.a ] ; then echo "-lavserver10" ; else echo
    "-lavstub10"; fi` `if [ -f /oracle/FOO/102_64/lib/libavclient10.a ] ; then echo "-lavclient10" ; fi`  -lk
    nlopt -lslax10 -lpls10  -lplp10 -ljox10 -lserver10  /oracle/FOO/102_64/has/lib/libclsra10.a -ldbcfg10 -lo
    cijdbcst10 -lwwg  `cat /oracle/FOO/102_64/lib/ldflags`    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -l
    nnz10 -lnl10 -lnro10 `cat /oracle/FOO/102_64/lib/ldflags`    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10
    -lnnz10 -lnl10 -lmm -lsnls10 -lnls10  -lcore10 -lsnls10  -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10  -lco
    re10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/FOO/102_64/lib/ldflags`    -lnsslb10 -lncryp
    t10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/FOO/102_64/lib/ldflags`    -lnsslb10 -lnc
    rypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10   -lsnls10 -lnls10  -lcore10 -lsnls10  -lnls10 -lcore10 -ls
    nls10 -lnls10 -lxml10  -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `if /usr/ccs/bin/ar tv /oracle
    /FOO/102_64/rdbms/lib/libknlopt.a | grep "kxmnsd.o" > /dev/null 2>&1 ; then echo " " ; else echo "-lordsd
    o10"; fi` -lctxc10 -lctx10 -lzx10 -lgx10 -lctx10 -lzx10 -lgx10 -lordimt10  -lsnls10 -lnls10  -lcore10 -ls
    nls10  -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10  -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -ls
    nls10 -lunls10  -lsnls10 -lnls10  -lcore10 -lsnls10  -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10  -lcore10
    -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10      `cat /oracle/FOO/102_64/lib/sysliblist`  -lm    `cat /ora
    cle/FOO/102_64/lib/sysliblist`  -lm  -lpthread  -lpthread
    ld: Unsatisfied symbol "kkpapIsPartColId" in file /oracle/FOO/102_64/lib//libserver10.a[kko.o]
    ld: Unsatisfied symbol "kkpapHasCorrKey" in file /oracle/FOO/102_64/lib//libserver10.a[kko.o]
    ld: Unsatisfied protected symbol "kkpapIsAnyPartColId" in file "/oracle/FOO/102_64/lib//libserver10.a[kkq
    jpd.o]"
    3 errors.
    *** Error exit code 1
    I tried the manual relink using "sh link.sh" - which worked (?) - I got an $ORACLE_HOME/bin/oracle binary.
    When I tried to start the database I got an
    SQL> startup
    ORACLE instance started.
    Total System Global Area 1.6274E+10 bytes
    Fixed Size                  2084616 bytes
    Variable Size            7616856312 bytes
    Database Buffers         8640266240 bytes
    Redo Buffers               14692352 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    with alertlog telling me
    Errors in file /oracle/FOO/saptrace/usertrace/foo_ora_10873.trc:
    ORA-07445: exception encountered: core dump [_strlen()+33] [SIGSEGV] [Address not mapped to object] [0x20
    00000000000] [] []
    and
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [_strlen()+33] [SIGSEGV] [Address not mapped to object] [0x20
    00000000000] [] []
    Current SQL statement for this session:
    SELECT INSTANCE_NUMBER FROM SYS.V$INSTANCE
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    c000000402bdda10       587  package body SYS.DBMS_UTILITY
    c000000402c13ca8      2442  package body SYS.DBMS_PRVTAQIP
    c000000402c188d8         1  anonymous block
    in the corresponding usertrace.
    I´m actually restoring the old "naked" version. The problem seems to be caused by the merge patch 7228971 (OPTIMIZER MERGE LABEL REQUEST ON TOP OF 10.2.0.4 FOR SAP (#3)) because this seems to be the only one changing/updating kko.o. Are the any known issues in this area?
    I will try to apply all the patches again without that one and see if it helps. This is a testsystem and not critical.
    Markus

    Hi Arun,
    I am receiving exactly this error with MOPatch 1.9 and Opatch 10.2.0.4.3. Did you get it resolved?
    Any hints that can help me out?
    My MOPatch log:
    The following warnings have occurred during OPatch execution:
    1) OUI-67124:Jar not applied /net/cunip03/software/sap/netweaver7/dvd/ora10.2/ora10.2.0.4/zip/mopatch-8QaWHG/7252962/files//jdbc/lib/classes12.zip/oracle/jdbc/driver/OraclePreparedStatement.class to /oracle/DBI/102_64/jdbc/lib/classes12.zip... 'invalid entry compressed size (expected 31214 but got 30948 bytes)'
    Jar not applied /net/cunip03/software/sap/netweaver7/dvd/ora10.2/ora10.2.0.4/zip/mopatch-8QaWHG/7252962/files//jdbc/lib/classes12.zip/oracle/jdbc/driver/OraclePreparedStatement$PushedBatch.class to /oracle/DBI/102_64/jdbc/lib/classes12.zip... 'invalid entry compressed size (expected 31214 but got 30948 bytes)'
    Jar not applied /net/cunip03/software/sap/netweaver7/dvd/ora10.2/ora10.2.0.4/zip/mopatch-8QaWHG/7252962/files//jdbc/lib/classes12.zip/oracle/sql/NUMBER.class to /oracle/DBI/102_64/jdbc/lib/classes12.zip... 'invalid entry compressed size (expected 31214 but got 30948 bytes)'
    Please assist,
    Troy

  • Adding patches to an offline .WIM file

    Hi guys
    I am trying to update my companies Windows Server 2008 R2 x64 install.wim file with some patches I have downloaded from the Microsoft Catalogue.
    So a little background, I have taken the install.wim file from the sources directory of our server image which is saved on our deployment server, and I have copied it locally to my PC. I am a domain admin and I am also a local admin on my PC.
    I downloaded the latest ADK and ran the Deployment and Imaging Tools Environment tool as an administrator. I mounted the install.wim file to a mount folder with no problems.
    When I try to inject a single patch using this command line DISM /image: <mount_directory> /Add-Package /Packagepath: <msu_file> (obviously replacing mount_directory and msu_file with the correct paths) I get the below error.
    Image version: 6.17600.16385Processing 1 of 1 – adding package…………(package path details ect)
    99.5%
    An error occurred applying the Unattend.xml file from the .msu package.
    For more information, review the log file.
    Error: 0x80070005
    Error: 5
    Access is denied.
    Edited copy of the log file:
    2014-11-13 11:02:46, Error                 DISM   DISM Package Manager: PID=9880 Failed processing package changes - CDISMPackageManager::ProcessChanges(hr:0x80070005)
    2014-11-13 11:02:46, Error                 DISM   DISM Package Manager: PID=9880 Failed to process package changes in unattend file. - CPackageManagerUnattendHandler::Apply(hr:0x80070005)
    2014-11-13 11:02:46, Error                 DISM   DISM Package Manager: PID=9880 Failed to Apply the unattend. - CDISMPackageManager::Apply(hr:0x80070005)
    2014-11-13 11:02:46, Error                 DISM   DISM Unattend Manager: PID=9880 d:\w7rtm\base\ntsetup\opktools\dism\providers\unattendprovider\dll\unattendmanager.cpp:400 - CUnattendManager::Apply(hr:0x80070005)
    2014-11-13 11:02:46, Error                 DISM   DISM Package Manager: PID=9880 Failed applying the unattend file from the MSU package. - CMsuPackage::ApplyMsuUnattend(hr:0x80070005)
    2014-11-13 11:02:46, Error                 DISM   DISM Package Manager: PID=9880 Failed to apply the MSU unattend file to the image. - CMsuPackage::Install(hr:0x80070005)
    When looking at the Security tab under properties of the mount folder I can see that the account CREATOR OWNER has no permissions. When I tried to give it full control I get access is denied on the following folders:
    C:\mount\program files
    C:\mount\program files (x86)
    C:\mount\windows
    If I check the permissions for my account name, it does have full control of the mount folder.
    I am wondering if anyone can help me get rid of this error?
    Or even better still as I have 63 patches to inject into this .wim file, can anyone suggest an easier way, as I wouldn’t like to sit here all day doing one patch at a time?
    Thanks in advance.
    Dave

    Hi David Smale,
    From your current description and base on my experience, it usually caused by the WIM file corrupt, please try to copy a new Wim file then try to patch again, if it not work,
    please post your DISM error log, you can refer the following KB to get the DISM log.
    This error also can caused by the Mcafee AV.
    DISM.exe generates an Error: 5 or Access Denied when VSE 8.8 Access Protection is enabled
    https://kc.mcafee.com/corporate/index?page=content&id=KB76867&locale=zh_CN
    I’m glad to be of help to you!
    *** This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control
    these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the
    use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet. ***
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to deploy a single PBL (Build Runtime Library) in 64Bit

    Hello There,
    I am testing PB15 and create
    two Project Files within the application. One Projectfile to compile a 32Bit Version and the other one to deploy a 64Bit version in P-Code. We are delivering today Patches in a Patch Library at the top of the library list (we are aware for the dependencies and know how to avoid the “Wrong Function Call” issue).
    How can I create a Patch Library for 64Bit?
    Today we just recompile the Patch.PBL two times and rename Patch.PBL -> Patch.PBD. But that did not work with 64Bit Project because I can’t choose the desired Platform (I am guessing it is always compiles in 32Bit).
    There is an additional menu point “Build Runtime Library” which seems to have the settings / option similar to the Project settings. But there is the Platform the missing link either (see attached Picture).
    So how can I get a single PBL compiled in 64Bit without deploying the whole Project?
    BTW:
    Compilation of the Whole app takes about 6 hours and results in full XCOPY deployment
    of 730MB (in 64Bit), so we want wait that time or deliver so much files if a single
    Patch.pbd of 500KB would be sufficient.
    Regards
        Marco

    Hi Marco,
    You should try orcascript to build your patches.  It is much cleaner and faster.
    I setup a .dat file with the orcascript and then run it using a .bat file.
    this is my batch file command:  OrcaScr125 build.dat >buildlog.txt
    Note that the orcascr command is version specific.  I have NOT tried this yet with PB 15 32 or 64 bit.
    this is what the build.dat would have in it.  The liblist has to be your lib list, same with the main applicaiton info.
    NOTE:  i regen a function in the script in order to set a patch date that users can see.  Also, note that i copy the patch.pbl to a build directory, build it, then copy the .pbd to various locations.
    start session
    file copy "patch.pbl" "build\patch.pbl"
    set liblist "build\patch.pbl; ...."
    set application "C:\main.pbl" "app"
    regenerate "build\patch.pbl" "f_get_patch_date" "function"
    build library "build\patch.pbl"   "" pbd
    file copy "build\patch.pbd" "patch.pbd"
    file copy "patch.pbd" "..\patch.pbd"
    end session
    regards
    -mike

  • How to find outthe difference between the two serivce patch of Netweaver04s

    Hi,
    We have installed NetWeaver04s with sp13 patch. We want to upgrade this to latest patch avaiable on sap market place. I could see sp22 is the latest patch. I know all the procedure to download the patch. But before downloading I have to find out the difference between the latest patch available i.e. SP22 and the current patch installed i.e. SP13.
    Could anybody guide me how to see the difference between any two patches avaiable on the SAP market place?
    Let me know if you need more information on this.
    --Chandan

    Hi
    For single patch info, if you click the INFO link in window from where you download the patch. You will get the information related to that patch.
    eg
    SAPJEE05_0-10003469.SCA SP05 for SAP J2EE Engine 7.00  0 Info 53976 14.12.2005
    Try out this, can help you (some navigation required)
    http://service.sap.com/sp-stack
    Select your Product:
    Select Source and Target Release and Componenets. Click Next
    Navigate under "Additional Information"
    eg:
    SAP NetWeaver 7.0 (2004s) Support Package Stacks
    can be found on the SAP NetWeaver 7.0 (2004s) Support Package Stacks Info-Pages for each available Support Package Stack
    In the next window; again navigate further: you can find like this
    New functionality available with the relevant SP Stack is described in Section "Release Notes" as part of the SAP Library. Please refer to SAP Help Portal -> SAP NetWeaver 7.0 -> Release Notes. Each scenario folder contains the new functionality available for each SP Stack.
    eg.
    http://help.sap.com/saphelp_nw04s/helpdata/en/5b/8c3842bb58f83ae10000000a1550b0/frameset.htm
    This would give you information of changes in different releases.

  • Reduce downtime required for support patch application

    Dear Experts,
    I would like to know if there are any tips / notes we need to follow during application of
    support patches to reduce the downtime window ( as during patch application , system is not
    usable for normal users ) , any temparary parameter changes to Oracle RDBMS which we can
    activate before appication of support patch and then revert the same once Patches are loaded
    for normal Day operations.
    Is there any note which talks specific settings which could enhance the performance
    of support patch application process on Oracle RDBMS.
    Regards,
    RR

    To my understanding if i select Downtime minimized some phases of Patch application could
    be carried out when users are online and for others would get notified in SPAM for downtime
    , so we just need to lock users and perform start for those rest of Import phases.
    Yes this is correct, theoretically you can apply single patches with downtime minimized one after another. But this does not make a lot of sense obviously, because you will have several distinct downtimes then. So to apply one queue containing all packages is the way to go.
    Regarding your questions on the benefits, i am afraid the answer here is: it depends, as for most performance tuning options you will have to test carefully if the are working.
    For the db_cache_size consider:
    - is my db_cache_size smaller than 1000M?
    - do i have enough free memory on my server?
    - am i seeing low buffer hit ratio while applying support packages?
    If all questions are a yes, then i recommend you increase it to 2000M, it is easy to do. But if you don't have free memory on the server, then you will severly hurt performance by causing paging. If you don't have low buffer hit ratio (or you have lightspeed disks , then the tuning will not speed up anything.
    As you see, you have options, but there isn't a single speed button that solves your problem.
    Regards, Michael

  • 7303033 Patch failed

    Hi
    we are upgrading our instacne from 12.0.6 to 12.1 and then 12.1.2
    all steps to make Base Release for 12.1 is done sucessfully
    when we apply patch 7303033 to upgrade 12.1 to 12.1.2 the patch error out
    here showing the Autopatch logfile
    ************* Start of AutoPatch session *************
    AutoPatch version: 12.0.0
    AutoPatch started at: Sun Jun 06 2010 23:57:32
    APPL_TOP is set to /oracle/PROD/apps/apps_st/appl
    NLS_LANG value from the environment is : American_America.AR8MSWIN1256
    NLS_LANG value for this AD utility run is : AMERICAN_AMERICA.AR8MSWIN1256
    You can be notified by email if a failure occurs.
    Do you wish to activate this feature [No] ? No
    Please enter the batchsize [1000] : 1000
    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 [upg] : upg *
    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 [upgrade] : upgrade *
    You are about to apply a patch to the installation of Oracle Applications
    in your ORACLE database 'upg'
    using ORACLE executables in '/oracle/PROD/apps/tech_st/10.1.2'.
    Is this the correct database [Yes] ? Yes
    AutoPatch needs the password for your 'SYSTEM' ORACLE schema
    in order to determine your installation configuration.
    Enter the password for your 'SYSTEM' ORACLE schema: *****
    Connecting to SYSTEM......Connected successfully.
    The ORACLE username specified below for Application Object Library
    uniquely identifies your existing product group: APPLSYS
    Enter the ORACLE password of Application Object Library [APPS] : *****
    AutoPatch is verifying your username/password.
    Connecting to APPLSYS......Connected successfully.
    The status of various features in this run of AutoPatch is:
    <-Feature version in->
    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
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    Identifier for the current session is 34811
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    AutoPatch warning:
    Product Data File
    /oracle/PROD/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.
    AutoPatch warning:
    Product Data File
    /oracle/PROD/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.
    AutoPatch warning:
    Product Data File
    /oracle/PROD/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 languages are installed:
    Code Language Status
    US American English Base
    AR Arabic Install
    Reading language information from applAR.txt ...
    Your base language will be AMERICAN.
    Your other languages to install are: ARABIC
    Setting up module information.
    Reading database for information about the modules.
    Saving module information.
    Reading database for information about the products.
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    Connecting to SYSTEM......Connected successfully.
    Reading database for information about how products depend on each other.
    Connecting to APPLSYS......Connected successfully.
    Reading topfile.txt ...
    Saving product information.
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    AD code level : [B.2]
    STRT_TASK: [AutoPatch startup after aimini] [] [Sun Jun 06 2010 23:57:47]
    Connecting to APPS......Connected successfully.
    STRT_TASK: [Validate schema passwords] [] [Sun Jun 06 2010 23:57:47]
    Connecting to APPLSYS......Connected successfully.
    Connecting to APPS......Connected successfully.
    STOP_TASK: [Validate schema passwords] [] [Sun Jun 06 2010 23:57:47]
    STRT_TASK: [Upload Patch History information from filesystem] [] [Sun Jun 06 2010 23:57:47]
    Trying to obtain a lock...
    About to attempt instantiating the current-view snapshot: Sun Jun 06 2010 23:57:47
    Attempting to instantiate the current-view snapshot...
    Was already instantiated. So no instantiation done this time.
    Done attempting to instantiate the current-view snapshot: Sun Jun 06 2010 23:57:47
    **************** S T A R T O F U P L O A D ****************
    Start date: Sun Jun 06 2010 23:57:47
    0 "left over" javaupdates.txt files uploaded to DB: Sun Jun 06 2010 23:57:47
    0 patches uploaded from the ADPSV format patch history files: Sun Jun 06 2010 23:57:47
    Uploading information about files copied during the previous runs ...
    0 "left over" filescopied_<session_id>.txt files uploaded to DB: Sun Jun 06 2010 23:57:47
    ****************** E N D O F U P L O A D ******************
    End date: Sun Jun 06 2010 23:57:47
    STOP_TASK: [Upload Patch History information from filesystem] [] [Sun Jun 06 2010 23:57:47]
    Enter the directory where your Oracle Applications patch has been unloaded
    The default directory is [oracle/Upgrade_box/patches_12.1.2/7303033/7303033] : /oracle/Upgrade_box/patches_12.1.2/7303033/7303033
    STOP_TASK: [AutoPatch startup after aimini] [] [Sun Jun 06 2010 23:57:50]
    Please enter the name of your AutoPatch driver file : u7303033.drv
    STRT_TASK: [Run a single patch driver file] [] [Sun Jun 06 2010 23:58:03]
    STRT_TASK: [Steps before copy portion] [] [Sun Jun 06 2010 23:58:03]
    STRT_TASK: [Initial driver processing steps] [] [Sun Jun 06 2010 23:58:03]
    Start time for driver file is: Sun Jun 06 2010 23:58:03
    STOP_TASK: [Initial driver processing steps] [] [Sun Jun 06 2010 23:58:03]
    STRT_TASK: [Get Oracle Applications Release and read driver file] [] [Sun Jun 06 2010 23:58:03]
    STRT_TASK: [Get Oracle Applications Release] [] [Sun Jun 06 2010 23:58:03]
    Getting Oracle Applications Release...
    Connecting to APPLSYS......Connected successfully.
    Current installed release is 12.1.1
    Connecting to APPS......Connected successfully.
    STOP_TASK: [Get Oracle Applications Release] [] [Sun Jun 06 2010 23:58:03]
    STRT_TASK: [Process patch driver file] [] [Sun Jun 06 2010 23:58:03]
    Reading patch driver file...
    Connecting to SYSTEM......Connected successfully.
    STRT_TASK: [Parse and load patch driver file] [] [Sun Jun 06 2010 23:58:03]
    Connecting to APPS......Connected successfully.
    Parsing and loading patch driver file...
    Processing line 10000.
    Processing line 20000.
    Processing line 30000.
    Processing line 40000.
    Processing line 50000.
    Processing line 60000.
    Processing line 70000.
    Processing line 80000.
    Processing line 90000.
    Processing line 100000.
    Processing line 110000.
    Processing line 120000.
    Processing line 130000.
    Processing line 140000.
    Processing line 150000.
    Processing line 160000.
    Processing line 170000.
    Processing line 180000.
    Processing line 190000.
    199181 lines processed.
    STOP_TASK: [Parse and load patch driver file] [] [Sun Jun 06 2010 23:58:07]
    STRT_TASK: [Check patch integrity] [] [Sun Jun 06 2010 23:58:07]
    Not checking patch integrity as integrity checking flag is turned off.
    STOP_TASK: [Check patch integrity] [] [Sun Jun 06 2010 23:58:07]
    Successfully read patch driver file.
    STOP_TASK: [Process patch driver file] [] [Sun Jun 06 2010 23:58:07]
    STRT_TASK: [Other driver and release-related logic] [] [Sun Jun 06 2010 23:58:07]
    Determining target release...
    Current target release is 12.1.1
    STOP_TASK: [Other driver and release-related logic] [] [Sun Jun 06 2010 23:58:07]
    STOP_TASK: [Get Oracle Applications Release and read driver file] [] [Sun Jun 06 2010 23:58:07]
    STRT_TASK: [Prereq checking logic] [] [Sun Jun 06 2010 23:58:07]
    Warning:
    The description for the entity 'dna' in the patch driver
    does not match with the current description.
    The current description is :'Development'
    The description in the patch is :'Product Workbench'
    The current description will not be changed.
    Warning:
    The description for the entity 'iby' in the patch driver
    does not match with the current description.
    The current description is :'iPayment'
    The description in the patch is :'Payments'
    The current description will not be changed.
    Warning:
    The description for the entity 'izu' in the patch driver
    does not match with the current description.
    The current description is :'Support Diagnostic Tools'
    The description in the patch is :'Oracle E-Business Suite Diagnostics'
    The current description will not be changed.
    For the Current View:
    l_appl_top_id .............. 192
    l_eav_patch_release_name ... 12.0.0
    Current View - 7303033:US is NOT_APPLIED
    STOP_TASK: [Prereq checking logic] [] [Sun Jun 06 2010 23:58:07]
    STRT_TASK: [Ask translated patch question] [] [Sun Jun 06 2010 23:58:07]
    This base patch contains files which may require translation
    depending on the languages you currently have installed.
    Oracle Corporation recommends that you obtain any translated versions of this
    patch for each of your non-US languages PRIOR to applying this base patch.
    The translated version of the patch should be applied immediately AFTER
    applying this base patch.
    Do you wish to apply this patch now [No] ? yes
    STOP_TASK: [Ask translated patch question] [] [Sun Jun 06 2010 23:58:14]
    STRT_TASK: [Determine bugs to apply] [] [Sun Jun 06 2010 23:58:14]
    Determining which bug fixes to apply...
    Turning off bug fixes for products not installed or shared in the database...
    Resetting bug actions for bug fixes we will not apply...
    Processing files for Oracle Government Applications...
    Done determining which bug fixes to apply.
    Log and Info File sync point:
    Sun Jun 06 2010 23:58:14
    Turning off actions that reference unrecognized products.
    Log and Info File sync point:
    Sun Jun 06 2010 23:58:15
    End of unrecognized products checking.
    STOP_TASK: [Determine bugs to apply] [] [Sun Jun 06 2010 23:58:15]
    STRT_TASK: [Process action options] [] [Sun Jun 06 2010 23:58:15]
    STOP_TASK: [Process action options] [] [Sun Jun 06 2010 23:58:15]
    STRT_TASK: [Modify actions for bootstrap mode] [] [Sun Jun 06 2010 23:58:15]
    STOP_TASK: [Modify actions for bootstrap mode] [] [Sun Jun 06 2010 23:58:15]
    STRT_TASK: [Ask for number of parallel workers] [] [Sun Jun 06 2010 23:58:15]
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPS......Connected successfully.
    AD utilities can support a maximum of 999 workers. Your
    current database configuration supports a maximum of 88 workers.
    Oracle recommends that you use between 4 and 8 workers.
    Enter the number of parallel workers [4] : 4
    STOP_TASK: [Ask for number of parallel workers] [] [Sun Jun 06 2010 23:58:21]
    AutoPatch will run in parallel mode.
    STOP_TASK: [Steps before copy portion] [] [Sun Jun 06 2010 23:58:21]
    STRT_TASK: [Copy portion steps] [] [Sun Jun 06 2010 23:58:21]
    STRT_TASK: [apply new applterr.txt] [] [Sun Jun 06 2010 23:58:21]
    Did not need to apply new applterr.txt.
    STOP_TASK: [apply new applterr.txt] [] [Sun Jun 06 2010 23:58:21]
    STRT_TASK: [AutoSplice applprod.txt and applUS.txt] [] [Sun Jun 06 2010 23:58:21]
    Applying new applprod.txt (if any)...
    Did not need to apply new applprod.txt.
    STOP_TASK: [AutoSplice applprod.txt and applUS.txt] [] [Sun Jun 06 2010 23:58:27]
    STRT_TASK: [Version checking for driver files] [] [Sun Jun 06 2010 23:58:27]
    Performing version checking for driver files...
    Log and Info File sync point:
    Sun Jun 06 2010 23:58:33
    AutoPatch found some files which it will not apply.
    These files are listed in the AutoPatch informational message file.
    STOP_TASK: [Version checking for driver files] [] [Sun Jun 06 2010 23:58:39]
    STRT_TASK: [Copy driver files] [] [Sun Jun 06 2010 23:58:39]
    Copying driver files into installation area...
    You are running admvcode
    Header information is:
    $Header: aiopatch.lc 120.7 2007/12/03 08:27:09 nissubra ship $
    Start of admvcode session
    Date/Time is Sun Jun 06 2010 23:58:41
    Filelist file is: /oracle/PROD/apps/apps_st/appl/admin/upg/out/copymast.txt
    Patch Character Set is: us7ascii
    On-site Character Set is: AR8MSWIN1256
    Log and Info File sync point:
    Sun Jun 06 2010 23:58:41
    Information about files copied to the APPL_TOP would be written to the
    informational message file.
    Character set 'US7ASCII' is a subset of character set 'AR8MSWIN1256'.
    No character set conversion is required.
    Copying files to APPL_TOP...
    0 directories created.
    124 files copied without character set conversion.
    0 files copied with successful character set conversion.
    124 files copied successfully.
    0 files had fatal errors.
    admvcode is exiting with status 0
    End of admvcode session
    Date/time is Sun Jun 06 2010 23:58:49
    Done copying driver files into installation area.
    STOP_TASK: [Copy driver files] [] [Sun Jun 06 2010 23:58:50]
    STRT_TASK: [Forcecopy driver files] [] [Sun Jun 06 2010 23:58:50]
    ForceCopying driver files into installation area...
    No driver files were selected for ForceCopying.
    STOP_TASK: [Forcecopy driver files] [] [Sun Jun 06 2010 23:58:50]
    STRT_TASK: [Screen out files not valid for this configuration] [] [Sun Jun 06 2010 23:58:50]
    Screening out files not valid for this installation...
    STOP_TASK: [Screen out files not valid for this configuration] [] [Sun Jun 06 2010 23:58:50]
    STRT_TASK: [Read file driver files to get list of valid files] [] [Sun Jun 06 2010 23:58:50]
    Determining valid on-site files...
    Setting JAVA_TOP to '/oracle/PROD/apps/apps_st/comn/java/classes'
    STOP_TASK: [Read file driver files to get list of valid files] [] [Sun Jun 06 2010 23:59:09]
    STRT_TASK: [Perform libout actions] [] [Sun Jun 06 2010 23:59:09]
    Extracting object modules from product libraries...
    Done extracting object modules from product libraries.
    STOP_TASK: [Perform libout actions] [] [Mon Jun 07 2010 00:00:10]
    STRT_TASK: [Perform version checking] [] [Mon Jun 07 2010 00:00:10]
    Performing version checking...
    Log and Info File sync point:
    Mon Jun 07 2010 00:00:12
    AutoPatch found some files which it will not apply.
    These files are listed in the AutoPatch informational message file.
    No version in patch file:
    /oracle/Upgrade_box/patches_12.1.2/7303033/7303033/msc/bin/setup_SNO.exe
    Error occurred in version checking.
    See above error messages or AutoPatch log file for details.
    Exiting AutoPatch...
    Freeing includes hash table
    Freeing fixes hash table
    Freeing basedons hash table
    Freeing entities hash table
    You should check the file
    /oracle/PROD/apps/apps_st/appl/admin/upg/log/7303033.log
    for errors.

    Hi,
    AutoPatch warning:
    Product Data File
    /oracle/PROD/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.
    AutoPatch warning:
    Product Data File
    /oracle/PROD/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.
    Those warning messages can be ignored -- See (Note: 421136.1 - Product Data File Error Applying Patch 4440000) for details.
    For the other error, I believe the document provided by Helios should be helpful.
    Thanks,
    Hussein

  • Patch 11.1.2.3.500

    Hi All,
    we are process of applying the patch .500 on 11.1.2.3 for all components in a distributed env.
    My question is whether there is a single patch that I can run on each server and that will take care of upgrading the respective components on that server to .500 , or do I need to download the .500 patch individually for each components .
    Regards
    Abhishek

    Apply this patch ,, 17529887 .. make sure you have this patch for correct OS for all the servers in your env, and as I always tell follow readme, and ignore "en" at the setting language in case if its english.
    thanks

  • Transpose... Does it exist in Numbers?

    Has anyone figured out how to transpose data? In Excel, I could highlight a single column of numbers, copy it, and 'paste special' it as a transposed single row (consisting of many columns of data). I can't figure this out in Numbers to save my life. It seems like such a basic spreadsheet function...
    And don't get me started about the lack of error bar functionality... add me to the list of disgruntled Scientists!
    (sorry to rant... I needed to vent)
    Cheers.

    {quote:title=jaxjason wrote:}
    Then fill this over four and down two rows. You just Transposed. Remember this is the spreadsheet for "everyone else". Believe it or not Transposing is a very rarely used function by 99% of users. Yes it really is that rare, I teach it. Its not Ever in MS's excel tests, at any level.
    Hope this helps,
    Jason
    Message was edited by: jaxjason
    That's because "most" people use it for making charts and shopping lists.
    To describe it as the spreadsheet for "everyone else" doesn't let Apple off the hook. the function was there in Apple Works, it's still there in Excel and Open Office and it's not an advanced function at all; I use it all the time and I'm not a power user or an accountant. It's a basic function which should not be left out of even a basic spreadsheet...
    And it's not the only one they've left out.

  • Is it possible to make a screen control appear only for a specific patch?

    I use MainStage almost exclusively for guitar. Frequently I will use different guitar amps in different patches (usually the AmpliTube plugin, but occasionally Amp Designer). I'd like to use different screen controls for specific patches. For example, I might be using a Marshall JCM900 amp model for one patch, and a Vox AC-30 Top Boost amp model for a different patch. The Marshall has a gain control, and a master volume, but the AC-30 only has a master volume. Conversely, the AC-30 has a top cut control that doesn't exist on the Marshall.
    Is there a way to hide the screen control for the Marshall gain on a patch that uses an AC-30 model?
    It seems like there would be many, may scenarios where controls that are relevant to one patch would be undesirable with a different patch, but it seems like screen controls are global for an entire concert. Sure, a given control can be mapped to different parameters in different patches (but you can't give a screen control different names in different patches), but there's limited space on a layout, and it seems wasteful to have to provide a given screen control that might only be relevant for one patch out of a dozen in a given set or concert visible in every single patch.

    Hi
    Standard Screen Controls will always appear in Edit Mod and in Perform Mode for a given Concert. Controls that are not assigned to any parameter will be grayed out in Performance Mode. To do this, select the control in Edit, and choose "None" in the Screen Control Inspector.
    Smart Controls adapt for a particular Patch. Different layouts can be assigned per patch.
    ericmurphysf wrote:
    you can't give a screen control different names in different patches)
    That depends on the method you used to name them in the first place:
    Controls can have different formats of labelling ( done in Layout mode), where they can show the particular parameter name etc etc. These can change from patch to patch.
    You can assign a "Hardware Label" that is global.
    Separate Text labels can have global or Set/Patch labels, and they can be labelled for a single Patch by overriding any higher level labelling
    hth
    CCT

  • MainStage patches not loading Guitar Rig 4 patches

    I'm trying to use Guitar Rig 4 as a channel strip plugin for live EG performance. Unfortunately Mainstage seems unable to properly recall assigned Guitar Rig patches and/or recall screen mapping for those patches. It seems like it only loads the first GR4 patch. If I open up the plugin I see the correct GR4 plugin name but when I double click it seems to then load.
    I've mapped screen controls to specific editable functions within Guitar Rig 4's patch. Unfortunately after reboot Mainstage patches do not properly load Guitar Rig patches and screen control mapping breaks.
    For instance within a specific Mainstage patch, I have a Guitar Rig 4 patch that has a stereo delay. I screen map to the stereo delay's controllable functions (mix, feedback, etc). I test it out and everything works properly. I save. I restart and then the screen controls lose their mappings.
    So what's up? Is it a user error or a limitation between the two softwares?
    Andy

    Hi again,
    OK so to map a MS toggle switch to activate an event in a Plug-in like Guitar Rig 4?
    - You have Pedalboard as an insert in the channel strip?
    - You have Guitar Rig as an insert in the channel strip?
    - if so
    - selecect the unassigned button in Manstage edit mode
    -  MS will open the screen control inspector panel below the edit view of your MS edit window
    - In the third tab 'unassined' of the inspector you sohould see columns make sure you're looking at the left most col
    - You will find the name of the channel strip (guitar-1) or something like that - select it
    - The next col will fill with info on the channel strip including the inserts - select Guitar Rig 4- The next col will fill with all the attributes of the Guitar Rig patch you've selected as an insert
    - The list will contain all the controllable attrubutes of the componants that mack up the guitar rig patch.
    - Select the WAH/ON/OFF or what have you.
    - Now the switch in MS will control the ON/OFF state of the WAH efect in that Guitar Rig patch.
    The same process works for rotary knobs so you can have MS contol the ON/OFF function and allow you to adjust say the Gain and Tone of your choosen Guitar Rig effect. Obviously you can use for Amps/effects/Cabs/and even Tapdeck etc.
    Once you have a channel strip set up and your happy with the layout of MS you can save the channel strip and use it in Logic and vise versa - so I have started a library when my guitar and bass patches are channel strips.
    This is because I mix up componants of the various Plig-ins I have say - Pedelboard => Ampdesigner => Guitar Rig 4 => Amplitube 3 => and Redwirez as a single 'patch'. So playing live I use the appropriate 'patch' strip in MS and when recording the I use same 'patch' strip in Logic. 
    Have fun!

Maybe you are looking for