Error 4 select message from error where error 1709

Доброго времени суток!
  • Remove From My Forums
  • Вопрос

  • Доброго времени суток!

    Имею SCCM 2012 R2 SP1 CU1 + KB3084586

    Появилось желание установить CU3. На этапе «Install files for update KB3135680» получаю «No Configuration Manager site was found on this computer»:

    Пробую удалить KB3084586 — та же ошибка

    У кого есть мысли, куда копать?

    Спасибо!

Ответы

  • ну тогда еще пару вариантов, уводить первичку и базу в ребут, посмотреть, что за апдейты есть для системы, еще раз проверить доступы учеток от которых установка производится, посмотреть, что в результирующей политике прилетает, почитать
    евент вьювер, про статусы компонентов в разделе мониторинг — тут понятно. После всего этого хардкорим, запускаем procmon и снимаем дамп всего, что у нас происходит в системе во время установки CU, долго
    и нудно изучаем, может с доступами проблема. 


    SCCM Blog: http://masyan.ru SCCM User Group Russia: https://www.facebook.com/groups/sccm.russia/

    • Помечено в качестве ответа

      4 июля 2016 г. 7:02

  • посмотрите права на ветку HKEY_LOCAL_MACHINESOFTWAREMicrosoftSMS  возможно стоит их перезаписать
    с наследованием.

  • Remove From My Forums
  • Question

  • Silverlight used to work on my WinXP machine.  Seems about a month or so ago, netflix streaming stopped.

    I have un/reinstalled Slierlight a bunch of times, and set microsoft.com as a trusted site, but when i go to the silverlight home page, i get the following error message.  Any ideas would be appreciaeted, as I am fresh out.

     THanks!

     —Dave

    — 

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Timestamp: Fri, 25 Sep 2009 12:44:59 UTC

    Message: Unhandled Error in Silverlight Application Catastrophic failure (Error 0x1709.  Debugging resource strings are unavailable. See

    http://go.microsoft.com/fwlink/?linkid=106663&Version=3.0.40818.0&File=mscorrc.dll&Key=0x1709 0x8000FFFF (E_UNEXPECTED))
    Line: 1
    Char: 1
    Code: 0
    URI: http://www.microsoft.com/silverlight/default.aspx

Я создал установщик MSI с WiX 3.8, и я получаю эту ошибку в самом конце журнала MSI при ее установке:

[...]
Property(C): WIXUI_INSTALLDIR_VALID = 1
=== Logging stopped: 8/20/2014  19:15:03 ===
Note: 1: 1707 
Note: 1: 2205 2:  3: Error 
Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1707 
Note: 1: 2205 2:  3: Error 
Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709 
Product: CmisSync Shell Extension -- Installation completed successfully.

Windows Installer installed the product. Product Name: My Shell Extension. Product Version: 0.2.23. Product Language: 1033. Manufacturer: Me. Installation success or error status: 0.

Grabbed execution mutex.
Cleaning up uninstalled install packages, if any exist
MainEngineThread is returning 0
=== Verbose logging stopped: 8/20/2014  19:15:03 ===

Как я могу исправить эти ошибки?
Или, может быть, они известны проблемы WiX/MSI, которые можно безопасно игнорировать?

Мой WiX script чрезвычайно прост, он просто устанавливает расширение оболочки, поэтому я понятия не имею, откуда эта ошибка.

С точки зрения графического интерфейса установка завершается без видимых проблем. Все файлы присутствуют, как ожидалось, в целевой папке установки.

4b9b3361

Ответ 1

Это MSI пытается найти ресурсы в таблице Error, но, вероятно, у вас нет таблицы ошибок в MSI. Ниже приведен список строк сообщений: http://msdn.microsoft.com/en-us/library/aa372835(v=vs.85).aspx. Как вы можете видеть, 1707 и 1709 являются идентификаторами сообщений об успешности, которые вы видите после этих сообщений.

Ответ 2

Для исправления таких ошибок в файлах журналов вам нужно добавить ссылку на определение таблицы «Ошибка»:

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
    <UIRef Id="WixUI_ErrorProgressText" />

</Fragment>
</Wix>

За исключением «Фрагмент», вы также можете поместить эту ссылку в «Модуль», «ПатчФамилия», «Продукт», «Пользовательский интерфейс».

Ссылка на оригинальный ответ, который помог мне:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Error-Table-td694988.html

Ответ 3

Это только подробные/отладочные сообщения (похоже, вы запустили свою установку в подробном режиме, верно?). Я бы не предполагал, что это настоящие ошибки. Если я запустил свою установку msi в подробном режиме, я получаю похожие «ошибки».

H4nd0

Posts: 92
Joined: Thu Nov 09, 2006 8:16 am
Location: Sydney, AU
Contact:

MSI Error 1708 / 1709

I’m seeing the aformentioned MSI errors. How can I track down the cause?

=== Logging stopped: 21/12/2007 16:25:33 ===
MSI (s) (30:C4) [16:25:33:667]: Note: 1: 1708
MSI (s) (30:C4) [16:25:33:667]: Note: 1: 2205 2: 3: Error
MSI (s) (30:C4) [16:25:33:667]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1708
MSI (s) (30:C4) [16:25:33:667]: Note: 1: 2205 2: 3: Error
MSI (s) (30:C4) [16:25:33:667]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709
MSI (s) (30:C4) [16:25:33:667]: Product: FireDaemon Pro — Installation failed.

MSI (s) (30:C4) [16:25:33:667]: Cleaning up uninstalled install packages, if any exist
MSI (s) (30:C4) [16:25:33:682]: MainEngineThread is returning 1603
MSI (s) (30:AC) [16:25:33:682]: Destroying RemoteAPI object.
MSI (s) (30:4C) [16:25:33:682]: Custom Action Manager thread ending.
MSI (c) (20:98) [16:25:33:682]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (20:98) [16:25:33:682]: MainEngineThread is returning 1603
=== Verbose logging stopped: 21/12/2007 16:25:33 ===



H4nd0

Posts: 92
Joined: Thu Nov 09, 2006 8:16 am
Location: Sydney, AU
Contact:

Postby H4nd0 » Fri Feb 08, 2008 10:38 am



Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 9 guests

surendra_w

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

Dear All,

I have a problem installing VMware horizon client 5.5.1 in my New Laptop.
I tried few options like unselecting support for Skype, HTML5 and Teams, changing folder directory, didn’t work.

I have attached the logs generated during installation. Can you please help me to figure out how to fix this problem, the objective is to remotely connect to a VDI.

surendra_w_0-1614050090887.png

MSI (s) (3C:D8) [10:52:35:527]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1904
CustomAction +vmwHorizonClientController64.dll returned actual error code -2147024770 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (3C:D8) [10:52:35:527]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709
MSI (s) (3C:D8) [10:52:35:527]: Product: VMware Horizon Client — Error 1904.
Module C:Program Files (x86)VMwareVMware Horizon View ClientvmwHorizonClientController64.dll failed to register. HRESULT -2147024770. Contact your support personnel.
Error 1904. Module C:Program Files (x86)VMwareVMware Horizon View ClientvmwHorizonClientController64.dll failed to register.
HRESULT -2147024770. Contact your support personnel.

VMware_Horizon_Client_Error.zip


  • All forum topics


  • Previous Topic

  • Next Topic

4 Replies

surendra_w

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

Hi All,

Below steps worked for me.
Install the latest C++ VisualRuntime Library

Ensure you have disabled your AV Software, especially if you’re running WebRoot, or Symantec Endpoint Protection, (or at least ensure your AV is not stopping access to c:windowssystem32driversetchosts
Grant ‘Full control’ to the c:windowssystem32driversetchosts file

Thanks
Surendra

tommybee

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

tommybee

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

I have the same problem with you.

My problem was vmwHorizonClientController64.dll registration failed from the installation logs.
Actual issue I found was previous Microsoft Visual Studio C++ 2015-2019 Redistrubutable package installed in my system.(before_remove.png)

So I remove that packages, restart system and re-install the horizon client without any error.

The version of the package changed from 14.24.28127 to 14.24.29016 after installation in which was part of the install file itself.

Hello everybody!

I am trying to upgrade from Qlik Sense Desktop 3.1 SR4 to the latest version 3.2 SR3 but I get the following message almost immediately after starting the .exe file:

Upgrade failed.

An error has occurred.

For detailed information see the log file.

The log file shows the following errors:

———-———-———-———-———-———-———-———-———-———-

Action start 11:07:04: CostFinalize.

MSI (s) (14:FC) [11:07:04:085]: Note: 1: 1314 2: \S0575users$JUKAH\Qlik

MSI (s) (14:FC) [11:07:04:085]: Note: 1: 1606 2: \S0575users$JUKAH\Qlik

MSI (s) (14:FC) [11:07:04:085]: Note: 1: 2205 2:  3: Error

MSI (s) (14:FC) [11:07:04:085]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1606

MSI (s) (14:FC) [11:07:04:101]: Note: 1: 2205 2:  3: Error

MSI (s) (14:FC) [11:07:04:101]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709

MSI (s) (14:FC) [11:07:04:101]: Product: Qlik Sense Desktop — Error 1606. Could not access network location \S0575users$JUKAH\Qlik.

MSI (s) (14:FC) [11:07:04:101]: Note: 1: 1606 2: \S0575users$JUKAH\Qlik

MSI (s) (14:FC) [11:07:04:101]: Note: 1: 2205 2:  3: Error

MSI (s) (14:FC) [11:07:04:101]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1606

Error 1606. Could not access network location \S0575users$JUKAH\Qlik.

MSI (s) (14:FC) [11:07:04:101]: Note: 1: 2205 2:  3: Error

MSI (s) (14:FC) [11:07:04:101]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709

MSI (s) (14:FC) [11:07:04:101]: Product: Qlik Sense Desktop — Error 1606. Could not access network location \S0575users$JUKAH\Qlik.

Error 1606. Could not access network location \S0575users$JUKAH\Qlik.

———-———-———-———-———-———-———-———-———-———-

How should I proceed? Could anybody please help?

Понравилась статья? Поделить с друзьями:
  • Error 4 lexus rx330
  • Error 4 eltis ошибка домофон
  • Error 3d3 device lost mad max
  • Error 3948 42000 loading local data is disabled
  • Error 391 oki