No Such Operation failure

I have a simply BPEL process, which just does an Invoke to a Partnerlink, which calls a web service on a remote server.
On execution I receive the following failure :
<remoteFault>
<part name="code" >
<code>Client</code>
</part>
<part name="summary" >
<summary>when invoking endpointAddress 'http://xxx-test/GetX, No such operation 'registrationDocument'</summary>
</part>
<part name="detail" >
<detail>AxisFault faultCode: {http://xml.apache.org/axis/}Client faultSubcode: faultString: No such operation 'registrationDocument' faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:xxx-test </detail>
</part>
</remoteFault>
Now registrationDocument is in the <Message> section and nothing at all to do with the binding information! Input to this web service is normally a chunk of XML, but it does not even get that far.
My WSDL Validates correcly and looks like this :
<?xml version="1.0" encoding="UTF-8" ?>
- <definitions targetNamespace="http://integration.xxx.test" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:y="http://integration.xxx.test">
- <types>
<xs:schema />
</types>
- <message name="register">
<part name="registrationDocument" type="xs:string" />
</message>
- <message name="recall">
<part name="recallDocument" type="xs:string" />
</message>
- <message name="ReturnCode">
<part name="status" type="xs:int" />
</message>
- <portType name="RecallAndRegisterX">
- <operation name="registerX">
<input message="y:register" />
<output message="y:ReturnCode" />
</operation>
- <operation name="recallX">
<input message="y:recall" />
<output message="y:ReturnCode" />
</operation>
</portType>
- <binding name="bindRegisterAndRecall" type="y:RecallAndRegisterX">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
- <operation name="registerX">
<soap:operation soapAction="" style="document" />
- <input>
<soap:body use="literal" />
</input>
- <output>
<soap:body use="literal" />
</output>
</operation>
- <operation name="recallX">
<soap:operation soapAction="" style="document" />
- <input>
<soap:body use="literal" />
</input>
- <output>
<soap:body use="literal" />
</output>
</operation>
</binding>
- <service name="RecallAndRegisterX">
- <port binding="y:bindRegisterAndRecall" name="Registerandrecall">
<soap:address location="http://xxx-test/GetX" />
</port>
</service>
</definitions>
If I change registrationDocument to RegisterX my BPEL process does not fail, but simply returns xs:int
Why is BPEL ignoring the binding information? Is there something wrong with my WSDL? I can execute it from XMLSpy.
Pete

In your WSDL you are using the RPC-literal syntax for the parts while advertizing document-literal in the binding. This are two incompatible combinations, and most likely where BPEL fails to process the WSDL correctly.
<part name="recallDocument" type="xs:string" /> is not valid. Instead, you should be pointing at a named element in your schema section, that defines the message.
<part name="recallDocument" element="y:recall" />
<xs:schema targetNamespace="http://integration.xxx.test">
<xs:element name="recall" type="xs:string"/>
</xs:schema>
Hope this helps,
Eric

Similar Messages

  • XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: No such operation

    Hi,
    I am doing a SOAP - PI - SOAP scenario.
    When I tested my scenario, I am getting this error in wsnavigator:
      Web service returned error. Fault code: "(http://schemas.xmlsoap.org/soap/envelope/)Server" Fault String: "Server Error".
    When I checked in SXMB_MONI, I get this error in the response message:
    <SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: No such operation</SAP:AdditionalText>
    I searched thru the forums but I am not finding this similar issue.
    "no such operation" issues posted here usually have an operation name after.
    I would appreciate your help.
    Thanks,
    mae

    HI
    WSDL is having some problem
    When you imported this wsdl how many messages does it show. Check weather it is having SETCOMPANYFIELDVALUE request and response. you can check the messages carried in a wsdl using the messages tab in external definition.
    Thanks

  • ADAPTER.SOAP_EXCEPTION : soap fault: No such operation

    Hi Experts,
    I have done File to Webservice scenario. When I am trying to execute the scenario I am getting the following error.
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PARSING">ADAPTER.SOAP_EXCEPTION</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>soap fault: No such operation 'InventoryRequest'</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    My receiver SOAP adapter is showing inactive in communication channel monitoring. But I check one of the forum people are saying it is showing like that only until we execute the scenario. Is it correct.
    I have checked the webservice for "InventoryRequest" soapAction but in my webservice all soapActions are just empty.As follows
    <operation name="InventoryStatus">
    <wsdlsoap:operation soapAction="" />
    <input name="InventoryRequest">
    Is it problem with weservice or my configuration. Please suggest me
    Regards
    Sowmya

    Hi
    In configurator if I check the "Do Not Use Soap Envelope" I am gettin "Internal Error 500"
    If i dont check that check box I am getting the following error
    soap fault: No such operation 'InventoryRequest'
    But I didn't specify anything in soapAction.
    Could you please tell me how to resolve this issue
    I have chec the url from browser it is wroking..
    Thanks & Regards
    Sowmya

  • Soap Receiver Getting "no such operation"

    I am trying to access a web service. The operation is importCargo and the data is a string <xml></xml>.
    I imported the WSDL...which is working fine in WSNavigator...and used the External Definition for my Message Map. The message map does create a string <xml>stringcontents</xml>.
    In the Receiver Communications Channel I specified the url of the web service, checked "Use Query String" and entered importCargo as the Soap Action.
    When I call the web service I get an error "soap fault: javax.xml.rpc.JAXRPCException: No such operation 'xml'"
    When I look at the soap envelope I see that all that is being sent is the <xml> string there is no importCargo wrapper...at least not that I can see in the trace file.
    How can I fix this so that importCargo is sent as the operation rather than xml?

    johann,
    One WSDL can have multiple actions/functions/services in it. So, where are you specifying which action/function in that WSDL you are calling?
    --Archana

  • Webservices - No such operation....

    Hi,
    I'm implementing remote application (Ruby on Rails) for Vibe, using ruby Savon SOAP client.
    I can list all operations that Vibe offers,
    but I'm not able to call any of them.
    I always get "No such operation.... " error message back from the vibe server.
    I've already setup the remote application in vibe and added it as an accessory to the workspace.
    This is my request:
    Code:
    SOAP request: https://example.com/ssr/token/ws/TeamingServiceV1
    SOAPAction: "binder_getFolders", Content-Type: text/xml;charset=UTF-8, Content-Length: 609
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:impl="http://ws.remoting.teaming.kablink.org/v1"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ins0="http://model.ws.remoting.teaming.kablink.org/v1">
    <env:Body>
    <impl:binder_getFoldersRequest>
    <accessToken>1-75c3808ea9c2fce0012345664d8002c605c5253f-ff808082405eda1d1234568a7451004b-10-1-0-1</accessToken>
    <binderId>48</binderId>
    <firstRecord>0</firstRecord>
    <maxRecords>-1</maxRecords>
    </impl:binder_getFoldersRequest>
    </env:Body>
    </env:Envelope>
    and response:
    SOAP response (status 500)
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
    <soapenv:Fault>
    <faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:Client</faultcode>
    <faultstring>No such operation 'binder_getFoldersRequest'</faultstring>
    <detail>
    <ns2:hostname xmlns:ns2="http://xml.apache.org/axis/">vibe01-demo.site</ns2:hostname>
    </detail>
    </soapenv:Fault>
    </soapenv:Body>
    </soapenv:Envelope>
    Any ideas?
    Regards
    Jiri

    SOLVED:
    the ruby Savon SOAP Client formates the SOAP Request not correctly.
    It use in soap body "<impl:binder_getFoldersRequest>" instead of "<impl:binder_getFolders>"

  • ERROR installing: WARNING:Payload cannot be installed due to dependent operation failure

    I have Illustrator CS5, yesterday it was acting funny. I unistalled and an reloaded it. It will not install now? it is giving me the following message:WARNING: Payload cannot be installed due to dependent operation failure.
    Please advise

    nobody can tell you anything without proper system info and other technical details.
    Mylenium

  • CS5 setup impossible : WARNING: Payload cannot be installed due to dependent operation failure...

    Please Help
    ! it's a nightmare,
    I have mailnly this : What the hell is this ? Help please
    I'm on Windows 7 - 64...
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 65 error(s), 65 warning(s)
    WARNING: OS requirements not met for {694213D7-1E0E-4C8F-B822-E2E3680C0FCE}
    WARNING: OS requirements not met for {CFC9F871-7C40-40B6-BE4A-B98A5B309716}
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure

    @Matthew Laun:
    Hopefully you can help me! I am going absolutely nuts!  I have a 32-bit OS (Windows Vista) and am having this installation issue Flash CS5 (selecting trial when installing). Here is a link to full error log: https://www.yousendit.com/download/dklyZGVRTXZUME0wTVE9PQ.
    Note: I installed Dreamweaver CS5 a few months ago with no issue at all. Both trial and then purchased software.
    Thank you in advance for any assistance!
    I have also just listed it here:
    [    4588] Tue Nov 09 14:49:49 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 3.0.121.0
    Win OS version: 6.0.1.0  Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming install mode
    ::START TIMER:: [Bootstrap]
    Perform Bootstrapping ...
    :: END TIMER :: [Bootstrap] took 40453.7 miliseconds (40.4537 seconds) DTR = 14.1396 KBPS (0.0138082 MBPS)
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 7166.45 miliseconds (7.16645 seconds) DTR = 1068.31 KBPS (1.04327 MBPS)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5
    Updating media info for: {02731921-5711-4E7A-A898-D6BCF0F2A1CD}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeCSXSInfrastructure2-mul\Install.db
    Updating media info for: {033E378E-6AD3-4AD5-BDEB-CBD69B31046C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\Microsoft_VC90_ATL_x86\Microsoft_VC90_ATL_x86.msi
    Updating media info for: {03B6AF5B-A024-43DE-8DD2-8FB7B6A4149A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeAMP1.8-mul\AdobeAIRInstaller.exe
    Updating media info for: {03EEF3DA-71F9-4FE5-92AD-D10142E26459}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\SiteCatalystNetAverages1-mul\Install.db
    Updating media info for: {0669F23C-1B69-41B4-A3ED-4F54A5986D66}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeLinguisticsAll_x64\Install.db
    Updating media info for: {08D2E121-7F6A-43EB-97FD-629B44903403}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\Microsoft_VC90_CRT_x86\Microsoft_VC90_CRT_x86.msi
    Updating media info for: {0A7D8837-ABAD-4C29-8F2F-1916B7A07AE2}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AIR2_Flash11-zh_CN\Install.db
    Updating media info for: {0D067D13-C3D7-4EA6-B346-740CD91FD547}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeBridge4-mul\Install.db
    Updating media info for: {0F3647F8-E51D-4FCC-8862-9A8D0C5ACF25}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\Microsoft_VC80_ATL_x86\Microsoft_VC80_ATL_x86.msi
    Updating media info for: {14A2CC02-4638-405D-8190-ECD7BFD32D6E}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeFlash11-en_USLanguagePack\Install.db
    Updating media info for: {17C6080E-F475-4B49-A30C-EEB85673E999}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobePDFL9.9_x64-mul\Install.db
    Updating media info for: {1D809D80-28A4-11DF-A816-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-en_US\Install.db
    Updating media info for: {1D830E80-28A4-11DF-A025-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-en_GB\Install.db
    Updating media info for: {1D855870-28A4-11DF-9731-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-de_DE\Install.db
    Updating media info for: {1D87C970-28A4-11DF-BC69-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-fr_FR\Install.db
    Updating media info for: {1D87C971-28A4-11DF-A2FB-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-fr_CA\Install.db
    Updating media info for: {1D87C972-28A4-11DF-B794-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-ja_JP\Install.db
    Updating media info for: {1D8A135E-28A4-11DF-B54E-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-it_IT\Install.db
    Updating media info for: {1D8A135F-28A4-11DF-A7C5-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-es_ES\Install.db
    Updating media info for: {1D8A1360-28A4-11DF-B5B3-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-es_MX\Install.db
    Updating media info for: {1D8C8461-28A4-11DF-871D-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-nl_NL\Install.db
    Updating media info for: {1D8EF561-28A4-11DF-9561-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-sv_SE\Install.db
    Updating media info for: {1D8EF562-28A4-11DF-8D7D-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-fi_FI\Install.db
    Updating media info for: {1D8EF563-28A4-11DF-AF1B-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-nb_NO\Install.db
    Updating media info for: {1D913F4F-28A4-11DF-AE84-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-da_DK\Install.db
    Updating media info for: {1D913F50-28A4-11DF-A78A-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-pt_BR\Install.db
    Updating media info for: {1D913F51-28A4-11DF-91B7-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-zh_CN\Install.db
    Updating media info for: {1D93B04F-28A4-11DF-AA22-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-zh_TW\Install.db
    Updating media info for: {1D93B050-28A4-11DF-B472-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-ko_KR\Install.db
    Updating media info for: {1D93B051-28A4-11DF-A202-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-cs_CZ\Install.db
    Updating media info for: {1D95FA40-28A4-11DF-90FF-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-pl_PL\Install.db
    Updating media info for: {1D95FA41-28A4-11DF-85FA-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-ru_RU\Install.db
    Updating media info for: {1D95FA42-28A4-11DF-9C38-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-tr_TR\Install.db
    Updating media info for: {1D986B40-28A4-11DF-BD12-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-uk_UA\Install.db
    Updating media info for: {1D986B41-28A4-11DF-BCC6-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-hu_HU\Install.db
    Updating media info for: {1DA90D10-28A4-11DF-937C-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\DeviceCentral3LP-ro_RO\Install.db
    Updating media info for: {26B0DF8D-3A8D-4BA9-B131-3B0D9EE87655}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeMobileExtension_Flash11-en_US\Install.db
    Updating media info for: {2CDBD42B-6184-41BD-9662-A13C3BA09BFA}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeMobileExtension_Flash11-it_IT\Install.db
    Updating media info for: {2E18F0BB-569A-4788-A276-FAA40BB923F0}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeMobileExtension_Flash11-ja_JP\Install.db
    Updating media info for: {2EBE92C3-F9D8-48B5-A32B-04FA5D1709FA}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeXMPPanelsAll\Install.db
    Updating media info for: {2F6B67F4-A2BB-45D7-A80C-25FF646CC1C5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeAPE3-mul\Install.db
    Updating media info for: {30221E3E-4C47-4560-A296-DD9ABB500C21}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AIR2_Flash11-mul\Install.db
    Updating media info for: {3423F36D-004F-4DFC-8BCE-07A20B8DFBDE}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeSuiteSharedConfiguration-mul\Install.db
    Updating media info for: {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeCameraRaw6.0All\Install.db
    Updating media info for: {39CB2E53-5326-4939-8B5A-0402C6EFBFE3}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeColorCommonSetCMYK3-mul\Install.db
    Updating media info for: {3BF96AC2-0CA1-11DF-B07B-459956D89593}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeHelp\AIRInstallerRunner.exe
    Updating media info for: {3F023875-4A52-4605-9DB6-A88D4A813E8D}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeCameraRawProfile6.0All\Install.db
    Updating media info for: {40F95A03-885A-45fb-9A14-486BEFEDDF34}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeFlashPlayer10_plRel_mul\AdobeFlashPlayer10_plRel_mul.msi
    Updating media info for: {4423F304-2C6B-49FB-AB2C-6C7649A5ED21}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AIR2_Flash11-nl_NL\Install.db
    Updating media info for: {44F29300-6E52-496A-9B77-531A68E8508A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AIR2_Flash11-zh_TW\Install.db
    Updating media info for: {54F4466A-091A-46DA-B697-43D55CEF9DF6}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeColorJA_ExtraSettings3-mul\Install.db
    Updating media info for: {56540320-C921-1029-83D9-FE864D1FC1DF}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeReviewPanel2-mul\Install.db
    Updating media info for: {579FDC01-BA85-49E7-B16A-2C4CB55F7ACD}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeMobileExtension_Flash11-mul\Install.db
    Updating media info for: {593B4750-2F16-4193-A3FA-40F49BD7A906}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AIR2_Flash11-ru_RU\Install.db
    Updating media info for: {597059F2-9EC9-46A5-9EA2-BDBDF354732B}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AIR2_Flash11-ko_KR\Install.db
    Updating media info for: {5E08533A-2C1B-469D-AFD5-953C9D00031F}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\BrowserLabCSLive-mul\Install.db
    Updating media info for: {61A3D10A-AA4D-4E4C-B9DB-6A08D318EA41}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeCameraRaw6.0All-x64\Install.db
    Updating media info for: {635DCFA5-3A47-4452-AEC7-D3B23FFE929D}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\iPhone_Flash11-mul\Install.db
    Updating media info for: {635FED5B-2C6D-49BE-87E6-7A6FCD22BC5A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\Microsoft_VC90_MFC_x86\Microsoft_VC90_MFC_x86.msi
    Updating media info for: {66173EC7-974E-4652-9468-4A93D2481BF0}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeStoryExtension-mul\Install.db
    Updating media info for: {68CEA5C9-2964-4ECB-84A4-D77C511332BC}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AMECore5All_x64\Install.db
    Updating media info for: {694213D7-1E0E-4C8F-B822-E2E3680C0FCE}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AMECore5All\Install.db
    Updating media info for: {6C7D437A-D2E9-4FE9-A4D9-A6329860835C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeLinguisticsAll\Install.db
    Updating media info for: {6D96660C-1444-410E-9A84-681C0AFB8937}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobePDFSettings10-mul\AdobePDFSettings10-mul.msi
    Updating media info for: {6E505C8F-2896-11DF-9B64-0013724DD917}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeDeviceCentral3-all\Install.db
    Updating media info for: {6F29BE46-E5F3-4146-8A84-20301E5C985A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeColorEU_ExtraSettings3-mul\Install.db
    Updating media info for: {6F3A624B-1B72-4081-96E8-23261F389C5C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeTypeSupport10-mul\Install.db
    Updating media info for: {73083037-24CD-4F25-AE12-100EBE3B198D}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AIR2_Flash11-fr_FR\Install.db
    Updating media info for: {76BF7895-72EB-4DFC-8FF9-2007A8228D9C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeMobileExtension_Flash11-zh_TW\Install.db
    Updating media info for: {76F9EEBC-B28D-475B-921E-84271789649C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeMobileExtension_Flash11-tr_TR\Install.db
    Updating media info for: {78A53622-CDBA-49D1-A3D0-D563FB398D0C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeColorCommonSetRGB3-mul\Install.db
    Updating media info for: {7A33510F-1580-42C2-877E-8C5502566292}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeAPE3_x64-mul\Install.db
    Updating media info for: {7B84FFBD-594D-4269-AC87-E19B44417B8F}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeMobileExtension_Flash11-de_DE\Install.db
    Updating media info for: {7E5AA19B-0B85-4f44-BA26-728851489200}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeFlashPlayer10_axRel_mul\AdobeFlashPlayer10_axRel_mul.msi
    Updating media info for: {8557397C-A42D-486F-97B3-A2CBC2372593}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\Microsoft_VC90_ATL_x86_x64\Microsoft_VC90_ATL_x86_x64.msi
    Updating media info for: {880E072B-D613-4D7A-BD22-55AD5D22C2A9}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeMobileExtension_Flash11-zh_CN\Install.db
    Updating media info for: {8B28A565-4AAD-4803-8EE8-F1791E6AD4AC}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeMobileExtension_Flash11-pl_PL\Install.db
    Updating media info for: {8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeCSXSExtensions2-mul\Install.db
    Updating media info for: {925ED7E4-E1B6-4544-8141-1C98A18D2E2E}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeOutputModuleAll\Install.db
    Updating media info for: {92A3CA0D-55CD-4C5D-BA95-5C2600C20F26}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\Microsoft_VC90_CRT_x86_x64\Microsoft_VC90_CRT_x86_x64.msi
    Updating media info for: {92D58719-BBC1-4CC3-A08B-56C9E884CC2C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\Microsoft_VC80_CRT_x86\Microsoft_VC80_CRT_x86.msi
    Updating media info for: {955EB78F-C938-4EA8-8470-C6EA71685834}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AIR2_Flash11-en_US\Install.db
    Updating media info for: {95648BD5-9496-4BB7-BE93-303FDB5B6B72}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeMobileExtension_Flash11-pt_BR\Install.db
    Updating media info for: {98DD55B6-C58C-462F-B8A4-F0585BFEBB15}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeCMaps3_x64-mul\Install.db
    Updating media info for: {9A8B01C5-78D1-465F-B5F6-BD59B7800EC7}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeTypeSupport10_x64-mul\Install.db
    Updating media info for: {9D2819E4-C51E-4C89-8E28-673B9909A536}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AIR2_Flash11-es_ES\Install.db
    Updating media info for: {A472B9E4-0AFF-4F7B-B25D-F64F8E928AAB}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\Microsoft_VC90_MFC_x86_x64\Microsoft_VC90_MFC_x86_x64.msi
    Updating media info for: {A8798E04-96FF-4564-9157-0D4C89CB794C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeDynamiclinkSupport5All\Install.db
    Updating media info for: {AE9B837F-D135-42FC-BE03-33545B5DCBDC}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeWinSoftLinguisticsPluginAll\Install.db
    Updating media info for: {B2518294-C06E-44F2-8B1E-1002DD41A6B3}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeMobileExtension_Flash11-fr_FR\Install.db
    Updating media info for: {B55FDCCB-8A45-4943-8D90-585C3490A032}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeWinSoftLinguisticsPluginAll_x64\Install.db
    Updating media info for: {B60B8713-F828-44F9-BEEE-7596F814E540}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeColorEU_Recommended3-mul\Install.db
    Updating media info for: {BAE5212B-6651-4AD8-B26A-1B284D2665C6}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobePDFL9.9-mul\Install.db
    Updating media info for: {BD0D6363-E961-410F-8BF4-ECD8795F3923}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeCMaps3-mul\Install.db
    Updating media info for: {BD4CFD2A-02C1-4FBE-AF9E-863A9981421A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeMobileExtension_Flash11-sv_SE\Install.db
    Updating media info for: {BEC5B482-32A1-43E0-B7F7-9BF9592A1069}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeColorNA_ExtraSettings3-mul\Install.db
    Updating media info for: {C26277B5-5561-4C5C-85E9-D777E0386F6E}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AIR2_Flash11-ja_JP\Install.db
    Updating media info for: {C52DC2CA-7BEE-440A-8A0F-23EBA0D3A00D}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeMobileExtension_Flash11-es_ES\Install.db
    Updating media info for: {C533676C-7A2F-4BCC-BA04-439C93C6DC0F}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AIR2_Flash11-pt_BR\Install.db
    Updating media info for: {C9A98E0C-B50E-472A-ADCC-2830F48EF91D}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeMobileExtension_Flash11-nl_NL\Install.db
    Updating media info for: {CC62B471-53FE-4451-8867-F3AA43F3FA31}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AIR2_Flash11-cs_CZ\Install.db
    Updating media info for: {CE0BF4F8-F592-4461-91AE-7C15AF19CFDF}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeMobileExtension_Flash11-ko_KR\Install.db
    Updating media info for: {CE8FB687-571B-4E4B-881B-445824993FC3}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AIR2_Flash11-de_DE\Install.db
    Updating media info for: {CFA46C39-C539-4BE9-9364-495003C714AD}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\SwitchBoard2.0All\Install.db
    Updating media info for: {CFC9F871-7C40-40B6-BE4A-B98A5B309716}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeFlash11-mul\Install.db
    Updating media info for: {D1A19B02-817E-4296-A45B-07853FD74D57}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\Microsoft_VC80_MFC_x86\Microsoft_VC80_MFC_x86.msi
    Updating media info for: {D26EEF95-420A-4726-B85D-AFBE752EF526}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeColorNA_Recommended3-mul\Install.db
    Updating media info for: {D343E9D0-DD59-45CD-8939-896660D70435}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AIR2_Flash11-tr_TR\Install.db
    Updating media info for: {D5CC77BE-BC5B-424E-8E45-DF60AFF7BE9C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\aifsdk-win\Install.db
    Updating media info for: {D92BBB52-82FF-42ED-8A3C-4E062F944AB7}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\Microsoft_VC80_MFCLOC_x86\Microsoft_VC80_MFCLOC_x86.msi
    Updating media info for: {DE99CD25-C87E-499F-AFB8-88D00F0BAEB3}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobePDFSettings10-ja_JP\AdobePDFSettings10-ja_JP.msi
    Updating media info for: {E319B9F9-4DE6-462C-970B-77D06C7807EE}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\Players_Flash11-mul\Install.db
    Updating media info for: {E3354D9C-31B9-4391-8004-92B3FF074762}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeMobileExtension_Flash11-ru_RU\Install.db
    Updating media info for: {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeExtensionManager5.0All\Install.db
    Updating media info for: {E5087BCA-6496-47A7-B9C4-B85D1CF062AE}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeColorJA_Recommended3-mul\Install.db
    Updating media info for: {E5DD149F-8370-48F9-A32C-2E3DC776CFFB}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeJRECS5-mul\Install.db
    Updating media info for: {E796AA2F-D55C-47D6-887F-24B90AC5151B}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AIR2_Flash11-pl_PL\Install.db
    Updating media info for: {E995AC53-954A-48D2-A861-613B8D42A9BE}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeExtendScriptToolkit3.5.0-mul\Install.db
    Updating media info for: {ECB4C6D6-54BF-40FD-96ED-80F36CFE11EA}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeMobileExtension_Flash11-cs_CZ\Install.db
    Updating media info for: {F1599C36-2EAB-448F-B8F9-7DBEE9D5B345}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\TLF_Flash11-mul\Install.db
    Updating media info for: {F6FA54C9-3E8F-4416-905C-DA5398DF9640}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AdobeAIR1.5.3-mul\AdobeAIRInstaller.exe
    Updating media info for: {F9E77304-0ACA-454A-AFD5-9B79CF94B184}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AIR2_Flash11-it_IT\Install.db
    Updating media info for: {FBF38B3A-1D5D-4CD6-930F-C5B8097011F6}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Flash Professional CS5
      Path: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5\payloads\AIR2_Flash11-sv_SE\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,3.0.121.0]
    ----------------- CreatePayloadSession: machine is x86 ---------------
    [    4588] Tue Nov 09 14:49:50 2010  INFO
    ______ Verify Dependency Subscribers ______
    [    4588] Tue Nov 09 14:49:50 2010 ERROR
    The payload with AdobeCode:  {CFC9F871-7C40-40B6-BE4A-B98A5B309716} has required dependency on:
        Family: CoreTech
        ProductName: Adobe Player for Embedding x64
        MinVersion: 0.0.0.0
        This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
        Removing this dependency from list. Product may function improperly.
    The payload with AdobeCode:  {CFC9F871-7C40-40B6-BE4A-B98A5B309716} has required dependency on:
        Family: Shared Technology
        ProductName: Photoshop Camera Raw (64 bit)
        MinVersion: 0.0.0.0
        This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
        Removing this dependency from list. Product may function improperly.
    The payload with AdobeCode:  {CFC9F871-7C40-40B6-BE4A-B98A5B309716} has required dependency on:
        Family: CoreTech
        ProductName: AdobeCMaps x64 CS5
        MinVersion: 0.0.0.0
        This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
        Removing this dependency from list. Product may function improperly.
    The payload with AdobeCode:  {CFC9F871-7C40-40B6-BE4A-B98A5B309716} has required dependency on:
        Family: CoreTech
        ProductName: Adobe Linguistics CS5 x64
        MinVersion: 0.0.0.0
        This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
        Removing this dependency from list. Product may function improperly.
    The payload with AdobeCode:  {CFC9F871-7C40-40B6-BE4A-B98A5B309716} has required dependency on:
        Family: CoreTech
        ProductName: AdobePDFL x64 CS5
        MinVersion: 0.0.0.0
        This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
        Removing this dependency from list. Product may function improperly.
    The payload with AdobeCode:  {CFC9F871-7C40-40B6-BE4A-B98A5B309716} has required dependency on:
        Family: CoreTech
        ProductName: AdobeTypeSupport x64 CS5
        MinVersion: 0.0.0.0
        This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
        Removing this dependency from list. Product may function improperly.
    The payload with AdobeCode:  {CFC9F871-7C40-40B6-BE4A-B98A5B309716} has required dependency on:
        Family: CoreTech
        ProductName: Adobe WinSoft Linguistics Plugin CS5 x64
        MinVersion: 0.0.0.0
        This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
        Removing this dependency from list. Product may function improperly.
    [    4588] Tue Nov 09 14:49:50 2010  WARN
    The payload with AdobeCode:  {CFC9F871-7C40-40B6-BE4A-B98A5B309716} has recommended dependency on:
        Family: Adobe Web Suite CS5
        ProductName: Adobe Media Encoder CS5 X64
        MinVersion: 0.0.0.0
        This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
        Removing this payload from the dependency list.
    [    4588] Tue Nov 09 14:49:50 2010  INFO
    Setting property "INSTALLDIR" to: C:\Program Files\Adobe
    Setting property "installLanguage" to: en_US
    Attempting to find the selected language in the set of available payload languages
    Setting property "installSourcePath" to: C:\Users\Owner\Documents\Programs\Adobe Flash Professional CS5
    Overwrite property "userASUPath" to: C:\Users\Owner\AppData\Local\Adobe\OOBE\PDApp\
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {D7BF3B76-EEF9-4868-9B2B-42ABF60B279A} Microsoft_VC80_CRT_x86 is: true
    Action string for  {D7BF3B76-EEF9-4868-9B2B-42ABF60B279A} Microsoft_VC80_CRT_x86  is none
    Value returned on lookup of payload: {92D58719-BBC1-4CC3-A08B-56C9E884CC2C} Microsoft_VC80_CRT_x86 is: true
    Action string for  {92D58719-BBC1-4CC3-A08B-56C9E884CC2C} Microsoft_VC80_CRT_x86  is none
    Value returned on lookup of payload: {08D2E121-7F6A-43EB-97FD-629B44903403} Microsoft_VC90_CRT_x86 is: true
    Action string for  {08D2E121-7F6A-43EB-97FD-629B44903403} Microsoft_VC90_CRT_x86  is none
    Value returned on lookup of payload: {D92BBB52-82FF-42ED-8A3C-4E062F944AB7} Microsoft_VC80_MFCLOC_x86 is: true
    Action string for  {D92BBB52-82FF-42ED-8A3C-4E062F944AB7} Microsoft_VC80_MFCLOC_x86  is none
    Value returned on lookup of payload: {D1A19B02-817E-4296-A45B-07853FD74D57} Microsoft_VC80_MFC_x86 is: true
    Action string for  {D1A19B02-817E-4296-A45B-07853FD74D57} Microsoft_VC80_MFC_x86  is none
    Value returned on lookup of payload: {2F6B67F4-A2BB-45D7-A80C-25FF646CC1C5} Adobe Player for Embedding is: true
    Action string for  {2F6B67F4-A2BB-45D7-A80C-25FF646CC1C5} Adobe Player for Embedding  is none
    Value returned on lookup of payload: {033E378E-6AD3-4AD5-BDEB-CBD69B31046C} Microsoft_VC90_ATL_x86 is: true
    Action string for  {033E378E-6AD3-4AD5-BDEB-CBD69B31046C} Microsoft_VC90_ATL_x86  is none
    Value returned on lookup of payload: {635FED5B-2C6D-49BE-87E6-7A6FCD22BC5A} Microsoft_VC90_MFC_x86 is: true
    Action string for  {635FED5B-2C6D-49BE-87E6-7A6FCD22BC5A} Microsoft_VC90_MFC_x86  is none
    Value returned on lookup of payload: {E5DD149F-8370-48F9-A32C-2E3DC776CFFB} AdobeJRE is: true
    Action string for  {E5DD149F-8370-48F9-A32C-2E3DC776CFFB} AdobeJRE  is none
    Value returned on lookup of payload: {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer is: false
    Action string for  {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer  is none
    Value returned on lookup of payload: {0F3647F8-E51D-4FCC-8862-9A8D0C5ACF25} Microsoft_VC80_ATL_x86 is: true
    Action string for  {0F3647F8-E51D-4FCC-8862-9A8D0C5ACF25} Microsoft_VC80_ATL_x86  is none
    Value returned on lookup of payload: {02731921-5711-4E7A-A898-D6BCF0F2A1CD} Adobe CSXS Infrastructure CS5 is: true
    Action string for  {02731921-5711-4E7A-A898-D6BCF0F2A1CD} Adobe CSXS Infrastructure CS5  is none
    Value returned on lookup of payload: {A8798E04-96FF-4564-9157-0D4C89CB794C} DynamiclinkSupport is: false
    Action string for  {A8798E04-96FF-4564-9157-0D4C89CB794C} DynamiclinkSupport  is none
    Value returned on lookup of payload: {3423F36D-004F-4DFC-8BCE-07A20B8DFBDE} Suite Shared Configuration CS5 is: true
    Action string for  {3423F36D-004F-4DFC-8BCE-07A20B8DFBDE} Suite Shared Configuration CS5  is none
    Value returned on lookup of payload: {3BF96AC2-0CA1-11DF-B07B-459956D89593} AdobeHelp is: true
    Action string for  {3BF96AC2-0CA1-11DF-B07B-459956D89593} AdobeHelp  is none
    Value returned on lookup of payload: {2EBE92C3-F9D8-48B5-A32B-04FA5D1709FA} Adobe XMP Panels CS5 is: false
    Action string for  {2EBE92C3-F9D8-48B5-A32B-04FA5D1709FA} Adobe XMP Panels CS5  is none
    Value returned on lookup of payload: {BD0D6363-E961-410F-8BF4-ECD8795F3923} AdobeCMaps CS5 is: false
    Action string for  {BD0D6363-E961-410F-8BF4-ECD8795F3923} AdobeCMaps CS5  is none
    Value returned on lookup of payload: {925ED7E4-E1B6-4544-8141-1C98A18D2E2E} AdobeOutputModule is: false
    Action string for  {925ED7E4-E1B6-4544-8141-1C98A18D2E2E} AdobeOutputModule  is none
    Value returned on lookup of payload: {BAE5212B-6651-4AD8-B26A-1B284D2665C6} AdobePDFL CS5 is: false
    Action string for  {BAE5212B-6651-4AD8-B26A-1B284D2665C6} AdobePDFL CS5  is none
    Value returned on lookup of payload: {6F3A624B-1B72-4081-96E8-23261F389C5C} AdobeTypeSupport CS5 is: false
    Action string for  {6F3A624B-1B72-4081-96E8-23261F389C5C} AdobeTypeSupport CS5  is none
    Value returned on lookup of payload: {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw is: false
    Action string for  {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw  is none
    Value returned on lookup of payload: {E995AC53-954A-48D2-A861-613B8D42A9BE} Adobe ExtendScript Toolkit CS5 is: true
    Action string for  {E995AC53-954A-48D2-A861-613B8D42A9BE} Adobe ExtendScript Toolkit CS5  is none
    Value returned on lookup of payload: {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6} Adobe Extension Manager CS5 is: true
    Action string for  {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6} Adobe Extension Manager CS5  is none
    Value returned on lookup of payload: {8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F} Adobe CSXS Extensions CS5 is: true
    Action string for  {8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F} Adobe CSXS Extensions CS5  is none
    Value returned on lookup of payload: {D5CC77BE-BC5B-424E-8E45-DF60AFF7BE9C} Pixel Bender Toolkit is: false
    Action string for  {D5CC77BE-BC5B-424E-8E45-DF60AFF7BE9C} Pixel Bender Toolkit  is none
    Value returned on lookup of payload: {30221E3E-4C47-4560-A296-DD9ABB500C21} AIR2 For Adobe Flash Pro is: false
    Action string for  {30221E3E-4C47-4560-A296-DD9ABB500C21} AIR2 For Adobe Flash Pro  is none
    Value returned on lookup of payload: {0A7D8837-ABAD-4C29-8F2F-1916B7A07AE2} AIR2 For Adobe Flash Pro_AIR2_Flash11-zh_CN is: false
    Action string for  {0A7D8837-ABAD-4C29-8F2F-1916B7A07AE2} AIR2 For Adobe Flash Pro_AIR2_Flash11-zh_CN  is none
    Payload {0A7D8837-ABAD-4C29-8F2F-1916B7A07AE2} AIR2 For Adobe Flash Pro_AIR2_Flash11-zh_CN is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {F9E77304-0ACA-454A-AFD5-9B79CF94B184} AIR2 For Adobe Flash Pro_AIR2_Flash11-it_IT is: false
    Action string for  {F9E77304-0ACA-454A-AFD5-9B79CF94B184} AIR2 For Adobe Flash Pro_AIR2_Flash11-it_IT  is none
    Payload {F9E77304-0ACA-454A-AFD5-9B79CF94B184} AIR2 For Adobe Flash Pro_AIR2_Flash11-it_IT is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {593B4750-2F16-4193-A3FA-40F49BD7A906} AIR2 For Adobe Flash Pro_AIR2_Flash11-ru_RU is: false
    Action string for  {593B4750-2F16-4193-A3FA-40F49BD7A906} AIR2 For Adobe Flash Pro_AIR2_Flash11-ru_RU  is none
    Payload {593B4750-2F16-4193-A3FA-40F49BD7A906} AIR2 For Adobe Flash Pro_AIR2_Flash11-ru_RU is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {C26277B5-5561-4C5C-85E9-D777E0386F6E} AIR2 For Adobe Flash Pro_AIR2_Flash11-ja_JP is: false
    Action string for  {C26277B5-5561-4C5C-85E9-D777E0386F6E} AIR2 For Adobe Flash Pro_AIR2_Flash11-ja_JP  is none
    Payload {C26277B5-5561-4C5C-85E9-D777E0386F6E} AIR2 For Adobe Flash Pro_AIR2_Flash11-ja_JP is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {44F29300-6E52-496A-9B77-531A68E8508A} AIR2 For Adobe Flash Pro_AIR2_Flash11-zh_TW is: false
    Action string for  {44F29300-6E52-496A-9B77-531A68E8508A} AIR2 For Adobe Flash Pro_AIR2_Flash11-zh_TW  is none
    Payload {44F29300-6E52-496A-9B77-531A68E8508A} AIR2 For Adobe Flash Pro_AIR2_Flash11-zh_TW is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {4423F304-2C6B-49FB-AB2C-6C7649A5ED21} AIR2 For Adobe Flash Pro_AIR2_Flash11-nl_NL is: false
    Action string for  {4423F304-2C6B-49FB-AB2C-6C7649A5ED21} AIR2 For Adobe Flash Pro_AIR2_Flash11-nl_NL  is none
    Payload {4423F304-2C6B-49FB-AB2C-6C7649A5ED21} AIR2 For Adobe Flash Pro_AIR2_Flash11-nl_NL is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {955EB78F-C938-4EA8-8470-C6EA71685834} AIR2 For Adobe Flash Pro_AIR2_Flash11-en_US is: false
    Action string for  {955EB78F-C938-4EA8-8470-C6EA71685834} AIR2 For Adobe Flash Pro_AIR2_Flash11-en_US  is none
    Payload {955EB78F-C938-4EA8-8470-C6EA71685834} AIR2 For Adobe Flash Pro_AIR2_Flash11-en_US is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {9D2819E4-C51E-4C89-8E28-673B9909A536} AIR2 For Adobe Flash Pro_AIR2_Flash11-es_ES is: false
    Action string for  {9D2819E4-C51E-4C89-8E28-673B9909A536} AIR2 For Adobe Flash Pro_AIR2_Flash11-es_ES  is none
    Payload {9D2819E4-C51E-4C89-8E28-673B9909A536} AIR2 For Adobe Flash Pro_AIR2_Flash11-es_ES is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {FBF38B3A-1D5D-4CD6-930F-C5B8097011F6} AIR2 For Adobe Flash Pro_AIR2_Flash11-sv_SE is: false
    Action string for  {FBF38B3A-1D5D-4CD6-930F-C5B8097011F6} AIR2 For Adobe Flash Pro_AIR2_Flash11-sv_SE  is none
    Payload {FBF38B3A-1D5D-4CD6-930F-C5B8097011F6} AIR2 For Adobe Flash Pro_AIR2_Flash11-sv_SE is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {C533676C-7A2F-4BCC-BA04-439C93C6DC0F} AIR2 For Adobe Flash Pro_AIR2_Flash11-pt_BR is: false
    Action string for  {C533676C-7A2F-4BCC-BA04-439C93C6DC0F} AIR2 For Adobe Flash Pro_AIR2_Flash11-pt_BR  is none
    Payload {C533676C-7A2F-4BCC-BA04-439C93C6DC0F} AIR2 For Adobe Flash Pro_AIR2_Flash11-pt_BR is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {CC62B471-53FE-4451-8867-F3AA43F3FA31} AIR2 For Adobe Flash Pro_AIR2_Flash11-cs_CZ is: false
    Action string for  {CC62B471-53FE-4451-8867-F3AA43F3FA31} AIR2 For Adobe Flash Pro_AIR2_Flash11-cs_CZ  is none
    Payload {CC62B471-53FE-4451-8867-F3AA43F3FA31} AIR2 For Adobe Flash Pro_AIR2_Flash11-cs_CZ is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {CE8FB687-571B-4E4B-881B-445824993FC3} AIR2 For Adobe Flash Pro_AIR2_Flash11-de_DE is: false
    Action string for  {CE8FB687-571B-4E4B-881B-445824993FC3} AIR2 For Adobe Flash Pro_AIR2_Flash11-de_DE  is none
    Payload {CE8FB687-571B-4E4B-881B-445824993FC3} AIR2 For Adobe Flash Pro_AIR2_Flash11-de_DE is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {D343E9D0-DD59-45CD-8939-896660D70435} AIR2 For Adobe Flash Pro_AIR2_Flash11-tr_TR is: false
    Action string for  {D343E9D0-DD59-45CD-8939-896660D70435} AIR2 For Adobe Flash Pro_AIR2_Flash11-tr_TR  is none
    Payload {D343E9D0-DD59-45CD-8939-896660D70435} AIR2 For Adobe Flash Pro_AIR2_Flash11-tr_TR is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {597059F2-9EC9-46A5-9EA2-BDBDF354732B} AIR2 For Adobe Flash Pro_AIR2_Flash11-ko_KR is: false
    Action string for  {597059F2-9EC9-46A5-9EA2-BDBDF354732B} AIR2 For Adobe Flash Pro_AIR2_Flash11-ko_KR  is none
    Payload {597059F2-9EC9-46A5-9EA2-BDBDF354732B} AIR2 For Adobe Flash Pro_AIR2_Flash11-ko_KR is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {73083037-24CD-4F25-AE12-100EBE3B198D} AIR2 For Adobe Flash Pro_AIR2_Flash11-fr_FR is: false
    Action string for  {73083037-24CD-4F25-AE12-100EBE3B198D} AIR2 For Adobe Flash Pro_AIR2_Flash11-fr_FR  is none
    Payload {73083037-24CD-4F25-AE12-100EBE3B198D} AIR2 For Adobe Flash Pro_AIR2_Flash11-fr_FR is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {E796AA2F-D55C-47D6-887F-24B90AC5151B} AIR2 For Adobe Flash Pro_AIR2_Flash11-pl_PL is: false
    Action string for  {E796AA2F-D55C-47D6-887F-24B90AC5151B} AIR2 For Adobe Flash Pro_AIR2_Flash11-pl_PL  is none
    Payload {E796AA2F-D55C-47D6-887F-24B90AC5151B} AIR2 For Adobe Flash Pro_AIR2_Flash11-pl_PL is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {F6FA54C9-3E8F-4416-905C-DA5398DF9640} Adobe AIR is: true
    Action string for  {F6FA54C9-3E8F-4416-905C-DA5398DF9640} Adobe AIR  is none
    Value returned on lookup of payload: {5E08533A-2C1B-469D-AFD5-953C9D00031F} Adobe BrowserLab CS Live is: false
    Action string for  {5E08533A-2C1B-469D-AFD5-953C9D00031F} Adobe BrowserLab CS Live  is none
    Value returned on lookup of payload: {7E5AA19B-0B85-4f44-BA26-728851489200} Adobe Flash Player 10 ActiveX is: false
    Action string for  {7E5AA19B-0B85-4f44-BA26-728851489200} Adobe Flash Player 10 ActiveX  is none
    Value returned on lookup of payload: {40F95A03-885A-45fb-9A14-486BEFEDDF34} Adobe Flash Player 10 Plugin is: false
    Action string for  {40F95A03-885A-45fb-9A14-486BEFEDDF34} Adobe Flash Player 10 Plugin  is none
    Value returned on lookup of payload: {03B6AF5B-A024-43DE-8DD2-8FB7B6A4149A} Adobe Media Player is: true
    Action string for  {03B6AF5B-A024-43DE-8DD2-8FB7B6A4149A} Adobe Media Player  is none
    Value returned on lookup of payload: {56540320-C921-1029-83D9-FE864D1FC1DF} Adobe ReviewPanel CS5 is: true
    Action string for  {56540320-C921-1029-83D9-FE864D1FC1DF} Adobe ReviewPanel CS5  is none
    Value returned on lookup of payload: {AE9B837F-D135-42FC-BE03-33545B5DCBDC} Adobe WinSoft Linguistics Plugin CS5 is: false
    Action string for  {AE9B837F-D135-42FC-BE03-33545B5DCBDC} Adobe WinSoft Linguistics Plugin CS5  is none
    Value returned on lookup of payload: {39CB2E53-5326-4939-8B5A-0402C6EFBFE3} AdobeColorCommonSetCMYK is: false
    Action string for  {39CB2E53-5326-4939-8B5A-0402C6EFBFE3} AdobeColorCommonSetCMYK  is none
    Value returned on lookup of payload: {78A53622-CDBA-49D1-A3D0-D563FB398D0C} AdobeColorCommonSetRGB is: false
    Action string for  {78A53622-CDBA-49D1-A3D0-D563FB398D0C} AdobeColorCommonSetRGB  is none
    Value returned on lookup of payload: {6F29BE46-E5F3-4146-8A84-20301E5C985A} AdobeColorEU CS5 is: false
    Action string for  {6F29BE46-E5F3-4146-8A84-20301E5C985A} AdobeColorEU CS5  is none
    Value returned on lookup of payload: {B60B8713-F828-44F9-BEEE-7596F814E540} AdobeColorEU CS5 is: false
    Action string for  {B60B8713-F828-44F9-BEEE-7596F814E540} AdobeColorEU CS5  is none
    Value returned on lookup of payload: {54F4466A-091A-46DA-B697-43D55CEF9DF6} AdobeColorJA CS5 is: false
    Action string for  {54F4466A-091A-46DA-B697-43D55CEF9DF6} AdobeColorJA CS5  is none
    Value returned on lookup of payload: {E5087BCA-6496-47A7-B9C4-B85D1CF062AE} AdobeColorJA CS5 is: false
    Action string for  {E5087BCA-6496-47A7-B9C4-B85D1CF062AE} AdobeColorJA CS5  is none
    Value returned on lookup of payload: {BEC5B482-32A1-43E0-B7F7-9BF9592A1069} AdobeColorNA CS5 is: false
    Action string for  {BEC5B482-32A1-43E0-B7F7-9BF9592A1069} AdobeColorNA CS5  is none
    Value returned on lookup of payload: {D26EEF95-420A-4726-B85D-AFBE752EF526} AdobeColorNA CS5 is: false
    Action string for  {D26EEF95-420A-4726-B85D-AFBE752EF526} AdobeColorNA CS5  is none
    Value returned on lookup of payload: {66173EC7-974E-4652-9468-4A93D2481BF0} CSXS Story Extension is: true
    Action string for  {66173EC7-974E-4652-9468-4A93D2481BF0} CSXS Story Extension  is none
    Value returned on lookup of payload: {6D96660C-1444-410E-9A84-681C0AFB8937} PDF Settings CS5 is: false
    Action string for  {6D96660C-1444-410E-9A84-681C0AFB8937} PDF Settings CS5  is none
    Value returned on lookup of payload: {DE99CD25-C87E-499F-AFB8-88D00F0BAEB3} PDF Settings CS5 is: false
    Action string for  {DE99CD25-C87E-499F-AFB8-88D00F0BAEB3} PDF Settings CS5  is none
    Value returned on lookup of payload: {E319B9F9-4DE6-462C-970B-77D06C7807EE} Players For Adobe Flash Pro is: false
    Action string for  {E319B9F9-4DE6-462C-970B-77D06C7807EE} Players For Adobe Flash Pro  is none
    Value returned on lookup of payload: {03EEF3DA-71F9-4FE5-92AD-D10142E26459} SiteCatalyst NetAverages is: true
    Action string for  {03EEF3DA-71F9-4FE5-92AD-D10142E26459} SiteCatalyst NetAverages  is none
    Value returned on lookup of payload: {F1599C36-2EAB-448F-B8F9-7DBEE9D5B345} TLF For Adobe Flash Pro is: false
    Action string for  {F1599C36-2EAB-448F-B8F9-7DBEE9D5B345} TLF For Adobe Flash Pro  is none
    Value returned on lookup of payload: {635DCFA5-3A47-4452-AEC7-D3B23FFE929D} iPhone Publishing is: false
    Action string for  {635DCFA5-3A47-4452-AEC7-D3B23FFE929D} iPhone Publishing  is none
    Value returned on lookup of payload: {6C7D437A-D2E9-4FE9-A4D9-A6329860835C} Adobe Linguistics CS5 is: true
    Action string for  {6C7D437A-D2E9-4FE9-A4D9-A6329860835C} Adobe Linguistics CS5  is none
    Value returned on lookup of payload: {CFA46C39-C539-4BE9-9364-495003C714AD} Adobe SwitchBoard 2.0 is: false
    Action string for  {CFA46C39-C539-4BE9-9364-495003C714AD} Adobe SwitchBoard 2.0  is none
    Value returned on lookup of payload: {6E505C8F-2896-11DF-9B64-0013724DD917} DeviceCentral is: true
    Action string for  {6E505C8F-2896-11DF-9B64-0013724DD917} DeviceCentral  is none
    Value returned on lookup of payload: {1D8A135E-28A4-11DF-B54E-0024E8692489} DeviceCentral_DeviceCentral3LP-it_IT is: false
    Action string for  {1D8A135E-28A4-11DF-B54E-0024E8692489} DeviceCentral_DeviceCentral3LP-it_IT  is none
    Payload {1D8A135E-28A4-11DF-B54E-0024E8692489} DeviceCentral_DeviceCentral3LP-it_IT is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {1D93B051-28A4-11DF-A202-0024E8692489} DeviceCentral_DeviceCentral3LP-cs_CZ is: false
    Action string for  {1D93B051-28A4-11DF-A202-0024E8692489} DeviceCentral_DeviceCentral3LP-cs_CZ  is none
    Payload {1D93B051-28A4-11DF-A202-0024E8692489} DeviceCentral_DeviceCentral3LP-cs_CZ is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {1D830E80-28A4-11DF-A025-0024E8692489} DeviceCentral_DeviceCentral3LP-en_GB is: false
    Action string for  {1D830E80-28A4-11DF-A025-0024E8692489} DeviceCentral_DeviceCentral3LP-en_GB  is none
    Payload {1D830E80-28A4-11DF-A025-0024E8692489} DeviceCentral_DeviceCentral3LP-en_GB is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {1D855870-28A4-11DF-9731-0024E8692489} DeviceCentral_DeviceCentral3LP-de_DE is: false
    Action string for  {1D855870-28A4-11DF-9731-0024E8692489} DeviceCentral_DeviceCentral3LP-de_DE  is none
    Payload {1D855870-28A4-11DF-9731-0024E8692489} DeviceCentral_DeviceCentral3LP-de_DE is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {1D87C970-28A4-11DF-BC69-0024E8692489} DeviceCentral_DeviceCentral3LP-fr_FR is: false
    Action string for  {1D87C970-28A4-11DF-BC69-0024E8692489} DeviceCentral_DeviceCentral3LP-fr_FR  is none
    Payload {1D87C970-28A4-11DF-BC69-0024E8692489} DeviceCentral_DeviceCentral3LP-fr_FR is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {1D8EF562-28A4-11DF-8D7D-0024E8692489} DeviceCentral_DeviceCentral3LP-fi_FI is: false
    Action string for  {1D8EF562-28A4-11DF-8D7D-0024E8692489} DeviceCentral_DeviceCentral3LP-fi_FI  is none
    Payload {1D8EF562-28A4-11DF-8D7D-0024E8692489} DeviceCentral_DeviceCentral3LP-fi_FI is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {1D8A135F-28A4-11DF-A7C5-0024E8692489} DeviceCentral_DeviceCentral3LP-es_ES is: false
    Action string for  {1D8A135F-28A4-11DF-A7C5-0024E8692489} DeviceCentral_DeviceCentral3LP-es_ES  is none
    Payload {1D8A135F-28A4-11DF-A7C5-0024E8692489} DeviceCentral_DeviceCentral3LP-es_ES is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {1D8A1360-28A4-11DF-B5B3-0024E8692489} DeviceCentral_DeviceCentral3LP-es_MX is: false
    Action string for  {1D8A1360-28A4-11DF-B5B3-0024E8692489} DeviceCentral_DeviceCentral3LP-es_MX  is none
    Payload {1D8A1360-

  • IPSLA UDP JITTER Operation Failure

    Hi All
    I need urgent help, I'm trying to set up an IPSLA operation which is failing and i need urgent help. I read and followed alot of documentation.
    When i test UDPJitter trace oprtation this works fine without a problem, however when i try to use.
    the basic jitter operation i get operation failures for some reason. Please see below.
    This is the topology
    R1--------------------R2
    Source              Responder
    192.168.1.1        192.168.2.7
    R1#
    Mar  1 03:07:22.847: %SYS-5-CONFIG_I: Configured from console by console
    R1#debug ip sla monitor trace 122
    IP SLA Monitor TRACE debugging for entry 122 is on
    R1#debug ip sla monitor trace 122
    Mar  1 03:07:29.579: IP SLA Monitor(122) CtrlMsg: Timeout
    Mar  1 03:07:29.579: IP SLA Monitor(122) CtrlMsg: Sending msg, ver=1, id=123, le
    n=52, cmd=4, ip=192.168.2.7, port=4052, duration=5200ms
    R1#debug ip sla monitor error 122
    IP SLA Monitor ERROR debugging for entry 122 is on
    R1#
    Mar  1 03:07:34.583: IP SLA Monitor(122) CtrlMsg: Timeout
    Mar  1 03:07:34.583: IP SLA Monitor(122) CtrlMsg: No connection
    Mar  1 03:07:34.583: IP SLA Monitor(122) Scheduler: Updating result
    ===
    R1
    ===
    ip sla monitor 122
    type jitter dest-ipaddr 192.168.2.7 dest-port 4052 source-ipaddr 192.168.1.1 co
    dec g711alaw codec-numpackets 100 codec-interval 2
    ip sla monitor schedule 122 life forever start-time now
    ip sla monitor 123
    type pathJitter dest-ipaddr 192.168.2.7 num-packets 100 interval 2
    ip sla monitor schedule 123 life forever start-time now
    ==============================
    ========
    R2
    ======
    ip sla monitor responder
    R2#show ip sla monitor responder
    IP SLA Monitor Responder is: Enabled
    Number of control message received: 0 Number of errors: 0
    Recent sources:
    Recent error sources:

    Hi Memal
    I don't have any firewall between the two devices.
    Please tell me what the best configuration is. All i need is to just be able to measure UDP Jitter between 192.168.1.1 Source destination 192.168.2.7
    The path jitter operation works without a problem.
    Will the below work.
    ip sla monitor 122
    type jitter dest-ipaddr 192.168.2.7 dest-port 4052 source-ipaddr 192.168.1.1 source-port 4053 codec g711alaw codec-numpackets 100 codec-interval 2
    ip sla monitor schedule 122 life forever start-time now
    ip sla monitor 123
    type pathJitter dest-ipaddr 192.168.2.7 num-packets 100 interval 2
    ip sla monitor schedule 123 life forever start-time now

  • My share operation failure occurs after about 5 seconds for DVD and Apple Devices.  I can share to a master file, but without audio.  Help?

    My share operation failure occurs after about 5 seconds for DVD and Apple Devices.  I can share to a master file, but without audio.  Help?
    It has error number -50.

    If it only happens with this project, it's probable some media files have become corrupted.
    Those may be render files. Make sure background rendering is off. Select the project in the browser and from the file menu, choose Delete Project Render Files; choose All from the dialog. Without rendering,try exporting.
    If that doesn't work, use an optimized version of your DSLR clips. (Right click on the clips in the browser and hit Transcode.)
    Russ

  • Q: Service Request: Generate operation failure, not an execution failure

    Scenario:
    A Service Request is launched from Service Manager. The Service Request initiates an Orchestrator runbook. The runbook is unable to perform a successful operation, however the runbook was executed properly.
    Question #1:
    How do I reflect in the Service Request that though the Service Request is completed, however the outcome was unsuccessful?
    Question #2:
    What are some best practices or tips to consider when updating the Service Request?
    My apologizes for such a simple question, but weeding through the thick search results hasn't touched on this yet.

    That is an option, but not as elegant as I would have hoped for. I still might implement it in one fashion or another.
    I have identified a few states that I would ideally like Service Requests to be in beyond that what Service Manager allows. Right now Service Requests reflect review rejection as failed and the reason is not provided to the customer. Instead SRs should reflect
    as rejected and the reason why. I would like this because the "failed" state represents another state whereby a runbook fails to execute in automation. I shouldn't have to have an engineer managing the autonomous nature of  Service Manager when
    the results are unclear for the customer who want to know why a SR failed.  
    I now have it where if a runbook fails it's operation due to a fault, not execution, a incident ticket is auto generated and assigned to the proper queue for processing based on the service performed. The next step is to insure that the service request is
    not closed out, but goes into a paused state as the issue is being resolved behind the scenes and then reinstated once the underlining issue is resolved. Haven't figured this one out yet.
    If no one answers this over the weekend I will mark Xin Guo as the answer as it confirms an option available. Thank you.

  • WARNING: DW036: Payload cannot be installed due to dependent operation failure

    WARNING: DW036: Payload cannot be installed due to dependent operation failure

    You might want to close the browser window while installing the application.
    Try rebooting the machine and clearing the temp files and check.
    For further help, please provide us more details like the application you are trying to install, OS, etc.

  • WARNING: Payload cannot be installed due to dependent operation failure

    Help - This message shows up when I try to instal disk 2 of elements 9 package - I am on a Mac

    Disc are as follows:
    Disc1- Windows PSE installer
    Disc2- Trial Premier Elements Installer
    Disc3 - Mac PSE installer
    So for Mac Machine use disc 3.

  • Hard drive failure - options for data recovery and AppleCare coverage

    I have been handed a relative's 12 month old MacBook Pro with a factory-installed 500GB hard drive which appears to have failed. When attempting to boot the MacBook I am met with the classic clicking and grating noise which I know is a tell-tale sign of hard drive failure. The drive will not boot and I am shown the question mark folder icon, indicating that the operating system cannot be found. Have booted into internet recovery mode, Disk Utility appears to have found no sign of the hard drive's existence and shows none of its partitions. I have attempted putting the MacBook into FW target-mode and mounting the disk from another laptop, but to no avail; while it will go into target mode the drive simply isn't visible. The SATA connection to the drive is definitely OK - I have tested with another 2.5 inch hard drive which showed up fine in Disk Utility and was bootable. Have run Apple Hardware Test/Diagnostics but this returned no errors. It seems like a pretty clear cut case of drive failure.
    I put this all to the relative whose laptop this is and asked them whether the MacBook had been dropped recently, explaining to them that this is one of the likeliest causes for such sudden failure. Sheepishly they admitted that they had indeed dropped it, although not from too great a distance and onto a carpeted floor. Apparently in the days immediately after the shock the hard drive continued to boot but the system was very slow and beset by spinning beech ball hangups. It is only in the last few days that the hard drive has become completely unbootable, and seemingly unreachable.
    I have two questions that I would be grateful for some help with.
    Firstly, is there any possibility of recovering data from this drive without going to a data recovery specialist? The user did have backups of most important data, but some recently imported photos were not backed up. Is it any use me trying any third-party data recovery software utilities, bearing in mind that I can't even mount the drive in target mode?
    Second, the MacBook is still covered by the extended AppleCare warranty for the next two years. Is it worth my relative's while making a Genius Bar appointment to see whether Apple would replace this drive for free, given that the damage was most likely user-inflicted? Is there any chance that this sudden failure could be unrelated to the drop the MacBook suffered the other day - perhaps just a result of the 'normal' failure rate? I am more than happy to exchange the drive for a new one myself and my relative is happy to pay for the new part (I was amazed at how cheap hard drives are now), but would we be better off trying an Apple Store? My prediction would be that while we might get lucky and have an obliging genius who agrees to swap the drive without asking too many questions, we could also have one who concludes the damage is not covered by the warranty and insists on charging for the new hard drive (at a mark-up I assume) and labour.
    Any thoughts about these two issues or the hard drive failure more generally are very welcome. Thanks.

    1, Data recovery software is your only alternative if there is no backup. It may or may not be able to revoker anything from that hard drive. If it does then the only other choice is to go to a data recovery service. If have to go that route expect to pay for it, like $$$$.
    2, Yes. They will at least tell him what the problem is and the cost if any to fix. There is a good chance they will fix it for nothing and only charge for data recovery if they can do it.

  • Hot synch failures

    When I try to Hot synch my Treo 700 I get a message that the operation failured because of a conflict in the installed conduits has been detected.  The example that was cited was between my contacts and my address book which is what is not being backed up.  I am advised to change same under custom to do nothing.  This allows me to Hot synch my calender and under programs.  What do I do?
    Post relates to: Treo 700p (Verizon)
    This question was solved.
    View Solution.

    I have a Palm Treo 700P.  The application is v.5.2H
    Post relates to: Treo 700p (Verizon)

  • BT Phone Line Order – 9 months of total failure – ...

     I've been trying to get a phone line and internet connection from BT installed into a London flat since the 07th of January 2012.
    This email/letter does not contain every contact with BT in the last 9 months – as I have not kept records of all the dozens and dozens and dozens of calls, texts, and emails but it is a good enough list to show the general theme of total failure from BT in all aspects of both technical and customer service.
    (I have re-written this and removed my 5 or so BT account numbers, the various fault numbers, the dozens of VOL numbers and removed any surnames of people in it in the hope that this will get posted.)
    07 Jan 2012
    Place first order for phone and internet. BT.com reference: <removed for forum post>.
    You can only do Mon to Fri installs. My next day available day off work is 19 Mar 2012 so the line engineer’s appointment is made. 8am to 1pm. I am self-employed and it is not easy to take time off work. In fact it costs me money every time I have to take time off work.
    19 Mar 2012
    The phone line engineer is late. Arrives after 1pm. He looks at job and says he can't do anything. It needs a new line installed even though there is already a line installed? New line involves a cherry picker and another visit by the line engineer. More time off work. New phone is line installed into flat.
    27th Mar 2012
    I am informed that the new phone line does not work. Order is cancelled? I get no details on what the problem is and why I can't get a line or what to do next. I have no phone at home so I’ve not tried to use the line; yet BT has already cancelled my Order.
    I called ‘BT help; somebody tells me the line is connected to the wrong exchange. I spend lots of time and many calls talking to people in India and I think other parts of the UK. People tell me they are going to call me back and don't. I tried to speak to supervisors in India but nobody returns calls. I’m getting nowhere for weeks and weeks. I give up; it all seems too hard…
    7th June, 2012:
    Over the internet I place a new order with BT for phone line and internet:
    Your order number is: <removed for forum post>. Phone number: <removed for forum post>
    6th July:
    BT infinity engineer appointment. 8am to 1pm. He is late. After 1pm. He arrives, looks at job and says he can't do anything. He says the phone line does not work.
    I inform him the order I placed with BT is for a phone line and internet. He says there is nothing he can do as he does not ‘do’ phone lines. Another day off work. Lost wages, lost time.
    No phone & no internet.
    Fault is raised:
    Date closed: 6 July 2012
    Fault/VOL number: VOL012-<removed for forum post>
    Open Product affected: Phone fault
    Telephone number: <removed for forum post>
    Lots of calls to BT. But getting nowhere at all. They tell me there is no fault on the line but will send an engineer that I might have to pay for.
    8th July:
    Phone line engineer arrives 8am to 1pm. He is on time. He informs me all the existing work is incorrect. They have connected all the equipment to the wrong exchange. It should be the Putney exchange but they have attempted to hook me into the Wandsworth exchange - which won't ever work. Still no phone & no internet. He raises a fault number: LS6 W80 <removed for forum post>
    10th July:
    9am call from Open Reach engineer. This is not a scheduled appointment. I've had no contact from BT. I am at work. He does not know the problem or the fault number. I give him the fault number and call him back 90 min later. He confirms that I have been connected to the incorrect exchange and cabinet? He can't do anything to fix the problem.
    I want somebody to call me with a solution.
    I don't want to talk with more people in India who can't help me or even understand the problem. How can this be such a failure?
    I use website to email in a letter with the entire listing of existing fault details/number, order numbers etc.
    Thank you for your enquiry. We will respond to your enquiry as soon as possible. Please make a note of your enquiry reference number and use it in further correspondence.
    Your enquiry reference number: 120710-<removed for forum post>"
    One of the issues I am finding is that BT does not link previous faults with new ones, or previous Orders with new ones, or previous Customer Numbers with new ones. Every time I speak to somebody they cannot find any details of the history of these problems so far. BT keep on cancelling my Orders and placing new ones; raising new faults etc. But nothing is linked and when I speak to people for help they can’t see any of the history of the line, faults, address, etc.
    19th July, 2012:
    I get an email from BT. They have cancelled their own Order again.
    Order cancelled. Your order number is: BTCAA6<removed for forum post>
    Dear Mr HUNTER, We confirm your broadband order's now cancelled.
    23rd July, 2012:
    Email from BT as they re-raise a new Order:
    Your order number is: VOL012-<removed for forum post>
    Check out your account and more about your service
    Phone line starts(SL-N)
    Phone number: <removed for forum post>
    24 Jul 2012 before midnight        
    Track your order - you'll need order number VOL012-<removed for forum post>.
    24 July, 2012:
    Email from BT as they re-raise a new Order:
    Good news Your order number is: VOL012-<removed for forum post>
    Dear Mr. HUNTER, Your phone service is ready for you.
    BUT IT IS STILL NOT WORKING..
    Sometime around this date BT Priority Help gets involved and lots more phone calls ensue.
    27th July, 2012:
    After I talk to priority help line and say please don’t waste our time anymore with line engineers that come around and say ‘we can’t do anything’.
    BT Priority Help book another engineer visit & we need more time off work again.
    The next line engineers visits and he says it is the same problem. He says he can’t do anything. He says it is connected to the wrong exchange. And leaves.
    He says his manager will call me. Fault Number: LS6 WPE <removed for forum post>
    28th July, 2012:
    Call from somebody from BT asking about my street address.
    They say the address might not be correct.
    29th July, 2012:
    Next day call from Franz’s, fault line engineer manager.
    He says:
    A new order is going in.
    Equipment might not be installed in correct place. Correct place should be CAB7 PCB 7 Putney.
    Some part of the equipment might still be pointing to Wandsworth.
    A new order to the exchange is being place to do it all again.
    The address BT has for this flat will not be the problem as it is a new line installed by BT.
    I need to wait till Tuesday and see if it works.
    A New Order is booked; again.
    Monday 30th July, 2012:
    I call the priority help line and COMPLAIN again that BT are getting nowhere.
    I explain that whatever you have been doing since MARCH 2012 to get this line working HAS NOT WORKED. I repeated what one line engineer told me that it might need to be connected to another exchange. Not WANDSWORTH & NOT PUTNEY but one called PUTNEY/CHISWICK???
    I explain to somebody from BT Priority Help Care the days and days and days I have lost trying to get a phone line and internet installed into this flat…
    I get a call back 30 min later.
    Lady on the phone tells me that all the previous 5 orders have been placed with Wandsworth phone numbers. She has created a new Order, Order number 6, and it is an Order with a PUTNEY EXCHANGE phone number because all the other orders have been for a mix of the wrong exchange and all have used WANDSWORTH EXCHANGE phone numbers – which would stop this working even if the line and equipment was connected to the correct PUTNEY exchange…
    1st Aug, 2012:
    Text message from BT saying they are having "systems issues trying to correct and update data in the background, and exchange problems".
    Monday 6th Aug, 2012:
    Voice mail from BT priority care team: Informed "Problems with Engineering and Exchange. They will call back on the 08th of Aug."
    14th Aug 201:
    Emails arriving saying that your new line is now working.
    But it is not.
    6pm - ish I am called from BT Sunderland priority help care. Lady does not know the details of the case. She tells me the line should now be working.
    I explain there isn’t a dial tone.
    She tells me there is an address problem. Probably.
    I explain the 8 months of issues I have been having.
    She tells me to not get upset. She doesn’t know anything about this case.
    She tells me “It can actually take up to 12 months to get a phone connected in London”.
    She tells me “that it can be very complex to get a phone connected”.
    She tells me there is a long winded email attached to my case. I tell her that the ‘long winded’ email she is reading was written by me in an attempt to show all the problems in the last 8 months IN ONE  PLACE – something BT seem incapable of doing.
    She tells me I have to wait 10 days until the address team finish their address checking.
    I explain to her that the line engineers have told me it is not an address problem.
    She tells me there is nothing she can do.
    28th Aug
    BT priority Care called me. Told me that they are still waiting for results from the Address Team.
    29th Aug
    BT priority Care called me.
    Told me that it is connected to the incorrect exchange now. Wandsworth… The same thing I was told last March.
    I got ‘annoyed’ and tried, again, to explain the entire story to the lady on the phone.
    She told me she cannot see any records of my orders back to January.
    She told me that she didn’t understand what the problem is, and that the records they have shown the line was working in Aug...
    I asked her to get her manager to call me.
    No manager called me; instead I get a call back from the same lady later in the day. She is trying to help but we are still getting nowhere. BT Priority Care are just trying to do the same things again, that have failed multiple times in the past. They have no solution because they do not know what the problem is?
    30th Aug 2012
    BT priority Care called me; lady might have been called Sharon? Another lady anyway.
    She tells me a new order is going to be placed to get the line connected back to Putney.
    I ask to speak to her manager. She says she will call me back.
    She calls me back and tells me that her manager Kelly W<removed for forum post> a BT Priority Care Manager Sunderland(maybe?) is going to call me before 6pm. This is the 3rd time I’ve asked to speak to a manager at BT Priority Care. Nobody calls me back.
    All I get from BT since March are people trying the same failed thing, again and again.
    Now they want to check with the address team. Again.
    Now 6 months later after getting it connected to the Putney exchange, they want to put it back to the Wandsworth exchange, where it was originally – and never worked? I question this decision? I ask why this is going to fix the problem if it is the opposite advice to what every line engineer (5 of them) has ever said. I get told that nobody can answer that question. 
    Friday 31/08/2012
    Another set of emails and text tell me I have a new line that is working.
    But of course it does not. The phone line is dead. No dial tone.
    Phone number is: <removed for forum post>
    VOL012-<removed for forum post>
    Monday 03/09/2012
    All the BT priority care line numbers with the PIN numbers I was given have stopped working.
    I can’t make a call to get through to the BT Priority Care Team anymore.
    So I phone the normal BT help number…
    An automated system tells my phone number is on exchange that is having a high level of faults for the last 2 hours and then it automatically disconnects my help call.
    I phone back again and I have to NOT give my phone number for about 4 levels of automated systems to get to speak to a person. This time get through to a person. In India.
    I ask for help trying to get put through to the Priority Help Care Centre in the UK. I am informed by somebody in India that all BT Priority Help Centres in the UK have been closed for good – since last Friday. I have to explain, again, the now nine months of trying to get a line connected – to the Indian help desk. I told to wait while she speaks to her supervisor.
    I get put through to a different BT Priority Help Centre in the UK. Not Sunderland.
    I speak to a man. He says he will email the Sunderland Help Centre and Kelly W<removed for forum post> and get somebody to phone me.
    I ask him for advice on what I should do to try to get a phone line connected – after 9 months of trying. He says he will try and escalate it but he does not want to step on other peoples toes?
    I ask him to CC in the CEO of BT to the email he is going to send to Kelly W<removed for forum post>. He thinks I am joking….
    It is Wednesday night of the 04th of September 2012
    Still no call back from Kelly or anybody from the Help care team. This is the 4th time I’ve requested a call back.
    And now my PIN numbers for the priority call number have been disabled so I can’t call them.
    Of course; why would you expect anything less?
    LETTERS OF LATE PAYMENT:
    In the last 6 months I’ve got multiple letters from BT telling me I am late in paying for my line service. I get ‘account overdue’ letters even though I prepaid the 12 months line service in advance for a line that has never worked.
    SADLY:
    There are phone lines in the flats below me, either side of me, and all down this entire street.
    There are phone lines all over London. There are phone lines all over the UK.
    But sadly not one that works in my flat. I’ve been without a phone or an internet connection since I moved in. 9 months ago.
    MARS:
    The Americans have flown a Mars Rover, which weighs a ton, from the Earth to Mars, landed it, and driven it around a bit – all on another planet - in the same time BT has failed to install a working phone line into a flat in central London? I wish it was this funny..
    GIVEN UP:
    So now I give up. My endless frustration at BT’s total lack of anything even close to coordinated fault tracking or anything like co-ordinated customer care service isn’t worth the time or stress any longer. 9 months of stress, lost wages while I’ve waited at home for engineers, and countless hours and hours of my time wasted on hold or speaking to people that can’t help.
    YOU SUCK:
    BT you are the total pits.
    I don’t think you could suck more.
    Some of my account numbers have been GB 1084 <removed for forum post>, GB 1099 <removed for forum post>, GB 1038 <removed for forum post>, GB 1105 <removed for forum post>
    Dozens of other reference numbers: <removed for forum post>

    Further onwards (actually downwards or backwards):
    I did respond (last week) to the request to contact the forum moderators directly and was told that that they could not help because this is now being referred to Ombudsman.
    Thanks for the offer of help anyway.
    Two days ago I did receive another letter from BT. Dated after I was told that I would never get another letter from BT asking for payment for something that was never done. "You will never get another bill". I get another bill.
    So more, painful, calls to BT in India. Have to explain the entire 9 month situation again. More wasted timed.
    Asked to wait while supervisor is contacted.
    Told she can't help but I should call this number: 0800 169 4109.
    Which I did. But of course that number requires a number and a pin. And they don't give you a pin number. So they have effectively just cut me off.
    So I have to start the entire 'call for help about this bill' processes again.
    (Don't forget I've been talking to BT now since January 2012. 9 months, coming up to 10 months and I still can't get a working phone line and I still can't stop getting bills for something that has never worked).
    Additioanlly on top of getting sent another late payment letter I’ve see no letter regarding the ‘Deadlock’ process between BT and I – as ‘promised’ by BT. I was told, verbally, the letter would go out last Monday. It is still not here. I want to know if the process has began. So I try to get help with that on BT Help Chat.
    My goal in the chat below was to:
    1. Get help with the Ombudsman process. I wanted to know why I had not received a letter from BT as I was told I was going to on the date I was expecting.
    2. Get a phone number to speak to somebody about the Ombudsman process that BT had started.
    3. Find out why I am still getting late payment changes for a line that has never worked  - in the 9 months since the initial line order was created.
    I was not given a number to call for help. Claire, the Help Chat lady, would not give me the number.
    I was told I was going to be 'called back,' which I was not happy with as I know from 9 months of past experiences with BT that I will not be called back.
    Sadly I was getting very frustrated by the end of the ‘Help Chat’. 9.5 months of tryign to get a phone line working in Central London has left me a little stressed...
    Please note that today is the day after the chat transcript below. While Claire was trying to be helpful:
    I was not called back. I received no help regarding getting details on what stage the Ombudsman process is at and what I have to do next.
    9.5 months now. No phone line. No solution. Lots and lost of endless frustration.
    Days and days and days of stress and my own time and hence money wasted.

Maybe you are looking for

  • Itunes closes unexspectetly after about 2 minutes???????

    I get no warning diologe until after its closed i can report the problem or restart itunes. I cant think of anything i changed before to make it start doing it. Ive tried reinstalling, ive tried deleting prefs, but nothing has worked. Any ideas??????

  • How can i unlock my iphone 5s recently on lost mode?

    How can i unlock my iphone 5s which i recently put on lost mode?

  • Canon FD 50mm 1.8 Lens Profile for Canon 60D

    I've created a lens profile today for the Canon FD 50mm 1.8 on a Canon 60D using the Fotodiox adapter.  I sent it to Adobe for posting publicly.   If anyone would like to download it in the meantime you can find it here: Please click this link I migh

  • OSX 10.3.9 - Blank page when printing to HP LaserJet 2430.

    Hi all, I have a problem with a user who has a G5 running OSX 10.3.9. Initially they were able to print to the printer fine but as of Friday last week it just prints a blank page. The printer is setup on a print server and the Mac has it setup via an

  • Annotated pdf files lose annotations in iBooks

    I annotated some pdf files using "Preview".  I saved the file then retieved it.  All the mark-ups were saved. However, after I copied those files to iTunes and synched my iPad with those files I was disappointed.  When I opened the pdf files in iBook