10.1.0.200 Publisher Policy?

My last message was about trying to get an app built on ODP.NET 9.2.0.4 to run on a machine that's only running the 10.1 client.
After doing some further research, I've discovered that publisher policies are my answer. All our machines are currently running 10.1.0.200 of ODP.NET, however, and that build did not seem to install or include publisher policies. 10.1.0.400 both includes, and installs by default these policies into the GAC.
I'm hoping there's some way I can get or build publisher policies for 10.1.0.200. That way, I could get a script run that simply installs these policies into the GAC of all machines on site. Otherwise, it seems my other option is to uninstall all the 10.1.0.200, and reinstall 10.1.0.400.
From what I've managed to learn about publisher policies, they're done by the publisher of the component. I think I need access to the .key file in order to generate my own, which of course, I do not have for the Oracle.DataAccess assemblies.
Anyone know if these publisher policies are available for 10.1.0.200 somewhere?

The problem does not have to do with XP/Windows 2003. It is caused by:
==========
OracleCommand cmd = new               
OracleCommand("SET TRANSACTION ISOLATION LEVEL READ COMMITTED", cnn);
cmd.ExecuteNonQuery();
==========
The COM+ transactions are defaulted to serializable. Our application reads a config file to choose the database and then issues the statement above. I know we can set the isolation attribute at the c# serviced component level at compile time. Is there a dynamic way to set the isolation at runtime? Microsofts SQL and Oracle providers do not fail with the SQL statement above.
thanks,
-Arvinder

Similar Messages

  • Error Publishing Policy

    Hi, I encountered an error when publishing a policy to the clients. The error message is displayed in a dialog box after clicking on "Publish".
    "The Management Console was unable to complete the policy assignment. The requested policy assignment has been queued and will be replicated to the Distribution Service during the next scheduled synchronization interval. To review your configured synchronization intervals open the configuration window from the Tools menu."
    Can anyone explain the cause and how to resolve it? Thanks.

    I never saw that error. Default values for infrastructure settings are fine for most implementations.
    Anyway, keep posting if you have problems.
    >>>
    From: KAJEREMY<[email protected]>
    To:novell.support.zenworks.endpoint-security-management
    Date: 20/2/2009 14:46
    Subject: Re: Error Publishing Policy
    I have 3 PCs, 1 running xp sp2 1 running win server 2008 and 1 running
    win server 2003. the xp box is the client machine, the server 2008 box
    is the AD machine, and the server 2003 box is a single server
    installation of ESM.
    I have been using the 2nd policy that I created with no issues. I
    actually ended up deleting the original policy yesterday afternoon
    because it was still giving me that message.
    I never did figure out what was causing it, but I needed to move on
    with the evaluation so I'm continuing with the 2nd policy and we'll see
    how that goes...
    Thanks for the reply!!
    dspinatto;1739430 Wrote:
    > Please describe your environment.
    >
    >
    > >>> From: KAJEREMY<[email protected]>
    >
    > To:novell.support.zenworks.endpoint-security-management
    > Date: 18/2/2009 15:26
    > Subject: Re: Error Publishing Policy
    >
    > chuacheehow;1474402 Wrote:
    >
    > > After some trying, it seems that the problem has to do with the
    > > synchronization intervals as indicated in the message.
    > >
    > > When I shut down the machines for a long time, say, a day, the next
    > > time I turn the machines on, the policies get updated. So it seems
    > that
    > > the problem has to do with the synchronization interval but this
    > > interval cannot be set to zero - it has to be a minimum of 15
    > minutes
    > > for "Distribution Service" and "Policy Data and Activity".
    > >
    > > I'm now going to set the values at 15 minutes and wait for 15
    > minutes
    > > to see if the policy can get updated on the clients' end. But I'd
    > > appreciate if anyone can shed some light on how to get the policy
    > sent
    > > to the workstations immediately as I need to do demos to potential
    > > customers.
    >
    >
    > I'm having the same issue. It was working fine while testing the
    > first
    > day, but the 2nd day of testing I get the same error. I've waited 15
    > minutes (the specified refresh time) but nothing seems to happen...
    > I then created a 2nd test policy and have been able to publish that
    > several times in a minute...
    > Trying to publish the first policy still gives the same error.
    > I've rebooted both server and client, same result. I'll wait a while
    > longer and post back if I find anything
    >
    >
    > --
    > KAJEREMY
    > ------------------------------------------------------------------------
    > KAJEREMY's Profile: 'NOVELL FORUMS - View Profile: KAJEREMY'
    > (http://forums.novell.com/member.php?userid=9979)
    > View this thread: 'Error Publishing Policy - NOVELL FORUMS'
    > (http://forums.novell.com/showthread.php?t=312762)
    KAJEREMY
    KAJEREMY's Profile: http://forums.novell.com/member.php?userid=9979
    View this thread: http://forums.novell.com/showthread.php?t=312762

  • Question concerning policy re-publishing

    I have a single policy assigned to users XXX and YYY. Both users (i.e. the ZESM agent on their workstations) have already downloaded the policy.
    Then
    1. I modify the policy
    2. I re-publish the policy for XXX only (i.e. not for YYY)
    3. on both workstations, I right-click the ZESM tray icon and choose "Check for Policy Update" from the menu
    4. for XXX, the changed policy is downloaded (tray message: "Your client policy has been updated")
    - this is what I have expected
    5. for YYY, the changed policy is not downloaded (tray message: "No policy update is available at this time")
    - why?
    So in short: how can I force -- manually -- a modified policy to download immediately without re-publishing it?
    Cheers,
    breqq

    Hi Breqq,
    To republish a previously published policy without change any assignment, you should go to the Publish tab, then click the Publish button without make any assignment or change. This will make the policy you just modified available to the same users/computers you selected before.
    Of course you will need to force manually the clients to check for a policy update or wait until the next polling cycle to download and apply the new version.
    Good luck,
    Daniel

  • How to create an application-specific policy file?

    Hi Everybody:
    I'm a .NET developer with C #. I have a few applications currently running on my computer using the ODP 10.1
    Two weeks ago I installed on my computer the ODP 10.2 Release & now my previous applications have stopped working: when I try to make the connection to the database gives me this exception:
    OraOLEDB (0x80004005)
    ORA-12154: TNS: could not resolve the connect identifier specified
    In FAQ section for ODP.NET I found the next:
    Q: I have two .NET applications on the same machine running two different versions of ODP.NET. How do I ensure both these applications use the correct ODP.NET version?
    A: Beginning with ODP.NET 10.1.0.3, the Oracle installer will register the following publisher policy DLLs in the Global Assembly Cache (GAC) that redirect 9.2, 10.1 and 10.2 ODP.NET applications to use the last installed version of ODP.NET: Policy.9.2.Oracle.DataAccess.dll and Policy.10.1.Oracle.DataAccess.dll.
    ODP.NET 9.2 includes just the first policy DLL above. These policy files ensure that all your ODP.NET applications use the most recently installed version of ODP.NET.
    You may undo the redirection manually. Policy DLLs can be de-installed through gacutil.exe using the /u option. Another approach is to navigate to the GAC directory (i.e. C:\WINNT\assembly) through the Windows Explorer and delete the policy folders. That will eliminate any policy enforcement for all your ODP.NET applications.
    If you have applications on the same machine using different ODP.NET versions, you should create an application-specific policy file.
    I'm trying to do that, but I don't know what is an application-specific policy file. Someone can give me an example of How can I create and application-specific policy file???
    Regards

    Hi,
    Binding redirection is a ".net thing" as opposed to a "odp.net thing", see if this helps:
    http://msdn.microsoft.com/en-us/library/7wd6ex19(VS.71).aspx
    Hope it helps,
    Greg

  • Net 1.1 apps broken after installing ODP 10.2.0.2.21

    The .net 1.1 app, build in Borland/CodeGear's tool, shows a configuration complaint from asp.net (below). Two machines that just got this version of ODP are showing the same problem.
    In oracle\product\10.2.0\client_1\ODP.NET\bin\1.x I have:
    08/10/2006 07:36 AM 20,480 ODPReg.exe
    07/11/2006 10:36 PM 647,168 Oracle.DataAccess.dll
    12/25/2006 12:16 PM 112 removeODPKey.bat.ouibak
    And the error (shown in the browser on trying to run the application's ASPX page) is:
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    Parser Error Message: The located assembly's manifest definition with name 'Oracle.DataAccess' does not match the assembly reference.
    Source Error:
    Line 197:                    <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    Line 198:                    <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    Line 199:                    <add assembly="*"/>
    Line 200:               </assemblies>
    Line 201:          </compilation>
    Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 199
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'Oracle.DataAccess' could not be loaded.
    === Pre-bind state information ===
    LOG: DisplayName = Oracle.DataAccess
    (Partial)
    LOG: Appbase = file:///C:/Inetpub/wwwroot/ad_dashboard
    LOG: Initial PrivatePath = bin
    Calling assembly : System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.
    ===
    LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
    LOG: Post-policy reference: Oracle.DataAccess
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/ad_dashboard/d6ca32db/95ba35d3/Oracle.DataAccess.DLL.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/ad_dashboard/d6ca32db/95ba35d3/Oracle.DataAccess/Oracle.DataAccess.DLL.
    LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/ad_dashboard/bin/Oracle.DataAccess.DLL.
    LOG: Publisher policy file is found at C:\WINDOWS\assembly\GAC\policy.1.102.Oracle.DataAccess\1.102.3.0__89b483f429c47342\Policy.1.102.Oracle.DataAccess.config.
    LOG: Publisher policy file redirect is found: 1.102.2.20 redirected to 1.102.3.0.
    LOG: Host configuration file not found.

    Hi Tom,
    Can one run VS 2005 with the production 10.2.0.1.0 version of ODP?
    Yes, as long as you don't try to use any ".NET Framework 2.0 stuff" in your application this works fine.
    When I say "fiddle with stuff" I had to change my system path in order to avoid .dll mismatch type errors. So when I wanted to use the beta, I would change the system path so it was first, then I would change it so the production home was first if I wanted to use that version, etc. I also have non-public beta software installed, so my machine is not "typical".
    I do remember running the production 10.2 with Visual Studio for awhile before the beta came out... now I do think you need the beta to use the Oracle Developer Tools for VS2005. Most of my development efforts are ASP.NET based (I'm really a DBA by day), and since there is not much support for ASP.NET in ODT, this was not a big consideration for me.
    Hope that helps a bit,
    Mark

  • Parser Error Message: Access is denied: 'Oracle.DataAccess'.

    Has anyone else encountered this issue at all?
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    Parser Error Message: Access is denied: 'Oracle.DataAccess'.
    Source Error:
    Line 197: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    Line 198: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    Line 199: <add assembly="*" />
    Line 200: </assemblies>
    Line 201: </compilation>     
    Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config    Line: 199
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'Oracle.DataAccess' could not be loaded.
    === Pre-bind state information ===
    LOG: DisplayName = Oracle.DataAccess
    (Partial)
    LOG: Appbase = file:///C:/inetpub/wwwroot/MobilityMachine
    LOG: Initial PrivatePath = bin
    Calling assembly : (Unknown).
    ===
    LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
    LOG: Post-policy reference: Oracle.DataAccess
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/mobilitymachine/44efa7b9/c87ec767/Oracle.DataAccess.DLL.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/mobilitymachine/44efa7b9/c87ec767/Oracle.DataAccess/Oracle.DataAccess.DLL.
    LOG: Attempting download of new URL file:///C:/inetpub/wwwroot/MobilityMachine/bin/Oracle.DataAccess.DLL.
    LOG: Publisher policy file is found at C:\WINDOWS\assembly\GAC\policy.9.2.Oracle.DataAccess\9.2.0.401__89b483f429c47342\Policy.9.2.Oracle.DataAccess.config.
    LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
    LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
    LOG: Post-policy reference: Oracle.DataAccess, Version=9.2.0.401, Culture=neutral, PublicKeyToken=89b483f429c47342     

    Yes on both of your questions. This is why I am confused as to why this is happening and the really strange this it happens maybe 2 times out of 10 (give or take).

  • Error after Patch 3 Install

    After installing .NET PDK 1.0 Patch 3 and deploying a newly created Hello World application with VS .NET (SAP Portal Add-in), I run the application from the Component Inspector in the Porta.  I receive the following error upon the loading of the new component:
    Line 8:                      <add assembly="SAP.Portal.Web.UI, Version=1.2.0.0, Culture=neutral, PublicKeyToken=50436dca5c7f7d23" />
    Line 9:                      <add assembly="SAP.Web, Version=1.2.0.0, Culture=neutral, PublicKeyToken=50436dca5c7f7d23" />
    Line 10:                     <add assembly="SAP.Connector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=50436dca5c7f7d23" />
    Line 11:                     <add assembly="SAP.Connector.Rfc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=50436dca5c7f7d23" />
    Line 12:                </assemblies>
    Source File: C:\Program Files\SAP\Portal Runtime for Microsoft .NET\Server00\PortalApps\web.config    Line: 10
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'SAP.Connector' could not be loaded.
    === Pre-bind state information ===
    LOG: DisplayName = SAP.Connector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=50436dca5c7f7d23
    (Fully-specified)
    LOG: Appbase = C:\Program Files\SAP\Portal Runtime for Microsoft .NET\Server00\
    LOG: Initial PrivatePath = NULL
    Calling assembly : System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.
    ===
    LOG: Publisher policy file is not found.
    LOG: Host configuration file not found.
    LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
    LOG: Post-policy reference: SAP.Connector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=50436dca5c7f7d23
    LOG: Attempting download of new URL file:///C:/Program Files/SAP/Portal Runtime for Microsoft .NET/Server00/SAP.Connector.DLL.
    LOG: Attempting download of new URL file:///C:/Program Files/SAP/Portal Runtime for Microsoft .NET/Server00/SAP.Connector/SAP.Connector.DLL.
    LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/epapp1400/bd0b9ac2/6d57f054/SAP.Connector.DLL.
    LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/epapp1400/bd0b9ac2/6d57f054/SAP.Connector/SAP.Connector.DLL.
    LOG: Attempting download of new URL file:///C:/Program Files/SAP/Portal Runtime for Microsoft .NET/Server00/SAP.Connector.EXE.
    LOG: Attempting download of new URL file:///C:/Program Files/SAP/Portal Runtime for Microsoft .NET/Server00/SAP.Connector/SAP.Connector.EXE.
    LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/epapp1400/bd0b9ac2/6d57f054/SAP.Connector.EXE.
    LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/epapp1400/bd0b9ac2/6d57f054/SAP.Connector/SAP.Connector.EXE.

    Hi,
    Can you give some more info?
    - Did you install a fresh run-time and dev add in or was it an "upgrade" installation?
    - Are you running it in "debug" (F5) or have you deployed the project and are running it from the portal... or something else?
    - By "newly created application" did you create a completly new project or cleared an old file?
    - are you using a SAP Connector in this "hello World"?
    - If yes - What connector version have you installed on your dev machine?
    Please, in the mean time, also try to do a "repair" on both msi installations (run-time machine and Dev machine).
    Regards,
    Ofer

  • Can't install flashplayer plugin version on Win7

    we use the plugin provided for distributing in local computer networks which points to:
    http://download.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_ 11_plugin.msi
    But when installing, we get this error message:
    Error 1722. There is a problem with this Windows Installer pacakge. A program run as port of the setup did not finish as expected. Contact your support personnel or package vendor. Action
    NewCustomActoin1, location: ...\InstallPlugin_11_5_...
    (as could be seen in the attached screenshot).
    I attached the logfile, created by calling:
    msiexec /i \\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi /liwearucmopvx! C:\adobeflash_install_log.txt
    Any help would be appreciated
    The installed version of Mozilla Firefox is 18.0
    Thanks in advance
    Sven Schumacher
    The generated logfile:
    === Verbose logging started: 07.02.2013  11:12:08  Build type: SHIP UNICODE 5.00.7601.00  Calling process: C:\Windows\system32\msiexec.exe ===
    MSI (c) (34:98) [11:12:08:461]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    MSI (c) (34:98) [11:12:08:481]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    MSI (c) (34:CC) [11:12:08:505]: Resetting cached policy values
    MSI (c) (34:CC) [11:12:08:515]: Machine policy value 'Debug' is 0
    MSI (c) (34:CC) [11:12:08:533]: ******* RunEngine:
               ******* Product: \\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (34:CC) [11:12:08:576]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (c) (34:CC) [11:12:08:592]: Machine policy value 'DisableUserInstalls' is 0
    MSI (c) (34:CC) [11:12:09:937]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (34:CC) [11:12:09:962]: SOFTWARE RESTRICTION POLICY: Verifying package --> '\\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi' against software restriction policy
    MSI (c) (34:CC) [11:12:09:978]: SOFTWARE RESTRICTION POLICY: \\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi has a digital signature
    MSI (c) (34:CC) [11:12:11:361]: SOFTWARE RESTRICTION POLICY: \\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (c) (34:CC) [11:12:11:392]: Cloaking enabled.
    MSI (c) (34:CC) [11:12:11:403]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (34:CC) [11:12:11:425]: End dialog not enabled
    MSI (c) (34:CC) [11:12:11:443]: Original package ==> \\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi
    MSI (c) (34:CC) [11:12:11:464]: Package we're running from ==> C:\Users\ADMINI~1.POO\AppData\Local\Temp\1f0f3c.msi
    MSI (c) (34:CC) [11:12:11:483]: APPCOMPAT: Compatibility mode property overrides found.
    MSI (c) (34:CC) [11:12:11:497]: APPCOMPAT: looking for appcompat database entry with ProductCode '{42C336AF-2C66-4591-BC6D-F67F2C424E6F}'.
    MSI (c) (34:CC) [11:12:11:527]: APPCOMPAT: no matching ProductCode found in database.
    MSI (c) (34:CC) [11:12:11:547]: MSCOREE not loaded loading copy from system32
    MSI (c) (34:CC) [11:12:11:560]: Machine policy value 'TransformsSecure' is 0
    MSI (c) (34:CC) [11:12:11:578]: User policy value 'TransformsAtSource' is 0
    MSI (c) (34:CC) [11:12:11:592]: Note: 1: 2205 2:  3: MsiFileHash
    MSI (c) (34:CC) [11:12:11:618]: Machine policy value 'DisablePatch' is 0
    MSI (c) (34:CC) [11:12:11:636]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (c) (34:CC) [11:12:11:650]: Machine policy value 'DisableLUAPatching' is 0
    MSI (c) (34:CC) [11:12:11:670]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (c) (34:CC) [11:12:11:683]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active
    MSI (c) (34:CC) [11:12:11:710]: APPCOMPAT: looking for appcompat database entry with ProductCode '{42C336AF-2C66-4591-BC6D-F67F2C424E6F}'.
    MSI (c) (34:CC) [11:12:11:728]: APPCOMPAT: no matching ProductCode found in database.
    MSI (c) (34:CC) [11:12:11:742]: Transforms are not secure.
    MSI (c) (34:CC) [11:12:11:761]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\adobeflash_install_log.txt'.
    MSI (c) (34:CC) [11:12:11:775]: Command Line: CURRENTDIRECTORY=C:\Users\Administrator.POOL-15 CLIENTUILEVEL=0 CLIENTPROCESSID=4916
    MSI (c) (34:CC) [11:12:11:794]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{6A1EE5AC-1C86-4192-90BE-60178C574D33}'.
    MSI (c) (34:CC) [11:12:11:807]: Product Code passed to Engine.Initialize:           ''
    MSI (c) (34:CC) [11:12:11:827]: Product Code from property table before transforms: '{42C336AF-2C66-4591-BC6D-F67F2C424E6F}'
    MSI (c) (34:CC) [11:12:11:840]: Product Code from property table after transforms:  '{42C336AF-2C66-4591-BC6D-F67F2C424E6F}'
    MSI (c) (34:CC) [11:12:11:860]: Product not registered: beginning first-time install
    MSI (c) (34:CC) [11:12:11:877]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (c) (34:CC) [11:12:11:893]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (c) (34:CC) [11:12:11:910]: User policy value 'SearchOrder' is 'nmu'
    MSI (c) (34:CC) [11:12:11:927]: Adding new sources is allowed.
    MSI (c) (34:CC) [11:12:11:943]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (c) (34:CC) [11:12:11:960]: Package name extracted from package path: 'installflash_pl.msi'
    MSI (c) (34:CC) [11:12:11:978]: Package to be registered: 'installflash_pl.msi'
    MSI (c) (34:CC) [11:12:11:993]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (c) (34:CC) [11:12:12:009]: Machine policy value 'DisableMsi' is 0
    MSI (c) (34:CC) [11:12:12:027]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (c) (34:CC) [11:12:12:043]: User policy value 'AlwaysInstallElevated' is 0
    MSI (c) (34:CC) [11:12:12:060]: Product installation will be elevated because user is admin and product is being installed per-machine.
    MSI (c) (34:CC) [11:12:12:077]: Running product '{42C336AF-2C66-4591-BC6D-F67F2C424E6F}' with elevated privileges: Product is assigned.
    MSI (c) (34:CC) [11:12:12:093]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Users\Administrator.POOL-15'.
    MSI (c) (34:CC) [11:12:12:110]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
    MSI (c) (34:CC) [11:12:12:127]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '4916'.
    MSI (c) (34:CC) [11:12:12:143]: PROPERTY CHANGE: Adding MsiSystemRebootPending property. Its value is '1'.
    MSI (c) (34:CC) [11:12:12:160]: TRANSFORMS property is now:
    MSI (c) (34:CC) [11:12:12:185]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '110'.
    MSI (c) (34:CC) [11:12:12:202]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming
    MSI (c) (34:CC) [11:12:12:218]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\Favorites
    MSI (c) (34:CC) [11:12:12:235]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (c) (34:CC) [11:12:12:252]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\Documents
    MSI (c) (34:CC) [11:12:12:276]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (c) (34:CC) [11:12:12:293]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\Recent
    MSI (c) (34:CC) [11:12:12:310]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (c) (34:CC) [11:12:12:326]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\Templates
    MSI (c) (34:CC) [11:12:12:343]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (c) (34:CC) [11:12:12:360]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Local
    MSI (c) (34:CC) [11:12:12:376]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\Pictures
    MSI (c) (34:CC) [11:12:12:393]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (c) (34:CC) [11:12:12:410]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (c) (34:CC) [11:12:12:435]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (c) (34:CC) [11:12:12:451]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (c) (34:CC) [11:12:12:468]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (c) (34:CC) [11:12:12:485]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (c) (34:CC) [11:12:12:501]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (c) (34:CC) [11:12:12:535]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (c) (34:CC) [11:12:12:549]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (c) (34:CC) [11:12:12:568]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\Desktop
    MSI (c) (34:CC) [11:12:12:582]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (c) (34:CC) [11:12:12:608]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (c) (34:CC) [11:12:12:627]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (c) (34:CC) [11:12:12:642]: MSI_LUA: Setting AdminUser property to 1 because this is the client or the user has already permitted elevation
    MSI (c) (34:CC) [11:12:12:659]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (c) (34:CC) [11:12:12:673]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (c) (34:CC) [11:12:12:700]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (c) (34:CC) [11:12:12:718]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (c) (34:CC) [11:12:12:732]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'TFD'.
    MSI (c) (34:CC) [11:12:12:751]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (c) (34:CC) [11:12:12:765]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'Leibniz Universitaet Hannover'.
    MSI (c) (34:CC) [11:12:12:791]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Users\ADMINI~1.POO\AppData\Local\Temp\1f0f3c.msi'.
    MSI (c) (34:CC) [11:12:12:809]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is '\\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi'.
    MSI (c) (34:CC) [11:12:12:823]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (c) (34:CC) [11:12:12:843]: PROPERTY CHANGE: Adding SourceDir property. Its value is '\\opsi\opt_pcbin\install\adobeflash\setup\'.
    MSI (c) (34:CC) [11:12:12:857]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is '\\opsi\opt_pcbin\install\adobeflash\setup\'.
    MSI (c) (34:98) [11:12:12:883]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '5.00'.
    === Logging started: 07.02.2013  11:12:13 ===
    MSI (c) (34:CC) [11:12:13:134]: Note: 1: 2205 2:  3: PatchPackage
    MSI (c) (34:CC) [11:12:13:200]: Machine policy value 'DisableRollback' is 0
    MSI (c) (34:CC) [11:12:13:225]: User policy value 'DisableRollback' is 0
    MSI (c) (34:CC) [11:12:13:239]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
    MSI (c) (34:CC) [11:12:13:259]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (c) (34:CC) [11:12:13:273]: Doing action: INSTALL
    Action 11:12:13: INSTALL.
    Action start 11:12:13: INSTALL.
    MSI (c) (34:CC) [11:12:13:331]: UI Sequence table 'InstallUISequence' is present and populated.
    MSI (c) (34:CC) [11:12:13:350]: Running UISequence
    MSI (c) (34:CC) [11:12:13:364]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
    MSI (c) (34:CC) [11:12:13:384]: Doing action: ISSetAllUsers
    Action 11:12:13: ISSetAllUsers.
    Action start 11:12:13: ISSetAllUsers.
    MSI (c) (34:CC) [11:12:13:443]: Creating MSIHANDLE (1) of type 790542 for thread 6860
    MSI (c) (34:54) [11:12:13:477]: Invoking remote custom action. DLL: C:\Users\ADMINI~1.POO\AppData\Local\Temp\MSI2201.tmp, Entrypoint: SetAllUsers
    MSI (c) (34:1C) [11:12:13:490]: Cloaking enabled.
    MSI (c) (34:1C) [11:12:13:508]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (34:1C) [11:12:13:533]: Connected to service for CA interface.
    MSI (c) (34!18) [11:12:13:582]: Creating MSIHANDLE (2) of type 790531 for thread 5400
    InstallShield 11:12:13: Begin SetAllUsers()
    MSI (c) (34!18) [11:12:13:648]: Closing MSIHANDLE (2) of type 790531 for thread 5400
    MSI (c) (34!18) [11:12:13:667]: Creating MSIHANDLE (3) of type 790541 for thread 5400
    MSI (c) (34!18) [11:12:13:692]: Creating MSIHANDLE (4) of type 790531 for thread 5400
    InstallShield 11:12:13: Getting records from Upgrade table
    MSI (c) (34!18) [11:12:13:725]: Closing MSIHANDLE (4) of type 790531 for thread 5400
    MSI (c) (34!18) [11:12:13:742]: Creating MSIHANDLE (5) of type 790540 for thread 5400
    MSI (c) (34!18) [11:12:13:756]: Creating MSIHANDLE (6) of type 790531 for thread 5400
    MSI (c) (34!18) [11:12:13:784]: Creating MSIHANDLE (7) of type 790531 for thread 5400
    InstallShield 11:12:13: UpgradeCode: {D85A1A59-DC52-4D13-9445-EF3F379D4DB5} MinVersion: 6.0.47.0 MaxVersion: 11.5.502.146 Language:  Attributes: 769
    MSI (c) (34!18) [11:12:13:817]: Closing MSIHANDLE (7) of type 790531 for thread 5400
    MSI (c) (34!18) [11:12:13:842]: Creating MSIHANDLE (8) of type 790531 for thread 5400
    InstallShield 11:12:13: No related products for UpgradeCode {D85A1A59-DC52-4D13-9445-EF3F379D4DB5} found
    MSI (c) (34!18) [11:12:13:908]: Closing MSIHANDLE (8) of type 790531 for thread 5400
    MSI (c) (34!18) [11:12:13:937]: Closing MSIHANDLE (6) of type 790531 for thread 5400
    MSI (c) (34!18) [11:12:13:966]: Creating MSIHANDLE (9) of type 790531 for thread 5400
    InstallShield 11:12:14: End SetAllUsers()
    MSI (c) (34!18) [11:12:14:030]: Closing MSIHANDLE (9) of type 790531 for thread 5400
    MSI (c) (34!18) [11:12:14:063]: Closing MSIHANDLE (5) of type 790540 for thread 5400
    MSI (c) (34!18) [11:12:14:089]: Closing MSIHANDLE (3) of type 790541 for thread 5400
    MSI (c) (34:54) [11:12:14:142]: Closing MSIHANDLE (1) of type 790542 for thread 6860
    Action ended 11:12:14: ISSetAllUsers. Return value 1.
    MSI (c) (34:CC) [11:12:14:253]: Doing action: AppSearch
    Action 11:12:14: AppSearch. Searching for installed applications
    Action start 11:12:14: AppSearch.
    MSI (c) (34:CC) [11:12:14:507]: Note: 1: 2205 2:  3: AppSearch
    MSI (c) (34:CC) [11:12:14:533]: Note: 1: 2228 2:  3: AppSearch 4: SELECT `Property`, `Signature_` FROM `AppSearch`
    Action ended 11:12:14: AppSearch. Return value 0.
    MSI (c) (34:CC) [11:12:14:566]: Doing action: LaunchConditions
    Action 11:12:14: LaunchConditions. Evaluating launch conditions
    Action start 11:12:14: LaunchConditions.
    Action ended 11:12:14: LaunchConditions. Return value 1.
    MSI (c) (34:CC) [11:12:14:638]: Doing action: SetupInitialization
    Action 11:12:14: SetupInitialization.
    Action start 11:12:14: SetupInitialization.
    Info 2898.For Tahoma8 textstyle, the system created a 'Tahoma' font, in 0 character set.
    Info 2898.For TahomaBold10 textstyle, the system created a 'Tahoma' font, in 0 character set.
    Action 11:12:14: SetupInitialization. Dialog created
    Action ended 11:12:14: SetupInitialization. Return value 1.
    MSI (c) (34:CC) [11:12:14:774]: Doing action: FindRelatedProducts
    Action 11:12:14: FindRelatedProducts. Searching for related applications
    Action start 11:12:14: FindRelatedProducts.
    Action ended 11:12:14: FindRelatedProducts. Return value 1.
    MSI (c) (34:CC) [11:12:14:849]: Skipping action: CCPSearch (condition is false)
    MSI (c) (34:CC) [11:12:14:863]: Skipping action: RMCCPSearch (condition is false)
    MSI (c) (34:CC) [11:12:14:882]: Doing action: ValidateProductID
    Action 11:12:14: ValidateProductID.
    Action start 11:12:14: ValidateProductID.
    Action ended 11:12:14: ValidateProductID. Return value 1.
    MSI (c) (34:CC) [11:12:14:957]: Doing action: CostInitialize
    Action 11:12:14: CostInitialize. Computing space requirements
    Action start 11:12:14: CostInitialize.
    MSI (c) (34:CC) [11:12:15:004]: Machine policy value 'MaxPatchCacheSize' is 10
    MSI (c) (34:CC) [11:12:15:032]: Baseline: Sorting baselines for {42C336AF-2C66-4591-BC6D-F67F2C424E6F}.
    MSI (c) (34:CC) [11:12:15:046]: Baseline: New baseline 11.5.502 from transaction.
    MSI (c) (34:CC) [11:12:15:065]: Baseline: Sorted order Native: Order 0.
    MSI (c) (34:CC) [11:12:15:079]: Baseline Data Table:
    MSI (c) (34:CC) [11:12:15:098]: ProductCode: {42C336AF-2C66-4591-BC6D-F67F2C424E6F} Version: 11.5.502 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0
    MSI (c) (34:CC) [11:12:15:132]: Baseline File Table:
    MSI (c) (34:CC) [11:12:15:197]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'D:\'.
    MSI (c) (34:CC) [11:12:15:232]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
    Action ended 11:12:15: CostInitialize. Return value 1.
    MSI (c) (34:CC) [11:12:15:273]: Doing action: FileCost
    Action 11:12:15: FileCost. Computing space requirements
    Action start 11:12:15: FileCost.
    MSI (c) (34:CC) [11:12:15:321]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (c) (34:CC) [11:12:15:340]: Note: 1: 2205 2:  3: Class
    MSI (c) (34:CC) [11:12:15:365]: Note: 1: 2205 2:  3: Extension
    MSI (c) (34:CC) [11:12:15:382]: Note: 1: 2205 2:  3: TypeLib
    Action ended 11:12:15: FileCost. Return value 1.
    MSI (c) (34:CC) [11:12:15:415]: Doing action: IsolateComponents
    Action 11:12:15: IsolateComponents.
    Action start 11:12:15: IsolateComponents.
    Action ended 11:12:15: IsolateComponents. Return value 0.
    MSI (c) (34:CC) [11:12:15:481]: Doing action: setUserProfileNT
    Action 11:12:15: setUserProfileNT.
    Action start 11:12:15: setUserProfileNT.
    MSI (c) (34:CC) [11:12:15:538]: PROPERTY CHANGE: Adding USERPROFILE property. Its value is 'C:\Users\Administrator.POOL-15'.
    Action ended 11:12:15: setUserProfileNT. Return value 1.
    MSI (c) (34:CC) [11:12:15:573]: Skipping action: SetAllUsersProfileNT (condition is false)
    MSI (c) (34:CC) [11:12:15:590]: Doing action: setAllUsersProfile2K
    Action 11:12:15: setAllUsersProfile2K.
    Action start 11:12:15: setAllUsersProfile2K.
    MSI (c) (34:CC) [11:12:15:646]: PROPERTY CHANGE: Adding ALLUSERSPROFILE property. Its value is 'C:\ProgramData'.
    Action ended 11:12:15: setAllUsersProfile2K. Return value 1.
    MSI (c) (34:CC) [11:12:15:681]: Doing action: ResolveSource
    Action 11:12:15: ResolveSource.
    Action start 11:12:15: ResolveSource.
    MSI (c) (34:CC) [11:12:15:737]: Resolving source.
    MSI (c) (34:CC) [11:12:15:756]: Resolving source to launched-from source.
    MSI (c) (34:CC) [11:12:15:777]: Setting launched-from source as last-used.
    MSI (c) (34:CC) [11:12:15:798]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{42C336AF-2C66-4591-BC6D-F67F2C424E6F}'.
    MSI (c) (34:CC) [11:12:15:931]: SOURCEDIR ==> \\opsi\opt_pcbin\install\adobeflash\setup\
    MSI (c) (34:CC) [11:12:16:064]: SOURCEDIR product ==> {42C336AF-2C66-4591-BC6D-F67F2C424E6F}
    MSI (c) (34:CC) [11:12:16:081]: Determining source type
    MSI (c) (34:CC) [11:12:16:128]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (c) (34:CC) [11:12:16:148]: Source type from package 'installflash_pl.msi': 0
    MSI (c) (34:CC) [11:12:16:164]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (34:CC) [11:12:16:181]: Source path resolution complete. Dumping Directory table...
    MSI (c) (34:CC) [11:12:16:195]: Dir (source): Key: TARGETDIR , Object: \\opsi\opt_pcbin\install\adobeflash\setup\ , LongSubPath:  , ShortSubPath:
    MSI (c) (34:CC) [11:12:16:222]: Dir (source): Key: WindowsFolder , Object: \\opsi\opt_pcbin\install\adobeflash\setup\ , LongSubPath:  , ShortSubPath:
    MSI (c) (34:CC) [11:12:16:239]: Dir (source): Key: USERPROFILE , Object: \\opsi\opt_pcbin\install\adobeflash\setup\UserProfile\ , LongSubPath: UserProfile\ , ShortSubPath: USERPR~1\
    MSI (c) (34:CC) [11:12:16:256]: Dir (source): Key: TempFolder , Object: \\opsi\opt_pcbin\install\adobeflash\setup\Temp\ , LongSubPath: Temp\ , ShortSubPath:
    MSI (c) (34:CC) [11:12:16:272]: Dir (source): Key: SystemFolder , Object: \\opsi\opt_pcbin\install\adobeflash\setup\System32\ , LongSubPath: System32\ , ShortSubPath:
    MSI (c) (34:CC) [11:12:16:289]: Dir (source): Key: MACROMED , Object: \\opsi\opt_pcbin\install\adobeflash\setup\System32\Macromed\ , LongSubPath: System32\Macromed\ , ShortSubPath:
    MSI (c) (34:CC) [11:12:16:314]: Dir (source): Key: FLASH , Object: \\opsi\opt_pcbin\install\adobeflash\setup\System32\Macromed\Flash\ , LongSubPath: System32\Macromed\Flash\ , ShortSubPath:
    MSI (c) (34:CC) [11:12:16:331]: Dir (source): Key: INSTALLDIR , Object: \\opsi\opt_pcbin\install\adobeflash\setup\System32\Macromed\Flash\ , LongSubPath: System32\Macromed\Flash\ , ShortSubPath:
    MSI (c) (34:CC) [11:12:16:347]: Dir (source): Key: CommonFilesFolder , Object: \\opsi\opt_pcbin\install\adobeflash\setup\Common\ , LongSubPath: Common\ , ShortSubPath:
    MSI (c) (34:CC) [11:12:16:364]: Dir (source): Key: ISCommonFilesFolder , Object: \\opsi\opt_pcbin\install\adobeflash\setup\Common\InstallShield\ , LongSubPath: Common\InstallShield\ , ShortSubPath: Common\Instal~1\
    MSI (c) (34:CC) [11:12:16:381]: Dir (source): Key: ISUpdateServiceFolder , Object: \\opsi\opt_pcbin\install\adobeflash\setup\Common\InstallShield\UpdateService\ , LongSubPath: Common\InstallShield\UpdateService\ , ShortSubPath: Common\Instal~1\UPDATE~1\
    MSI (c) (34:CC) [11:12:16:405]: Dir (source): Key: ALLUSERSPROFILE , Object: \\opsi\opt_pcbin\install\adobeflash\setup\All Users\ , LongSubPath: All Users\ , ShortSubPath: ALLUSE~1\
    Action ended 11:12:16: ResolveSource. Return value 1.
    MSI (c) (34:CC) [11:12:16:439]: Doing action: CostFinalize
    Action 11:12:16: CostFinalize. Computing space requirements
    Action start 11:12:16: CostFinalize.
    MSI (c) (34:CC) [11:12:16:497]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
    MSI (c) (34:CC) [11:12:16:514]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
    MSI (c) (34:CC) [11:12:16:530]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
    MSI (c) (34:CC) [11:12:16:547]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
    MSI (c) (34:CC) [11:12:16:572]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
    MSI (c) (34:CC) [11:12:16:589]: Note: 1: 2262 2: Patch 3: -2147287038
    MSI (c) (34:CC) [11:12:16:605]: Note: 1: 2205 2:  3: Condition
    MSI (c) (34:CC) [11:12:16:622]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'D:\'.
    MSI (c) (34:CC) [11:12:16:639]: PROPERTY CHANGE: Modifying USERPROFILE property. Its current value is 'C:\Users\Administrator.POOL-15'. Its new value: 'C:\Users\Administrator.POOL-15\'.
    MSI (c) (34:CC) [11:12:16:664]: PROPERTY CHANGE: Adding MACROMED property. Its value is 'C:\Windows\SysWOW64\Macromed\'.
    MSI (c) (34:CC) [11:12:16:680]: PROPERTY CHANGE: Adding FLASH property. Its value is 'C:\Windows\SysWOW64\Macromed\Flash\'.
    MSI (c) (34:CC) [11:12:16:697]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Windows\SysWOW64\Macromed\Flash\'.
    MSI (c) (34:CC) [11:12:16:714]: PROPERTY CHANGE: Adding ISCommonFilesFolder property. Its value is 'C:\Program Files (x86)\Common Files\InstallShield\'.
    MSI (c) (34:CC) [11:12:16:730]: PROPERTY CHANGE: Adding ISUpdateServiceFolder property. Its value is 'C:\Program Files (x86)\Common Files\InstallShield\UpdateService\'.
    MSI (c) (34:CC) [11:12:16:755]: PROPERTY CHANGE: Modifying ALLUSERSPROFILE property. Its current value is 'C:\ProgramData'. Its new value: 'C:\ProgramData\'.
    MSI (c) (34:CC) [11:12:16:772]: Target path resolution complete. Dumping Directory table...
    MSI (c) (34:CC) [11:12:16:788]: Note: target paths subject to change (via custom actions or browsing)
    MSI (c) (34:CC) [11:12:16:805]: Dir (target): Key: TARGETDIR , Object: D:\
    MSI (c) (34:CC) [11:12:16:822]: Dir (target): Key: WindowsFolder , Object: C:\Windows\
    MSI (c) (34:CC) [11:12:16:847]: Dir (target): Key: USERPROFILE , Object: C:\Users\Administrator.POOL-15\
    MSI (c) (34:CC) [11:12:16:863]: Dir (target): Key: TempFolder , Object: C:\Users\ADMINI~1.POO\AppData\Local\Temp\
    MSI (c) (34:CC) [11:12:16:880]: Dir (target): Key: SystemFolder , Object: C:\Windows\SysWOW64\
    MSI (c) (34:CC) [11:12:16:897]: Dir (target): Key: MACROMED , Object: C:\Windows\SysWOW64\Macromed\
    MSI (c) (34:CC) [11:12:16:913]: Dir (target): Key: FLASH , Object: C:\Windows\SysWOW64\Macromed\Flash\
    MSI (c) (34:CC) [11:12:16:938]: Dir (target): Key: INSTALLDIR , Object: C:\Windows\SysWOW64\Macromed\Flash\
    MSI (c) (34:CC) [11:12:16:955]: Dir (target): Key: CommonFilesFolder , Object: C:\Program Files (x86)\Common Files\
    MSI (c) (34:CC) [11:12:16:972]: Dir (target): Key: ISCommonFilesFolder , Object: C:\Program Files (x86)\Common Files\InstallShield\
    MSI (c) (34:CC) [11:12:16:988]: Dir (target): Key: ISUpdateServiceFolder , Object: C:\Program Files (x86)\Common Files\InstallShield\UpdateService\
    MSI (c) (34:CC) [11:12:17:013]: Dir (target): Key: ALLUSERSPROFILE , Object: C:\ProgramData\
    MSI (c) (34:CC) [11:12:17:030]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (c) (34:CC) [11:12:17:047]: Note: 1: 2228 2:  3: MsiAssembly 4:  SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`, `MsiAssembly`.`File_Manifest`,  `Component`.`KeyPath` FROM `MsiAssembly`, `Component` WHERE  `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Component_` = ?
    Action ended 11:12:17: CostFinalize. Return value 1.
    MSI (c) (34:CC) [11:12:17:080]: Doing action: MigrateFeatureStates
    Action 11:12:17: MigrateFeatureStates. Migrating feature states from related applications
    Action start 11:12:17: MigrateFeatureStates.
    Action ended 11:12:17: MigrateFeatureStates. Return value 0.
    MSI (c) (34:CC) [11:12:17:238]: Skipping action: PatchWelcome (condition is false)
    MSI (c) (34:CC) [11:12:17:255]: Doing action: InstallWelcome
    Action 11:12:17: InstallWelcome.
    Action start 11:12:17: InstallWelcome.
    Action 11:12:17: InstallWelcome. Dialog created
    MSI (c) (34:6C) [11:12:17:332]: Note: 1: 2205 2:  3: _RemoveFilePath
    MSI (c) (34:6C) [11:12:17:344]: Note: 1: 2205 2:  3: MsiFileHash
    MSI (c) (34:6C) [11:12:17:371]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
    MSI (c) (34:6C) [11:12:17:388]: Note: 1: 2205 2:  3: BindImage
    MSI (c) (34:6C) [11:12:17:404]: Note: 1: 2205 2:  3: ProgId
    MSI (c) (34:6C) [11:12:17:421]: Note: 1: 2205 2:  3: PublishComponent
    MSI (c) (34:6C) [11:12:17:446]: Note: 1: 2205 2:  3: SelfReg
    MSI (c) (34:6C) [11:12:17:463]: Note: 1: 2205 2:  3: Extension
    MSI (c) (34:6C) [11:12:17:479]: Note: 1: 2205 2:  3: Font
    MSI (c) (34:6C) [11:12:17:496]: Note: 1: 2205 2:  3: Shortcut
    MSI (c) (34:6C) [11:12:17:513]: Note: 1: 2205 2:  3: Class
    MSI (c) (34:6C) [11:12:17:538]: Note: 1: 2205 2:  3: TypeLib
    MSI (c) (34:6C) [11:12:17:559]: Note: 1: 2727 2: 
    Action ended 11:12:18: InstallWelcome. Return value 1.
    MSI (c) (34:CC) [11:12:18:787]: Skipping action: SetupResume (condition is false)
    MSI (c) (34:CC) [11:12:18:803]: Skipping action: MaintenanceWelcome (condition is false)
    MSI (c) (34:CC) [11:12:18:820]: Doing action: SetupProgress
    Action 11:12:18: SetupProgress.
    Action start 11:12:18: SetupProgress.
    Info 2898.For MSSansBold8 textstyle, the system created a 'Tahoma' font, in 0 character set.
    Info 2898.For MSSWhiteSerif8 textstyle, the system created a 'Tahoma' font, in 0 character set.
    Action 11:12:18: SetupProgress. Dialog created
    Action ended 11:12:18: SetupProgress. Return value 1.
    MSI (c) (34:CC) [11:12:18:953]: Doing action: ExecuteAction
    Action 11:12:18: ExecuteAction.
    Action start 11:12:18: ExecuteAction.
    MSI (c) (34:CC) [11:12:19:014]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'.
    MSI (c) (34:CC) [11:12:19:036]: Grabbed execution mutex.
    MSI (c) (34:CC) [11:12:19:053]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (c) (34:CC) [11:12:19:070]: Switching to server: SECONDSEQUENCE="1" TARGETDIR="D:\" ALLUSERSPROFILE="C:\ProgramData\" MACROMED="C:\Windows\SysWOW64\Macromed\" FLASH="C:\Windows\SysWOW64\Macromed\Flash\" INSTALLDIR="C:\Windows\SysWOW64\Macromed\Flash\" ROOTDRIVE="D:\" USERPROFILE="C:\Users\Administrator.POOL-15\" EXECUTEACTION="INSTALL" ACTION="INSTALL" SOURCEDIR="\\opsi\opt_pcbin\install\adobeflash\setup\" COMPANYNAME="Leibniz Universitaet Hannover" USERNAME="TFD" CLIENTPROCESSID="4916" CLIENTUILEVEL="0" CURRENTDIRECTORY="C:\Users\Administrator.POOL-15"  ADDLOCAL=FlashPlayerAXInstaller 
    MSI (s) (E4:9C) [11:12:19:089]: Running installation inside multi-package transaction \\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi
    MSI (s) (E4:9C) [11:12:19:101]: Grabbed execution mutex.
    MSI (s) (E4:F4) [11:12:19:120]: Resetting cached policy values
    MSI (s) (E4:F4) [11:12:19:173]: Machine policy value 'Debug' is 0
    MSI (s) (E4:F4) [11:12:19:203]: ******* RunEngine:
               ******* Product: \\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi
               ******* Action: INSTALL
               ******* CommandLine: **********
    MSI (s) (E4:F4) [11:12:19:243]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (E4:F4) [11:12:19:264]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (E4:F4) [11:12:19:276]: Setting cached product context: machine assigned for product: 000041091A0070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:303]: Using cached product context: machine assigned for product: 000041091A0070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:319]: Setting cached product context: machine assigned for product: 00004109210000000100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:336]: Using cached product context: machine assigned for product: 00004109210000000100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:461]: Setting cached product context: machine assigned for product: 00004109340000000100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:477]: Using cached product context: machine assigned for product: 00004109340000000100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:503]: Setting cached product context: machine assigned for product: 00004109340070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:521]: Using cached product context: machine assigned for product: 00004109340070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:575]: Setting cached product context: machine assigned for product: 000041094B0070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:611]: Using cached product context: machine assigned for product: 000041094B0070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:769]: Setting cached product context: machine assigned for product: 00004109510070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:905]: Using cached product context: machine assigned for product: 00004109510070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:947]: Setting cached product context: machine assigned for product: 00004109610070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:988]: Using cached product context: machine assigned for product: 00004109610070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:010]: Setting cached product context: machine assigned for product: 00004109810070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:027]: Using cached product context: machine assigned for product: 00004109810070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:044]: Setting cached product context: machine assigned for product: 00004109910070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:069]: Using cached product context: machine assigned for product: 00004109910070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:085]: Setting cached product context: machine assigned for product: 00004109A10070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:102]: Using cached product context: machine assigned for product: 00004109A10070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:118]: Setting cached product context: machine assigned for product: 00004109B10070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:135]: Using cached product context: machine assigned for product: 00004109B10070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:161]: Setting cached product context: machine assigned for product: 00004109C20070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:177]: Using cached product context: machine assigned for product: 00004109C20070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:193]: Setting cached product context: machine assigned for product: 00004109E60070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:210]: Using cached product context: machine assigned for product: 00004109E60070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:227]: Setting cached product context: machine assigned for product: 00004109F10001400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:252]: Using cached product context: machine assigned for product: 00004109F10001400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:269]: Setting cached product context: machine assigned for product: 00004109F10070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:285]: Using cached product context: machine assigned for product: 00004109F10070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:302]: Setting cached product context: machine assigned for product: 00004109F10090400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:327]: Using cached product context: machine assigned for product: 00004109F10090400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:344]: Setting cached product context: machine assigned for product: 00004109F100C0400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:360]: Using cached product context: machine assigned for product: 00004109F100C0400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:377]: Setting cached product context: machine assigned for product: 00004119510000000100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:394]: Using cached product context: machine assigned for product: 00004119510000000100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:419]: Setting cached product context: machine assigned for product: 00004119B30000000100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:435]: Using cached product context: machine assigned for product: 00004119B30000000100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:452]: Setting cached product context: machine assigned for product: 001A55BA9CAAAE3448E5D2DC0C4D2D8B
    MSI (s) (E4:F4) [11:12:20:469]: Using cached product context: machine assigned for product: 001A55BA9CAAAE3448E5D2DC0C4D2D8B
    MSI (s) (E4:F4) [11:12:20:485]: Setting cached product context: machine assigned for product: 00EF0CE5E98814745939BAE40A9D2810
    MSI (s) (E4:F4) [11:12:20:510]: Using cached product context: machine assigned for product: 00EF0CE5E98814745939BAE40A9D2810
    MSI (s) (E4:F4) [11:12:20:527]: Setting cached product context: machine assigned for product: 01312D68AD823484388A7108E7A648B6
    MSI (s) (E4:F4) [11:12:20:569]: Using cached product context: machine assigned for product: 01312D68AD823484388A7108E7A648B6
    MSI (s) (E4:F4) [11:12:20:588]: Setting cached product context: machine assigned for product: 02B5A0E163D91684EB8FB9B9C4722881
    MSI (s) (E4:F4) [11:12:20:610]: Using cached product context: machine assigned for product: 02B5A0E163D91684EB8FB9B9C4722881
    MSI (s) (E4:F4) [11:12:20:622]: Setting cached product context: machine assigned for product: 0330558EFAE7CC64EA86523ACAB6A14E
    MSI (s) (E4:F4) [11:12:20:635]: Using cached product context: machine assigned for product: 0330558EFAE7CC64EA86523ACAB6A14E
    MSI (s) (E4:F4) [11:12:20:647]: Setting cached product context: machine assigned for product: 03B22C5D68009C840BB10545357C780A
    MSI (s) (E4:F4) [11:12:20:659]: Using cached product context: machine assigned for product: 03B22C5D68009C840BB10545357C780A
    MSI (s) (E4:F4) [11:12:20:677]: Setting cached product context: machine assigned for product: 040B7156FB76C914598489AC677D09AC
    MSI (s) (E4:F4) [11:12:20:688]: Using cached product context: machine assigned for product: 040B7156FB76C914598489AC677D09AC
    MSI (s) (E4:F4) [11:12:20:701]: Setting cached product context: machine assigned for product: 0536EED1DFB5F59408A32A066F285C00
    MSI (s) (E4:F4) [11:12:20:713]: Using cached product context: machine assigned for product: 0536EED1DFB5F59408A32A066F285C00
    MSI (s) (E4:F4) [11:12:20:726]: Setting cached product context: machine assigned for product: 05A2EDCAFC79EF749BC2DE18748FA5D9
    MSI (s) (E4:F4) [11:12:20:744]: Using cached product context: machine assigned for product: 05A2EDCAFC79EF749BC2DE18748FA5D9
    MSI (s) (E4:F4) [11:12:20:755]: Setting cached product context: machine assigned for product: 06610CA3046FBFA42AE580B262C020C5
    MSI (s) (E4:F4) [11:12:20:768]: Using cached product context: machine assigned for product: 06610CA3046FBFA42AE580B262C020C5
    MSI (s) (E4:F4) [11:12:20:780]: Setting cached product context: machine assigned for product: 06DD95141C9432341A5ABF60C0AB535C
    MSI (s) (E4:F4) [11:12:20:802]: Using cached product context: machine assigned for product: 06DD95141C9432341A5ABF60C0AB535C
    MSI (s) (E4:F4) [11:12:20:813]: Setting cached product context: machine assigned for product: 074585BFCFFEE164392072AC34DDA347
    MSI (s) (E4:F4) [11:12:20:826]: Using cached product context: machine assigned for product: 074585BFCFFEE164392072AC34DDA347
    MSI (s) (E4:F4) [11:12:20:838]: Setting cached product context: machine assigned for product: 078283207C91DCA3BBEA6F3E679074CD
    MSI (s) (E4:F4) [11:12:20:851]: Using cached product context: machine assigned for product: 078283207C91DCA3BBEA6F3E679074CD
    MSI (s) (E4:F4) [11:12:20:869]: Setting cached product context: machine assigned for product: 07F47A9F79578B740BC44084422CB351
    MSI (s) (E4:F4) [11:12:20:880]: Using cached product context: machine assigned for product: 07F47A9F79578B740BC44084422CB351
    MSI (s) (E4:F4) [11:12:20:893]: Setting cached product context: machine assigned for product: 086381DC513A4CC4487D60646948FEF2
    MSI (s) (E4:F4) [11:12:20:905]: Using cached product context: machine assigned for product: 086381DC513A4CC4487D60646948FEF2
    MSI (s) (E4:F4) [11:12:20:918]: Setting cached product context: machine assigned for product: 09A13F609E55B32478CF6A5C672BE5E9
    MSI (s) (E4:F4) [11:12:20:935]: Using cached product context: machine assigned for product: 09A13F609E55B32478CF6A5C672BE5E9
    MSI (s) (E4:F4) [11:12:20:946]: Setting cached product context: machine assigned for product: 09DAD44638021784DB9427B18FAF2E59
    MSI (s) (E4:F4) [11:12:20:959]: Using cached product context: machine assigned for product: 09DAD44638021784DB9427B18FAF2E59
    MSI (s) (E4:F4) [11:12:20:971]: Setting cached product context: machine assigned for product: 0A733333644A85F40AC10D2322A1C70B
    MSI (s) (E4:F4) [11:12:20:984]: Using cached product context: machine assigned for product: 0A733333644A85F40AC10D2322A1C70B
    MSI (s) (E4:F4) [11:12:21:002]: Setting cached product context: machine assigned for product: 0AA6E3B8F29975941ABDCCC25A127F09
    MSI (s) (E4:F4) [11:12:21:013]: Using cached product context: machine assigned for product: 0AA6E3B8F29975941ABDCCC25A127F09
    MSI (s) (E4:F4) [11:12:21:026]: Setting cached product context: machine assigned for product: 0B7BC79F2D8233E48A604957BE31D47C
    MSI (s) (E4:F4) [11:12:21:038]: Using cached product context: machine assigned for product: 0B7BC79F2D8233E48A604957BE31D47C
    MSI (s) (E4:F4) [11:12:21:055]: Setting cached product context: machine assigned for product: 0C08751491A47654AAEA01CC9B38B231
    MSI (s) (E4:F4) [11:12:21:067]: Using cached product context: machine assigned for product: 0C08751491A47654AAEA01CC9B38B231
    MSI (s) (E4:F4) [11:12:21:080]: Setting cached product context: machine assigned for product: 0C2832927F16A8540980552F274ADDC9
    MSI (s) (E4:F4) [11:12:21:092]: Using cached product context: machine assigned for product: 0C2832927F16A8540980552F274ADDC9
    MSI (s) (E4:F4) [11:12:21:104]: Setting cached product context: machine assigned for product: 0C827F0573A986849B1E2465C522B821
    MSI (s) (E4:F4) [11:12:21:127]: Using cached product context: machine assigned for product: 0C827F0573A986849B1E2465C522B821
    MSI (s) (E4:F4) [11:12:21:174]: Setting cached product context: machine assigned for product: 0C8804CA7F5E1F54CABAF01B7CA8AFF3
    MSI (s) (E4:F4) [11:12:21:196]: Using cached product context: machine assigned for product: 0C8804CA7F5E1F54CABAF01B7CA8AFF3
    MSI (s) (E4:F4) [11:12:21:209]: Setting cached product context: machine assigned for product: 0CB98CF8265D1CB4690D548E9C7582B1
    MSI (s) (E4:F4) [11:12:21:221]: Using cached product context: machine assigned for product: 0CB98CF8265D1CB4690D548E9C7582B1
    MSI (s) (E4:F4) [11:12:21:243]: Setting cached product context: machine assigned for product: 0CBF538464D834543902193D75FA6937
    MSI (s) (E4:F4) [11:12:21:254]: Using cached product context: machine assigned for product: 0CBF538464D834543902193D75FA6937
    MSI (s) (E4:F4) [11:12:21:267]: Setting cached product context: machine assigned for product: 0D952240B08C0C942A2C782CD987BF10
    MSI (s) (E4:F4) [11:12:21:279]: Using cached product context: machine assigned for product: 0D952240B08C0C942A2C782CD987BF10
    MSI (s) (E4:F4) [11:12:21:302]: Setting cached product context: machine assigned for product: 0DDB708EF9A9B35499A229F749996B86
    MSI (s) (E4:F4) [11:12:21:314]: Using cached product context: machine assigned for product: 0DDB708EF9A9B35499A229F749996B86
    MSI (s) (E4:F4) [11:12:21:326]: Setting cached product context: machine assigned for product: 0DF7E308EF20E04499A0770B5EE03CB0
    MSI (s) (E4:F4) [11:12:21:339]: Using cached product context: machine assigned for product: 0DF7E308EF20E04499A0770B5EE03CB0
    MSI (s) (E4:F4) [11:12:21:351]: Setting cached product context: machine assigned for product: 0E0CB0062AFDC564D9EB01EC2AF57FB1
    MSI (s) (E4:F4) [11:12:21:368]: Using cached product context: machine assigned for product: 0E0CB0062AFDC564D9EB01EC2AF57FB1
    MSI (s) (E4:F4) [11:12:21:380]: Setting cached product context: machine assigned for product: 0E7FAF9634E65484B97B9A9D7F440048
    MSI (s) (E4:F4) [11:12:21:392]: Using cached product context: machine assigned for product: 0E7FAF9634E65484B97B9A9D7F440048
    MSI (s) (E4:F4) [11:12:21:405]: Setting cached product context: machine assigned for product: 0EE2775DBD3C09F4AB22078FAAA3152A
    MSI (s) (E4:F4) [11:12:21:417]: Using cached product context: machine assigned for product: 0EE2775DBD3C09F4AB22078FAAA3152A
    MSI (s) (E4:F4) [11:12:21:435]: Setting cached product context: machine assigned for product: 0F1E0239BC1359044B0310A75304E604
    MSI (s) (E4:F4) [11:12:21:447]: Using cached product context: machine assigned for product: 0F1E0239BC1359044B0310A75304E604
    MSI (s) (E4:F4) [11:12:21:459]: Setting cached product context: machine assigned for product: 1007C6B46D7C017319E3B52CF3EC196E
    MSI (s) (E4:F4) [11:12:21:472]: Using cached product context: machine assigned for product: 1007C6B46D7C017319E3B52CF3EC196E
    MSI (s) (E4:F4) [11:12:21:485]: Setting cached product context: machine assigned for product: 10CFD327D3819E04EAE23441BA5C857D
    MSI (s) (E4:F4) [11:12:21:497]: Using cached product context: machine assigned for product: 10CFD327D3819E04EAE23441BA5C857D
    MSI (s) (E4:F4) [11:12:21:508]: Setting cached product context: machine assigned for product: 10D84C97451CDF34BB1CAE2DB2A4C701
    MSI (s) (E4:F4) [11:12:21:521]: Using cached product context: machine assigned for product: 10D84C97451CDF34BB1CAE2DB2A4C701
    MSI (s) (E4:F4) [11:12:21:533]: Setting cached product context: machine assigned for product: 11D5097BD50F8FA4B8B5E79F35C35C87
    MSI (s) (E4:F4) [11:12:21:551]: Using cached product context: machine assigned for product: 11D5097BD50F8FA4B8B5E79F35C35C87
    MSI (s) (E4:F4) [11:12:21:562]: Setting cached product context: machine assigned for product: 125BD0BE8A8A6DB4FAEDF5EE2B8A2F91
    MSI (s) (E4:F4) [11:12:21:583]: Using cached product context: machine assigned for product: 125BD0BE8A8A6DB4FAEDF5EE2B8A2F91
    MSI (s) (E4:F4) [11:12:21:596]: Setting cached product context: machine assigned for product: 12B06B229B2CFE645823D82AE8EED4D6
    MSI (s) (E4:F4) [11:12:21:616]: Using cached product context: machine assigned for product: 12B06B229B2CFE645823D82AE8EED4D6
    MSI (s) (E4:F4) [11:12:21:634]: Setting cached product context: machine assigned for product: 12C321F52E5ABFC46A7A30C4097890F9
    MSI (s) (E4:F4) [11:12:21:646]: Using cached product context: machine assigned for product: 12C321F52E5ABFC46A7A30C4097890F9
    MSI (s) (E4:F4) [11:12:21:658]: Setting cached product context: machine assigned for product: 12DF03209BB034940B5C55D35DB62AF7
    MSI (s) (E4:F4) [11:12:21:671]: Using cached product context: machine assigned for product: 12DF03209BB034940B5C55D35DB62AF7
    MSI (s) (E4:F4) [11:12:21:683]: Setting cached product context: machine assigned for product: 12E3CCA5D8EC15E409F5B67168980C9A
    MSI (s) (E4:F4) [11:12:21:700]: Using cached product context: machine assigned for product: 12E3CCA5D8EC15E409F5B67168980C9A
    MSI (s) (E4:F4) [11:12:21:712]: Setting cached product context: machine assigned for product: 138FB1044D0E79F4A94CC0531DBBEE43
    MSI (s) (E4:F4) [11:12:21:732]: Using cached product context: machine assigned for product: 138FB1044D0E79F4A94CC0531DBBEE43
    MSI (s) (E4:F4) [11:12:21:746]: Setting cached product context: machine assigned for product: 14F026CB695478E4480B033E17415CE0
    MSI (s) (E4:F4) [11:12:21:766]: Using cached product context: machine assigned for product: 14F026CB695478E4480B033E17415CE0
    MSI (s) (E4:F4) [11:12:21:784]: Setting cached product context: machine assigned for product: 15BBA5B1BAA8ABF49878A9880257E6B2
    MSI (s) (E4:F4) [11:12:21:796]: Using cached product context: machine assigned for product: 15BBA5B1BAA8ABF49878A9880257E6B2
    MSI (s) (E4:F4) [11:12:21:816]: Setting cached product context: machine assigned for product: 15E6F1D3C89C10C418072DBD2F38F731
    MSI (s) (E4:F4) [11:12:21:829]: Using cached product context: machine assigned for product: 15E6F1D3C89C10C418072DBD2F38F731
    MSI (s) (E4:F4) [11:12:21:849]: Setting cached product context: machine assigned for product: 1677AB07A9268114FB0E2057B309918C
    MSI (s) (E4:F4) [11:12:21:862]: Using cached product context: machine assigned for product: 1677AB07A9268114FB0E2057B309918C
    MSI (s) (E4:F4) [11:12:21:882]: Setting cached product context: machine assigned for product: 17500A7658931504791DE58AF1F93191
    MSI (s) (E4:F4) [11:12:21:895]: Using cached product context: machine assigned for product: 17500A7658931504791DE58AF1F93191
    MSI (s) (E4:F4) [11:12:21:916]: Setting cached product context: machine assigned for product: 17B089EA39DA9C947947F4505CF866A0
    MSI (s) (E4:F4) [11:12:21:934]: Using cached product context: machine assigned for product: 17B089EA39DA9C947947F4505CF866A0
    MSI (s) (E4:F4) [11:12:21:945]: Setting cached product context: machine assigned for product: 189343A2590FCDA488F559A109E4BC59
    MSI (s) (E4:F4) [11:12:21:965]: Using cached product context: machine assigned for product: 189343A2590FCDA488F559A109E4BC59
    MSI (s) (E4:F4) [11:12:21:979]: Setting cached product context: machine assigned for product: 18960DB0D3546334A974A520135BBC22
    MSI (s) (E4:F4) [11:12:21:999]: Using cached product context: machine assigned for product: 18960DB0D3546334A974A520135BBC22
    MSI (s) (E4:F4) [11:12:22:017]: Setting cached product context: machine assigned for product: 18D52CED71326F74B8625DA439D91AEE
    MSI (s) (E4:F4) [11:12:22:029]: Using cached product context: machine assigned for product: 18D52CED71326F74B8625DA439D91AEE
    MSI (s) (E4:F4) [11:12:22:049]: Setting cached product context: machine assigned for product: 191A6E0175F67BB419C07C8E362F2605
    MSI (s) (E4:F4) [11:12:22:062]: Using cached product context: machine assigned for product: 191A6E0175F67BB419C07C8E362F2605
    MSI (s) (E4:F4) [11:12:22:082]: Setting cached product context: machine assigned for product: 1968606ECBF10FE4788E06C9BD2330A8
    MSI (s) (E4:F4) [11:12:22:100]: Using cached product context: machine assigned for product: 1968606ECBF10FE4788E06C9BD2330A8
    MSI (s) (E4:F4) [11:12:22:112]: Setting cached product context: machine assigned for product: 19875F81F5C9DAA4D9D275876625FED9
    MSI (s) (E4:F4) [11:12:22:132]: Using cached product context: machine assigned for product: 19875F81F5C9DAA4D9D275876625FED9
    MSI (s) (E4:F4) [11:12:22:145]: Setting cached product context: machine assigned for product: 1A79948EF6D4B0C46BD08FB563D06266
    MSI (s) (E4:F4) [11:12:22:165]: Using cached product context: machine assigned for product: 1A79948EF6D4B0C46BD08FB563D06266
    MSI (s) (E4:F4) [11:12:22:183]: Setting cached product context: machine assigned for product: 1af2a8da7e60d0b429d7e6453b3d0182
    MSI (s) (E4:F4) [11:12:22:195]: Using cached product context: machine assigned for product: 1af2a8da7e60d0b429d7e6453b3d0182
    MSI (s) (E4:F4) [11:12:22:215]: Setting cached product context: machine assigned for product: 1B4814DD5C49D4E4DABBDA71B2C7C07C
    MSI (s) (E4:F4) [11:12:22:229]: Using cached product context: machine assigned for product: 1B4814DD5C49D4E4DABBDA71B2C7C07C
    MSI (s) (E4:F4) [11:12:22:365]: Setting cached product context: machine assigned for product: 1C55EE1BB89FBA04FAC024E2CC8C4845
    MSI (s) (E4:F4) [11:12:22:495]: Using cached product context: machine assigned for product: 1C55EE1BB89FBA04FAC024E2CC8C4845
    MSI (s) (E4:F4) [11:12:22:527]: Setting cached product context: machine assigned for product: 1C5E801AE54C4AE43A59FC169F95CA28
    MSI (s) (E4:F4) [11:12:22:548]: Using cached product context: machine assigned for product: 1C5E801AE54C4AE43A59FC169F95CA28
    MSI (s) (E4:F4) [11:12:22:568]: Setting cached product context: machine assigned for product: 1C618DF52E8D18A45A0F78A0383F6ADF
    MSI (s) (E4:F4) [11:12:22:591]: Using cached product context: machine assigned for product: 1C618DF52E8D18A45A0F78A0383F6ADF
    MSI (s) (E4:F4) [11:12:22:610]: Setting cached product context: machine assigned for product: 1D7ED4CFBBB9BBF4EAC367916C3A702E
    MSI (s) (E4:F4) [11:12:22:631]: Using cached product context: machine assigned for product: 1D7ED4CFBBB9BBF4EAC367916C3A702E
    MSI (s) (E4:F4) [11:12:22:652]: Setting cached product context: machine assigned for product: 1E1821B74D9DA5140B1F3569F436F11F
    MSI (s) (E4:F4) [11:12:22:673]: Using cached product context: machine assigned for product: 1E1821B74D9DA5140B1F3569F436F11F
    MSI (s) (E4:F4) [11:12:22:693]: Setting cached product context: machine assigned for product: 1E297C08CB87A4F438E9CB1D70779083
    MSI (s) (E4:F4) [11:12:22:715]: Using cached product context: machine assigned for product: 1E297C08CB87A4F438E9CB1D70779083
    MSI (s) (E4:F4) [11:12:22:735]: Setting cached product context: machine assigned for product: 1EF9B1F8777581149B285BB0301010FF
    MSI (s) (E4:F4) [11:12:22:756]: Using cached product context: machine assigned for product: 1EF9B1F8777581149B285BB0301010FF
    MSI (s) (E4:F4) [11:12:22:777]: Setting cached product context: machine assigned for product: 1FB6878C8720FAD40851AE9FC4FDF2C0
    MSI (s) (E4:F4) [11:12:22:798]: Using cached product context: machine assigned for product: 1FB6878C8720FAD40851AE9FC4FDF2C0
    MSI (s) (E4:F4) [11:12:22:818]: Setting cached product context: machine assigned for product: 1FBD7604FA19E5443AE40007F712B494
    MSI (s) (E4:F4) [11:12:22:840]: Using cached product context: machine assigned for product: 1FBD7604FA19E5443AE40007F712B494
    MSI (s) (E4:F4) [11:12:22:860]: Setting cached product context: machine assigned for product: 21A6A87B4C278D44597C4703701DA2F4
    MSI (s) (E4:F4) [11:12:22:883]: Using cached product context: machine assigned for product: 21A6A87B4C278D44597C4703701DA2F4
    MSI (s) (E4:F4) [11:12:22:901]: Setting cached product context: machine assigned for product: 220B0EE4F663B234896CE42BC77877E4
    MSI (s) (E4:F4) [11:12:22:923]: Using cached product context: machine assigned for product: 220B0EE4F663B234896CE42BC77877E4
    MSI (s) (E4:F4) [11:12:22:943]: Setting cached product context: machine assigned for product: 222707519D6635040B3BF4011765E5A1
    MSI (s) (E4:F4) [11:12:22:964]: Using cached product context: machine assigned for product: 222707519D6635040B3BF4011765E5A1
    MSI (s) (E4:F4) [11:12:22:985]: Setting cached product context: machine assigned for product: 25B97CCCFC9105A4EB06EA3EED693BAE
    MSI (s) (E4:F4) [11:12:23:006]: Using cached product context: machine assigned for product: 25B97CCCFC9105A4EB06EA3EED693BAE
    MSI (s) (E4:F4) [11:12:23:026]: Setting cached product context: machine assigned for product: 27BA73AEC8CEC2341A6C818605BF5095
    MSI (s) (E4:F4) [11:12:23:048]: Using cached product context: machine assigned for product: 27BA73AEC8CEC2341A6C818605BF5095
    MSI (s) (E4:F4) [11:12:23:068]: Setting cached product context: machine assigned for product: 27D37C24FF4875D4AA2E0BC423A4330A
    MSI (s) (E4:F4) [11:12:23:091]: Using cached product context: machine assigned for product: 27D37C24FF4875D4AA2E0BC423A4330A
    MSI (s) (E4:F4) [11:12:23:110]: Setting cached product context: machine assigned for product: 28A0D8BEA20EC7347A4C0915F6C1BF93
    MSI (s) (E4:F4) [11:12:23:131]: Using cached product context: machine assigned for product: 28A0D8BEA20EC7347A4C0915F6C1BF93
    MSI (s) (E4:F4) [11:12:23:181]: Setting cached product context: machine assigned for product: 29AA8506005AE8143844BFA2E63C08BE
    MSI (s) (E4:F4) [11:12:23:209]: Using cached product context: machine assigned for product: 29AA8506005AE8143844BFA2E63C08BE
    MSI (s) (E4:F4) [11:12:23:231]: Setting cached product context: machine assigned for product: 2A0F9FB99FC25614A9633639185FB43E
    MSI (s) (E4:F4) [11:12:23:251]: Using cached product context: machine assigned for product: 2A0F9FB99FC25614A9633639185FB43E
    MSI (s) (E4:F4) [11:12:23:273]: Setting cached product context: machine assigned for product: 2A7527EE2A93F2D4D9CA9F2FB5A81E8D
    MSI (s) (E4:F4) [11:12:23:293]: Using cached product context: machine assigned for product: 2A7527EE2A93F2D4D9CA9F2FB5A81E8D
    MSI (s) (E4:F4) [11:12:23:316]: Setting cached product context: machine assigned for product: 2B1725018E1848C48B0295B0BF5C9F85
    MSI (s) (E4:F4) [11:12:23:334]: Using cached product context: machine assigned for product: 2B1725018E1848C48B0295B0BF5C9F85
    MSI (s) (E4:F4) [11:12:23:356]: Setting cached product context: machine assigned for product: 2B810766C125E9F4DAC4232A10761F8B
    MSI (s) (E4:F4) [11:12:23:376]: Using cached product context: machine assigned for product: 2B810766C125E9F4DAC4232A10761F8B
    MSI (s) (E4:F4) [11:12:23:397]: Setting cached product context: machine assigned for product: 2C728CE6AA0DB5C4C895A0C39625181E
    MSI (s) (E4:F4) [11:12:23:417]: Using cached product context: machine assigned for product: 2C728CE6AA0DB5C4C895A0C39625181E
    MSI (s) (E4:F4) [11:12:23:460]: Setting cached product context: machine assigned for product: 2CCAF00E1014F62468AC33D3AF3FB5A2
    MSI (s) (E4:F4) [11:12:23:492]: Using cached product context: machine assigned for product: 2CCAF00E1014F62468AC33D3AF3FB5A2
    MSI (s) (E4:F4) [11:12:23:514]: Setting cached product context: machine assigned for product: 2D01F2056909E2D4CB17D4FF9915953F
    MSI (s) (E4:F4) [11:12:23:534]: Using cached product context: machine assigned for product: 2D01F2056909E2D4CB17D4FF9915953F
    MSI (s) (E4:F4) [11:12:23:557]: Setting cached product context: machine assigned for product: 2D61EA615988A4E46A5DE79B50B55671
    MSI (s) (E4:F4) [11:12:23:576]: Using cached product context: machine assigned for product: 2D61EA615988A4E46A5DE79B50B55671
    MSI (s) (E4:F4) [11:12:23:597]: Setting cached product context: machine assigned for product: 2E6B4DC772E51FB468EE30381404F4DA
    MSI (s) (E4:F4) [11:12:23:617]: Using cached product context: machine assigned for product: 2E6B4DC772E51FB468EE30381404F4DA
    MSI (s) (E4:F4) [11:12:23:641]: Setting cached product context: machine assigned for product: 2EBD4A38AAA11F24AB3B8C372C5FDD18
    MSI (s) (E4:F4) [11:12:23:659]: Using cached product context: machine assigned for product: 2EBD4A38AAA11F24AB3B8C372C5FDD18
    MSI (s) (E4:F4) [11:12:23:680]: Setting cached product context: machine assigned for product: 2EC2D2440F126064BAAF6C51A87FD5A7
    MSI (s) (E4:F4) [11:12:23:701]: Using cached product context: machine assigned for product: 2EC2D2440F126064BAAF6C51A87FD5A7
    MSI (s) (E4:F4) [11:12:23:722]: Setting cached product context: machine assigned for product: 303158B07AB594C49A1E95AA2EF766C3
    MSI (s) (E4:F4) [11:12:23:742]: Using cached product context: machine assigned for product: 303158B07AB594C49A1E95AA2EF766C3
    MSI (s) (E4:F4) [11:12:23:764]: Setting cached product context: machine assigned for product: 31F084959C980B34DB61C681C3B654ED
    MSI (s) (E4:F4) [11:12:23:784]: Using cached product context: machine assigned for product: 31F084959C980B34DB61C681C3B654ED
    MSI (s) (E4:F4) [11:12:23:805]: Setting cached product context: machine assigned for product: 33ED521E465513544AFEBB7C7C0813AB
    MSI (s) (E4:F4) [11:12:23:825]: Using cached product context: machine assigned for product: 33ED521E465513544AFEBB7C7C0813AB
    MSI (s) (E4:F4) [11:12:23:849]: Setting cached product context: machine assigned for product: 33F980987D49C9E419F857CC39F38CF8
    MSI (s) (E4:F4) [11:12:23:867]: Using cached product context: machine assigned for product: 33F980987D49C9E419F857CC39F38CF8
    MSI (s) (E4:F4) [11:12:23:889]: Setting cached product context: machine assigned for product: 33FF861454D83B042B8ADF19BBA2B10A
    MSI (s) (E4:F4) [11:12:23:909]: Using cached product context: machine assigned for product: 33FF861454D83B042B8ADF19BBA2B10A
    MSI (s) (E4:F4) [11:12:23:930]: Setting cached product context: machine assigned for product: 34911A8C4EB71BB41AEDBC1C1BDC549C
    MSI (s) (E4:F4) [11:12:23:950]: Using cached product context: machine assigned for product: 34911A8C4EB71BB41AEDBC1C1BDC549C
    MSI (s) (E4:F4) [11:12:23:972]: Setting cached product context: machine assigned for product: 34DEC6C11C5A1924AAC519F2629B1005
    MSI (s) (E4:F4) [11:12:23:992]: Using cached product context: machine assigned for product: 34DEC6C11C5A1924AAC519F2629B1005
    MSI (s) (E4:F4) [11:12:24:013]: Setting cached product context: machine assigned for product: 3534F1E6F8DED234BBB54E601FBC8133
    MSI (s) (E4:F4) [11:12:24:034]: Using cached product context: machine assigned for product: 3534F1E6F8DED234BBB54E601FBC8133
    MSI (s) (E4:F4) [11:12:24:057]: Setting cached product context: machine assigned for product: 35419A9C1C880A947A9168ADD2647343
    MSI (s) (E4:F4) [11:12:24:075]: Using cached product context: machine assigned for product: 35419A9C1C880A947A9168ADD2647343
    MSI (s) (E4:F4) [11:12:24:097]: Setting cached product context: machine assigned for product: 3566c21e0ff16864da8b85c931ea67f1
    MSI (s) (E4:F4) [11:12:24:117]: Using cached product context: machine assigned for product: 3566c21e0ff16864da8b85c931ea67f1
    MSI (s) (E4:F4) [11:12:24:140]: Setting cached product context: machine assigned for product: 364A46D79C3C6B04CB64D47D0DEDB2DF
    MSI (s) (E4:F4) [11:12:24:158]: Using cached product context: machine assigned for product: 364A46D79C3C6B04CB64D47D0DEDB2DF
    MSI (s) (E4:F4) [11:12:24:180]: Setting cached product context: machine assigned for product: 36AA264C87DFB584F98A6FE62D42D81E
    MSI (s) (E4:F4) [11:12:24:200]: Using cached product context: machine assigned for product: 36AA264C87DFB584F98A6FE62D42D81E
    MSI (s) (E4:F4) [11:12:24:222]: Setting cached product context: machine assigned for product: 386B9AE834898024592BADE19B264109
    MSI (s) (E4:F4) [11:12:24:242]: Using cached product context: machine assigned for product: 386B9AE834898024592BADE19B264109
    MSI (s) (E4:F4) [11:12:24:263]: Setting cached product context: machine assigned for product: 39BADC809A0685943A2C569284FAFD58
    MSI (s) (E4:F4) [11:12:24:292]: Using cached product context: machine assigned for product: 39BADC809A0685943A2C569284FAFD58
    MSI (s) (E4:F4) [11:12:24:421]: Setting cached product context: machine assigned for product: 3A00204B6E0205644ACD02113C4D013B
    MSI (s) (E4:F4) [11:12:24:442]: Using cached product context: machine assigned for product: 3A00204B6E0205644ACD02113C4D013B
    MSI (s) (E4:F4) [11:12:24:582]: Setting cached product context: machine assigned for product: 3C485AB1B45626141B3A83B6503C2CCB
    MSI (s) (E4:F4) [11:12:24:600]: Using cached product context: machine assigned for product: 3C485AB1B45626141B3A83B6503C2CCB
    MSI (s) (E4:F4) [11:12:24:621]: Setting cached product context: machine assigned for product: 3CE6ACD9C51EAEE41BAAB98B57F7B542
    MSI (s) (E4:F4) [11:12:24:641]: Using cached product context: machine assigned for product: 3CE6ACD9C51EAEE41BAAB98B57F7B542
    MSI (s) (E4:F4) [11:12:24:663]: Setting cached product context: machine assigned for product: 3D5175310FFE820418BF2185F9EE30CE
    MSI (s) (E4:F4) [11:12:24:683]: Using cached product context: machine assigned for product: 3D5175310FFE820418BF2185F9EE30CE
    MSI (s) (E4:F4) [11:12:24:704]: Setting cached product context: machine assigned for product: 3E319623FA0E0A248806CBB40962FD3A
    MSI (s) (E4:F4) [11:12:24:725]: Using cached product context: machine assigned for product: 3E319623FA0E0A248806CBB40962FD3A
    MSI (s) (E4:F4) [11:12:24:746]: Setting cached product context: machine assigned for product: 3E72900254E5A3943934056831CB95EC
    MSI (s) (E4:F4) [11:12:24:766]: Using cached product context: machine assigned for product: 3E72900254E5A3943934056831CB95EC
    MSI (s) (E4:F4) [11:12:24:790]: Setting cached product context: machine assigned for product: 3F5A29495ADF9EC4B969BA851840C66B
    MSI (s) (E4:F4) [11:12:24:808]: Using cached product context: machine assigned for product: 3F5A29495ADF9EC4B969BA851840C66B
    MSI (s) (E4:F4) [11:12:24:829]: Setting cached product context: machine assigned for product: 40F831B1124BEB745AD56B09609D8B03
    MSI (s) (E4:F4) [11:12:24:849]: Using cached product context: machine assigned for product: 40F831B1124BEB745AD56B09609D8B03
    MSI (s) (E4:F4) [11:12:24:873]: Setting cached product context: machine assigned for product: 4109936380513F643AB173C9B3F14C15
    MSI (s) (E4:F4) [11:12:24:891]: Using cached product context: machine assigned for product: 4109936380513F643AB173C9B3F14C15
    MSI (s) (E4:F4) [11:12:24:913]: Setting cached product context: machine assigned for product: 4126A8756CC634049A8A0C54DDEAB293
    MSI (s) (E4:F4) [11:12:24:933]: Using cached product context: machine assigned for product: 4126A8756CC634049A8A0C54DDEAB293
    MSI (s) (E4:F4) [11:12:24:954]: Setting cached product context: machine assigned for product: 413C363A2422EBB4A9ED4B72FA46E6FF
    MSI (s) (E4:F4) [11:12:24:974]: Using cached product context: machine assigned for product: 413C363A2422EBB4A9ED4B72FA46E6FF
    MSI (s) (E4:F4) [11:12:24:996]: Setting cached product context: machine assigned for product: 415B891DE42BCF34EA916E434FB829C8
    MSI (s) (E4:F4) [11:12:25:016]: Using cached product context: machine assigned for product: 415B891DE42BCF34EA916E434FB829C8
    MSI (s) (E4:F4) [11:12:25:064]: Setting cached product context: machine assigned for product: 422542E869443F44289296DA0300AB82
    MSI (s) (E4:F4) [11:12:25:096]: Using cached product context: machine assigned for product: 422542E869443F44289296DA0300AB82
    MSI (s) (E4:F4) [11:12:25:133]: Setting cached product context: machine assigned for product: 42AA43E17F6B0894E960E7B56E715AB7
    MSI (s) (E4:F4) [11:12:25:214]: Using cached product context: machine assigned for product: 42AA43E17F6B0894E960E7B56E715AB7
    MSI (s) (E4:F4) [11:12:25:263]: Setting cached product context: machine assigned for product: 42FE3A049BBF162448FB1D3C2186C0B5
    MSI (s) (E4:F4) [11:12:25:306]: Using cached product context: machine assigned for product: 42FE3A049BBF162448FB1D3C2186C0B5
    MSI (s) (E4:F4) [11:12:25:337]: Setting cached product context: machine assigned for product: 43071B1D350ADDD4FA32924E1B291D8D
    MSI (s) (E4:F4) [11:12:25:357]: Using cached product context: machine assigned for product: 43071B1D350ADDD4FA32924E1B291D8D
    MSI (s) (E4:F4) [11:12:25:379]: Setting cached product context: machine assigned for product: 4534863082C48144DBC69ABFF76B8E81
    MSI (s) (E4:F4) [11:12:25:399]: Using cached product con

    Download the offline installer here: http://fpdownload.macromedia.com/get/flashplayer/current/licensing/mac/install_flash_playe r_11_osx.dmg
    If it won't download directly, right click and "Save as"
    Go to: Mac HD/Library/Internet Plugins
    Trash the Flash Player.plugin file from there
    Go to: Mac HD/Library/Application Support/Adobe
    Trash the Flash Player folder (the whole folder)
    Empty the trash
    Reboot
    Mount the DMG and run the installer.
    BEFORE opening any Flash content in Safari, open Safari>Preferences, and check the Security tab to make sure "Allow all other plugins" is checked.

  • Active ODP when both 9 and 10g are installed...

    I have both ODP 9i and ODP 10g (along with the Oracle 10g client) installed on my workstation. How does one set up one or the other to be the 'active' ODP client? For instance, I have an application that I developed under ODP 9i... because I developed this under ODP 9, I want it to run under ODP 9 on my or anyone else's workstation. However, when I view it in the Visual Studio 2003 IDE, it shows ODP 10 as the 'active' client. Even when I run it, I find it is using ODP 10 (I know this because I have a Help...About screen in my runtime that displays the loaded assemblies) Even if I install it on a plain workstation (i.e. no Visual Studio 2003) with both 9i and 10g installed, and even though it was fully compiled using 9i, it still shows up as using the 10g ODP client. I don't want that at this time - if I compile it under 9i I want it to use Oracle 9i... Otherwise, what is the sense of having both clients on the machine?
    So.... bottom line... is there a way to set one of the ODP clients to be 'active' even though both clients are installed?
    Thanks in advance.
    Tom

    Hi,
    By default, ODP installs publisher policy files to redirect to the latest version of ODP, which would make an app compiled with 92x odp use the 10x odp instead. If you dont want that to happen, delete the oracle.dataaccess publisher policy files from the GAC, but then you'll get no redirection at all. IE, you'll have to have the exact version the app was compiled with on that box to run the app.
    Or, as msolnit pointed you to above, there's an article on the MS site that explains more about it, and other ways to prevent it on a per-application basis (see the Bypassing Publisher Policy section of that article)
    Cheers, hope it helps.
    Greg

  • SOAP Error in Profile Source

    I've written a profile service to import employee information from our HR system to populate user profiles.
    When I run the Profile Source Job, I'm getting this error:
    4/14/04 13:16:48- The Profile Source encountered an error (0x80004005): CPTRAPProvider::Initialize, PWS SOAP call failed.4/14/04 13:16:48- *** Job Operation #1 failed: The Profile Source encountered an error (0x80004005): CPTRAPProvider::Initialize, PWS SOAP call failed. (0x4)4/14/04 13:16:48- Done with job operations.4/14/04 13:16:48- The Profile Source encountered an error (0x80004005): CPTRAPProvider::Initialize, PWS SOAP call failed.
    Does this look familiar to anyone?
    Thanks,Wes [email protected]

    Joseph, Akash--Let me answer your questions:
    Coding is set to Doc Literal for .netSoap timeout is 30 seconds (this is an immediate error)I can access the web service from the automation serverI'm using the Remote Server Basic AuthenticationHaven't gone the TCPTrace route yet.I run Spy from the portal server 98% of the time-- I often forget to run it on the remote servers. When I ran Spy from the Automation Server, it looks like there is SOAP exception being thrown by the remote Profile Web Service when the Initialize call is made:
    3342 04-15 10:37:16 Warn SOAP 6092 6084 Envelope.cpp(105) *** COM exception caught *** Error info: IDispatch error #19876 (0x80044fa4): [SOAP fault: faultcode='soap:Server' faultstring='System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.IO.FileNotFoundException: File or assembly name openfoundation, or one of its dependencies, was not found.
    File name: "openfoundation"_   at Plumtree.Remote.Profile.Soap.ProfileProviderSoapBinding.Initialize(PropertyListArray PropertyList, NamedValueHolder ProfileSourceInfo, NamedValueHolder AuthSourceInfo)
    === Pre-bind state information ===LOG: DisplayName = openfoundation, Version=2.0.9.8318, Culture=neutral, PublicKeyToken=d0e882dd51ca12c5(Fully-specified)LOG: Appbase = [url=file:///C:/Inetpub/wwwroot/Abra]file:///C:/Inetpub/wwwroot/AbraLOG: Initial PrivatePath = bin_Calling assembly : xpcommon, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null._===
    LOG: Publisher policy file is not found.LOG: No redirect found in host configuration file (C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet.config).LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config.LOG: Post-policy reference: openfoundation, Version=2.0.9.8318, Culture=neutral, PublicKeyToken=d0e882dd51ca12c5LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/TemporaryASP.NET Files/abra/16123dc4/9c23a487/openfoundation.DLL.LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/TemporaryASP.NET Files/abra/16123dc4/9c23a487/openfoundation/openfoundation.DLL.LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/Abra/bin/openfoundation.DLL.LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/Abra/bin/openfoundation/openfoundation.DLL.LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/TemporaryASP.NET Files/abra/16123dc4/9c23a487/openfoundation.EXE.LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/TemporaryASP.NET Files/abra/16123dc4/9c23a487/openfoundation/openfoundation.EXE.LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/Abra/bin/openfoundation.EXE.LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/Abra/bin/openfoundation/openfoundation.EXE. --- End of inner exception stack trace ---'] (105,Envelope.cpp)
    Since we've identified a SOAP exception, what do I need to do next?
    Thanks all--Wes

  • C:\Program Files (86)\Microsoft Visual Studio 12.0\Common7\IDE\WDExpress.exe Side by Side Error

    I used the sxstrace tool to find the error but ill admit im not sure what im doing. If you can please help me identify whats wrong that would be great!
    =================
    Begin Activation Context Generation.
    Input Parameter:
    Flags = 0
    ProcessorArchitecture = Wow32
    CultureFallBacks = en-US;en
    ManifestPath = C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\WDExpress.exe
    AssemblyDirectory = C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\
    Application Config File = C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\WDExpress.exe.Config
    INFO: Parsing Application Config File C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\WDExpress.exe.Config.
    INFO: Parsing Manifest File C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\WDExpress.exe.
    INFO: Manifest Definition Identity is WDExpress,processorArchitecture="X86",type="win32",version="1.0.0.0".
    INFO: Reference: Microsoft.Windows.Common-Controls,language="&#x2a;",processorArchitecture="X86",publicKeyToken="6595b64144ccf1df",type="win32",version="6.0.0.0"
    INFO: Reference: debuggerproxy.dll,processorArchitecture="X86",type="win32",version="1.0.0.0"
    INFO: Reference: Microsoft.VisualStudio.CompilerHostObjectsProxy.dll,processorArchitecture="X86",type="win32",version="1.0.0.0"
    INFO: Resolving reference Microsoft.Windows.Common-Controls,language="&#x2a;",processorArchitecture="X86",publicKeyToken="6595b64144ccf1df",type="win32",version="6.0.0.0".
    INFO: Resolving reference for ProcessorArchitecture WOW64.
    INFO: Resolving reference for culture en-US.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls\6.0.0.0_en-US_6595b64144ccf1df\Microsoft.Windows.Common-Controls.DLL.
    INFO: Did not find manifest for culture en-US.
    INFO: End assembly probing.
    INFO: Resolving reference for culture en.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls\6.0.0.0_en_6595b64144ccf1df\Microsoft.Windows.Common-Controls.DLL.
    INFO: Did not find manifest for culture en.
    INFO: End assembly probing.
    INFO: Resolving reference for culture Neutral.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls\6.0.0.0__6595b64144ccf1df\Microsoft.Windows.Common-Controls.DLL.
    INFO: Did not find manifest for culture Neutral.
    INFO: End assembly probing.
    INFO: Resolving reference for ProcessorArchitecture x86.
    INFO: Resolving reference for culture en-US.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls\6.0.0.0_en-US_6595b64144ccf1df\Microsoft.Windows.Common-Controls.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en-US\Microsoft.Windows.Common-Controls.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en-US\Microsoft.Windows.Common-Controls.MANIFEST.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en-US\Microsoft.Windows.Common-Controls\Microsoft.Windows.Common-Controls.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en-US\Microsoft.Windows.Common-Controls\Microsoft.Windows.Common-Controls.MANIFEST.
    INFO: Did not find manifest for culture en-US.
    INFO: End assembly probing.
    INFO: Resolving reference for culture en.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls\6.0.0.0_en_6595b64144ccf1df\Microsoft.Windows.Common-Controls.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en\Microsoft.Windows.Common-Controls.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en\Microsoft.Windows.Common-Controls.MANIFEST.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en\Microsoft.Windows.Common-Controls\Microsoft.Windows.Common-Controls.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en\Microsoft.Windows.Common-Controls\Microsoft.Windows.Common-Controls.MANIFEST.
    INFO: Did not find manifest for culture en.
    INFO: End assembly probing.
    INFO: Resolving reference for culture Neutral.
    INFO: Applying Binding Policy.
    INFO: Auto Servicing Policy redirected assembly version.
    INFO: Post policy assembly identity is Microsoft.Windows.Common-Controls,processorArchitecture="x86",publicKeyToken="6595b64144ccf1df",type="win32",version="6.0.7601.17514".
    INFO: Begin assembly probing.
    INFO: Attempt to probe manifest at C:\Windows\WinSxS\manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2.manifest.
    INFO: Manifest found at C:\Windows\WinSxS\manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2.manifest.
    INFO: End assembly probing.
    INFO: Resolving reference Microsoft.Windows.Common-Controls.mui,language="&#x2a;",processorArchitecture="x86",publicKeyToken="6595b64144ccf1df",type="win32",version="6.0.7601.17514".
    INFO: Resolving reference for ProcessorArchitecture WOW64.
    INFO: Resolving reference for culture en-US.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls.mui\6.0.7601.17514_en-US_6595b64144ccf1df\Microsoft.Windows.Common-Controls.mui.DLL.
    INFO: Did not find manifest for culture en-US.
    INFO: End assembly probing.
    INFO: Resolving reference for culture en.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls.mui\6.0.7601.17514_en_6595b64144ccf1df\Microsoft.Windows.Common-Controls.mui.DLL.
    INFO: Did not find manifest for culture en.
    INFO: End assembly probing.
    INFO: Resolving reference for ProcessorArchitecture x86.
    INFO: Resolving reference for culture en-US.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls.mui\6.0.7601.17514_en-US_6595b64144ccf1df\Microsoft.Windows.Common-Controls.mui.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en-US\Microsoft.Windows.Common-Controls.mui.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en-US\Microsoft.Windows.Common-Controls.mui.MANIFEST.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en-US\Microsoft.Windows.Common-Controls.mui\Microsoft.Windows.Common-Controls.mui.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en-US\Microsoft.Windows.Common-Controls.mui\Microsoft.Windows.Common-Controls.mui.MANIFEST.
    INFO: Did not find manifest for culture en-US.
    INFO: End assembly probing.
    INFO: Resolving reference for culture en.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls.mui\6.0.7601.17514_en_6595b64144ccf1df\Microsoft.Windows.Common-Controls.mui.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en\Microsoft.Windows.Common-Controls.mui.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en\Microsoft.Windows.Common-Controls.mui.MANIFEST.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en\Microsoft.Windows.Common-Controls.mui\Microsoft.Windows.Common-Controls.mui.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en\Microsoft.Windows.Common-Controls.mui\Microsoft.Windows.Common-Controls.mui.MANIFEST.
    INFO: Did not find manifest for culture en.
    INFO: End assembly probing.
    INFO: Resolving reference debuggerproxy.dll,processorArchitecture="X86",type="win32",version="1.0.0.0".
    INFO: Resolving reference for ProcessorArchitecture WOW64.
    INFO: Resolving reference for culture Neutral.
    INFO: Applying Binding Policy.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Did not find manifest for culture Neutral.
    INFO: End assembly probing.
    INFO: Resolving reference for ProcessorArchitecture x86.
    INFO: Resolving reference for culture Neutral.
    INFO: Applying Binding Policy.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\debuggerproxy.dll.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\debuggerproxy.dll.MANIFEST.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\debuggerproxy.dll\debuggerproxy.dll.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\debuggerproxy.dll\debuggerproxy.dll.MANIFEST.
    INFO: Did not find manifest for culture Neutral.
    INFO: End assembly probing.
    ERROR: Cannot resolve reference debuggerproxy.dll,processorArchitecture="X86",type="win32",version="1.0.0.0".
    ERROR: Activation Context generation failed.
    End Activation Context Generation.

    Hello,
    I saw a related thread from here:
    http://stackoverflow.com/questions/15130609/visual-studio-2012-side-by-side-configuration-is-incorrect
    The dll in that thread is different from there but I think you can still try the solution listed there to repair your VS installation.
    May I clarify some questions? Can you use Visual Studio before you get this error? Is it the first time you installed Visual Studio and when you try to open it it reports this error for you?
    If you can use Visual Studio before you get this error, please try repair Visual Studio from control panel.
    If you cannot use Visual Studio even when it is the first time to load, then it is a corrput installtion problem. Please remove the current installation:
    http://support.microsoft.com/en-us/kb/2771441 Then download and verify the ISO:https://www.visualstudio.com/en-us/downloads/visual-studio-2013-iso-sha1-vs
    And restart the installtion with a healthy ISO.
    Anyway, in my mind refer to the first stackoverflow thread and repair the installtion to fix this missing dll problem is more reasonable.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • The located assembly's manifest definition with name 'openfoundation' does not match the assembly re

    Ok. been working on this for the better part of a day. I am having trouble with the .net web controls. trying to create a simple portlet that populates a text box with values from a 2nd text box when a button is selected. both text boxes are in the same portlet.
    without using the <httpModules> entry in the web.config file the portlet works fine, but it does pop you out of the portal.
    setup: working in a Dev. environment with portal and portlets on the same box.Portal version is 5.0.2.EDK version is 5.0.2.
    error:
    The located assembly's manifest definition with name 'openfoundation' does not match the assembly reference.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.IO.FileLoadException: The located assembly's manifest definition with name 'openfoundation' does not match the assembly reference.Source Error:An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.Assembly Load Trace:The following information can be helpful to determine why the assembly 'openfoundation' could not be loaded.=== Pre-bind state information ===
    LOG: DisplayName = openfoundation, Version=2.0.9.3152, Culture=neutral, PublicKeyToken=d0e882dd51ca12c5
    (Fully-specified)
    LOG: Appbase = file:///c:/inetpub/wwwroot/netTest
    LOG: Initial PrivatePath = bin
    Calling assembly : dotnetportlet, Version=3.5.0.1, Culture=neutral, PublicKeyToken=null.
    ===
    LOG: Publisher policy file is not found.
    LOG: No redirect found in host configuration file (C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
    LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
    LOG: Post-policy reference: openfoundation, Version=2.0.9.3152, Culture=neutral, PublicKeyToken=d0e882dd51ca12c5
    LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/nettest/9e6689f5/a0d2f067/openfoundation.DLL.
    LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/nettest/9e6689f5/a0d2f067/openfoundation/openfoundation.DLL.
    LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/netTest/bin/openfoundation.DLL.
    WRN: Comparing the assembly name resulted in the mismatch: Minor Version
    Stack Trace:[FileLoadException: The located assembly's manifest definition with name 'openfoundation' does not match the assembly reference.]
       Plumtree.Remote.Portlet.PortletContextFactory.CreatePortletContext(HttpRequest req, HttpResponse resp) +0
       Com.Plumtree.Remote.Transformer.Condition.GatewayedStandardCondition.UseFilter(HttpContext ctx)
       Com.Plumtree.Remote.Transformer.FilterManager.UpdateFilter(HttpContext ctx)
       Com.Plumtree.Remote.Transformer.PTTransformer.BeginRequestHandler(Object sender, EventArgs e)
       System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
    Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.947
    ************************************************************Is there any step by step instructions for setting up and using the .net web controls in Plumtree????
    There doesn't seem to be any information in one spot as to setting up the environment to use the .Net Web Controls. I have had to piece together information from multipule threads to get this far. I.E. there was nothing in any documentation that I have read that required the installation of the VJ# lib's. (that error took me the first half of the day to resolve :-) )
    Thanks for any help,
    Greg************************************************************

    Also, when reviewing the Plumtree_.NET_Web_Controls_InstallLog.log there were 5 nonfatal erros. These error's were:
    Install File: E:\plumtree\ptwc\2.0\bin\assemblies\edk.dll Status: ERROR Additional Notes: ERROR - java.io.FileNotFoundException: E:\plumtree\ptwc\2.0\bin\assemblies\edk.dll (The process cannot access the file because it is being used by another process)
    Install File: E:\plumtree\ptwc\2.0\bin\assemblies\jsregistry.dll Status: ERROR Additional Notes: ERROR - java.io.FileNotFoundException: E:\plumtree\ptwc\2.0\bin\assemblies\jsregistry.dll (The process cannot access the file because it is being used by another process)
    Install File: E:\plumtree\ptwc\2.0\bin\assemblies\log4net.dll Status: ERROR Additional Notes: ERROR - java.io.FileNotFoundException: E:\plumtree\ptwc\2.0\bin\assemblies\log4net.dll (The process cannot access the file because it is being used by another process)
    Install File: E:\plumtree\ptwc\2.0\bin\assemblies\openfoundation.dll Status: ERROR Additional Notes: ERROR - java.io.FileNotFoundException: E:\plumtree\ptwc\2.0\bin\assemblies\openfoundation.dll (The process cannot access the file because it is being used by another process)
    Install File: E:\plumtree\ptwc\2.0\bin\assemblies\Plumtree.WCFilter.dll Status: ERROR Additional Notes: ERROR - java.io.FileNotFoundException: E:\plumtree\ptwc\2.0\bin\assemblies\Plumtree.WCFilter.dll (The process cannot access the file because it is being used by another process)
    When installing the Web Control's do you need to stop any services? I didn't see anything in the install notes about doing this?

  • How to start Debug server? No Redistributables?

    Hi everyone,
    Having issues with trying to run a Debug server for development testing. The server is not on the same dev box as Visual Studio, etc. It's a standalone W2008R2 box. I have the Debug version installed for testing but when trying to run it I get the 'side-by-side configuration error'.
    Did a quick search and just installed the 2005 C++ redistributables but still no go.
    So how can I get this Debug server up and running so we can develop against it without using our Production license?
    There is zero Adobe documentation on this that I have found and quite frustrating for sure.
    Edit:
    I did a sxstrace and here are the results:
    =================
    Begin Activation Context Generation.
    Input Parameter:
              Flags = 0
              ProcessorArchitecture = AMD64
              CultureFallBacks = en-US;en
              ManifestPath = C:\Program Files\Adobe\Adobe InDesign CS5.5 Server x64 Debug\InDesignServer.com
              AssemblyDirectory = C:\Program Files\Adobe\Adobe InDesign CS5.5 Server x64 Debug\
              Application Config File =
    INFO: Parsing Manifest File C:\Program Files\Adobe\Adobe InDesign CS5.5 Server x64 Debug\InDesignServer.com.
              INFO: Manifest Definition Identity is (null).
              INFO: Reference: Microsoft.VC90.DebugCRT,processorArchitecture="amd64",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8"
    INFO: Resolving reference Microsoft.VC90.DebugCRT,processorArchitecture="amd64",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8".
              INFO: Resolving reference for ProcessorArchitecture amd64.
                        INFO: Resolving reference for culture Neutral.
                                  INFO: Applying Binding Policy.
                                            INFO: No publisher policy found.
                                            INFO: No binding policy redirect found.
                                  INFO: Begin assembly probing.
                                            INFO: Did not find the assembly in WinSxS.
                                            INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_64\Microsoft.VC90.DebugCRT\9.0.21022.8__1fc8b3b9a1e18e3b\Microsoft.VC90.DebugCRT.DLL.
                                            INFO: Attempt to probe manifest at C:\Program Files\Adobe\Adobe InDesign CS5.5 Server x64 Debug\Microsoft.VC90.DebugCRT.DLL.
                                            INFO: Attempt to probe manifest at C:\Program Files\Adobe\Adobe InDesign CS5.5 Server x64 Debug\Microsoft.VC90.DebugCRT.MANIFEST.
                                            INFO: Attempt to probe manifest at C:\Program Files\Adobe\Adobe InDesign CS5.5 Server x64 Debug\Microsoft.VC90.DebugCRT\Microsoft.VC90.DebugCRT.DLL.
                                            INFO: Attempt to probe manifest at C:\Program Files\Adobe\Adobe InDesign CS5.5 Server x64 Debug\Microsoft.VC90.DebugCRT\Microsoft.VC90.DebugCRT.MANIFEST.
                                            INFO: Did not find manifest for culture Neutral.
                                  INFO: End assembly probing.
              ERROR: Cannot resolve reference Microsoft.VC90.DebugCRT,processorArchitecture="amd64",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8".
    ERROR: Activation Context generation failed.
    End Activation Context Generation.
    On the same server I have the Release version of 5.5 and it starts up with no issue. What's the point of the Debug/Developer version if it doesn't start? Do I need to reach out to my Adobe rep for answers on this?
    Thanks for any help/tips/pointers.
    ~Allen
    Message was edited by: AJDValien

    Not speaking from InDesign experience here, but...
    The sxstrace indicates it's the VC9 debug versions of the C runt time DLLs that the server wants to load. I think that corresonds to Visual Studio 2008, not 2005. If you have a licensed version of Visual Studio 2008 you can probably find the DLLs you are looking for in your Program Files (x86) folder. The debug DLLs are not licensed for redistribution by Microsoft so I don't think you'll find a 2008 version of a runtime debug installer anywhere.
    In Visual Studio 2010 the equivalent DLLs would be in C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\redist\Debug_NonRedist\x64\Microsoft.VC100.DebugCRT .
    Glenn

  • Data base problem-new user need help

    im new user and trying to insert data base to my page using
    "asp.net c",i get connetction to my data base but when i try to
    build a form ,and then preview him i get ,the following message
    Server Error in '/' Application.
    Parser Error
    Description: An error occurred during the parsing of a
    resource required to service this request. Please review the
    following specific parse error details and modify your source file
    appropriately.
    Parser Error Message: File or assembly name DreamweaverCtrls,
    or one of its dependencies, was not found.
    Source Error:
    Line 1: <%@ Page Language="C#" ContentType="text/html"
    ResponseEncoding="iso-8859-1" %>
    Line 2: <%@ Register TagPrefix="MM"
    Namespace="DreamweaverCtrls"
    Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neutra l"
    %>
    Line 3: <MM
    ataSet
    Line 4: id="DataSet1"
    Source File: e:\inetpub\wwwroot\Untitled-1.aspx Line: 2
    Assembly Load Trace: The following information can be helpful
    to determine why the assembly 'DreamweaverCtrls' could not be
    loaded.
    === Pre-bind state information ===
    LOG: DisplayName = DreamweaverCtrls, Version=1.0.0.0,
    Culture=neutral, PublicKeyToken=836f606ede05d46a
    (Fully-specified)
    LOG: Appbase = file:///e:/inetpub/wwwroot
    LOG: Initial PrivatePath = bin
    Calling assembly : (Unknown).
    ===
    LOG: Publisher policy file is not found.
    LOG: No redirect found in host configuration file
    (E:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
    LOG: Using machine configuration file from
    E:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
    LOG: Post-policy reference: DreamweaverCtrls,
    Version=1.0.0.0, Culture=neutral, PublicKeyToken=836f606ede05d46a
    LOG: Attempting download of new URL
    file:///E:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary
    ASP.NET Files/root/804ee9b4/26f0df32/DreamweaverCtrls.DLL.
    LOG: Attempting download of new URL
    file:///E:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary
    ASP.NET
    Files/root/804ee9b4/26f0df32/DreamweaverCtrls/DreamweaverCtrls.DLL.
    LOG: Attempting download of new URL
    file:///e:/inetpub/wwwroot/bin/DreamweaverCtrls.DLL.
    LOG: Attempting download of new URL
    file:///e:/inetpub/wwwroot/bin/DreamweaverCtrls/DreamweaverCtrls.DLL.
    LOG: Attempting download of new URL
    file:///E:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary
    ASP.NET Files/root/804ee9b4/26f0df32/DreamweaverCtrls.EXE.
    LOG: Attempting download of new URL
    file:///E:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary
    ASP.NET
    Files/root/804ee9b4/26f0df32/DreamweaverCtrls/DreamweaverCtrls.EXE.
    LOG: Attempting download of new URL
    file:///e:/inetpub/wwwroot/bin/DreamweaverCtrls.EXE.
    LOG: Attempting download of new URL
    file:///e:/inetpub/wwwroot/bin/DreamweaverCtrls/DreamweaverCtrls.EXE.
    Version Information: Microsoft .NET Framework
    Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
    I know its probably something stupid ,so u can lauph,but i
    realy cant fix it.
    need help
    tnx for advance

    anyone? please help

  • How to change assembely reference to Oracle.DataAccess in prod

    Ok -
    In development I installed "ODAC Entity Framework and LINQ Beta (11.2.0.2.30)" so that we could have a 32 bit version of Oracle.DataAccess for ODP.Net.
    In Visual Studio 2010 (on Windows Server 2008 R2) I made a reference to:
    C:\Oracle\odp.net\bin\4\Oracle.DataAccess.dll.
    This adds:
    <add assembly="Oracle.DataAccess, Version=4.112.2.30, Culture=neutral, PublicKeyToken=89B483F429C47342" />
    to the assembly in the web.config.
    We set the AppPool to Enable 32 bit applications and everything works great.
    For anyone who doesn't know the story here, we do this because Visual Studio 2010 runs in 32 bit so you need the 32 bit ODAC/ODP.net components to get a development environment running.
    I then publish the files and move to a 64 bit machine.
    I downloaded the "ODAC112021Xcopy_x64.zip"
    Then ran:
    install.bat odp.net4 c:\oracle odac and I can see the Oracle.DataAccess.dll file at:
    C:\Oracle\odp.net\bin\4\Oracle.DataAccess.dll.
    Then added c:\oracle;c:\oracle\bin\;c:\oracle\bin\4 to the System Path.
    At this point I would think I just replace the version and PulbicKeyToken in:
    <add assembly="Oracle.DataAccess, Version=4.112.2.30, Culture=neutral, PublicKeyToken=89B483F429C47342" />
    on production to the versioin installed on prod.
    So first thing I do is just remove that line on production to see what error I will get.
    And I still get the same error:
    System.IO.FileLoadException: Could not load file or assembly 'Oracle.DataAccess, Version=4.112.2.30, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    Actually this is if I move the new dll into the applicaitons bin directory.
    If I remove the dll from the directory I get:
    Could not load file or assembly 'Oracle.DataAccess, Version=4.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.
    So I put the line back in.
    I right click on on the new Oracle.DataAccess.dll and click properties.
    In the details tab I see verion is 4.112.2.0.
    That makes sense. The 64 bit XCopy version is an earlier build then the 32 bit Beta that comes with Entity Framework and LINQ(Version=4.112.2.30).
    So on production I change the Version attribute to: 4.112.2.0.
    But now I get the same error:
    System.IO.FileLoadException: Could not load file or assembly 'Oracle.DataAccess, Version=4.112.2.30, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    (This is with the new dll back in the web app's bin directory as is the rest of the thread).
    It's still looking for the same version of the assembly. Why is it doing that?
    The web.config has a connection string with the ODP.Net provider type (Oracle.DataAccess.Client).
    Which would take from the assembly reference.
    It should not care what the version number is.
    Could there be something in code somewhere that is specifically looking for the old dev box version?
    Just what is the way to make it use the new assembly?
    I would think the system would just know where to find the new dll.
    Just as in development the add reference dialog knew that the dll was in c:\oracle\... rather then c:\program files(x86)... like out-of-the-box Microsoft assemblies. Because the system knows, right?
    Edited by: 842453 on Mar 7, 2011 1:17 PM

    Hi,
    The .NET runtime will always attempt to load the exact version of the ODP assembly that the application was compiled with unless you have some sort of binding redirection in place. We do provide forward redirection in the way of publisher policy files but we do not provide backward redirect, you would have to add this binding redirect to your app.config file. We generally do not recommend you redirect to use an older version although I dotn see any real reason why it shudl not work as long as you are not using any 4.112.3.0 specific features. Loading the assembly that the application was compiled with is a security thing and is the way it works.
    The only thing you are doing by adding that reference to the configuration file for 4.112.2.0 is to have that preloaded by the runtime, your application is still compiled with 4.112.3.0 and expects to find that exact version unless you tell it otherwise because we only provide forward redirection when ODP gets installed.
    HTH
    Jenny

Maybe you are looking for

  • Cost price

    Hi, Any one can let me know how to update the cost price for the particular material i tried in CK 11 N and CK24 Thanks Guru

  • Additional Fields for Substitution

    Dear friends Is it possible to add additional fields for substitution in OBBH. When I checked in OBBH I didnt find the Document type in the available list. I want to substitute document type for each profit center wise for each transaction. Regards K

  • Recognizing Adobe on my computer

    After I had work done on laptop, I have to reload Adobe reader.  I downloaded Adobe Reader, and it downloaded Adobe Reader XI.   Now everytime i try to open an Adobe doc, it says I need to have Adobe and would i like to load it.  If I click "yes", it

  • Error with WebUtil

    When running my form on the web i get this error FRM-40039 cannot attach library E:\Devsuite\forms\webutil while opening form i am using the form builder with developer suite 10g IAny help is much appreciated Regards Chris

  • WebCam Vista not working with Windows Vista

    Dear All, Pls help me, I have a new laptop with Windows Vista Home Premium, but i bought a Creative WebCam Vista (one with 3 legs and round cam-head)i think i found the right software, but the installation is not completed giving error message, and i