Excel initialization error

I have problems with excel sheet powerpivot data initialization issue. The error message:
  "Initialization of the data source failed. Check the database server or contact your database
administrator. Make sure the external database is available, and then try the operation again. If you see this message again, create a new data source to connect to the database". 
   When the excel sheet is opened with Microsoft Excel manually, there is no issue; but, when
the VB script coding with opening the excel sheet, some of excel sheets will have the error message. One of Excel sheets has issue, change Excel powerpivot menu manually configuration with OLAP Drill through: 1000000, changed to 1000, the error message goes
away. 
   I edit global environment variable: VSTO_SUPPRESSDISPLAYALERTS  to 0, and
then, some of excel sheets have error message next is "The embedded powerpivot data is corrupt. You have the following options", I chose "Attempt to recover the structure of the powerpivot data"; but the reports in pdf shows empty data.Try
different things to pinpoint the error, which page, which database, too many data, columns in select statement.
  Need help to figure out this initialization issue.
jianmin chen

Hi, Fei,
  I can reproduce the issue every time for some excel sheet. Those excel sheet are using same database source: Navision database, configuration database from the website, etc. And then, I did some work:
  I edit global environment variable: VSTO_SUPPRESSDISPLAYALERTS  to 0, and then,
some of excel sheets have error message next is "The embedded powerpivot data is corrupt. You have the following options", I chose "Attempt to recover the structure of the powerpivot data"; but the reports in pdf shows empty data.
   Code sample is the following, please notice that I set up waiting for 60 seconds to do refreshing, sometimes 90 seconds; the error message comes out in less than 10 seonds, so I do not think that the code of executing the VB script is the issue. 
  Module Module1
    Sub Main()
        'http://www.vbaexpress.com/kb/getarticle.php?kb_id=279
        Julia_RunMacro_NoArgs()
    End Sub
    Sub Julia_RunMacro_NoArgs()
        'Macro purpose:  Use the application.run method to execute
        'a macro without arguments from another workbook
        Dim oExcel As New Excel.Application()
        Dim PathToFile As String, _
        NameOfFile As String, _
        AgentFolder As String, _
        wbTarget As Excel.Workbook, _
        CloseIt As Boolean
        'Set file name and location. You will need to update this info!
        AgentFolder = "xxx\"
        NameOfFile = "C:" & AgentFolder & ".xlsm"
        PathToFile = "C:" & AgentFolder
        'Attempt to set the target workbook to a variable.  If an error is
        'generated, then the workbook is not open, so open it
        On Error Resume Next
        wbTarget = oExcel.Workbooks.Open(NameOfFile)
        If Err.Number <> 0 Then
            'Open the workbook
            Err.Clear()
            wbTarget = oExcel.Workbooks.Open(PathToFile & "\" & NameOfFile)
            CloseIt = True
        End If
        'Check and make sure workbook was opened
        If Err.Number = 1004 Then
            MsgBox("Sorry, but the file you specified does not exist!" _
            & vbNewLine & PathToFile & "\" & NameOfFile)
            Exit Sub
        End If
        On Error GoTo 0
        'Run the macro!  (You will need to update "MacroName" to the
        'name of the macro you wish to run)
        wbTarget.RefreshAll()
        System.Threading.Thread.Sleep(60000)
        oExcel.Run("TestPdf")
        'wbTarget.Close(SaveChanges:=False)
        'oExcel.Quit()
        'wbTarget.Close(SaveChanges:=False)
        If Not wbTarget Is Nothing Then
            wbTarget.Close(SaveChanges:=False)
            wbTarget = Nothing
        End If
        'http://stackoverflow.com/questions/22512868/remove-excel-task-from-task-manager-after-running-from-access-using-vba
        If Not oExcel Is Nothing Then
            oExcel.Quit()
            oExcel = Nothing
        End If
    End Sub
End Module
jianmin chen

Similar Messages

  • Initialization error [-70012] in Mavericks

    Have a MBP 15”, Early 2011 with a 2 GHz Intel Core i7, 8 GB 1333 MHz DDR3, 1 TB 72000 rpm HD fused with a 120 GB SSD, running OS X 10.9.1 (12B42) the original CD/DVD SuperDrive is removed for the SSD, but installed into an USB case and connected external via USB.
    After installing the SSD and fuse it with the HD, the original, now the external CD/DVD SuperDrive, via USB connected, worked fine under Mountain Lion but now, since upgraded to Mavericks, OS X 10.0.1, it works only with CD’s and even opens DVD’s but the DVD Player does not work at all (initialization error [-70012]) and prevents to watch any DVD movie.
    I researched the Apple discussions boards and others but found not any helpful solution. There are not any DVD or iDVD files on my system. Checked visible as well as invisible files and documents. The Terminal also indicates that there is no such CD or DVD (iDVD) “No such file or directory”.
    However, the System Profiler shows clearly that there is a MATSHITA DVD-R   UJ-8A8: connected with “ Firmware Revision:          HB14 / Interconnect:          USB / Burn Support:          Yes (Apple Shipping Drive) / Cache:          1024 KB / Reads DVD:          Yes / CD-Write:          -R, -RW/ DVD-Write:          -R, -R DL, -RW, +R, +R DL, +RW / Write Strategies:          CD-TAO, CD-SAO, CD-Raw, DVD-DAO.”
    Resetting NVRAM/PRAM did not resolve the issue either. Tried to use 0xED Editor but the command at the “DVDPlayback.framework: /System/Library/Frameworks/DVDPlayback.framework/Versions/A”, brought no indicators of “Internal” or the equivalent hex code. Any smart individual out there, which can help, step by step to get the DVD Player working?
    Thank you.

    Logical or not, and that is your opinion, it is how it works and doesn't work. Sorry but the built in DVD Player App only works with the Superdrive installed inside the system.
    Maybe you applied the HACK in Mt Lion, and don't recall you did it, and when you upgraded to Mavericks is got overwritten.
    Been like that for years with many different versions of OS X and DVD Player App.
    If the Superdriove is installed inside the system you can use the DVD Player App with another DVD drive connected by USB but the Superdrive must be installed inside the case, and or connected to the secondary SATA connector.

  • I can't get dvds to play "There was an initialization error. A valid video device could not be found for playback. [-70017]  Anybody know how to resolve this?

    I can't get dvds to play and, instead, get "There was an initialization error.  A valid video device could not be found for playback. [-70017]"  I went in for a Genius appt Friday and it played for the tech...but now I'm back home (one and a half hours from the store) and I'm getting the error message again when I try to load a dvd.  Any recommendations?

    Hello, try this...
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partition & use Disk Utility from there to Repair the Disk, then Repair Permissions.
    Reboot... any change?

  • Macbook pro external DVD drive initialization error 70012

    This is an answer to my own question and a comment about finding answers to questions on Apple forums.
    The situation
    I have a Macbook Pro, late-2009 model. In 2013, the internal DVD or optical drive died. I purchased an Apple external DVD drive to be able to read DVD disks, listen to audio, and watch video content. Because the computer I own was built to read only the internal DVD drive, it did not recognize this new external drive. When I plugged it in, I received an error: A valid DVD drive could not be found [-70012]. Or , or DVD could not be found, initialization error[- 70012].
    The question
    Given this situation, my question was, how do I solve DVD initialization error 70012?
    The answer
    Since my Apple Care plan had long since expired, before spending time and money at the Apple store to solve this, I decided to look online. After searching general sites and more and more specific sites, I found several posts on forums about my problem. The most helpful of these, with respect to an external DVD drive, was posted on CNET, by Topher Kessler (June 10, 2011 2:24 PM PDT):
    http://www.cnet.com/news/addressing-dvd-player-error-70012-when-using-external-d rives-in-os-x/
    The key to his advice was twofold:
    1. Hardware: The Macbook Pro was programmed to recognize the internal DVD/optical drive alone.
    2. Software: The preferences in the Macbook Pro were set to open Apple's DVD Player when a disc is inserted into the drive.
    To play audio or video discs on an external drive, the computer needed to be instructed to recognize the external drive, plus appropriate software needed to be opened. Mr. Kessler's advice went from hardware (i.e., get a new internal drive), to software (i.e., use different audio or video software), to operating system (i.e., alter the code in the operating system). Like with Goldie Locks, the first was too expensive, the last was too invasive, but the middle option was just right.
    I searched for free software to display audio and video on my external drive and found two that could do the job quite nicely. There are others, but these seemed to be the most recognized and highly rated:
    1. MPlayerX (http://mplayerx.org/download.html)
    2. VLC Media Player (http://download.cnet.com/mac/media-players/?rpp=30)
    So, I didn't have to buy an internal DVD drive and I didn't have to alter the code of the operating system. I just needed to download free software, install, and play.
    The points to learn
    1. Computers involve both hardware and software, therefore solutions to computer problems can require fixes to one, the other, or both.
    2. The simplest solution, and the least expensive, is to be preferred over the more complex.
    3. What went wrong for someone else is not necessarily what happened to your computer or software.
    4. What solved someone else's problem may not solve your problem.
    5. Just because nobody has posted information on how to solve your problem doesn't mean there isn't a solution to it.

    Hi Duane,
    Thanks for the info! That's some catch-22 for DVD Player... but useful info. I guess I'll just pick up a generic DVD-ROM to replace the drive with.
    As to the external drive, do not USB 2.0 cases run at the same speeds at Firewire 400 cases? (the same drive has no issues on other machines for playing dvds... just the lampshade iMac)

  • File Adapter: Initialization error: Conversion initialization failed

    Hi all,
    I'm trying to establish a file adapter (FTP, File Content Conversion).
    In the adapter monitor I' ve got the following error:
    Sender Adapter v1325 for Party '', Service 'BS_ACN_PCS_A':
    Configured at 14:49:34 2005-08-29
    Initialization error: Conversion initialization failed with java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found:
    Format error in 'xml.recordset' argument: incomplete structure (name,number) pair
    My content conversion parameters are:
    BP_BusinessPartnerMasterData_IncomingData.fieldFixedLengths:
    20,50,50,1,10,50,10,50,5,20,20,15,15
    BP_BusinessPartnerMasterData_IncomingData.fieldNames: Number,Name2,Name1,Gender,Birthdate,City,Postcode,Street,
    HouseNo,PhoneNumber,Fax,BankId,BankAccount
    BP_BusinessPartnerMasterData_IncomingData.fieldContentFormating:
    trim
    BP_BusinessPartnerMasterData_IncomingData.keyFieldInStructure:
    ignore
    What could be the error or where I have to look for it?
    Thanks,
    Fabian

    Yes,
    Recordset name: BP_BusinessPartnerMasterData_IncomingData
    Recordset structure: BP_BusinessPartnerMasterData_IncomingData
    The corresponding Message Type:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://pcs.acn.com/basicdata" targetNamespace="http://pcs.acn.com/basicdata">
         <xsd:element name="BP_MasterDataIncomingFil" type="BP_BusinessPartnerMasterData_IncomingData" />
         <xsd:complexType name="BP_BusinessPartnerMasterData_IncomingData">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   f323a4b018a911da9fd9000bcd69ce64
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:sequence>
                   <xsd:element name="Number">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8500fe111da89f2d1210a87220d
                             </xsd:appinfo>
                             <xsd:documentation xml:lang="EN">
                             Id from Sender for BP
                             </xsd:documentation>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="Name2">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8510fe111dacfd7d1210a87220d
                             </xsd:appinfo>
                             <xsd:documentation xml:lang="EN">
                             Last name or Company name
                             </xsd:documentation>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="50" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="Name1">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8520fe111da94bad1210a87220d
                             </xsd:appinfo>
                             <xsd:documentation xml:lang="EN">
                             First name or Company name 2
                             </xsd:documentation>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="50" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="Gender">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8530fe111da99add1210a87220d
                             </xsd:appinfo>
                             <xsd:documentation xml:lang="EN">
                             m or f or blank
                             </xsd:documentation>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="1" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="Birthdate">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8540fe111dab156d1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="10" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="City">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8550fe111daa58cd1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="50" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="Postcode">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8560fe111dac0c2d1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="10" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="Street">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8570fe111dabbd3d1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="50" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="HouseNo">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8580fe111dab63fd1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="5" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="PhoneNumber">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8590fe111dac782d1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="Fax">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e85a0fe111daa9ebd1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="BankId">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e85b0fe111dace1ed1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="15" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="BankAccount">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e85c0fe111da8801d1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="15" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
              </xsd:sequence>
         </xsd:complexType>
    </xsd:schema>

  • Photoshop CS3 Initialization Error

    Successfully installed & activated Photoshop CS3  on a new PC with a fresh Windows 7 Pro 64bit installation, along with Photoshop CS3 10.0.1 & Bridge CS3 2.1.1.9 updates.  Bridge runs fine, but Photoshop returns the following error when attempting to launch the program, "Could not initialize Photoshop because of a program error."  Attempted to resolve by the following steps:
    Remove/reinstall CS3 in root directory
    Remove/reinstall CS3
    Disable TWAIN driver
    Downloaded & installed latest NVidia video card drivers.
    Noticed the following message in PSErrorLog.txt every time Photoshop CS3 is launched, "2013:10:31 09:41:33 : ..\..\sources\OWLPanelManager.cpp : 1602 : REQUIRE failed"  Downloaded & installed AdobeOwl.dll for this reason, but without success. 
    ALM.log prinout indicates that several steps failed, but I do not know whether this is a problem or how it might be resolved:
    2013-10-31 09:08:41 [4064] ALM: _info_: ==========================================
    2013-10-31 09:08:41 [4064] ALM: _info_: Start ALM 2.1 Release (build 2.1.2.1082)
    2013-10-31 09:08:41 [4064] ALM: _info_:      TYPE = 1
    2013-10-31 09:08:41 [4064] ALM: _info_:      GUID = License-GUID-Photoshop-CS3-Win
    2013-10-31 09:08:41 [4064] ALM: _info_:      LANG = en_US
    2013-10-31 09:08:41 [4064] ALM: _info_: Load AdobeConfig (version = 1.3)
    2013-10-31 09:08:41 [4064] ALM: _info_: Use Serial Number In PCD
    2013-10-31 09:08:42 [4064] ALM: _info_: Find License (type = 0x01, property = 0x00, status = 0x00)
    2013-10-31 09:08:42 [4064] ALM: _info_: Start License Session Succeed!
    2013-10-31 09:08:42 [4064] ALM: _info_: Query Feature Photoshop_Premium (version = 10.0) Failed (status = -5)
    2013-10-31 09:08:42 [4064] ALM: _info_: Query Feature Photoshop_Standard (version = 10.0) Succeed
    2013-10-31 09:08:42 [4064] ALM: _info_: Query Feature Bridge_Base (version = 2.0) Succeed
    2013-10-31 09:08:42 [4064] ALM: _info_: Query Feature Bridge_CameraRaw (version = 2.0) Succeed
    2013-10-31 09:08:42 [4064] ALM: _info_: Query Feature MobileCenter_Base (version = 1.0) Succeed
    2013-10-31 09:18:20 [3180] ALM: _info_: ==========================================
    2013-10-31 09:18:20 [3180] ALM: _info_: Start ALM 2.1 Release (build 2.1.5.1504)
    2013-10-31 09:18:20 [3180] ALM: _info_:      TYPE = 2
    2013-10-31 09:18:20 [3180] ALM: _info_: Start License Session Succeed!
    2013-10-31 09:18:20 [3180] ALM: _info_: Query Feature Bridge_Base (version = 2.0) Succeed
    2013-10-31 09:18:20 [3180] ALM: _info_: Query Feature Bridge_Base (version = 2.0) Succeed
    2013-10-31 09:18:20 [3180] ALM: _info_: Query Feature Bridge_ColorSettings (version = 2.0) Failed (status = -5)
    2013-10-31 09:18:20 [3180] ALM: _info_: Query Feature Bridge_CameraRaw (version = 2.0) Succeed
    2013-10-31 09:18:20 [3180] ALM: _info_: Query Feature Bridge_PhotoshopElements (version = 2.0) Failed (status = -5)
    2013-10-31 09:18:45 [3180] ALM: _info_:
    2013-10-31 09:18:45 [3180] ALM: _info_: End License Session!
    2013-10-31 09:18:45 [3180] ALM: _info_: End ALM
    2013-10-31 09:18:45 [3180] ALM: _info_: ==========================================
    AMT.log report is as follows:
    2013-10-31 09:41:20 [3264]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2013-10-31 09:41:20 [3264]  AMT: Initializing C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\ [en_US]
    2013-10-31 09:41:20 [3264]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2013-10-31 09:41:20 [3264]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:20 [3264]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:20 [3264]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:20 [3264]  /AMT0087759331/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:20 [3264]  /AMT0051932803/ License-GUID-Photoshop-CS3-Win
    2013-10-31 09:41:20 [3264]  /AMT0186350190/
    2013-10-31 09:41:20 [3264]  /AMT0013778542/
    2013-10-31 09:41:20 [3264]  /AMT0141832179/ C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\AMT
    2013-10-31 09:41:20 [3264]  /AMT0166617427/ C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\AMT\application.sif
    2013-10-31 09:41:20 [3264]  /AMT0268432926/ 91198956814627932656
    2013-10-31 09:41:20 [3264]  /AMT0172021198/
    2013-10-31 09:41:20 [3264]  /AMT0201805758/
    2013-10-31 09:41:20 [3264]  /AMT0013754766/
    2013-10-31 09:41:20 [3264]  /AMT0088421566/
    2013-10-31 09:41:20 [3264]  /AMT0171050355/
    2013-10-31 09:41:33 [3520]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2013-10-31 09:41:33 [3520]  AMT: Initializing C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\ [en_US]
    2013-10-31 09:41:33 [3520]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2013-10-31 09:41:33 [3520]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:33 [3520]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:33 [3520]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:33 [3520]  /AMT0087759331/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:33 [3520]  /AMT0051932803/ License-GUID-Photoshop-CS3-Win
    2013-10-31 09:41:33 [3520]  /AMT0186350190/
    2013-10-31 09:41:33 [3520]  /AMT0013778542/
    2013-10-31 09:41:33 [3520]  /AMT0141832179/ C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\AMT
    2013-10-31 09:41:33 [3520]  /AMT0166617427/ C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\AMT\application.sif
    2013-10-31 09:41:33 [3520]  /AMT0268432926/ 91198956814627932656
    2013-10-31 09:41:33 [3520]  /AMT0172021198/
    2013-10-31 09:41:33 [3520]  /AMT0201805758/
    2013-10-31 09:41:33 [3520]  /AMT0013754766/
    2013-10-31 09:41:33 [3520]  /AMT0088421566/
    2013-10-31 09:41:33 [3520]  /AMT0171050355/
    Any suggestions to resolve this dilemma are appreciated. 

    I managed to resolve the Photoshop CS3 initialization error by reinstalling Windows 7 Pro 64-bit from scratch.  This took a lot of time, but it amounted to less effort than I had spent troubleshooting the problem. 

  • Setup Initialization Error

    Mar 14, 2010 Setup Initialization Error My computer recently crashed. I got it repaired but in the process, most of my programs were lost including Adobe PhotoShop 7.0. I tried re-installing from the CD but got an error message which read: Setup Initialization Error. Setup is unable to find a hard disk location to store temporary files. Make at least 3089KB free space available and then running setup again. Error 101. Then I received another message: "Could not complete your request because of missing or invalid personalization information." Can anyone help fix this situation? Thank you. Kind personal regards,

    And? What operating system? What language? What computer? User account? Sorry, such vague statemts will never get you the help you may need. This is mostly a system problem...
    Mylenium

  • Getting an "installer failed to initialize" error when installing CS5 from CD

    Getting an "installer failed to initialize" error when installing CS5 from CD
    Mac OS X Version 10.7.5

    Try using the Adobe Creative Suite Cleaner Tool
    helps resolve installation problems for CS3 thru CS6 and for Creative Cloud
    http://www.adobe.com/support/contact/cscleanertool.html
    If you continue to have problems getting the CD installation to work you can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site or else the download will not work properly.
    CS5:
    http://prodesigntools.com/all-adobe-cs5-direct-download-links.html

  • I installed itunes and quick time  but when I try to open itunes I get a message that reads "quicktime failed to initialize (error -2096)"

    I installed itunes and quick time  but when I try to open itunes I get a message that reads "quicktime failed to initialize (error -2096).  I have removed both itunes and quicktime from my computer and re-installed them and I still get the same message.  What do I do to get itunes to work?

    That one is often a compatibility mode problem. Try the following document, only be sure that none of the boxes in the compatibility mode tab are checked (not just the compatibility mode box itself):
    iTunes for Windows: How to turn off Compatibility Mode

  • Photoshop CS6 "failed to initialize" error...

    hi, everyone.
    i tried to install photoshop CS6 but i got "failed to initialize" error message.
    i tried everything in the web site http://forums.adobe.com/message/2786497#2786497 but it didn't work out.
    i uninstalled all adobe product with appcleaner than try to install but it didn't work.
    i opened in the safe mode but it didn't work out.
    i don't want to install MacOSX again if that's the solution.
    Please Help...
    My Operating System:
    Mac OS X 10.8.2
    My PDpp.log:
    Mon Feb 11 00:03:31 2013
    [INFO] PIM - START installPackage at file /Volumes/CS6 MstrColl/Adobe CS6 Master Collection/packages/UWA/UWA.pimx
    Mon Feb 11 00:03:32 2013
    [WARN] PIM - RemoveQuarantineInfo from File /Users/Murat/Applications/Adobe/OOBE/PDApp/install.sig .
    Mon Feb 11 00:03:32 2013
    [INFO] Setup - TimeLog: End Installing. Now launching PDApp
    Mon Feb 11 00:03:32 2013
    [FATAL] Setup - Adobe Application Manager executable does not exist at the location: /Users/Murat/Applications/Adobe/OOBE/PDApp//core/PDApp.app/Contents/MacOS/PDApp
    Mon Feb 11 00:03:32 2013
    [FATAL] Setup - Unable to launch PDApp
    Mon Feb 11 00:03:34 2013
    [INFO] Setup - =================  Exiting Installer with Code: 0  =================

    thank you for your answer.
    But, i already deleted all adobe products with appcleaner unfortunately so i don't have any uninstaller to run.
    after deleting adobe products. i only install adobe flash player and adobe reader.
    i run the adobe creative suite cleaner tool, it didn't find any session to delete even if i use option "All" at the top of right corner in the program.
    now i only have flash player and reader, what should i do please help...

  • Excel ActiveX error in exe: library not registered

    Hi,
    I wondered if any of you can help me as I'm at a bit of a
    loss. I have an application that is complied to exe, and installed with
    an installer in LabVIEW 8.5.1 that uses the Excel ActiveX interface to
    write to an xls file. In development and on all of my testing this
    seems to work fine (with Excel 03 and 07) but I have just received a
    bug report whereby on a particular install the following error has been
    thrown form my Open Excel VI (see attached code). Apparently it was
    working but this machine has recently upgraded some data management
    software (Goldmine 6.0 -> 7.5) and since then it hasn't worked.  The error generated is:
    Error code:-2147319779
    source: "Library not registered."
    Troubleshooting
    is complicated a little as this is running as an exe and the source
    code seems to work fine on my development machine.
    Any ideas would be GREATLY appriciated!
    (my current inclination is to ask the customer to resintall Office and
    Goldmine and then reinstall the LabVIEW app - so far he has only tried
    reinstalling the LabVIEW software)
    Shaun
    (this message is also posted on Lavag.org = http://forums.lavag.org/Excel-ActiveX-error-in-exe-library-not-registered-t11912.html)
    Attachments:
    Open Excel.vi.png ‏52 KB

    It would really help to see the relevant code, and to know which version of LabVIEW is being used.  I notice the original code was developed on LabVIEW 8.5, and the Poster mentions older versions of Office (and is writing an .xls instead of an .xlsx file), suggesting the original code is about 7 years old.
    About 4 years ago, I got frustrated with trying to use ActiveX, and NI developed a much more robust Report Generation Toolkit.  I've adopted the RGT and haven't looked back.  Most of the weird errors I used to fight are gone, and building executables is (mostly) no pain (there's a small glitch that required manual OK-type intervention when you first encounter the Toolkit in a Build).  I'm guessing that it should be pretty easy to rewrite your code using the RGT in place of ActiveX, and I'm willing to help ...
    Bob Schor

  • When I try to open iTunes, I receive a QuickTime failed to initialize (error-2096).

    When I try to open iTunes, I receive:  "QuickTime failed to initialize (error - 2096).  It also tells me to unistall iTunes and then install iTunes again.  If I uninstall iTunes, will I lose all my songs and videos?

    Follow these instructions to completely remove Apple software
    http://support.apple.com/kb/HT1923
    Then use free Ccleaner to repeatly repair your registry until it's fixed.
    http://www.piriform.com/ccleaner/download/standard
    download iTunes again from Apple.
    http://www.apple.com/itunes/
    If you have 64bit Vista or Windows 7, look for the seperate download of iTunes for that further down the page.
    Once installed, use the Apple Software Update under your Start Menu to fully update all Apple components.
    Your content will remain on the drive in the Music > iTunes Folder, nothing is deleted.
    You should be making backups of your content regularly, either through iTunes or via copying the iTunesFolder in your Music folder to a external drive.
    Windows is notorious for having "other" issues that make it unstable, we as volunteers helping others can't always resolve those issues.
    After doing the steps above, stand by and others may be able to assist you.

  • Initialization error : class file has wrong version 49.0, should be 45.3 or

    I have Jdeveloper Base installation and JDK 1.5..the classpath and JAVA_HOME environment variables are set to the respective JDK1.5\bin folders. Even then when i try to make a web application, with a simple JSP page i get the following error :
    Initialization error: class file has wrong version 49.0, should be 45.3 or 46.0 or 47.0 or 48.0 on CLASSPATH ..(followed by a long list of paths)
    pls help,
    thanks

    i have windows XP. i have tried to unset the class path...i get the same error.
    i have JDeveloper 10g 10.1.2.
    i have changed the jdev.conf file to set the Java Home to the path that contains the JDK 1.5..

  • Initialization Error: Failed to read POST response

    Guys,
    I need help, I am cloning ,y PROD DB to a test environment, I did first using my test database and it worked, but running with my PROD failed.
    I am using OEMGrid Control, Wind2003, DBOracle9i, I am trying to connect using OEMGC and when start trasnfering "One datafile" via HTTP (I guess is the temp file) fialed with the error: Initialization Error: Failed to read POST response.
    Please does anybody have a little idea what could happen?...please I need some guide...I will appreciate so much....Thanks
    I tried looking for the error I the only I got was the follwoing:...It looks like a patch
    Subject: Oracle Enterprise Manager Management Agent Patch Set Notes for Windows 10g Release 2 (10.2.0.2)
    Doc ID: Note:375161.1 Type: README
    Last Revision Date: 01-AUG-2006 Status: ARCHIVED
    Skip Headers
    Oracle® Enterprise Manager Management Agent Patch Set Notes for Windows
    10g Release 2 (10.2.0.2)
    B31109-01

    What is the size of the data file which fails during transfer? I could find one reference on Metalink where the large file size (6GB) resulted in this error but that is in Oracle 10g.

  • I cannot open files in excel with error message "The file name or path contains invalid characters

    I cannot open files in excel with error message "The file name or path contains invalid characters

    Found the solution. The hardrive name was changed to "/" which is not a recognised file path character. So I changed the name to "Mac" then I was able to already open all files in excel and word

Maybe you are looking for

  • Sales order qty to divide in 5 planned orders

    Hi, in mto scenario, sales order recieved for 500 qty, we want system to create 5 different planed orders so that we can creatae 5 seperate production orders. where we should do settings required during mrp planning? pls advise.

  • Connecting WRT300N to internet using 802.11x

    My service provider requires 802.11x authentication to connect to Internet. Is there any way to get my WRT300N to act as a 802.11x client on it's internet connection?

  • Change Prg name in classes using abap code

    Hello Experts, I'm having following req:- I need to change program name using abap code . I have prepared report which changing prg name & also it is replecting target name into T-code & Programes where source prg name is being used. My next req is i

  • TRFC Queue Error "Unable to interpret BGUA as a number"

    Hi all, I am getting the below error message in TRFC queue "Unable to interpret BGUA as a number" when i do a datamart dataload from ODS to Cube. ODS is getting data from datasource 0CO_OM_CCA_9. Can anyone help how to resolve this issue?. Thanks & R

  • Can't install Adobe Air 2.0.3 on Snow Leopard

    Hi, I upgraded Air from 1.5.x to 2.0.3, but failed with error #2038. After that I have uninstalled the adobe air and did a re-installation, but got the same error again. Anyone can help me with this problem? Thanks