Error occurs when running emcli add_target

Hello,
I created a simple plugin which contains only two target types for learning using JDeveloper (Build JDEVADF_11.1.1.7.0_GENERIC_130226.1400.6493). I then validated plugin distribution and created plugin archive on right-click project name.
plugin.xml content:
<?xml version="1.0" encoding="UTF-8" ?>
<Plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.oracle.com/EnterpriseGridControl/plugin_metadata plugin_metadata.xsd"
        xmlns="http://www.oracle.com/EnterpriseGridControl/plugin_metadata">
  <PluginId vendorId="z" productId="y" pluginTag="xxx"/>
  <PluginVersion value="12.1.0.0.0"/>
  <ShortDescription>Enterprise Manager for Second Target Type</ShortDescription>
  <TargetTypeList>
    <TargetType name="z_y_xxx_Second Target Type"/>
    <TargetType name="z_y_xxx_Third Target Type"/>
  </TargetTypeList>
  <PluginAttributes Type="MP" Category="Engineered Systems"
                    DisplayName="Second Target Type"/>
</Plugin>
z_y_xxx_Second Target Type.xml
<TargetMetadata META_VER="1.0" TYPE="z_y_xxx_Second Target Type"
  xmlns="http://www.oracle.com/EnterpriseGridControl/target_metadata">
  <Display>
    <Label NLSID="Second Target Type_name">Basic Target Type</Label>
  </Display>
  <Metric NAME="Response" TYPE="TABLE">
    <Display>
      <Label NLSID="Second Target Type_response">Response</Label>
    </Display>
    <TableDescriptor>
    <ColumnDescriptor NAME="Timing" TYPE="NUMBER" IS_KEY="FALSE">
          <Display>
            <Label NLSID="Second Target Type_response_timing">Elapsed Time</Label>
          </Display>
        </ColumnDescriptor>
    <ColumnDescriptor NAME="Status" TYPE="NUMBER" IS_KEY="FALSE">
          <Display>
            <Label NLSID="Second Target Type_response_status">Status</Label>
          </Display>
        </ColumnDescriptor>
    </TableDescriptor>
    <!--
    <QueryDescriptor FETCHLET_ID="URLTiming">
       <Property NAME="host" SCOPE="INSTANCE">host</Property>
       <Property NAME="port" SCOPE="INSTANCE">port</Property>
       <Property NAME="url0" SCOPE="GLOBAL">http://%host%:%port%/</Property>
       <Property NAME="retries" SCOPE="GLOBAL">1</Property>
       <Property NAME="verbose" SCOPE="GLOBAL">0</Property>
    </QueryDescriptor>
    -->
  </Metric>
  <!--
  <InstanceProperties>
    <InstanceProperty NAME="host">
      <Display>
        <Label NLSID="Second Target Type_instprop_host">Hostname</Label>
      </Display>
    </InstanceProperty>
    <InstanceProperty NAME="port">
      <Display>
        <Label NLSID="Second Target Type_instprop_port">Port</Label>
      </Display>
    </InstanceProperty>
    <InstanceProperty NAME="installdirectory">
      <Display>
        <Label NLSID="Second Target Type_instprop_installdir">InstallDirectory</Label>
      </Display>
    </InstanceProperty>
  </InstanceProperties>
  -->
</TargetMetadata>
Running Plugin validation ....
Validating Plug-in metadata ..                Passed
Validating Plug-in metadata semantics ..      Passed with warnings
Validating Staging Directory ..               Passed
Validating MRS Syntax ..                      Passed
Validating MRS Semantics ..                   Passed
Validating Metadata embedded SQL ..           Skipped
Validating Object Names ..                    Passed
Plugin validation Passed with warnings
Validation Report generated to: /tmp/xxxProject/dist/plugin_validation_report_131023.txt
Plugin validation completed.
Running Plugin archive creation ....
Validating Plug-in metadata ..                Passed
Validating Plug-in metadata semantics ..      Passed with warnings
Validating Staging Directory ..               Passed
Validating MRS Syntax ..                      Passed
Validating MRS Semantics ..                   Passed
Validating Metadata embedded SQL ..           Skipped
Validating Object Names ..                    Passed
Plugin validation Passed with warnings
Validation Report generated to: /tmp/xxxProject/dist/plugin_validation_report_131023.xml
Creating the opar file......
Plug-in validation has revealed some warnings. You must fix all these issues before releasing plug-in to production.
Successfully created the plugin archive . The opar file is /tmp/xxxProject/dist/12.1.0.0.0_z.y.xxx_2000_0.opar
Plugin archive creation completed.
Then I executed these commands:
./emcli setup -url=https://abc.com:7803/em -username=SYSMAN
Oracle Enterprise Manager 12c 3.
Copyright (c) 1996, 2013 Oracle Corporation and/or its affiliates. All rights reserved.
The configuration directory "/users/ncgf" may not be local. See the "dir" option in the help for the setup command.
Do you want to continue using this directory? [yes/no] yes
Enter password
Emcli setup successful
$ ./emcli import_update -file=/export/em_install/mid_home_loc/oms/bin/12.1.0.0.0_z.y.xxx_2000_0.opar -omslocal
Processing update: Plug-in - Enterprise Manager for Second Target Type
Successfully uploaded the update to Enterprise Manager. Use the Self Update Console to manage this update.
$ ./emcli deploy_plugin_on_server -plugin=z.y.xxx:12.1.0.0.0 -sys_password=*****
Performing pre-requisites check... This will take a while.
./emcli get_plugin_deployment_status -plugin_id=z.y.xxx
Plug-in Deployment/Undeployment Status
Destination          : Management Server - abc.com:4890_Management_Service
Plug-in Name         : Second Target Type
Version              : 12.1.0.0.0
ID                   : z.y.xxx
Content              : Plug-in
Action               : Deployment
Status               : Success
Steps Info:
Step                                     Start Time                End Time                  Status
Submit job for deployment                10/23/13 2:41:47 PM PDT   10/23/13 2:41:47 PM PDT   Success
Initialize                               10/23/13 2:41:49 PM PDT   10/23/13 2:41:54 PM PDT   Success
Install software                         10/23/13 2:41:55 PM PDT   10/23/13 2:41:55 PM PDT   Success
Validate plug-in home                    10/23/13 2:41:56 PM PDT   10/23/13 2:41:56 PM PDT   Success
Perform custom preconfiguration          10/23/13 2:41:56 PM PDT   10/23/13 2:41:56 PM PDT   Success
Check mandatory patches                  10/23/13 2:41:56 PM PDT   10/23/13 2:41:56 PM PDT   Success
Generate metadata SQL                    10/23/13 2:41:56 PM PDT   10/23/13 2:41:56 PM PDT   Success
Preconfigure Management Repository       10/23/13 2:41:56 PM PDT   10/23/13 2:41:56 PM PDT   Success
Configure Management Repository          10/23/13 2:41:57 PM PDT   10/23/13 2:42:39 PM PDT   Success
OPSS jazn policy migration               10/23/13 2:41:57 PM PDT   10/23/13 2:41:57 PM PDT   Success
Register metadata                        10/23/13 2:42:39 PM PDT   10/23/13 2:42:41 PM PDT   Success
Perform custom postconfiguration         10/23/13 2:42:41 PM PDT   10/23/13 2:42:41 PM PDT   Success
Update inventory                         10/23/13 2:42:41 PM PDT   10/23/13 2:42:42 PM PDT   Success
$ ./emcli deploy_plugin_on_agent -agent_names=abc.com:3872 -plugin=z.y.xxx:12.1.0.0.0
Agent side plug-in deployment is in progress
Use "emcli get_plugin_deployment_status -plugin_id=z.y.xxx" to track the plug-in deployment status.
$ ./emcli get_plugin_deployment_status -plugin_id=z.y.xxx
Plug-in Deployment/Undeployment Status
Destination          : Management Agent - abc.com:3872
Plug-in Name         : Second Target Type
Version              : 12.1.0.0.0
ID                   : z.y.xxx
Content              : Plug-in
Action               : Deployment
Status               : Deploying
Steps Info:
Step                                     Start Time                End Time                  Status
Submit job for deployment                10/23/13 2:43:44 PM PDT   10/23/13 2:43:44 PM PDT   Success
Initialize                               10/23/13 2:43:47 PM PDT   10/23/13 2:43:47 PM PDT   Success
Copy archives                            10/23/13 2:43:47 PM PDT   10/23/13 2:43:47 PM PDT   Success
$ ./emcli add_target -name="z_y_xxx_Second Target Type" -type="z_y_xxx_Second Target Type" -host=abc.com -prop="UseGeneratedData:false"
Error: Target type specified does not exist on this agent
This execution fails, but we see the plugin in the agent. The type we have is obtained from the plugin.xml,
<TargetTypeList>
    <TargetType name="z_y_xxx_Second Target Type"/>
    <TargetType name="z_y_xxx_Third Target Type"/>
  </TargetTypeList>
Thank you for your help in advance!
Message was edited by: user13475271
I would like to mention that we also tried to add using Oracle Enterprise Manager (Version 12.1.0.3.0). Setup->Add target->Add Targets Manually. But under Add Targets Manually, there are three choices (radio buttons). We have tried all, but we didn't get it to add a target.

Why you need to run this report in R12?
Please see these docs.
Master Note for Diagnosing OS Memory Problems and ORA-4030 [ID 1088267.1]
Getting Started with ORA-4030 Diagnostics [ID 863562.1]
Diagnosing and Resolving ORA-4030 errors [ID 233869.1]
Thanks,
Hussein

Similar Messages

  • A critical program error occured when running a workbook

    Some end users get a critical program error occured when running a workbook when they want to make selections.
    In the trace they get the following message
    System.ArgumentException: Item has already been added.  Key in dictionary: "44ABATDK7TYM365CYLQ0VDKU6"  Key being added: "44ABATDK7TYM365CYLQ0VDKU6"
    This happens only on some PC clients !
    Thanks for any help !
    Ivan

    Hi Vid,
    Thanks for your suggestion.
    I am using a different patch i.e.
    BI AddOn 7.X (based on 7.10), Support Package 5, Revision 1083
    and it helps to solve my problem.
    Cheers.

  • Following error occurring when running application in wireless tool kit

    Hi
    Following error occurring when running application in wireless tool kit
    java/lang/ClassFormatError: Bad version information.
    can any suggest y ?

    Hi,
    I am also facing the same problem......................
    java/lang/ClassFormatError: Bad version information
    The error occurs when I try to simulate the mobile device using wireless tool kit. Does it have anything to do with the antivirus/firewall running on my system?
    Did Ram get a solution to his problem? Can anybody please help?
    Many Thanks
    Merin
    HI
    Sorry i could not find any related information there
    the version of wireless toolkit i am using is 2.1
    well in release notes its given that it also
    supports cldc1.0 and midp1.0
    presently i am using cldc1.0.4 and midp1.0.3
    versions
    is there any version compatability error
    please suggest me its quite urgent

  • Error occurs when running autoconfig on application tier

    When running autoconfig on application tier, error occurs:
    Starting AutoConfig at Sun Jul 3 08:06:11 2011
    Using adconfig.pl version 115.78
         Classpath : /u01/prodapps/prodcomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar:/u01/prodapps/prodcomn/util/java/1.4/j2sdk1.4.2_04/lib/dt.jar:/u01/prodapps/prodcomn/util/java/1.4/j2sdk1.4.2_04/lib/tools.jar:/u01/prodapps/prodcomn/java/appsborg2.zip:/u01/prodapps/prodcomn/java
    ===========================================================================
    Starting Utility to Report Version Conflicts at Sun Jul 03 08:06:14 PDT 2011
    Using VersionConflictListGenerator.java version 115.2
    All driver files processed.
    No version conflict encountered.
    ===========================================================================
    ERROR: Context Value Management Failed.
    Terminate.
    I referred to Note 461258.1: Autoconfig Error On Apps Tier: Context Value Management Failed (Doc ID 461258.1), and there's no such directory: $JAVA_TOP/oracle/sql/
    Please HELP!
    Thanks,
    Jackie

    Please see these docs.
    Adconfig.sh Fails With Error AC-30202 Unrecognized Action Apecified On Oracle EBS 11.5.10.2 [ID 1240795.1]
    How To Synchronize The Context file Stored In Database (FND_OAM_CONTEXT_FILES table) With The Context File In the File System?. Run Autoconfig Failed With "ERROR: Context Value Management Failed" [ID 463895.1]
    Autoconfig execution fails on Class StoreDataOfFile.getChkListConditions() [ID 1269146.1]
    Thanks,
    Hussein

  • Error occured when running the "Receiving Transaction Processor"

    Dear all :
    We just found the scheduled concurrent program "Receiving Transaction Processor" all failed from last day,
    and this program is always trying to re-run till it could finished successful.
    the request log like following :
    采购管理系统: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    RVCTP module: 接收事务处理处理器
    当前的系统时间为 25-02-2013 17:10:28
    并发程序 RVCTP 返回错误
    原因:RVCTP 遇到内部错误。参数:RVCTP,BATCH,,,
    措施:请记录此错误编号以及您尝试进行的活动。请与系统管理员联系以寻求帮助。
    RVTBM-007:子例行程序 rvtbm_batch_mngr() 返回的错误
    原因:子例行程序 rvtbm_batch_mngr() 返回时出现内部错误。
    措施:请记录此错误编号以及您尝试进行的活动。 请与系统管理员联系以
    RVTBM-080:子例行程序 rvtptcontrol() 返回的错误
    原因:子例行程序 rvtptcontrol() 返回时出现内部错误。
    措施:请记录此错误编号以及您尝试进行的活动。 请与系统管理员联系以寻求帮
    RVTLO-050:ORA-01403: 未找到任何数据
    原因:在 RVTLO 中出现 SQL 错误。SQL 错误为 &LSQL_ERR。
    措施:请记录此错误编号以及您尝试进行的活动。请与系统管理
    在试图启动立即并发程序 RVCTP 时,并发管理器出现错误。例行程序 &ROUTINE 接收到返回代码失败的信息。
    请与您的支持代表联系。
    当前的系统时间为 25-02-2013 17:10:29
    成功地重新提交具有请求编号 21500965 的并发程序 RVCTP,以在 25-02-2013 17:05:30 启动。 (ROUTINE=AFPSRS)
    正在执行请求完成选项...
    Output file size:
    0
    未打印输出文件,因为:
    已禁用此报表的打印选项。
    已完成执行请求完成选项。
    thanks and regards
    Filex Liu

    Dear all:
    thanks for your attention, this problem has been resolved.
    It's just because the error data in some lines about ship.
    Some ship that has been canceled keep its status colum to be "running" and this cause the "Receiving Transaction Processor" to be error.
    after change the status from running to error for the ships that has been cancel, it will recover.
    thanks and regards
    Filex Liu

  • Error occurs when running zlogin zonename cmd

    Hi:
    We are trying to run pkgrm on a zone using
    the following command:
    # zlogin <zonename> pkgrm <pkgname>
    But the package is not removed completely.
    We get the following error messages instead:
    ## Updating system information.
    pkgrm: ERROR: bad read of contents file
    pkgrm: ERROR: pathname=/usr/staroffice7/share/template/portuguese_brazilian/wizard/bitmap/spain.gif
    pkgrm: ERROR: problem=no memory for package information
    bash-3.00# echo $?
    1
    bash-3.00#
    Has anyone else encounter this problem before ?
    If yes, could some one please tell us what the work around is ?
    Thanks
    JL

    Why you need to run this report in R12?
    Please see these docs.
    Master Note for Diagnosing OS Memory Problems and ORA-4030 [ID 1088267.1]
    Getting Started with ORA-4030 Diagnostics [ID 863562.1]
    Diagnosing and Resolving ORA-4030 errors [ID 233869.1]
    Thanks,
    Hussein

  • I keep getting "an error occurred when installing, please run program again" for OS X mountain lion, how can i fix the problem?

    i keep getting "an error occurred when installing, please run program again" for OS X mountain lion, how can i fix the problem?

    The Reset feature adds a folder on your desktop named Old Firefox Data. I recommend hanging onto that for a few weeks in case you discover something essential that the Reset feature left behind.
    This article has a list of what is migrated and what is not during a Reset, in case you're curious: [[Reset Firefox – easily fix most problems]].

  • Error has occurred when running internal order report

    Error has occurred when running internal order report. Last month also used this report without any error.
    Error #01: [ASE Error SQL422]Too many nested expressions or logical operators to compile. Try splitting query or limiting ANDs and ORs.
    Error #02: SQL Error: 422
    Error #03: An error occurred while reading the data; Navigation is possible.
    Please guide me to solve this issue.

    Please just say how you removed the CC version and did you remove the Preferences from Hidden User>Library??
    https://helpx.adobe.com/lightroom/kb/preference-file-locations-lightroom-41.html
    In here??
    Sorry I'm trying to help but please answer the questions specifically... thanks.

  • Another "An error occurred when attempting to change modules" error

    Hello all:
    After using Adobe Photoshop Lightroom on Mac OSX trouble free for the past 6 months, I opened up Lightroom today and received the following error: "An error occurred when attempting to change modules." I had not made any changes in between when it worked normally and when the error started to occur. I beleive the last thing I did before this error occurred was to go into the Print Module.
    Other information--I keep all my RAW .NEF files on an external Firewire (800) 750 GB drive. This is on Mac OS X 10.5 running Adobe Photoshop Lightroom 1.3 and also with 1.4.1. I'm running an iMac 20" with dual-core 2.2 Ghz Intel processors and 4 GB of RAM. I have around 25k images total.
    When I noticed this problem, I was on Lightroom 1.3. I immediately upgraded to 1.4.1, which did not solve the problem. I have also tried many suggestions in the forums including uninstalling the application and removing the .plist file.
    I thought I had come up with a solution by creating a new catalog, then importing the former into it. While this seems to work immediately after the import process, as soon as I close it, the problem manifests itself again.
    More details that may or (likely) may not help:
    - Going to the Develop and Print Modules gives me no problems. However, when I click on Library, Slideshow, or Web, I see the error.
    - I upgraded my Mac to the latest patch level after observing this error to no avail.
    So it looks like my choices are to create a new file and reimport every single time, or lose all of the work I've done for the past 6 months on thousands of images.
    Can anyone please help???? I promise to post the solution when we fix this darn thing so others may benefit. I'd be happy to run through any troubleshooting that y'all would suggest outside of switching to a Canon.
    Thanks!!!!
    Matt

    I'd first check for the existence of a file ending in .lock, which should be present when LR is in use, but if it exists when LR is quit, it can cause problems, and should be deleted.
    Please post back your results.

  • Runtime Error  -GETWA_NOT_ASSIGNED when running COI

    Hi ALL,
    We are getting run time error -  GETWA_NOT_ASSIGNED when running COI tasks.
    Error analysis
         You attempted to access an unassigned field symbol
         (data segment 32995).
         This error may occur for any of the following reasons:
         - You address a typed field symbol before it is set using ASSIGN
         - You address a field symbol that points to a line in an internal table
           that has been deleted
         - You address a field symbol that had previously been reset using
           UNASSIGN, or that pointed to a local field that no longer exists
        - You address a global function interface parameter, even
          though the relevant function module is not active,
          that is it is not in the list of active calls. You can get the list
          of active calls from the this short dump.
    How to correct the error
        You may able to find an interim solution to the problem
        in the SAP note system. If you have access to the note system yourself,
        use the following search criteria:
        "GETWA_NOT_ASSIGNED" C
        "CL_UC_COI_ACT_PT==============CP" or "CL_UC_COI_ACT_PT==============CM00P"
        "REDUCE_GOODWILL_ENTRIES"
        If you cannot solve the problem yourself and you wish to send
        an error message to SAP, include the following documents:
        1. A printout of the problem description (short dump)
           To obtain this, select in the current display "System->List->
           Save->Local File (unconverted)".
    2. A suitable printout of the system log
        To obtain this, call the system log through transaction SM21.
        Limit the time interval to 10 minutes before and 5 minutes
        after the short dump. In the display, then select the function
        "System->List->Save->Local File (unconverted)".
    3. If the programs are your own programs or modified SAP programs,
        supply the source code.
        To do this, select the Editor function "Further Utilities->
        Upload/Download->Download".
    4. Details regarding the conditions under which the error occurred
        or which actions and input led to the error.
    Information on where terminated
        The termination occurred in the ABAP program "CL_UC_COI_ACT_PT==============CP"
         in "REDUCE_GOODWILL_ENTRIES".
        The main program was "UCUWB000 ".
        The termination occurred in line 722 of the source code of the (Include)
         program "CL_UC_COI_ACT_PT==============CM00P"
        of the source code of program "CL_UC_COI_ACT_PT==============CM00P" (when
         calling the editor 7220).
    702   call method do_inv_net_change->create_data_reference
    703     exporting
    704       i_type   = cl_uc_coi_inv_net=>gc_ref_pt_block
    705       io_model = do_model
    706     importing
    707       er_data  = lr_t_data.
    708   assign lr_t_data->* to <lt_share_block>.
    709   call method do_inv_net_change->get_block
    710     importing
    711       et_pt_shares = <lt_share_block>.
    712
    713   create data lr_s_data like line of <lt_share_block>.
    714   assign lr_s_data->* to <ls_share_block>.
    715 * change due to selling invor's transaction
    716   read table <lt_share_block> into <ls_share_block> index 1.
    717
    718 * direct shares prior to divestiture
    719   assign component 'R_TH_DSH_OLD'
    720     of structure <ls_share_block> to <lr_th_dsh_old>.
    721   assign <lr_th_dsh_old>->* to <lt_dsh_old>.
    >>>>   create data lr_s_data like line of <lt_dsh_old>.
    723   assign lr_s_data->* to <ls_dsh_old>.
    724   assign component ucf6_cs_coi_fld-pcnt1
    725     of structure <ls_dsh_old> to <pcnt1_7a>.
    726
    727 * change of direct shares in divestiture
    Please provide your suggestions.
    Edited by: VM2727 on Feb 10, 2012 3:27 AM

    Or even these ones:
    SAP Note 1480856 - C/I: Program termination GETWA_NOT_ASSIGNED
    Symptom
    When you execute the consolidation of investments, a program termination
    occurs (short dump GETWA_NOT_ASSIGNED in the method CREATE_OCI_LIST of the
    class CL_UC_COI_ACT).
    Note 1467924 - Termination GETWA_NOT_ASSIGNED in CL_UC_COI_ACT_PD
    Symptom
    When you execute the consolidation of investments, the program termination GETWA_NOT_ASSIGNED occurs in the method CALC_NET_INCOME_MEM of the class CL_UC_COI_ACT_PD.

  • SharePoint Foundation 2010, hotfix install fail "An error occurred while running detection"

    Hi all,
    I am having a lot of trouble installing hotfix 2849990 on my server. After running it shows the error "An error occurred while running detection". I tried another hotfix as well but got the same result. I read on the web to do a "repair"
    but I cannot seem to access that. I attempting to run the install to get there, I click "Install SharePoint Foundation" a new window begins and I can see a new window open that reads "Please wait while setup prepares the necessarily files"
    Very shortly after this opens, it then closes and nothing else happens. 
    Anybody have any suggestions?
    Thanks!

    Thanks for the quick reply. Here is the Folder I am looking in:
    "C:\Users\[My User]\AppData\Local\Temp\2" Let me know if this is incorrect.
    Here is some of my opatchinstall log:
    OPatchInstall: Logging all properties
    OPatchInstall: Property 'PACKAGE.KBARTICLE' value '2880975'
    OPatchInstall: Property 'PACKAGE.MIN.MSI.VER' value '3.1.0.0'
    OPatchInstall: Property 'PACKAGE.NAME' value 'Hotfix for Microsoft SharePoint Foundation 2010 (KB2880975) 64-Bit Edition'
    OPatchInstall: Property 'PACKAGE.PATH.TEMP' value 'C:\Users\SVCSAN~2\AppData\Local\Temp\2\OWPBBC.tmp'
    OPatchInstall: Property 'PACKAGE.PLATFORM' value '64-Bit Edition'
    OPatchInstall: Property 'PACKAGE.PRODUCTNAME' value 'Microsoft SharePoint Foundation 2010'
    OPatchInstall: Property 'PACKAGE.PROMPT.ALREADYINSTALLED' value 'The update is already installed on this system.'
    OPatchInstall: Property 'PACKAGE.PROMPT.CONFIG.AFTERUPDATE' value 'You must install the same SharePoint 2010 Products and patches on every server in your server farm. If you have multiple servers in your farm, please immediately install the same patches on all the other farm servers once this installation has completed.'
    OPatchInstall: Property 'PACKAGE.PROMPT.DETECTIONERROR' value 'An error occurred while running detection.'
    OPatchInstall: Property 'PACKAGE.PROMPT.DETFAILED' value 'The detection failed, this can be due to a corrupted installation database.'
    OPatchInstall: Property 'PACKAGE.PROMPT.ERROR.WITHKB' value 'The installation of this package failed. Please see for more information.'
    OPatchInstall: Property 'PACKAGE.PROMPT.EULA' value 'You must accept the Microsoft Software License Terms in order to continue the installation.'
    OPatchInstall: Property 'PACKAGE.PROMPT.EXTRACTFAILURE' value 'The extraction of files from this package failed.'
    OPatchInstall: Property 'PACKAGE.PROMPT.EXTRACTFOLDER' value 'Select a folder to store the extracted files'
    OPatchInstall: Property 'PACKAGE.PROMPT.INITIAL' value 'Do you wish to proceed with the installation?'
    OPatchInstall: Property 'PACKAGE.PROMPT.INSTALLCANCELED' value 'The installation of this package was canceled.'
    OPatchInstall: Property 'PACKAGE.PROMPT.INSTALLFAILURE' value 'The installation of this package failed.'
    OPatchInstall: Property 'PACKAGE.PROMPT.INSTALLSUCCESS' value 'The installation is complete.'
    OPatchInstall: Property 'PACKAGE.PROMPT.NOPRODUCTSPRESENT' value 'There are no products affected by this package installed on this system.'
    OPatchInstall: Property 'PACKAGE.PROMPT.NOTADMINUSER' value 'You do not have sufficient privileges to complete this installation for all users of the machine. Log on as administrator and then retry this installation.'
    OPatchInstall: Property 'PACKAGE.PROMPT.NOTMINMSIVERSION' value 'This program requires Windows Installer 3.1.0.0 (or greater).'
    OPatchInstall: Property 'PACKAGE.PROMPT.NOTNEEDED' value 'This package is not needed for the current release of the installed product.'
    OPatchInstall: Property 'PACKAGE.PROMPT.PATCHEDBYADMIN' value 'The update cannot be installed due to a previous update was installed through a modified installation source.'
    OPatchInstall: Property 'PACKAGE.PROMPT.PRODUCTVERSIONFAILURE' value 'The expected version of the product was not found on the system.'
    OPatchInstall: Property 'PACKAGE.PROMPT.REBOOTNEEDED' value 'Do you want to reboot now to complete the installation of this package?'
    OPatchInstall: Property 'PACKAGE.PROMPT.RM.CONFIRM' value '&OK'
    OPatchInstall: Property 'PACKAGE.PROMPT.RM.DETECTION' value 'Please wait while we determine the list of files that need to be updated.'
    OPatchInstall: Property 'PACKAGE.PROMPT.RM.DISABLE' value 'Do &not close applications. (A Reboot will be required.)'
    OPatchInstall: Property 'PACKAGE.PROMPT.RM.ENABLE' value 'Automatically &close applications and attempt to restart them after setup is complete.'
    OPatchInstall: Property 'PACKAGE.PROMPT.RM.OPERATION' value 'The following applications should be closed before continuing the install:'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.DETAILSPREBODY' value 'Hotfix for Microsoft SharePoint Foundation 2010 (KB2880975) 64-Bit Edition failed to install.'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.GENERALAPPNAME' value 'Hotfix for Microsoft SharePoint Foundation 2010 (KB2880975) 64-Bit Edition'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.GENERALREPORTEE' value 'Microsoft'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.INTROREG' value 'We apologize for the update installation failure'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.MAINCAPTION' value 'Report Hotfix for Microsoft SharePoint Foundation 2010 (KB2880975) 64-Bit Edition Installation Failure'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.MAININTROBOLD' value 'An error report containing information about the updates that failed installation has been generated.'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.MAINNOREPORTBTN' value 'Cancel'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.MAINPLEAREG' value 'Using the information in the report we can investigate and potentially fix the problem you experienced. We will treat this report as confidential and anonymous.'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.MAINREPORTBTN' value 'Send Report'
    OPatchInstall: Property 'PACKAGE.RM.ENABLED' value '0'
    OPatchInstall: Property 'PACKAGE.RM.MINOS.VERSION' value '600'
    OPatchInstall: Property 'PACKAGE.STRING.CANCEL' value '&Cancel'
    OPatchInstall: Property 'PACKAGE.STRING.CANCELCONFIRMATION' value 'Are you sure you want to cancel setup?'
    OPatchInstall: Property 'PACKAGE.STRING.CONTINUE' value '&Continue'
    OPatchInstall: Property 'PACKAGE.STRING.DETECTING' value 'Please wait while update detection is being run.'
    OPatchInstall: Property 'PACKAGE.STRING.EULACHECKBOX' value 'Click here to &accept the Microsoft Software License Terms.'
    OPatchInstall: Property 'PACKAGE.STRING.EXTRACTING' value 'Extracting files, please wait...'
    OPatchInstall: Property 'PACKAGE.STRING.HELP' value 'Usage:
    /extract:path, extracts the content of the package to the path folder
    /log[:path to log file], enables verbose logging for the update installation
    /lang:lcid, sets the user interface to the specified locale when multiple locales are available within the package
    /quiet, runs the package in silent mode
    /passive, runs the update without any interaction from the user
    /norestart, prevents prompting of user when reboot of machine is needed
    /forcerestart, forced restart of machine once update is complete
    /?, shows this help message'
    OPatchInstall: Property 'PACKAGE.STRING.INSTALLING' value 'Please wait while the update is installed.'
    OPatchInstall: Property 'PACKAGE.SUCCESS.WITHERRORS' value 'The installation is complete. However, some updates were not applied (please see the log for additional details).'
    OPatchInstall: Property 'PATCH.FILEID.EULA' value 'volumelicense_eula_postrtm_en-us.txt'
    OPatchInstall: Property 'PATCH.LANG' value '1033'
    OPatchInstall: Property 'SYS.ARGS.EXTRACT' value '0'
    OPatchInstall: Property 'SYS.ARGS.EXTRACTPATH' value 'NONE'
    OPatchInstall: Property 'SYS.ARGS.EXTRACTPATHREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.EXTRACTREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.FORCERESTART' value '0'
    OPatchInstall: Property 'SYS.ARGS.FORCERESTARTREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.HELP' value '0'
    OPatchInstall: Property 'SYS.ARGS.HELPREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.LANG' value '0'
    OPatchInstall: Property 'SYS.ARGS.LANGREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.LANGVALUE' value 'NONE'
    OPatchInstall: Property 'SYS.ARGS.LANGVALUEREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.LOG' value '1'
    OPatchInstall: Property 'SYS.ARGS.LOGPATH' value 'NONE'
    OPatchInstall: Property 'SYS.ARGS.LOGPATHREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.LOGREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.NORESTART' value '0'
    OPatchInstall: Property 'SYS.ARGS.NORESTARTREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.PASSIVE' value '0'
    OPatchInstall: Property 'SYS.ARGS.PASSIVEREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.QUIET' value '0'
    OPatchInstall: Property 'SYS.ARGS.QUIETREADONLY' value '0'
    OPatchInstall: Property 'SYS.ERROR.ARG1' value 'NONE'
    OPatchInstall: Property 'SYS.ERROR.ARG2' value 'NONE'
    OPatchInstall: Property 'SYS.ERROR.ARG3' value 'NONE'
    OPatchInstall: Property 'SYS.ERROR.ARG4' value 'NONE'
    OPatchInstall: Property 'SYS.ERROR.ARG5' value 'NONE'
    OPatchInstall: Property 'SYS.ERROR.CODE' value '0'
    OPatchInstall: Property 'SYS.ERROR.INERROR' value '0'
    OPatchInstall: Property 'SYS.ERROR.TYPE' value 'NONE'
    OPatchInstall: Property 'SYS.LANG.LCID' value '1033'
    OPatchInstall: Property 'SYS.LANG.NAME' value 'en-us'
    OPatchInstall: Property 'SYS.LANG.RTL' value '0'
    OPatchInstall: Property 'SYS.MSI.VER' value '5.0.7601.17807'
    OPatchInstall: Property 'SYS.PATCH.NEEDREBOOT' value '0'
    OPatchInstall: Property 'SYS.PATCH.SUGGESTREBOOT' value '0'
    OPatchInstall: Property 'SYS.PROC.RESULT' value '0'
    OPatchInstall: Property 'SYS.WIN.ARCHITECTURE' value 'X64'
    OPatchInstall: Property 'SYS.WIN.PACKAGEPATH' value 'C:\Users\Svcsandspfarm\Desktop\ubersts2010-kb2880975-fullfile-x64-glb.exe'
    OPatchInstall: Property 'SYS.WIN.PLATFORM' value 'WINNT'
    OPatchInstall: Property 'SYS.WIN.SHELLVER' value '6.1.7601.18429'
    OPatchInstall: Property 'SYS.WIN.SPLEVEL' value '100'
    OPatchInstall: Property 'SYS.WIN.SYSTEMLCID' value '1033'
    OPatchInstall: Property 'SYS.WIN.USERADMIN' value '1'
    OPatchInstall: Property 'SYS.WIN.USERLCID' value '1033'
    OPatchInstall: Property 'SYS.WIN.VER' value '601'
    OPatchInstall: End of all properties
    OPatchInstall: Setting system property 'SYS.ARGS.LOGREADONLY' with value '1'
    OPatchInstall: Setting system property 'SYS.ARGS.LOGPATH' with value 'C:\Users\SVCSAN~2\AppData\Local\Temp\2\opatchinstall(6).log'
    OPatchInstall: Setting system property 'SYS.ARGS.LOGPATHREADONLY' with value '1'
    OPatchInstall: Done executing the IfFalse list
    OPatchInstall: CActionIf::execute ends
    OPatchInstall: Done executing the IfTrue list
    OPatchInstall: CActionIf::execute ends
    OPatchInstall: Done executing action
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.LOG' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'LOGPATH' to value '$(fullPath:SYS.ARGS.LOGPATH)'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: Executing action
    OPatchInstall: CActionIf::execute starts
    OPatchInstall: Begin evaluation of the condition
    OPatchInstall: The property 'SYS.ARGS.LOG' is equal to '1'
    OPatchInstall: Evaluation of the condition complete, the result is true
    OPatchInstall: Executing the IfTrue list
    OPatchInstall: Setting property 'LOGPATH' to value 'C:\Users\SVCSAN~2\AppData\Local\Temp\2\opatchinstall(6).log'
    OPatchInstall: Done executing the IfTrue list
    OPatchInstall: CActionIf::execute ends
    OPatchInstall: Done executing action
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionExtractFile
    OPatchInstall: CActionExtractFile::initFromElement starts
    OPatchInstall: Will extract the file with ID '$(PATCH.FILEID.EULA)' to the path '$(PACKAGE.PATH.TEMP)\eula.txt'
    OPatchInstall: CActionExtractFile::initFromElement ends
    OPatchInstall: Executing action
    OPatchInstall: CActionExtractFile::execute starts
    OPatchInstall: Will extract the file with ID 'volumelicense_eula_postrtm_en-us.txt' to the path 'C:\Users\SVCSAN~2\AppData\Local\Temp\2\OWPBBC.tmp\eula.txt'
    OPatchInstall: Getting the data from the file 'C:\Users\Svcsandspfarm\Desktop\ubersts2010-kb2880975-fullfile-x64-glb.exe'
    OPatchInstall: Successfully retrieved the data location and size
    OPatchInstall: CActionExtractFile::execute ends
    OPatchInstall: Done executing action
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: Executing action
    OPatchInstall: CActionIf::execute starts
    OPatchInstall: Begin evaluation of the condition
    OPatchInstall: Executing CConditionBooleanOperator::evaluate
    OPatchInstall: The property 'SYS.ERROR.INERROR' exists
    OPatchInstall: The property 'SYS.ERROR.INERROR' is not equal to '1'
    OPatchInstall: Evaluation of the condition complete, the result is false
    OPatchInstall: Executing the IfFalse list
    OPatchInstall: Done executing the IfFalse list
    OPatchInstall: CActionIf::execute ends
    OPatchInstall: Done executing action
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'PACKAGE.NOEULA.PROMPT' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'PACKAGE.NOEULA.PROMPT' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPromptEULA
    OPatchInstall: CActionPromptEULA::initFromElement starts
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: No Accept button specified
    OPatchInstall: Cancel button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionPromptEULA::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPromptEULA
    OPatchInstall: CActionPromptEULA::initFromElement starts
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: No Accept button specified
    OPatchInstall: Cancel button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionPromptEULA::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: Executing action
    OPatchInstall: CActionIf::execute starts
    OPatchInstall: Begin evaluation of the condition
    OPatchInstall: The property 'SYS.ARGS.PASSIVE' is equal to '0'
    OPatchInstall: Evaluation of the condition complete, the result is true
    OPatchInstall: Executing the IfTrue list
    OPatchInstall: CActionIf::execute starts
    OPatchInstall: Begin evaluation of the condition
    OPatchInstall: The property 'PACKAGE.NOEULA.PROMPT' doesn't exist
    OPatchInstall: Evaluation of the condition complete, the result is false
    OPatchInstall: Executing the IfFalse list
    OPatchInstall: CActionPromptEULA::execute starts
    OPatchInstall: Running in full UI, will show the EULA dialog
    OPatchInstall: Reading EULA from file 'C:\Users\SVCSAN~2\AppData\Local\Temp\2\OWPBBC.tmp\eula.txt'
    OPatchInstall: User Accepted the EULA, executing the Accept action list
    OPatchInstall: Finished executing the Accept action list
    OPatchInstall: CActionPromptEULA::execute ends
    OPatchInstall: Done executing the IfFalse list
    OPatchInstall: CActionIf::execute ends
    OPatchInstall: Done executing the IfTrue list
    OPatchInstall: CActionIf::execute ends
    OPatchInstall: Done executing action
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.EXTRACT' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListOr>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.EXTRACTPATH' to ''
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.EXTRACTPATH' to 'NONE'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPromptFolder
    OPatchInstall: CActionPromptFolder::initFromElement starts
    OPatchInstall: Will prompt the user with the title '$(PACKAGE.PROMPT.EXTRACTFOLDER)' and store the folder in 'PACKAGE.EXTRACT.FOLDER' if cancelled will set 'PACKAGE.FOLDER.CANCELED'
    OPatchInstall: CActionPromptFolder::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'PACKAGE.FOLDER.CANCELED' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'PACKAGE.FOLDER.CANCELED' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17023'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLCANCELED)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionCreateFolder
    OPatchInstall: CActionFile::initFromElement starts
    OPatchInstall: Will check for file '$(PACKAGE.EXTRACT.FOLDER)'
    OPatchInstall: CActionFile::initFromElements ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17024'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.EXTRACTFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-nb-no.msp' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-nb-no.msp'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-nb-no.xml' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-nb-no.xml'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-cy-gb.msp' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-cy-gb.msp'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-cy-gb.xml' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-cy-gb.xml'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-prs-af.msp' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-prs-af.msp'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-prs-af.xml' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-prs-af.xml'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-ro-ro.msp' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-ro-ro.msp'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-ro-ro.xml' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-ro-ro.xml'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-th-th.msp' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-th-th.msp'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-th-th.xml' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-th-th.xml'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-ca-es.msp' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-ca-es.msp'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt

  • PL/SQL: ORA-04052: error occurred when looking up remote object.

    Hi All,
    I'm getting the following error message while executing a PL/SQL Block.
    PL/SQL: ORA-04052: error occurred when looking up remote object UPLDUSER.filestatushistory@FTS
    ORA-00604: error occurred at recursive SQL level 1
    ORA-03106: fatal two-task communication protocol error
    ORA-02063: preceding line from FTSStatement
    declare
    v_coun number;
    begin
    select count(*) into v_coun
    from updluser.filestatushistory@fts;
    end;Back ground of the situation as follows,
    My DataBase version 10.2.0.3 DB Name :DB1
    Table Owner : UPLDUSER
    Table Name : FILESTATUSHISTORY
    I have a report user on the same database and I have grant all on the above table to report user
    Report User : RPT_FTS
    SQL> GRANT ALL ON FILESTATUSHISTORY_V TO RPT_FTS;Now Please find the below database details where I'm getting subjected error.
    Database version : 9.2.0.8
    DB Name : DB2
    User Name : RPT_REPORTS
    I Have create a dblink from RPT_REPORTS to RPT_FTS on DB1 and the dblink works fine. But getting the above error while running it.
    but When I do the same other 10.2.0.3 db , the above PL/SQL block works fine without any problem.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Now the strange about this is that I have Created a new table on DB1 db like below;
    SQL> CREATE TABLE UPLDUSER.ABC AS SELECT * FROM FILESTATUSHISTORY;and retry my code on DB2 (9.2.0.8) after changing the table to ABC and it worked. Now I don't know whats wrong with a original table(FILESTATUSHISTORY).
    To over come the problem and a work-a-round method I create a view on the DB1 (RPT_FTS) like the below
    SQL> CREATE VIEW FILESTATUSHISTORY AS SELECT * FROM UPLDUSER.FILESTATUSHISTORY;and was able to run the PL/SQL block Remotely.
    Just wants To know what whould have been the cause for this .
    Cheers
    Kanchana

    Hi Kanchana,
    Perhaps following link of google search has answer to your query
    ORA-04052. The search result contains some useful articles whose URLs I shan't post in the forums.
    HTH!
    *009*

  • I have Lightroom 5 installed on my MacBook Air but when I try to open the program I receive the message "An error occurred when attempting to change modules".  I uninstalled, emptied trash and re-installed but I continue to get the same message.

    I have Lightroom 5 installed on my iMac which I downloaded (uploaded?) to my MacBook Air (via wi-fi) but unlike the iMac, I'm unable to use the program on the MacBook Air.  When I open the program on the iMac and click 'file', (as people using the program would know) there are 21 options - import pics, export, etc, etc - however, in the version on the MacBook Air, opening 'file' gives me four options - New Catalogue, Open Catalogue, Page Setup and Printer - and with that comes the pop-up message "An error occurred when attempting to change modules".  Any ideas please?

    A forum thread from 3 years ago talking about LR 1.x which had this problem seems to need permissions fixed or new folders created with the corrected permissions.  You might try doing a repair permissions for your user and/or run LR as an administrator user.  I am a PC person so cannot tell you exactly how to do that.
    https://forums.adobe.com/message/1457020

  • No Data Shown because an error occurred while running the query

    Discoverer 10gR2 using Plus on Firefox:
    I have one workbook. The first sheet summarizes by Vendor. Parameters are Type, Category, Vendor (all optional) and mandatory date range.
    The second sheet summarized by Vendor and Model. Parameters are Type, Category, Vendor, Model (all optional) and mandatory date range.
    All parameters except the extra "Model" are shared between the sheets.
    When I run the Vendor sheet, parameters pop up, I put in dates and leave the rest blank. Results display. Yeah!
    When I then run the Model sheet, parameters pop up again (because it has one more parameter). Dates carry forward, leave the rest blank. I get the error No Data Shown because an error occurred while running the query. Refreshing does not help.
    If I click back to the Vendor sheet, then come back to the Model sheet, no parameter screen and the query runs.
    Booooo.
    Have tried multiple DBs, multiple EULs, multiple underlying data sources, replacing the offending parameter with a whole new one, no difference.
    Has any body run into this behavior? Is there an answer?
    -- Ron Olcott, Business Intelligence Product Manager

    What about trying this. On the parameter definition, you have a section on the bottom left of the Parameters window, called "Do you want to allow different parameter values for each worksheet?". When you say in your posting that all but the Model parameter is shared, I assume you mean that you have set this section value to "Allow only one set of paratmeter values for all worksheets". Try setting this to "Allow different parameter values for each worksheet". See if that might make a difference for you. If that works, you may have to leave the option at this, as the lesser of your evils. From my limited experience, the "Allow only one set of parameter mvalues for all worksheets" is a bit flaky in how it works. So I pretty much have gone to always saying to allow different parameter values for each worksheet. Hope this helps a bit. If worse comes to worse, if you have not done so already, log a service request with support and see what they say. Good luck.
    John DIckey

  • The operation could not be completed because an error occurred when creating frame 2829 (error -1)

    I'm getting this error code in Final Cut Pro.  The operation could not be completed because an error occurred when creating frame 2829 (error -1). What does this mean and how can I fix it?  This code comes up when exporting. 

    Final Cut Pro X 10.0.8 and I'm running it on OS X 10.9.1.  I have been doing nothing different for the past few months. I have been creating a weekly video and exporting the same way and everything, but it just did this today for the first time. I have never had this error code before.

Maybe you are looking for