Strange ODBC Administrator error

Hi All,
I installed Ora7 on a NT server with 2 Pentium 4 CPUs. Everything worked fine until I tried to use the ODBC Administrator. I got the following error:
'The ODBC Resource DLL (C:\WINNT\System32\odbcint.dll) is a different version that the administrator (C:\WINNT\System32\ODBCAD32.dll)'
Has anyone seen this before? I'v tried reinstalling the Oracle ODBC driver but it didn't help.
Any help will be greatly appreciated!
ils

This error code means this:
ERROR_BAD_EXE_FORMAT
193 (0xC1)
%1 is not a valid Win32 application.
If you are talking about ODBCAD32.exe, then it looks like the installation of the driver mis-registered a 32 bit driver ad 64 bit or vise-versa.  It is trying to load either a 32 bit driver from the 64 bit version (C:\windows\system32\odbcad32.exe) or trying to load a 64 bit driver from the 32 bit version (C:\windows\syswow64\odbcad32.exe).  As the driver listing is determined by registry keys that are set on installation of the driver, it is likely that the driver installer has a fault which is causing it to be mis-registered with ODBC.
I would take this up with Oracle from here, I suppose.
Hope that helps,
JohnThis post is provided 'as is' and confers no express or implied warranties or rights.

Similar Messages

  • ODBC Administrator (32-bit ..\SysWOW64\odbc32ad.exe) fails on System DSN add, with error code 126

    Logging into W2008R2 server with ID which is a member of "Administrators" group.  Installed 32-bit PostgreSQL driver via msi package.  When using 32-bit ODBC Administrator to create "System DSN", receive error as follows:
    "The setup routines for the PostgreSQL ANSI ODBC driver could not be loaded due to system error code 126: The specified module could not be found. (C:\psqlODBC\0903\bin\psqlodbc30a.dll).
    I have verified the file does exist, by that name, in that location and the registry entries look good (I am not allowed to insert images until my account is "verified").
    The ODBC Administrator lists the 32-bit driver (along with all the others) in the Drivers tab.  I am successful creating a System DSN if I choose a different 32-bit driver (e.g. the IBM DB2 driver).  Thank you for any direction you can provide.

    Hi JMARKS6205-2,
    Sorry for my delay.
    Based on your description, it seems that you have checked the registry entries. On current situation, I suggest
    that you should check again. Just to confirm.
    Please open Registry Editor and navigate to the path: HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI
    Since installation information for ODBC drivers is stored in this key. Please make sure that the required ODBC
    driver file (psqlodbc30a.dll) is in the correct folder as described by the registry keys.
    For more details, please refer to the following KB.
    PRB: Error Message: "Could Not Load Translator or Setup
    Library"
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • ODBC Administrator  odbcad32.exe  crashing

    Whenever I try to set up a System DSN selecting Oracle ODBC Driver 9.0.1.8.0 it causes the ODBC Administrator odbcad32.exe to crash.
    I am running Oracle9i Enterprise Edition Release 9.2.0.6.0 and Windows XP Professional.
    I have tried installing the ODBC driver into a different directory, but that did not help.
    I have to use a MS Access front end to connect to the database because that is where all the reports that I need to run were developed.
    I am not a technical person, so any help would be appreciated.

    Hi JMARKS6205-2,
    Sorry for my delay.
    Based on your description, it seems that you have checked the registry entries. On current situation, I suggest
    that you should check again. Just to confirm.
    Please open Registry Editor and navigate to the path: HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI
    Since installation information for ODBC drivers is stored in this key. Please make sure that the required ODBC
    driver file (psqlodbc30a.dll) is in the correct folder as described by the registry keys.
    For more details, please refer to the following KB.
    PRB: Error Message: "Could Not Load Translator or Setup
    Library"
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • ORA-28544: connect to agent failed, probable Net8 administration error

    HI WHEN I TRY TO QUERY SQL SERVER DATABASE FROM ORACLE IAM GETTING THE FOLLOWING ERROR
    ORA-28544: connect to agent failed, probable Net8 administration error
    External procedure agent received SQL or transactional RPC
    CAN ANYONE HELP ME ON THIS

    I've got the same error, help!!!
    specs:
    0. issues
    #>cat /etc/issue
    Welcome to SUSE LINUX Enterprise Server 9 (i586) - Kernel \r (\l).
    1. Checking ODBC connection
    #>cat /etc/unixODBC/odbc.ini
    [myodbc01]
    Description = my01
    Driver = my01
    Server = 192.168.0.xxx
    Database = mysqldb
    USER = oracle
    Password = orapasswd
    Port =
    Socket =
    Option =
    Stmt =
    #>cat /etc/unixODBC/odbcinst.ini
    [my01]
    Description = MYODBC351
    Driver = /usr/lib/unixODBC/libmyodbc3-3.51.06.so
    Setup = /usr/lib/unixODBC/libodbcmyS.so.1
    FileUsage = 1
    CPTimeout =
    CPReuse =
    #>isql myodbc01 oracle orapasswd
    | Connected! |
    | |
    | sql-statement |
    | help [tablename] |
    | quit |
    | |
    SQL> select * from mytable;
    | id| bug_id| reporter_id| bugnote_text_id| view_state| date_submitted | last_modified | note_type| note_attr|
    | 51| 5 | 2 | 51 | 10 | 2007-06-08 13:06:40| 2007-06-08 13:06:40| 0 | |
    | 50| 5 | 6 | 50 | 50 | 2007-06-08 13:05:54| 2007-06-08 13:05:54| 0 | |
    | 49| 5 | 5 | 49 | 50 | 2007-06-08 13:01:05| 2007-06-08 13:01:05| 0 | |
    | 48| 5 | 6 | 48 | 50 | 2007-06-08 13:00:42| 2007-06-08 13:00:42| 0 | |
    | 47| 5 | 5 | 47 | 50 | 2007-06-08 12:59:49| 2007-06-08 12:59:49| 0 | |
    | 46| 5 | 3 | 46 | 10 | 2007-06-08 12:58:27| 2007-06-08 12:58:27| 0 | |
    | 45| 5 | 2 | 45 | 10 | 2007-06-08 12:46:20| 2007-06-08 12:46:20| 0 | |
    | 44| 5 | 6 | 44 | 50 | 2007-06-08 12:45:52| 2007-06-08 12:45:52| 0 | |
    | 43| 5 | 2 | 43 | 50 | 2007-06-08 12:44:42| 2007-06-08 12:44:42| 0 | |
    | 39| 5 | 5 | 39 | 50 | 2007-06-08 12:37:48| 2007-06-08 12:37:48| 0 | |
    | 40| 5 | 6 | 40 | 50 | 2007-06-08 12:41:06| 2007-06-08 12:41:06| 0 | |
    | 41| 5 | 5 | 41 | 50 | 2007-06-08 12:41:41| 2007-06-08 12:41:41| 0 | |
    | 42| 5 | 6 | 42 | 50 | 2007-06-08 12:43:04| 2007-06-08 12:43:04| 0 | |
    SQLRowCount returns 13
    13 rows fetched
    SQL>
    ...so, it works
    2. Configuring HS
    #>hsodbc
    Oracle Corporation --- WEDNESDAY JUN 13 2007 13:23:56.886
    Heterogeneous Agent Release 10.2.0.3.0 - Production Built with
    Driver for ODBC
    #>cat /home/oracle/Ora10g/hs/admin/initmantis.ora --SID=mantis
    HS_FDS_CONNECT_INFO = myodbc01
    HS_FDS_TRACE_LEVEL = ON
    HS_FDS_SHAREABLE_NAME = /usr/lib/libodbc.so
    set ODBCINI=/etc/unixODBC/odbc.ini
    #>cat /home/oracle/Ora10g/network/admin/listener.ora
    LISTENER =
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (ADDRESS=(PROTOCOL=ipc)(KEY=MANTIS)))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=mantis)
    (ORACLE_HOME=/home/oracle/Ora10g)
    (PROGRAM=hsodbc)
    CONNECT_TIMEOUT_LISTENER = 5
    #>cat /home/oracle/Ora10g/network/admin/tnsnames.ora
    mantis =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (CONNECT_DATA=(SID=mantis))
    (HS=OK)
    3. Creating 'n testing db link..
    #>sqlplus ...
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Jun 13 13:53:00 2007
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>select banner from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    CORE 10.2.0.3.0 Production
    TNS for Linux: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    SQL>create database link mantis_dblink connect to oracle identified by orapasswd using 'mantis';
    Database link created.
    SQL> select * from mytable@mantis_dblink;
    SQL> select * from mytable@mantis_dblink
    ERROR at line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from MANTIS_DBLINK

  • Strange ODBC problem with 64 bit (x64) 10.2 client

    Hi,
    I'm encountering a strange problem with the 64 bit ODBC driver that comes with the 64 bit (x64) 10.2 client. I have installed the client and that all went fine, and I can use sqlplus to access my databases.
    Now, I have setup an ODBC datasource using the Oracle ODBC driver that gets installed and if I click on the Test button and provide correct login information I get connected just fine.
    So, now if I attempt to use this ODBC datasource from a 64 bit program that I am writing, I get the following error message :
    [Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified.
    I'm know my program is ok because I have tested it with other ODBC drivers and they work. I can't seem to determine what exactly I'm missing that is making this not work. I have set the environment variables TNS_ADMIN and ORACLE_HOME to point to the correct places - I think, but that doesn't help. Also, the Oracle \bin directory is in the path as I thnk it should be.
    I'm stumped. Does anybody have any idea what could be the problem here ?
    Thanks,
    Nick

    Hi,
    I tried that and I couldn't get it to connect using the Oracle ODBC driver. It worked fine if I picked a SQL server ODBC datasource, but not an Oracle one. With the Oracle ODBC DSN, I don't even get an Oracle message, I get an ODBC configuration error.
    I'm pretty sure that the Oracle ODBC driver is 64-bit since the ODBC admin program is a 64-bit program and it is able to do the test ok.
    I'm think that the when using the ODBC driver, there is something in the environment or in the naming of the DSN that I am doing wrong

  • OBIEE 11g ODBC connectivity error

    Hi all,
    I am getting the following error when I tried to access a simple query through Answers.
    "*Odbc driver returned an error (SQLExecDirectW).*
    *Error Details*
    *Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P*
    *State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 16001] ODBC error state: IM002 code: 0 message: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified. (HY000)*
    *SQL Issued: SELECT s_0, s_1, s_2 FROM ( SELECT 0 s_0, "BISample"."Product"."BRAND" s_1, "BISample"."Target"."REVENUE" s_2 FROM "BISample" ) djm*"
    What I did was
    1. Create a DSN 'orcl', 32 bit Oracle ODBC driver. Tested and worked against the Oracle database.
    2. Import metadata using Local, ODBC 3.5 and DSN = orcl
    3. Build a simple BMM and subject area
    4. In the phyiscal layer, right click on a table, and select view data/update row count. Error with message "The connection has failed"
    5. Hoping for the best, create a simple query in answer and got the above odbc driver error in results tab.
    Interestingly, if I edit the connection pool and use OCI (my SID is also orcl), then everything works fine.
    I'm new to OBIEE and hope someone can tell me if I have missed a step or make any mistakes!
    Thanks!
    Regards
    Han Kiat

    Hi All,
    I am able to connect SQL Server database with OBIEE 11g RPD offline and imported metadata and verified update row count/view data but when i was trying to publish the same RPD the data is not returning also "update row count/view data" is giving and error "The connection has failed."
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 16001] ODBC error state: IM002 code: 0 message: [DataDirect][ODBC lib] Data source name not found and no default driver specified. (HY000)
    Environment:
    OBIEE 11g/WLS 10.3.3/Oracle database 11g installed on RHL 5
    Client tools are installed on local Vista 32 bit system.
    Oracle database is working fin, where as SQL Server is giving issues.
    You want me to create a ODBC connection in RHL 5 server to connect to SQL Server ? i am little bit confused here how to create !
    same time i have created ODBC for oracle apps database and imported and able to view data in RPD when i am in Online mode.
    When i open RPD in online mode and trying to import the data i dont have access to local machine ODBC's which is expected and if i change to "Remote Server" nothing is showing here.
    Appreciate your comments on the above.
    Thanks

  • Can't install Air. Getting administrator error

    Whenever i try to install Adobe Air, i keep getting the error: "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator". I'm running vista 32 bit.
    I've tried deleting Adobe Air, but i still get that message.
    Install log:
    [2011-06-15:21:52:42] Runtime Installer begin with version 2.7.0.19480 on Windows Vista x86
    [2011-06-15:21:52:42] Commandline is:
    [2011-06-15:21:52:42] No installed runtime detected
    [2011-06-15:21:52:45] Relaunching with elevation
    [2011-06-15:21:52:45] Launching subprocess with commandline c:\users\owner\appdata\local\temp\air673a.tmp\adobe air installer.exe -ei
    [2011-06-15:21:52:47] Runtime Installer begin with version 2.7.0.19480 on Windows Vista x86
    [2011-06-15:21:52:47] Commandline is: -stdio \\.\pipe\AIR_2800_0 -ei
    [2011-06-15:21:52:47] No installed runtime detected
    [2011-06-15:21:52:47] Starting silent runtime install. Installing runtime version 2.7.0.19480
    [2011-06-15:21:52:47] Installing msi at c:\users\owner\appdata\local\temp\air673a.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-06-15:21:52:49] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-06-15:21:52:49] Rolling back install of c:\users\owner\appdata\local\temp\air673a.tmp\setup.msi
    [2011-06-15:21:52:49] Rollback complete
    [2011-06-15:21:52:49] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-06-15:21:52:49] Runtime Installer end with exit code 7
    Any help would be much appreciated.

    I tried out the script and i got the flashing windows that it said would happen. However, i still get the "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator" error message when I try to install Adobe Air.
    The log file for AIR Zapper is:
    Found Folder: C:\Users\Owner\AppData\Roaming\Adobe\Flash Player\AssetCache
    Delete Succeeded
    Found Folder: C:\Users\Owner\AppData\Roaming\Macromedia\Flash Player\macromedia.com\support\flashplayer\sys
    Delete Succeeded
    Found Folder: C:\Users\Owner\AppData\Local\Adobe\AIR
    Delete Succeeded
    Found Folder: C:\Users\Owner\AppData\Roaming\Adobe\AIR
    Delete Succeeded
    Found Reg Key: SOFTWARE\Classes\.air\
    Delete FAILED
    Found Reg Key: SOFTWARE\Classes\AIR.InstallerPackage\
    Delete FAILED
    Found Reg Key: SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\01B115A1 CF11BAC4C9848646F190FC00\
    Delete FAILED
    Found Reg Key: SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\25E1F060 34CBD4D4D9DA91E700CD5D9C\
    Delete FAILED
    Found Reg Key: SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\90A2D107 EB418F542933C10EDE00329A\
    Delete FAILED
    Found Reg Key: SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\98D0EE5F 5CB32574E9BB35B330E68A90\
    Delete FAILED
    Found Reg Key: SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\9EB9F2B7 1F1DD4E4A90FDA80F570B333\
    Delete FAILED
    Found Reg Key: SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\FC8775A7 0DB513942842346B032C2437\
    Delete FAILED
    Zapping GUID: {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    MsiZapInfo: Performing operations for user S-1-5-21-1226385639-3998539426-3173554158-1000
    Searching for the product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0} cached package. . .
    Searching for install property data for product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}. . .
    Searching user's global config location for product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0} data. . .
      Searching for product 080E7FFA4791FB54390101EDA1F1E50D upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 080E7FFA4791FB54390101EDA1F1E50D in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-39985394 26-3173554158-1000\Products\080E7FFA4791FB54390101EDA1F1E50D\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Products\080E7FFA4791FB54390101EDA1F1E50D for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Features\080E7FFA4791FB54390101EDA1F1E50D for product feature data. . .
    Searching per-machine global config location for product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0} data. . .
      Searching for product 080E7FFA4791FB54390101EDA1F1E50D upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 080E7FFA4791FB54390101EDA1F1E50D in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\080E7FFA47 91FB54390101EDA1F1E50D\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\080E7 FFA4791FB54390101EDA1F1E50D for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Features\080E7 FFA4791FB54390101EDA1F1E50D for product feature data. . .
    Searching old global config location for product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0} data. . .
      Searching for product 080E7FFA4791FB54390101EDA1F1E50D upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 080E7FFA4791FB54390101EDA1F1E50D in Software\Microsoft\Windows\CurrentVersion\Installer\Products\080E7FFA4791FB54390101EDA1F1 E50D\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Products\080E7FFA4791FB54390101E DA1F1E50D for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Features\080E7FFA4791FB54390101E DA1F1E50D for product feature data. . .
    Searching per-machine location for product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0} data. . .
      Searching for product 080E7FFA4791FB54390101EDA1F1E50D upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product 080E7FFA4791FB54390101EDA1F1E50D in Software\Classes\Installer\Products\080E7FFA4791FB54390101EDA1F1E50D\Patches
      Searching HKLM\Software\Classes\Installer\Components for published component data for the product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}. . .
      Searching HKLM\Software\Classes\Installer\Assemblies for .Net assembly data for the product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}. . .
      Searching HKLM\Software\Classes\Installer\Win32Assemblies for Win32 assembly data for the product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}. . .
      Searching HKLM\Software\Classes\Installer\Products\080E7FFA4791FB54390101EDA1F1E50D for product data. . .
      Searching HKLM\Software\Classes\Installer\Features\080E7FFA4791FB54390101EDA1F1E50D for product feature data. . .
    Searching old per-user location for product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0} data. . .
      Searching for product 080E7FFA4791FB54390101EDA1F1E50D upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product 080E7FFA4791FB54390101EDA1F1E50D in Software\Classes\Installer\Products\080E7FFA4791FB54390101EDA1F1E50D\Patches
      Searching HKCU\Software\Classes\Installer\Products\080E7FFA4791FB54390101EDA1F1E50D for product data. . .
      Searching HKCU\Software\Classes\Installer\Features\080E7FFA4791FB54390101EDA1F1E50D for product feature data. . .
    Searching per-user location for product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0} data. . .
      Searching for product 080E7FFA4791FB54390101EDA1F1E50D upgrade codes in Software\Microsoft\Installer\UpgradeCodes...
      Searching for patches for product 080E7FFA4791FB54390101EDA1F1E50D in Software\Microsoft\Installer\Products\080E7FFA4791FB54390101EDA1F1E50D\Patches
      Searching HKCU\Software\Microsoft\Installer\Assemblies for .Net assembly data for the product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}. . .
      Searching HKCU\Software\Microsoft\Installer\Products\080E7FFA4791FB54390101EDA1F1E50D for product data. . .
      Searching HKCU\Software\Microsoft\Installer\Features\080E7FFA4791FB54390101EDA1F1E50D for product feature data. . .
    Searching for product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0} in per-user managed location. . .
      Searching for product 080E7FFA4791FB54390101EDA1F1E50D upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\UpgradeCodes...
      Searching for patches for product 080E7FFA4791FB54390101EDA1F1E50D in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\Products\080E7FFA4791FB54390101EDA1F1E50D\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-3998 539426-3173554158-1000\Installer\Products\080E7FFA4791FB54390101EDA1F1E50D for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-3998 539426-3173554158-1000\Installer\Features\080E7FFA4791FB54390101EDA1F1E50D for product feature data. . .
    Searching for shared DLL counts for components tied to the product 080E7FFA4791FB54390101EDA1F1E50D. . .
       HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Components key is not present.
    Searching for shared DLL counts for components tied to the product 080E7FFA4791FB54390101EDA1F1E50D. . .
      Searching for product 080E7FFA4791FB54390101EDA1F1E50D client info data. . .
      Searching for product 080E7FFA4791FB54390101EDA1F1E50D client info data. . .
    Searching for Installer files and folders associated with the product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}. . .
      Searching for files and folders in the user's profile. . .
      Searching for files and folders in the %WINDIR%\Installer folder
    No product/patch data was found.
    Zapping GUID: {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    MsiZapInfo: Performing operations for user S-1-5-21-1226385639-3998539426-3173554158-1000
    Searching for the product {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB} cached package. . .
    Searching for install property data for product {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}. . .
    Searching user's global config location for product {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB} data. . .
      Searching for product FB540C64F3B24CB4E8C4000EFCB89DBD upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product FB540C64F3B24CB4E8C4000EFCB89DBD in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-39985394 26-3173554158-1000\Products\FB540C64F3B24CB4E8C4000EFCB89DBD\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Products\FB540C64F3B24CB4E8C4000EFCB89DBD for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Features\FB540C64F3B24CB4E8C4000EFCB89DBD for product feature data. . .
    Searching per-machine global config location for product {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB} data. . .
      Searching for product FB540C64F3B24CB4E8C4000EFCB89DBD upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product FB540C64F3B24CB4E8C4000EFCB89DBD in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\FB540C64F3 B24CB4E8C4000EFCB89DBD\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\FB540 C64F3B24CB4E8C4000EFCB89DBD for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Features\FB540 C64F3B24CB4E8C4000EFCB89DBD for product feature data. . .
    Searching old global config location for product {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB} data. . .
      Searching for product FB540C64F3B24CB4E8C4000EFCB89DBD upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product FB540C64F3B24CB4E8C4000EFCB89DBD in Software\Microsoft\Windows\CurrentVersion\Installer\Products\FB540C64F3B24CB4E8C4000EFCB8 9DBD\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Products\FB540C64F3B24CB4E8C4000 EFCB89DBD for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Features\FB540C64F3B24CB4E8C4000 EFCB89DBD for product feature data. . .
    Searching per-machine location for product {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB} data. . .
      Searching for product FB540C64F3B24CB4E8C4000EFCB89DBD upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product FB540C64F3B24CB4E8C4000EFCB89DBD in Software\Classes\Installer\Products\FB540C64F3B24CB4E8C4000EFCB89DBD\Patches
      Searching HKLM\Software\Classes\Installer\Components for published component data for the product {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}. . .
      Searching HKLM\Software\Classes\Installer\Assemblies for .Net assembly data for the product {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}. . .
      Searching HKLM\Software\Classes\Installer\Win32Assemblies for Win32 assembly data for the product {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}. . .
      Searching HKLM\Software\Classes\Installer\Products\FB540C64F3B24CB4E8C4000EFCB89DBD for product data. . .
      Searching HKLM\Software\Classes\Installer\Features\FB540C64F3B24CB4E8C4000EFCB89DBD for product feature data. . .
    Searching old per-user location for product {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB} data. . .
      Searching for product FB540C64F3B24CB4E8C4000EFCB89DBD upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product FB540C64F3B24CB4E8C4000EFCB89DBD in Software\Classes\Installer\Products\FB540C64F3B24CB4E8C4000EFCB89DBD\Patches
      Searching HKCU\Software\Classes\Installer\Products\FB540C64F3B24CB4E8C4000EFCB89DBD for product data. . .
      Searching HKCU\Software\Classes\Installer\Features\FB540C64F3B24CB4E8C4000EFCB89DBD for product feature data. . .
    Searching per-user location for product {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB} data. . .
      Searching for product FB540C64F3B24CB4E8C4000EFCB89DBD upgrade codes in Software\Microsoft\Installer\UpgradeCodes...
      Searching for patches for product FB540C64F3B24CB4E8C4000EFCB89DBD in Software\Microsoft\Installer\Products\FB540C64F3B24CB4E8C4000EFCB89DBD\Patches
      Searching HKCU\Software\Microsoft\Installer\Assemblies for .Net assembly data for the product {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}. . .
      Searching HKCU\Software\Microsoft\Installer\Products\FB540C64F3B24CB4E8C4000EFCB89DBD for product data. . .
      Searching HKCU\Software\Microsoft\Installer\Features\FB540C64F3B24CB4E8C4000EFCB89DBD for product feature data. . .
    Searching for product {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB} in per-user managed location. . .
      Searching for product FB540C64F3B24CB4E8C4000EFCB89DBD upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\UpgradeCodes...
      Searching for patches for product FB540C64F3B24CB4E8C4000EFCB89DBD in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\Products\FB540C64F3B24CB4E8C4000EFCB89DBD\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-3998 539426-3173554158-1000\Installer\Products\FB540C64F3B24CB4E8C4000EFCB89DBD for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-3998 539426-3173554158-1000\Installer\Features\FB540C64F3B24CB4E8C4000EFCB89DBD for product feature data. . .
    Searching for shared DLL counts for components tied to the product FB540C64F3B24CB4E8C4000EFCB89DBD. . .
       HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Components key is not present.
    Searching for shared DLL counts for components tied to the product FB540C64F3B24CB4E8C4000EFCB89DBD. . .
      Searching for product FB540C64F3B24CB4E8C4000EFCB89DBD client info data. . .
      Searching for product FB540C64F3B24CB4E8C4000EFCB89DBD client info data. . .
    Searching for Installer files and folders associated with the product {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}. . .
      Searching for files and folders in the user's profile. . .
      Searching for files and folders in the %WINDIR%\Installer folder
    No product/patch data was found.
    Zapping GUID: {B194272D-1F92-46DF-99EB-8D5CE91CB4EC}
    MsiZapInfo: Performing operations for user S-1-5-21-1226385639-3998539426-3173554158-1000
    Searching for the product {B194272D-1F92-46DF-99EB-8D5CE91CB4EC} cached package. . .
    Searching for install property data for product {B194272D-1F92-46DF-99EB-8D5CE91CB4EC}. . .
    Searching user's global config location for product {B194272D-1F92-46DF-99EB-8D5CE91CB4EC} data. . .
      Searching for product D272491B29F1FD6499BED8C59EC14BCE upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product D272491B29F1FD6499BED8C59EC14BCE in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-39985394 26-3173554158-1000\Products\D272491B29F1FD6499BED8C59EC14BCE\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Products\D272491B29F1FD6499BED8C59EC14BCE for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Features\D272491B29F1FD6499BED8C59EC14BCE for product feature data. . .
    Searching per-machine global config location for product {B194272D-1F92-46DF-99EB-8D5CE91CB4EC} data. . .
      Searching for product D272491B29F1FD6499BED8C59EC14BCE upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product D272491B29F1FD6499BED8C59EC14BCE in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\D272491B29 F1FD6499BED8C59EC14BCE\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\D2724 91B29F1FD6499BED8C59EC14BCE for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Features\D2724 91B29F1FD6499BED8C59EC14BCE for product feature data. . .
    Searching old global config location for product {B194272D-1F92-46DF-99EB-8D5CE91CB4EC} data. . .
      Searching for product D272491B29F1FD6499BED8C59EC14BCE upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product D272491B29F1FD6499BED8C59EC14BCE in Software\Microsoft\Windows\CurrentVersion\Installer\Products\D272491B29F1FD6499BED8C59EC1 4BCE\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Products\D272491B29F1FD6499BED8C 59EC14BCE for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Features\D272491B29F1FD6499BED8C 59EC14BCE for product feature data. . .
    Searching per-machine location for product {B194272D-1F92-46DF-99EB-8D5CE91CB4EC} data. . .
      Searching for product D272491B29F1FD6499BED8C59EC14BCE upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product D272491B29F1FD6499BED8C59EC14BCE in Software\Classes\Installer\Products\D272491B29F1FD6499BED8C59EC14BCE\Patches
      Searching HKLM\Software\Classes\Installer\Components for published component data for the product {B194272D-1F92-46DF-99EB-8D5CE91CB4EC}. . .
      Searching HKLM\Software\Classes\Installer\Assemblies for .Net assembly data for the product {B194272D-1F92-46DF-99EB-8D5CE91CB4EC}. . .
      Searching HKLM\Software\Classes\Installer\Win32Assemblies for Win32 assembly data for the product {B194272D-1F92-46DF-99EB-8D5CE91CB4EC}. . .
      Searching HKLM\Software\Classes\Installer\Products\D272491B29F1FD6499BED8C59EC14BCE for product data. . .
      Searching HKLM\Software\Classes\Installer\Features\D272491B29F1FD6499BED8C59EC14BCE for product feature data. . .
    Searching old per-user location for product {B194272D-1F92-46DF-99EB-8D5CE91CB4EC} data. . .
      Searching for product D272491B29F1FD6499BED8C59EC14BCE upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product D272491B29F1FD6499BED8C59EC14BCE in Software\Classes\Installer\Products\D272491B29F1FD6499BED8C59EC14BCE\Patches
      Searching HKCU\Software\Classes\Installer\Products\D272491B29F1FD6499BED8C59EC14BCE for product data. . .
      Searching HKCU\Software\Classes\Installer\Features\D272491B29F1FD6499BED8C59EC14BCE for product feature data. . .
    Searching per-user location for product {B194272D-1F92-46DF-99EB-8D5CE91CB4EC} data. . .
      Searching for product D272491B29F1FD6499BED8C59EC14BCE upgrade codes in Software\Microsoft\Installer\UpgradeCodes...
      Searching for patches for product D272491B29F1FD6499BED8C59EC14BCE in Software\Microsoft\Installer\Products\D272491B29F1FD6499BED8C59EC14BCE\Patches
      Searching HKCU\Software\Microsoft\Installer\Assemblies for .Net assembly data for the product {B194272D-1F92-46DF-99EB-8D5CE91CB4EC}. . .
      Searching HKCU\Software\Microsoft\Installer\Products\D272491B29F1FD6499BED8C59EC14BCE for product data. . .
      Searching HKCU\Software\Microsoft\Installer\Features\D272491B29F1FD6499BED8C59EC14BCE for product feature data. . .
    Searching for product {B194272D-1F92-46DF-99EB-8D5CE91CB4EC} in per-user managed location. . .
      Searching for product D272491B29F1FD6499BED8C59EC14BCE upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\UpgradeCodes...
      Searching for patches for product D272491B29F1FD6499BED8C59EC14BCE in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\Products\D272491B29F1FD6499BED8C59EC14BCE\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-3998 539426-3173554158-1000\Installer\Products\D272491B29F1FD6499BED8C59EC14BCE for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-3998 539426-3173554158-1000\Installer\Features\D272491B29F1FD6499BED8C59EC14BCE for product feature data. . .
    Searching for shared DLL counts for components tied to the product D272491B29F1FD6499BED8C59EC14BCE. . .
       HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Components key is not present.
    Searching for shared DLL counts for components tied to the product D272491B29F1FD6499BED8C59EC14BCE. . .
      Searching for product D272491B29F1FD6499BED8C59EC14BCE client info data. . .
      Searching for product D272491B29F1FD6499BED8C59EC14BCE client info data. . .
    Searching for Installer files and folders associated with the product {B194272D-1F92-46DF-99EB-8D5CE91CB4EC}. . .
      Searching for files and folders in the user's profile. . .
      Searching for files and folders in the %WINDIR%\Installer folder
    No product/patch data was found.
    Zapping GUID: {A2BCA9F1-566C-4805-97D1-7FDC93386723}
    MsiZapInfo: Performing operations for user S-1-5-21-1226385639-3998539426-3173554158-1000
    Searching for the product {A2BCA9F1-566C-4805-97D1-7FDC93386723} cached package. . .
    Searching for install property data for product {A2BCA9F1-566C-4805-97D1-7FDC93386723}. . .
    Searching user's global config location for product {A2BCA9F1-566C-4805-97D1-7FDC93386723} data. . .
      Searching for product 1F9ACB2AC6655084791DF7CD39837632 upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 1F9ACB2AC6655084791DF7CD39837632 in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-39985394 26-3173554158-1000\Products\1F9ACB2AC6655084791DF7CD39837632\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Products\1F9ACB2AC6655084791DF7CD39837632 for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Features\1F9ACB2AC6655084791DF7CD39837632 for product feature data. . .
    Searching per-machine global config location for product {A2BCA9F1-566C-4805-97D1-7FDC93386723} data. . .
      Searching for product 1F9ACB2AC6655084791DF7CD39837632 upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 1F9ACB2AC6655084791DF7CD39837632 in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\1F9ACB2AC6 655084791DF7CD39837632\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\1F9AC B2AC6655084791DF7CD39837632 for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Features\1F9AC B2AC6655084791DF7CD39837632 for product feature data. . .
    Searching old global config location for product {A2BCA9F1-566C-4805-97D1-7FDC93386723} data. . .
      Searching for product 1F9ACB2AC6655084791DF7CD39837632 upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 1F9ACB2AC6655084791DF7CD39837632 in Software\Microsoft\Windows\CurrentVersion\Installer\Products\1F9ACB2AC6655084791DF7CD3983 7632\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Products\1F9ACB2AC6655084791DF7C D39837632 for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Features\1F9ACB2AC6655084791DF7C D39837632 for product feature data. . .
    Searching per-machine location for product {A2BCA9F1-566C-4805-97D1-7FDC93386723} data. . .
      Searching for product 1F9ACB2AC6655084791DF7CD39837632 upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product 1F9ACB2AC6655084791DF7CD39837632 in Software\Classes\Installer\Products\1F9ACB2AC6655084791DF7CD39837632\Patches
      Searching HKLM\Software\Classes\Installer\Components for published component data for the product {A2BCA9F1-566C-4805-97D1-7FDC93386723}. . .
      Searching HKLM\Software\Classes\Installer\Assemblies for .Net assembly data for the product {A2BCA9F1-566C-4805-97D1-7FDC93386723}. . .
      Searching HKLM\Software\Classes\Installer\Win32Assemblies for Win32 assembly data for the product {A2BCA9F1-566C-4805-97D1-7FDC93386723}. . .
      Searching HKLM\Software\Classes\Installer\Products\1F9ACB2AC6655084791DF7CD39837632 for product data. . .
      Searching HKLM\Software\Classes\Installer\Features\1F9ACB2AC6655084791DF7CD39837632 for product feature data. . .
    Searching old per-user location for product {A2BCA9F1-566C-4805-97D1-7FDC93386723} data. . .
      Searching for product 1F9ACB2AC6655084791DF7CD39837632 upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product 1F9ACB2AC6655084791DF7CD39837632 in Software\Classes\Installer\Products\1F9ACB2AC6655084791DF7CD39837632\Patches
      Searching HKCU\Software\Classes\Installer\Products\1F9ACB2AC6655084791DF7CD39837632 for product data. . .
      Searching HKCU\Software\Classes\Installer\Features\1F9ACB2AC6655084791DF7CD39837632 for product feature data. . .
    Searching per-user location for product {A2BCA9F1-566C-4805-97D1-7FDC93386723} data. . .
      Searching for product 1F9ACB2AC6655084791DF7CD39837632 upgrade codes in Software\Microsoft\Installer\UpgradeCodes...
      Searching for patches for product 1F9ACB2AC6655084791DF7CD39837632 in Software\Microsoft\Installer\Products\1F9ACB2AC6655084791DF7CD39837632\Patches
      Searching HKCU\Software\Microsoft\Installer\Assemblies for .Net assembly data for the product {A2BCA9F1-566C-4805-97D1-7FDC93386723}. . .
      Searching HKCU\Software\Microsoft\Installer\Products\1F9ACB2AC6655084791DF7CD39837632 for product data. . .
      Searching HKCU\Software\Microsoft\Installer\Features\1F9ACB2AC6655084791DF7CD39837632 for product feature data. . .
    Searching for product {A2BCA9F1-566C-4805-97D1-7FDC93386723} in per-user managed location. . .
      Searching for product 1F9ACB2AC6655084791DF7CD39837632 upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\UpgradeCodes...
      Searching for patches for product 1F9ACB2AC6655084791DF7CD39837632 in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\Products\1F9ACB2AC6655084791DF7CD39837632\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-3998 539426-3173554158-1000\Installer\Products\1F9ACB2AC6655084791DF7CD39837632 for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-3998 539426-3173554158-1000\Installer\Features\1F9ACB2AC6655084791DF7CD39837632 for product feature data. . .
    Searching for shared DLL counts for components tied to the product 1F9ACB2AC6655084791DF7CD39837632. . .
       HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Components key is not present.
    Searching for shared DLL counts for components tied to the product 1F9ACB2AC6655084791DF7CD39837632. . .
      Searching for product 1F9ACB2AC6655084791DF7CD39837632 client info data. . .
      Searching for product 1F9ACB2AC6655084791DF7CD39837632 client info data. . .
    Searching for Installer files and folders associated with the product {A2BCA9F1-566C-4805-97D1-7FDC93386723}. . .
      Searching for files and folders in the user's profile. . .
      Searching for files and folders in the %WINDIR%\Installer folder
    No product/patch data was found.
    Zapping GUID: {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    MsiZapInfo: Performing operations for user S-1-5-21-1226385639-3998539426-3173554158-1000
    Searching for the product {197A3012-8C85-4FD3-AB66-9EC7E13DB92E} cached package. . .
    Searching for install property data for product {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}. . .
    Searching user's global config location for product {197A3012-8C85-4FD3-AB66-9EC7E13DB92E} data. . .
      Searching for product 2103A79158C83DF4BA66E97C1ED39BE2 upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 2103A79158C83DF4BA66E97C1ED39BE2 in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-39985394 26-3173554158-1000\Products\2103A79158C83DF4BA66E97C1ED39BE2\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Products\2103A79158C83DF4BA66E97C1ED39BE2 for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Features\2103A79158C83DF4BA66E97C1ED39BE2 for product feature data. . .
    Searching per-machine global config location for product {197A3012-8C85-4FD3-AB66-9EC7E13DB92E} data. . .
      Searching for product 2103A79158C83DF4BA66E97C1ED39BE2 upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 2103A79158C83DF4BA66E97C1ED39BE2 in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\2103A79158 C83DF4BA66E97C1ED39BE2\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\2103A 79158C83DF4BA66E97C1ED39BE2 for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Features\2103A 79158C83DF4BA66E97C1ED39BE2 for product feature data. . .
    Searching old global config location for product {197A3012-8C85-4FD3-AB66-9EC7E13DB92E} data. . .
      Searching for product 2103A79158C83DF4BA66E97C1ED39BE2 upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 2103A79158C83DF4BA66E97C1ED39BE2 in Software\Microsoft\Windows\CurrentVersion\Installer\Products\2103A79158C83DF4BA66E97C1ED3 9BE2\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Products\2103A79158C83DF4BA66E97 C1ED39BE2 for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Features\2103A79158C83DF4BA66E97 C1ED39BE2 for product feature data. . .
    Searching per-machine location for product {197A3012-8C85-4FD3-AB66-9EC7E13DB92E} data. . .
      Searching for product 2103A79158C83DF4BA66E97C1ED39BE2 upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product 2103A79158C83DF4BA66E97C1ED39BE2 in Software\Classes\Installer\Products\2103A79158C83DF4BA66E97C1ED39BE2\Patches
      Searching HKLM\Software\Classes\Installer\Components for published component data for the product {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}. . .
      Searching HKLM\Software\Classes\Installer\Assemblies for .Net assembly data for the product {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}. . .
      Searching HKLM\Software\Classes\Installer\Win32Assemblies for Win32 assembly data for the product {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}. . .
      Searching HKLM\Software\Classes\Installer\Products\2103A79158C83DF4BA66E97C1ED39BE2 for product data. . .
      Searching HKLM\Software\Classes\Installer\Features\2103A79158C83DF4BA66E97C1ED39BE2 for product feature data. . .
    Searching old per-user location for product {197A3012-8C85-4FD3-AB66-9EC7E13DB92E} data. . .
      Searching for product 2103A79158C83DF4BA66E97C1ED39BE2 upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product 2103A79158C83DF4BA66E97C1ED39BE2 in Software\Classes\Installer\Products\2103A79158C83DF4BA66E97C1ED39BE2\Patches
      Searching HKCU\Software\Classes\Installer\Products\2103A79158C83DF4BA66E97C1ED39BE2 for product data. . .
      Searching HKCU\Software\Classes\Installer\Features\2103A79158C83DF4BA66E97C1ED39BE2 for product feature data. . .
    Searching per-user location for product {197A3012-8C85-4FD3-AB66-9EC7E13DB92E} data. . .
      Searching for product 2103A79158C83DF4BA66E97C1ED39BE2 upgrade codes in Software\Microsoft\Installer\UpgradeCodes...
      Searching for patches for product 2103A79158C83DF4BA66E97C1ED39BE2 in Software\Microsoft\Installer\Products\2103A79158C83DF4BA66E97C1ED39BE2\Patches
      Searching HKCU\Software\Microsoft\Installer\Assemblies for .Net assembly data for the product {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}. . .
      Searching HKCU\Software\Microsoft\Installer\Products\2103A79158C83DF4BA66E97C1ED39BE2 for product data. . .
      Searching HKCU\Software\Microsoft\Installer\Features\2103A79158C83DF4BA66E97C1ED39BE2 for product feature data. . .
    Searching for product {197A3012-8C85-4FD3-AB66-9EC7E13DB92E} in per-user managed location. . .
      Searching for product 2103A79158C83DF4BA66E97C1ED39BE2 upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\UpgradeCodes...
      Searching for patches for product 2103A79158C83DF4BA66E97C1ED39BE2 in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\Products\2103A79158C83DF4BA66E97C1ED39BE2\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-3998 539426-3173554158-1000\Installer\Products\2103A79158C83DF4BA66E97C1ED39BE2 for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-3998 539426-3173554158-1000\Installer\Features\2103A79158C83DF4BA66E97C1ED39BE2 for product feature data. . .
    Searching for shared DLL counts for components tied to the product 2103A79158C83DF4BA66E97C1ED39BE2. . .
       HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Components key is not present.
    Searching for shared DLL counts for components tied to the product 2103A79158C83DF4BA66E97C1ED39BE2. . .
      Searching for product 2103A79158C83DF4BA66E97C1ED39BE2 client info data. . .
      Searching for product 2103A79158C83DF4BA66E97C1ED39BE2 client info data. . .
    Searching for Installer files and folders associated with the product {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}. . .
      Searching for files and folders in the user's profile. . .
      Searching for files and folders in the %WINDIR%\Installer folder
    No product/patch data was found.
    Zapping GUID: {00203668-8170-44A0-BE44-B632FA4D780F}
    MsiZapInfo: Performing operations for user S-1-5-21-1226385639-3998539426-3173554158-1000
    Searching for the product {00203668-8170-44A0-BE44-B632FA4D780F} cached package. . .
    Searching for install property data for product {00203668-8170-44A0-BE44-B632FA4D780F}. . .
    Searching user's global config location for product {00203668-8170-44A0-BE44-B632FA4D780F} data. . .
      Searching for product 8663020007180A44EB446B23AFD487F0 upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 8663020007180A44EB446B23AFD487F0 in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-39985394 26-3173554158-1000\Products\8663020007180A44EB446B23AFD487F0\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Products\8663020007180A44EB446B23AFD487F0 for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Features\8663020007180A44EB446B23AFD487F0 for product feature data. . .
    Searching per-machine global config location for product {00203668-8170-44A0-BE44-B632FA4D780F} data. . .
      Searching for product 8663020007180A44EB446B23AFD487F0 upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 8663020007180A44EB446B23AFD487F0 in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\8663020007 180A44EB446B23AFD487F0\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\86630 20007180A44EB446B23AFD487F0 for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Features\86630 20007180A44EB446B23AFD487F0 for product feature data. . .
    Searching old global config location for product {00203668-8170-44A0-BE44-B632FA4D780F} data. . .
      Searching for product 8663020007180A44EB446B23AFD487F0 upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 8663020007180A44EB446B23AFD487F0 in Software\Microsoft\Windows\CurrentVersion\Installer\Products\8663020007180A44EB446B23AFD4 87F0\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Products\8663020007180A44EB446B2 3AFD487F0 for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Features\8663020007180A44EB446B2 3AFD487F0 for product feature data. . .
    Searching per-machine location for product {00203668-8170-44A0-BE44-B632FA4D780F} data. . .
      Searching for product 8663020007180A44EB446B23AFD487F0 upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product 8663020007180A44EB446B23AFD487F0 in Software\Classes\Installer\Products\8663020007180A44EB446B23AFD487F0\Patches
      Searching HKLM\Software\Classes\Installer\Components for published component data for the product {00203668-8170-44A0-BE44-B632FA4D780F}. . .
      Searching HKLM\Software\Classes\Installer\Assemblies for .Net assembly data for the product {00203668-8170-44A0-BE44-B632FA4D780F}. . .
      Searching HKLM\Software\Classes\Installer\Win32Assemblies for Win32 assembly data for the product {00203668-8170-44A0-BE44-B632FA4D780F}. . .
      Searching HKLM\Software\Classes\Installer\Products\8663020007180A44EB446B23AFD487F0 for product data. . .
      Searching HKLM\Software\Classes\Installer\Features\8663020007180A44EB446B23AFD487F0 for product feature data. . .
    Searching old per-user location for product {00203668-8170-44A0-BE44-B632FA4D780F} data. . .
      Searching for product 8663020007180A44EB446B23AFD487F0 upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product 8663020007180A44EB446B23AFD487F0 in Software\Classes\Installer\Products\8663020007180A44EB446B23AFD487F0\Patches
      Searching HKCU\Software\Classes\Installer\Products\8663020007180A44EB446B23AFD487F0 for product data. . .
      Searching HKCU\Software\Classes\Installer\Features\8663020007180A44EB446B23AFD487F0 for product feature data. . .
    Searching per-user location for product {00203668-8170-44A0-BE44-B632FA4D780F} data. . .
      Searching for product 8663020007180A44EB446B23AFD487F0 upgrade codes in Software\Microsoft\Installer\UpgradeCodes...
      Searching for patches for product 8663020007180A44EB446B23AFD487F0 in Software\Microsoft\Installer\Products\8663020007180A44EB446B23AFD487F0\Patches
      Searching HKCU\Software\Microsoft\Installer\Assemblies for .Net assembly data for the product {00203668-8170-44A0-BE44-B632FA4D780F}. . .
      Searching HKCU\Software\Microsoft\Installer\Products\8663020007180A44EB446B23AFD487F0 for product data. . .
      Searching HKCU\Software\Microsoft\Installer\Features\8663020007180A44EB446B23AFD487F0 for product feature data. . .
    Searching for product {00203668-8170-44A0-BE44-B632FA4D780F} in per-user managed location. . .
      Searching for product 8663020007180A44EB446B23AFD487F0 upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\UpgradeCodes...
      Searching for patches for product 8663020007180A44EB446B23AFD487F0 in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\Products\8663020007180A44EB446B23AFD487F0\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-3998 539426-3173554158-1000\Installer\Products\8663020007180A44EB446B23AFD487F0 for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-3998 539426-3173554158-1000\Installer\Features\8663020007180A44EB446B23AFD487F0 for product feature data. . .
    Searching for shared DLL counts for components tied to the product 8663020007180A44EB446B23AFD487F0. . .
       HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Components key is not present.
    Searching for shared DLL counts for components tied to the product 8663020007180A44EB446B23AFD487F0. . .
      Searching for product 8663020007180A44EB446B23AFD487F0 client info data. . .
      Searching for product 8663020007180A44EB446B23AFD487F0 client info data. . .
    Searching for Installer files and folders associated with the product {00203668-8170-44A0-BE44-B632FA4D780F}. . .
      Searching for files and folders in the user's profile. . .
      Searching for files and folders in the %WINDIR%\Installer folder
    No product/patch data was found.
    Zapping GUID: {E6672E63-6C06-4303-8F37-D8CEE82005B0}
    MsiZapInfo: Performing operations for user S-1-5-21-1226385639-3998539426-3173554158-1000
    Searching for the product {E6672E63-6C06-4303-8F37-D8CEE82005B0} cached package. . .
    Searching for install property data for product {E6672E63-6C06-4303-8F37-D8CEE82005B0}. . .
    Searching user's global config location for product {E6672E63-6C06-4303-8F37-D8CEE82005B0} data. . .
      Searching for product 36E2766E60C63034F8738DEC8E02500B upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 36E2766E60C63034F8738DEC8E02500B in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-39985394 26-3173554158-1000\Products\36E2766E60C63034F8738DEC8E02500B\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Products\36E2766E60C63034F8738DEC8E02500B for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Features\36E2766E60C63034F8738DEC8E02500B for product feature data. . .
    Searching per-machine global config location for product {E6672E63-6C06-4303-8F37-D8CEE82005B0} data. . .
      Searching for product 36E2766E60C63034F8738DEC8E02500B upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 36E2766E60C63034F8738DEC8E02500B in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\36E2766E60 C63034F8738DEC8E02500B\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\36E27 66E60C63034F8738DEC8E02500B for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Features\36E27 66E60C63034F8738DEC8E02500B for product feature data. . .
    Searching old global config location for product {E6672E63-6C06-4303-8F37-D8CEE82005B0} data. . .
      Searching for product 36E2766E60C63034F8738DEC8E02500B upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 36E2766E60C63034F8738DEC8E02500B in Software\Microsoft\Windows\CurrentVersion\Installer\Products\36E2766E60C63034F8738DEC8E02 500B\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Products\36E2766E60C63034F8738DE C8E02500B for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Features\36E2766E60C63034F8738DE C8E02500B for product feature data. . .
    Searching per-machine location for product {E6672E63-6C06-4303-8F37-D8CEE82005B0} data. . .
      Searching for product 36E2766E60C63034F8738DEC8E02500B upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product 36E2766E60C63034F8738DEC8E02500B in Software\Classes\Installer\Products\36E2766E60C63034F8738DEC8E02500B\Patches
      Searching HKLM\Software\Classes\Installer\Components for published component data for the product {E6672E63-6C06-4303-8F37-D8CEE82005B0}. . .
      Searching HKLM\Software\Classes\Installer\Assemblies for .Net assembly data for the product {E6672E63-6C06-4303-8F37-D8CEE82005B0}. . .
      Searching HKLM\Software\Classes\Installer\Win32Assemblies for Win32 assembly data for the product {E6672E63-6C06-4303-8F37-D8CEE82005B0}. . .
      Searching HKLM\Software\Classes\Installer\Products\36E2766E60C63034F8738DEC8E02500B for product data. . .
      Searching HKLM\Software\Classes\Installer\Features\36E2766E60C63034F8738DEC8E02500B for product feature data. . .
    Searching old per-user location for product {E6672E63-6C06-4303-8F37-D8CEE82005B0} data. . .
      Searching for product 36E2766E60C63034F8738DEC8E02500B upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product 36E2766E60C63034F8738DEC8E02500B in Software\Classes\Installer\Products\36E2766E60C63034F8738DEC8E02500B\Patches
      Searching HKCU\Software\Classes\Installer\Products\36E2766E60C63034F8738DEC8E02500B for product data. . .
      Searching HKCU\Software\Classes\Installer\Features\36E2766E60C63034F8738DEC8E02500B for product feature data. . .
    Searching per-user location for product {E6672E63-6C06-4303-8F37-D8CEE82005B0} data. . .
      Searching for product 36E2766E60C63034F8738DEC8E02500B upgrade codes in Software\Microsoft\Installer\UpgradeCodes...
      Searching for patches for product 36E2766E60C63034F8738DEC8E02500B in Software\Microsoft\Installer\Products\36E2766E60C63034F8738DEC8E02500B\Patches
      Searching HKCU\Software\Microsoft\Installer\Assemblies for .Net assembly data for the product {E6672E63-6C06-4303-8F37-D8CEE82005B0}. . .
      Searching HKCU\Software\Microsoft\Installer\Products\36E2766E60C63034F8738DEC8E02500B for product data. . .
      Searching HKCU\Software\Microsoft\Installer\Features\36E2766E60C63034F8738DEC8E02500B for product feature data. . .
    Searching for product {E6672E63-6C06-4303-8F37-D8CEE82005B0} in per-user managed location. . .
      Searching for product 36E2766E60C63034F8738DEC8E02500B upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\UpgradeCodes...
      Searching for patches for product 36E2766E60C63034F8738DEC8E02500B in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\Products\36E2766E60C63034F8738DEC8E02500B\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-3998 539426-3173554158-1000\Installer\Products\36E2766E60C63034F8738DEC8E02500B for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-3998 539426-3173554158-1000\Installer\Features\36E2766E60C63034F8738DEC8E02500B for product feature data. . .
    Searching for shared DLL counts for components tied to the product 36E2766E60C63034F8738DEC8E02500B. . .
       HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Components key is not present.
    Searching for shared DLL counts for components tied to the product 36E2766E60C63034F8738DEC8E02500B. . .
      Searching for product 36E2766E60C63034F8738DEC8E02500B client info data. . .
      Searching for product 36E2766E60C63034F8738DEC8E02500B client info data. . .
    Searching for Installer files and folders associated with the product {E6672E63-6C06-4303-8F37-D8CEE82005B0}. . .
      Searching for files and folders in the user's profile. . .
      Searching for files and folders in the %WINDIR%\Installer folder
    No product/patch data was found.
    Zapping GUID: {199FC15D-2E06-47BE-B3EA-CA086FCB94CF}
    MsiZapInfo: Performing operations for user S-1-5-21-1226385639-3998539426-3173554158-1000
    Searching for the product {199FC15D-2E06-47BE-B3EA-CA086FCB94CF} cached package. . .
    Searching for install property data for product {199FC15D-2E06-47BE-B3EA-CA086FCB94CF}. . .
    Searching user's global config location for product {199FC15D-2E06-47BE-B3EA-CA086FCB94CF} data. . .
      Searching for product D51CF99160E2EB743BAEAC80F6BC49FC upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product D51CF99160E2EB743BAEAC80F6BC49FC in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-39985394 26-3173554158-1000\Products\D51CF99160E2EB743BAEAC80F6BC49FC\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Products\D51CF99160E2EB743BAEAC80F6BC49FC for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Features\D51CF99160E2EB743BAEAC80F6BC49FC for product feature data. . .
    Searching per-machine global config location for product {199FC15D-2E06-47BE-B3EA-CA086FCB94CF} data. . .
      Searching for product D51CF99160E2EB743BAEAC80F6BC49FC upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product D51CF99160E2EB743BAEAC80F6BC49FC in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\D51CF99160 E2EB743BAEAC80F6BC49FC\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\D51CF 99160E2EB743BAEAC80F6BC49FC for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Features\D51CF 99160E2EB743BAEAC80F6BC49FC for product feature data. . .
    Searching old global config location for product {199FC15D-2E06-47BE-B3EA-CA086FCB94CF} data. . .
      Searching for product D51CF99160E2EB743BAEAC80F6BC49FC upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product D51CF99160E2EB743BAEAC80F6BC49FC in Software\Microsoft\Windows\CurrentVersion\Installer\Products\D51CF99160E2EB743BAEAC80F6BC 49FC\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Products\D51CF99160E2EB743BAEAC8 0F6BC49FC for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Features\D51CF99160E2EB743BAEAC8 0F6BC49FC for product feature data. . .
    Searching per-machine location for product {199FC15D-2E06-47BE-B3EA-CA086FCB94CF} data. . .
      Searching for product D51CF99160E2EB743BAEAC80F6BC49FC upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product D51CF99160E2EB743BAEAC80F6BC49FC in Software\Classes\Installer\Products\D51CF99160E2EB743BAEAC80F6BC49FC\Patches
      Searching HKLM\Software\Classes\Installer\Components for published component data for the product {199FC15D-2E06-47BE-B3EA-CA086FCB94CF}. . .
      Searching HKLM\Software\Classes\Installer\Assemblies for .Net assembly data for the product {199FC15D-2E06-47BE-B3EA-CA086FCB94CF}. . .
      Searching HKLM\Software\Classes\Installer\Win32Assemblies for Win32 assembly data for the product {199FC15D-2E06-47BE-B3EA-CA086FCB94CF}. . .
      Searching HKLM\Software\Classes\Installer\Products\D51CF99160E2EB743BAEAC80F6BC49FC for product data. . .
      Searching HKLM\Software\Classes\Installer\Features\D51CF99160E2EB743BAEAC80F6BC49FC for product feature data. . .
    Searching old per-user location for product {199FC15D-2E06-47BE-B3EA-CA086FCB94CF} data. . .
      Searching for product D51CF99160E2EB743BAEAC80F6BC49FC upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product D51CF99160E2EB743BAEAC80F6BC49FC in Software\Classes\Installer\Products\D51CF99160E2EB743BAEAC80F6BC49FC\Patches
      Searching HKCU\Software\Classes\Installer\Products\D51CF99160E2EB743BAEAC80F6BC49FC for product data. . .
      Searching HKCU\Software\Classes\Installer\Features\D51CF99160E2EB743BAEAC80F6BC49FC for product feature data. . .
    Searching per-user location for product {199FC15D-2E06-47BE-B3EA-CA086FCB94CF} data. . .
      Searching for product D51CF99160E2EB743BAEAC80F6BC49FC upgrade codes in Software\Microsoft\Installer\UpgradeCodes...
      Searching for patches for product D51CF99160E2EB743BAEAC80F6BC49FC in Software\Microsoft\Installer\Products\D51CF99160E2EB743BAEAC80F6BC49FC\Patches
      Searching HKCU\Software\Microsoft\Installer\Assemblies for .Net assembly data for the product {199FC15D-2E06-47BE-B3EA-CA086FCB94CF}. . .
      Searching HKCU\Software\Microsoft\Installer\Products\D51CF99160E2EB743BAEAC80F6BC49FC for product data. . .
      Searching HKCU\Software\Microsoft\Installer\Features\D51CF99160E2EB743BAEAC80F6BC49FC for product feature data. . .
    Searching for product {199FC15D-2E06-47BE-B3EA-CA086FCB94CF} in per-user managed location. . .
      Searching for product D51CF99160E2EB743BAEAC80F6BC49FC upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\UpgradeCodes...
      Searching for patches for product D51CF99160E2EB743BAEAC80F6BC49FC in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\Products\D51CF99160E2EB743BAEAC80F6BC49FC\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-3998 539426-3173554158-1000\Installer\Products\D51CF99160E2EB743BAEAC80F6BC49FC for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-3998 539426-3173554158-1000\Installer\Features\D51CF99160E2EB743BAEAC80F6BC49FC for product feature data. . .
    Searching for shared DLL counts for components tied to the product D51CF99160E2EB743BAEAC80F6BC49FC. . .
       HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Components key is not present.
    Searching for shared DLL counts for components tied to the product D51CF99160E2EB743BAEAC80F6BC49FC. . .
      Searching for product D51CF99160E2EB743BAEAC80F6BC49FC client info data. . .
      Searching for product D51CF99160E2EB743BAEAC80F6BC49FC client info data. . .
    Searching for Installer files and folders associated with the product {199FC15D-2E06-47BE-B3EA-CA086FCB94CF}. . .
      Searching for files and folders in the user's profile. . .
      Searching for files and folders in the %WINDIR%\Installer folder
    No product/patch data was found.
    Zapping GUID: {0252F032-A08C-4EF1-9857-4F41388C8D69}
    MsiZapInfo: Performing operations for user S-1-5-21-1226385639-3998539426-3173554158-1000
    Searching for the product {0252F032-A08C-4EF1-9857-4F41388C8D69} cached package. . .
    Searching for install property data for product {0252F032-A08C-4EF1-9857-4F41388C8D69}. . .
    Searching user's global config location for product {0252F032-A08C-4EF1-9857-4F41388C8D69} data. . .
      Searching for product 230F2520C80A1FE48975F41483C8D896 upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 230F2520C80A1FE48975F41483C8D896 in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-39985394 26-3173554158-1000\Products\230F2520C80A1FE48975F41483C8D896\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Products\230F2520C80A1FE48975F41483C8D896 for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-1226385639-399 8539426-3173554158-1000\Features\230F2520C80A1FE48975F41483C8D896 for product feature data. . .
    Searching per-machine global config location for product {0252F032-A08C-4EF1-9857-4F41388C8D69} data. . .
      Searching for product 230F2520C80A1FE48975F41483C8D896 upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 230F2520C80A1FE48975F41483C8D896 in Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\230F2520C8 0A1FE48975F41483C8D896\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\230F2 520C80A1FE48975F41483C8D896 for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Features\230F2 520C80A1FE48975F41483C8D896 for product feature data. . .
    Searching old global config location for product {0252F032-A08C-4EF1-9857-4F41388C8D69} data. . .
      Searching for product 230F2520C80A1FE48975F41483C8D896 upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes...
      Searching for patches for product 230F2520C80A1FE48975F41483C8D896 in Software\Microsoft\Windows\CurrentVersion\Installer\Products\230F2520C80A1FE48975F41483C8 D896\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Products\230F2520C80A1FE48975F41 483C8D896 for product data. . .
      Searching HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\Features\230F2520C80A1FE48975F41 483C8D896 for product feature data. . .
    Searching per-machine location for product {0252F032-A08C-4EF1-9857-4F41388C8D69} data. . .
      Searching for product 230F2520C80A1FE48975F41483C8D896 upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product 230F2520C80A1FE48975F41483C8D896 in Software\Classes\Installer\Products\230F2520C80A1FE48975F41483C8D896\Patches
      Searching HKLM\Software\Classes\Installer\Components for published component data for the product {0252F032-A08C-4EF1-9857-4F41388C8D69}. . .
      Searching HKLM\Software\Classes\Installer\Assemblies for .Net assembly data for the product {0252F032-A08C-4EF1-9857-4F41388C8D69}. . .
      Searching HKLM\Software\Classes\Installer\Win32Assemblies for Win32 assembly data for the product {0252F032-A08C-4EF1-9857-4F41388C8D69}. . .
      Searching HKLM\Software\Classes\Installer\Products\230F2520C80A1FE48975F41483C8D896 for product data. . .
      Searching HKLM\Software\Classes\Installer\Features\230F2520C80A1FE48975F41483C8D896 for product feature data. . .
    Searching old per-user location for product {0252F032-A08C-4EF1-9857-4F41388C8D69} data. . .
      Searching for product 230F2520C80A1FE48975F41483C8D896 upgrade codes in Software\Classes\Installer\UpgradeCodes...
      Searching for patches for product 230F2520C80A1FE48975F41483C8D896 in Software\Classes\Installer\Products\230F2520C80A1FE48975F41483C8D896\Patches
      Searching HKCU\Software\Classes\Installer\Products\230F2520C80A1FE48975F41483C8D896 for product data. . .
      Searching HKCU\Software\Classes\Installer\Features\230F2520C80A1FE48975F41483C8D896 for product feature data. . .
    Searching per-user location for product {0252F032-A08C-4EF1-9857-4F41388C8D69} data. . .
      Searching for product 230F2520C80A1FE48975F41483C8D896 upgrade codes in Software\Microsoft\Installer\UpgradeCodes...
      Searching for patches for product 230F2520C80A1FE48975F41483C8D896 in Software\Microsoft\Installer\Products\230F2520C80A1FE48975F41483C8D896\Patches
      Searching HKCU\Software\Microsoft\Installer\Assemblies for .Net assembly data for the product {0252F032-A08C-4EF1-9857-4F41388C8D69}. . .
      Searching HKCU\Software\Microsoft\Installer\Products\230F2520C80A1FE48975F41483C8D896 for product data. . .
      Searching HKCU\Software\Microsoft\Installer\Features\230F2520C80A1FE48975F41483C8D896 for product feature data. . .
    Searching for product {0252F032-A08C-4EF1-9857-4F41388C8D69} in per-user managed location. . .
      Searching for product 230F2520C80A1FE48975F41483C8D896 upgrade codes in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\UpgradeCodes...
      Searching for patches for product 230F2520C80A1FE48975F41483C8D896 in Software\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-1226385639-399853942 6-3173554158-1000\Installer\Products\230F2520C80A1FE48975F41483C8D896\Patches
      Searching HKLM\Software\Microsoft\Windows\CurrentVe

  • Strange system log error from Photoshop CS4

    Hi.
    I keep getting this strange system log error from Photoshop CS4.
    It comes after a wile when using PS CS4.
    I tried to chance the memory settings and scratch disc to see if that helped. It didn't.
    I also checked all my ram for anything bad. 16GB in my Mac Pro Intel OS X 10.5.6
    Everything is updated to latest included Adobe apps.
    This is the system log error
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    And it keeps on until i close Photoshop.
    Please anybody ?? i cant figure out what this means.
    Thx for help.
    Erik S

    Now i get this system log error ?
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    and this from Bridge ???
    Apr 29 16:35:45 mugge Adobe Bridge CS4[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0x29777980: double free\n*** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge Adobe Bridge CS4[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0xcb73827b: Non-aligned pointer being freed\n*** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge Adobe Bridge CS4[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0x29777980: Non-aligned pointer being freed (2)\n*** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0x29777980: double free
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0xcb73827b: Non-aligned pointer being freed
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0x29777980: Non-aligned pointer being freed (2)
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: *** set a breakpoint in malloc_error_break to debug
    Chris. also read my post just before this one plase.  thx

  • DataExport problem-ODBC Layer Error: [21S01]-ORA-00947

    Hi,
    I have one planning application from which I want to transfer data to Oracle DB in the table "t". I have 11 dimension in the planning application, so I have created 12 columns in the table "t"(11 for dimension-members and 1 col for value) with the following script---
    create table t (
    a varchar2(100),
    b varchar2(100),
    c varchar2(100),
         d varchar2(100),
         e varchar2(100),
    f varchar2(100),
         g varchar2(100),
         h varchar2(100),
    i varchar2(100),
    j varchar2(100),
         k varchar2(100),
         l number)
    I have created a wire protocol dsn. But when I execute the following calcscript ---
    fix (jan,budget,fy08)
    DATAEXPORT "DSN" "xz" "t" "tstschma" "password" ;
    ENDFIX
    then it is showing error below---
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1021000)
    Connection With SQL Database Server is Established
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1012695)
    DataExport can not do batch insert to relational table. The ODBC driver and/or RDBMS doesn't support batch insert. Using record by record SQL export
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1021013)
    ODBC Layer Error: [21S01] ==> [[DataDirect][ODBC Oracle Wire Protocol driver][Oracle]ORA-00947: not enough values]
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1021014)
    ODBC Layer Error: Native Error code [947]
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Error(1012085)
    Unable to export data to SQL table [t]. Check the Essbase server log and the system console to determine the cause of the problem.
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1021002)
    SQL Connection is Freed
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Warning(1080014)
    Transaction [ 0x920001( 0x4a5a097a.0x7918 ) ] aborted due to status [1012085].
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1012579)
    Total Calc Elapsed Time for [datexprt.csc] : [0.062] seconds
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1013274)
    Calculation executed
    Please guide me if I am doing anything wrong...
    Thanks & Regards.

    Hi,
    It all depends on you dense dimension being used in your export, it will use a column for each member.
    For example if the dense dimension on the export was period and you were doing a level 0 export (level0 members of time are Jan:Dec)
    Then there would need to be a column for each dimension and 12 columns for each of the periods (Jan:Dec)
    The best way to work it out is to export to a file first in column format and you will see how the table needs to look.
    The columns have to exactly match the data being exported.
    Take a look at this post, it something you may experience as well :- Re: DATAEXPORT command- Periods in the columns when sparse
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • "This entry is already exists in tables(JDT1)(ODBC-2035)" Error.

    Hi experts,
    My Production_DB Database was got into  Suspect mode due to power problem,the users unable to open SAP. so  run the script file so production_db came into normal mode and sap opened.
    But which documents were posted at the time of database going to Suspect mode that documents are not visible and then users repost the documents they are getting "This Entry is already exists in Table(JDT1) (ODBC-2035)" Error.
    so we run the select query for JDT1 table in sql server 2005,we got "Msg 605, Level 21, State 3, Line 1
    Attempt to fetch logical page (1:394560) in database 7 failed. It belongs to allocation unit 72057596881666048 not to 72057596584198144".
    I am using SAP PL 20 and SQL server 2005.
    I am waiting for your response ASAP.
    Thanks & Regards.
    Srinu Boddeti.

    Hi Srinu,
    please refer below link for details..
    http://forums.sdn.sap.com/thread.jspa?threadID=1636430
    Thanks and Regards,
    kaviprashu

  • Odbc layer error 01004

    Using Essbase 7.0.1 I have several load rules calling SQL data I copied from one server to another.
    On the new server some rule files work fine but some dont .
    I am getting the following error message in the log file.
    ODBC Layer Error: 01004 ==> [[microsoft] [ODBC Sql server Driver]String data, right truncation]
    ODBC Layer Error: Native Error code [0] Info (1021014)
    can anyone help me in solving this issue
    and where I have to make necessary changes....
    Thanks

    I always kind of work backwards on these sorts of issues until I can isolate where the problem is.
    1. Is it a view or a table you are trying to load from?
    2. Using Query Analyzer or the current SQL Server admin tool, can you query the same table/view that your load rule is trying to load data from?
    3. Can you still query it when you login as the same user that the load rule is running as?
    4. Is there some sort of "weird" data type in the view/table that might be tripping things up?
    5. If you omit that particular column from the load rule, does it start working again?
    6. Does it work if you use CAST or something similar in the SQL query or in the construction of the View itself, in order to make it a more "basic" data type?
    These are all probably different things I would try to see if I can isolate where the problem is. Good luck --
    Jason
    [jasons hyperioni blog|http://www.jasonwjones.com]

  • Administration error in forum

    Hi experts,
    I'm trying to make forum available in my portal. I  had follow step by step configuration but there is still a problem. I got Administration error: "You do not have administrator permissions for performing this operation ".
    I also found a step call: "In this iView, enter a portal user and choose Set User. This user will be New Forums Administrator."
    Can u experts tell me what does it mean by this. Where can i do this step.
    TQ.
    Rgds,
    Nanie Arianie

    Dear Nanie Arianie,
    One step is to assign the initial administrator, to do it you need to create an forums iview and do this:
    1. Select the Forums Configuration property category.
    2. For the View on the forums property, select Add Forums Administrator User.
    Then execute this iview and set the initial administrator for the forums.
    Regards.

  • Photoshop cs6 install administrator error - Windows 7 64-bit

    I have attempted installation of Photoshop CS6 repeatedly following a fresh installation of Windows 7 64-bit.  Initially running into the error stating Administrator Rights is required to run this upgrade image, I forced it to Run as Administrator.
    I forced the installer to verify my Adobe ID at the "Sign In Required" page by selecting "Not your Adobe ID?), then entering my email address and password.
    Following selection of both Adobe Photoshop CS6 (64Bit) and Adobe Photoshop CS6 (32Bit), and clicking Install, I receive the error:
    Setup.exe - Application Error
    The application was unable to start correctly (0xc000007b).  Click OK to close the application
    Once I click OK, the persistent Administrator error appears:
    "Administrator privileges are required in install.  Please log in as an administrator."  I already am logged in as an administrator on this system.
    Any solutions to these errors?  I have successfully installed, and ran, Photoshop CS6 on this system (as recently as 3 days ago, before the need to perform the total system wipe, and Windows 7 reinstall)

    that's a microsoft error message which can have a number of causes and solutions.
    the less likely to work but easy to implement:
    1. reset your preferences -
    acrobat:  http://help.adobe.com/en_US/acrobat/X/pro/using/WS58a04a822e3e50102bd615109794195ff-7feb.w .html
    adobe media encoder: https://forums.adobe.com/thread/1713540
    after effects:  http://helpx.adobe.com/after-effects/using/preferences.html
    dreamweaver:  https://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs6-cc.html
    flash:  http://helpx.adobe.com/flash/kb/re-create-preferences-flash-professional.html
    illustrator:  http://helpx.adobe.com/illustrator/using/setting-preferences.html
    indesign:  https://forums.adobe.com/thread/526990
    lightroom: https://helpx.adobe.com/lightroom/help/setting-preferences-lightroom.html
    muse (mac): https://forums.adobe.com/thread/1246022?tstart=0
    photoshop:  https://forums.adobe.com/thread/375776
    photoshop elements:  https://helpx.adobe.com/photoshop-elements/kb/preference-file-locations-photoshop-elements .html,  http://www.photokaboom.com/photography/learn/Photoshop_Elements/troubleshooting/1_delete_p references_file.htm
    premiere elements:  https://helpx.adobe.com/photoshop-elements/kb/preference-file-locations-photoshop-elements .html
    premiere pro: http://www.mediacollege.com/adobe/premiere/pro/troubleshooter/trash-preferences.html
    2. if that fails, uninstall, clean (http://www.adobe.com/support/contact/cscleanertool.html) and reinstall
    if that fails, google the various solutions to 0xc000007b

  • Strange ORA-01044 error

    Hi Guys,
    I'm getting a very strange ORA-01044 error:
    Oracle.DataAccess.Client.OracleException ORA-01044: size 87160000 of buffer bound to variable exceeds maximum 288212783965667328    at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx pOpoSqlValCtx, Object src, String procedure)*
    at Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, String procedure, IntPtr opsErrCtx, OpoSqlValCtx pOpoSqlValCtx, Object src)*
    at Oracle.DataAccess.Client.OracleCommand.ExecuteNonQuery()
    As you can see, the buffer size does not exceed the maximum stated, yet it is still causing an exception.
    Some background.. A new parameter has been added to a stored proc that was originally working fine, this new parameter is an associative array of numbers.
    On the ODP.Net side, I create a parameter that has a collection type of "*PLSQLAssociativeArray*" and Oracle DB Type of "*Int32*".
    Any ideas as to what might be causing this problem?

    Hi,
    What db version?
    There is an older bug where this error would be raised if the requested buffer size exceeded the granule size of the SGA. That was from the 9.2 timeframe as I recall.
    Regards,
    Mark

  • Microsoft OLE DB Provider for ODBC Drivers error '80040e10'

    Getting the following error:
    Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
    [Microsoft][ODBC driver for Oracle]Wrong number of parameters
    I have a Stored Procedure within a package that has no input parameter and 2 output parameters..
    oConnEngineer.CursorLocation = 3
         oConnEngineer.Open sConnectionString
         oCmdEngineer.ActiveConnection = oConnEngineer
         oCmdEngineer.CommandText = "{Call ENG_TAILORMADE.USER_PKG.GET_ENGINEER_LIST(?,{resultset 100, out_ENGINEER_ID, out_ENGINEER_NAME})}"
         oCmdEngineer.CommandType = 1
         Set rsEngineers = oCmdEngineer.Execute()
    Any suggestions?

    Getting the following error:
    Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
    [Microsoft][ODBC driver for Oracle]Wrong number of parameters
    I have a Stored Procedure within a package that has no input parameter and 2 output parameters..
    oConnEngineer.CursorLocation = 3
         oConnEngineer.Open sConnectionString
         oCmdEngineer.ActiveConnection = oConnEngineer
         oCmdEngineer.CommandText = "{Call ENG_TAILORMADE.USER_PKG.GET_ENGINEER_LIST(?,{resultset 100, out_ENGINEER_ID, out_ENGINEER_NAME})}"
         oCmdEngineer.CommandType = 1
         Set rsEngineers = oCmdEngineer.Execute()
    Any suggestions?

Maybe you are looking for

  • Calling a web service from abap

    Hi all, I want to call a webservice from ABAP. In my report i use the below code . web_rul =' http://test.asmx'. CALL METHOD CL_HTTP_CLIENT=>CREATE_BY_URL          EXPORTING          URL                = WEB_URL          IMPORTING          CLIENT    

  • Threads in Win XP

    Hi i have a program in which i have more than one thread, the problem is, threads are responsible to listen to some socket connections. However at somewhere i need to read data from other thread's sockets, to do this i suspend the thread which is lis

  • Accounting

    Hi, when we create excise invoice - accounting document gets generated how 1.modvat suspense account Bed/Ecess/ She cess payable g/l accounts will get determined. -WHERE WE NEED TO DO SETTING *2. there are 2 columns in accounting document 1. payment

  • Passing to a method.

    I have a String array in my main method called "names" it holds several names of people. What I want to be able to do is create a new method called doBubbleSort(). Creating the bubble sort is not a problem for me... but I don't know how to go about s

  • Resizable text widget increases leading

    Hi, I am finding that the resizable text widget does not resize text but increases leading instead. Has anyone found this to be the case? Thanks, Germán Herrera