Меню

При разборе обнаружена ошибка строка 795 столбец 308


Active Directory, Windows Server

  • 31.03.2017
  • 15 404
  • 10
  • 16.04.2022
  • 4
  • 3
  • 1

Не удалось найти ресурс (string.Advanced_EnableSSL3Fallback) - исправление ошибки

  • Содержание статьи
    • Копирование файлов административных шаблонов
    • Получение доступа к директории C:WindowsPolicyDefinitions
    • Комментарии к статье ( 10 шт )
    • Добавить комментарий

Копирование файлов административных шаблонов

Данное исправление ошибки должно работать на операционных системах Windows Server 2008 SP2, Windows Server 2008 R2 SP1, Windows Server 2012 и Windows Server 2012 R2.

Если при открытии консоли с групповыми политиками у вас появляется следующая ошибка:

Административные шаблоны
При разборе обнаружена ошибка.

Не удалось найти ресурс
«$(string.Advanced_EnableSSL3Fallback)», на который
ссылается атрибут displayName.

Файл C:WindowsPolicyDefinitionsinetres.admx, строка
795, столбец 308

То значит, у вас поврежден файл административного шаблона для Internet Explorer, который расположен по адресу C:WindowsPolicyDefinitions. Исправляется это довольно легко, для этого нужно только скачать файлы административных шаблонов отсюда (ссылка на официальный сайт Microsoft). Затем переходим в директорию C:WindowsPolicyDefinitions и заменяем файлы inetres.adm, inetres.admx, а так же папки с нужными языками. После этого нужно перезапустить консоль управления, и убедиться, что ошибка прошла.

Получение доступа к директории C:WindowsPolicyDefinitions

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

takeown /f %windir%Policydefinitions /r /a
icacls %windir%PolicyDefinitions /grant Administrators:(OI)(CI)F /t

  • Remove From My Forums

 locked

Ошибка при сборе данных для Административные шаблоны.

  • Вопрос

  • Доброго дня, после установки обновлений в Управлении Групповой политикой вот такая ошибка

    Обнаружены следующие ошибки:
    Не удалось найти ресурс «$(string.Advanced_EnableSSL3Fallback)», на который ссылается атрибут displayName. Файл C:WindowsPolicyDefinitionsinetres.admx, строка 795, столбец 308

    Замена файла не помогает

Ответы

  • Причины в административных шаблонах, просто заменил файлы локальные c:windowspolicydefinitionsinetres.admx и c:windowspolicydefinitionsru-RUinetres.adml на такие же с сервера (язык на сервере русский), ошибка пропала. Тему можно
    закрывать.

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

      24 августа 2015 г. 11:41

  • Remove From My Forums
  • Question

  • I’m testing IE 11 for sites my company uses to conduct business. I’ve tested IE on both Domain joined and non-domain joined work stations. I have an issue where IE 11 doesn’t display the notification bar for certificate errors, downloads, or ActiveX controls.
    We do have a few sites that we want to run in Enterprise mode, so that is enabled in the Local Computer Policy. There are no other settings configured in the Local Computer policy for Internet Explorer. I’m seeing the same behavior on both Windows x86 and
    x64. The only strange behavior I’ve noticed is that after upgrading to IE 11, the Internet Explorer administrative templates fail to load. I get an error reporting a problem at line 795 column 308 regarding the Advanced_EnableSSL3Fallback entry. It states
    that the reference couldn’t be found. IE 8 and 9 both work for the sites we are using and both display the notification bar as expected. I’ve tried enabling Mixed content, unsigned ActiveX controls, initialize and script ActiveX controls not marked as safe, disabling
    Protected mode, enabling the prompting of ActiveX controls, and disabling Prevent ignoring Certificate errors. Nothing I have found has corrected the issue. Does anyone have any suggestions?


    Jason M. Woody

Answers

  • The only strange behavior I’ve noticed is that after upgrading to IE 11, the Internet Explorer administrative templates fail to load. I get an error reporting a problem at line 795 column 308 regarding the Advanced_EnableSSL3Fallback entry. It states that
    the reference couldn’t be found.

    this tends to occur when you update the INETRES.ADMX but fail to update the corresponding INETRES.ADML

    (fixing this problem is easy — just copy the relevant [or latest downloaded version] ADML into the relevant local/culture subfolder under PolicyDefinitions — for me, this is en-US, e.g.: C:WindowsPolicyDefinitionsen-US )

    but I doubt this symptom is related to your Notification Bar issue….

    Have you set any GP settings (or in the IEAK) @
    Computer ConfigurationAdmin TemplatesWindows ComponentsInternet ExplorerSecurity FeaturesNotification Bar
    or
    User ConfigurationAdmin TemplatesWindows ComponentsInternet ExplorerSecurity FeaturesNotification Bar


    Don
    (Please take a moment to «Vote as Helpful» and/or «Mark as Answer», where applicable.

    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

    • Edited by

      Friday, December 26, 2014 8:44 PM

    • Marked as answer by
      Yolanda Zhu
      Monday, January 5, 2015 10:03 AM

  • Remove From My Forums
  • Question

  • I’m testing IE 11 for sites my company uses to conduct business. I’ve tested IE on both Domain joined and non-domain joined work stations. I have an issue where IE 11 doesn’t display the notification bar for certificate errors, downloads, or ActiveX controls.
    We do have a few sites that we want to run in Enterprise mode, so that is enabled in the Local Computer Policy. There are no other settings configured in the Local Computer policy for Internet Explorer. I’m seeing the same behavior on both Windows x86 and
    x64. The only strange behavior I’ve noticed is that after upgrading to IE 11, the Internet Explorer administrative templates fail to load. I get an error reporting a problem at line 795 column 308 regarding the Advanced_EnableSSL3Fallback entry. It states
    that the reference couldn’t be found. IE 8 and 9 both work for the sites we are using and both display the notification bar as expected. I’ve tried enabling Mixed content, unsigned ActiveX controls, initialize and script ActiveX controls not marked as safe, disabling
    Protected mode, enabling the prompting of ActiveX controls, and disabling Prevent ignoring Certificate errors. Nothing I have found has corrected the issue. Does anyone have any suggestions?


    Jason M. Woody

Answers

  • The only strange behavior I’ve noticed is that after upgrading to IE 11, the Internet Explorer administrative templates fail to load. I get an error reporting a problem at line 795 column 308 regarding the Advanced_EnableSSL3Fallback entry. It states that
    the reference couldn’t be found.

    this tends to occur when you update the INETRES.ADMX but fail to update the corresponding INETRES.ADML

    (fixing this problem is easy — just copy the relevant [or latest downloaded version] ADML into the relevant local/culture subfolder under PolicyDefinitions — for me, this is en-US, e.g.: C:WindowsPolicyDefinitionsen-US )

    but I doubt this symptom is related to your Notification Bar issue….

    Have you set any GP settings (or in the IEAK) @
    Computer ConfigurationAdmin TemplatesWindows ComponentsInternet ExplorerSecurity FeaturesNotification Bar
    or
    User ConfigurationAdmin TemplatesWindows ComponentsInternet ExplorerSecurity FeaturesNotification Bar


    Don
    (Please take a moment to «Vote as Helpful» and/or «Mark as Answer», where applicable.

    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

    • Edited by

      Friday, December 26, 2014 8:44 PM

    • Marked as answer by
      Yolanda Zhu
      Monday, January 5, 2015 10:03 AM

  • Remove From My Forums
  • Question

  • The group policies for windows 7 doesnt work with Internet Explorer 11. it used to be working fine with Internet Explorer 9. but after updating to IE11 we encounter an error while opening the gpedit.msc console which is:

    [  $(string.Advanced Enable SSL3 Fallback) referenced in attribute displayname could not be found. ]

    I dowanloaded an update from the microsoft website and it is the (KB3008923). Then I tried once again and while opening the gpedit.msc I did not get the error message again however I am unable to apply group policies for IE11 since it is not there anymore
    under the: User Setting — Windows Settings menu. Is there any possibility to fix this?

    The computer is under a Domain and I am also unable to edit the policies for IE11 using the Domain server.

Answers

  • Hi,

    How did you apply the group policy to IE 11? Via local group policy editor in Windows 7 or GPO in a domain?

    I did not get the error message again however I am unable to apply group policies for IE11 since it is not there anymore under the: User Setting — Windows Settings menu. Is there any possibility to fix this?

    Could you plaese give us a snapshot so we can better understand what happened?

    The computer is under a Domain and I am also unable to edit the policies for IE11 using the Domain server.

    What is the DC version? What is the IE version insatlled in DC? If you want to configure GPP settings for IE 11, then you need to you need to have Windows 8.1 (RSAT
    for Windows 8.1 installed
    )
    or Windows Server 2012 R2 installed as DC.


    Yolanda Zhu
    TechNet Community Support

    • Marked as answer by

      Wednesday, December 24, 2014 10:10 AM

  • Remove From My Forums
  • Question

  • The group policies for windows 7 doesnt work with Internet Explorer 11. it used to be working fine with Internet Explorer 9. but after updating to IE11 we encounter an error while opening the gpedit.msc console which is:

    [  $(string.Advanced Enable SSL3 Fallback) referenced in attribute displayname could not be found. ]

    I dowanloaded an update from the microsoft website and it is the (KB3008923). Then I tried once again and while opening the gpedit.msc I did not get the error message again however I am unable to apply group policies for IE11 since it is not there anymore
    under the: User Setting — Windows Settings menu. Is there any possibility to fix this?

    The computer is under a Domain and I am also unable to edit the policies for IE11 using the Domain server.

Answers

  • Hi,

    How did you apply the group policy to IE 11? Via local group policy editor in Windows 7 or GPO in a domain?

    I did not get the error message again however I am unable to apply group policies for IE11 since it is not there anymore under the: User Setting — Windows Settings menu. Is there any possibility to fix this?

    Could you plaese give us a snapshot so we can better understand what happened?

    The computer is under a Domain and I am also unable to edit the policies for IE11 using the Domain server.

    What is the DC version? What is the IE version insatlled in DC? If you want to configure GPP settings for IE 11, then you need to you need to have Windows 8.1 (RSAT
    for Windows 8.1 installed
    )
    or Windows Server 2012 R2 installed as DC.


    Yolanda Zhu
    TechNet Community Support

    • Marked as answer by

      Wednesday, December 24, 2014 10:10 AM

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

Пример ошибки

Не удалось найти ресурс
“$(stringSiteDiscoveryEnableWMI)”, на который
ссылается атрибут displayName

Файл

C:WindowsPolicyDefinitionsinetres.admx,
строка 34686, столбец 235

В некоторой степени ошибка связана с браузером Internet Explorer. Так, при неудачном обновлении со старой версии на более новую, может возникнуть проблема, которая, с другой стороны, решается быстро. Для этого достаточно дождаться ближайших обновлений Windows и ошибка должна исчезнуть.

Если данный способ не помогает, воспользуемся набором административных шаблонов Administrative Templates (ADMX) for Windows Server 2008 R2 and Windows 7. Загружаем и открываем инсталлятор.

Переписываем содержимое папки

C:Program FilesMicrosoft Group PolicyWindows Server 2008PolicyDefinitions

на домен-контроллер в папку

\<dc_name>sysvol<domain_name>PoliciesPolicyDefinitions

Из языковых папок необходимо скопировать только те файлы, которые действительно нужны, например, en-us и ru-ru. Содержимое папки будет реплицировано по всем домен-контроллерам в домене.

Переустановка Internet Explorer

Также проблему можно решить переустановкой Internet Explorer. При этом, следует помнить, что повторную установку Internet Explorer необходимо выполнять от имени администратора – учетной записи администратора.

Еще одним вариантом решения проблемы будет использование административных шаблонов для Интернет Эксплорер Administrative Templates for Internet Explorer.

0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии

А вот еще интересные материалы:

  • Яшка сломя голову остановился исправьте ошибки
  • Ясность цели позволяет целеустремленно добиваться намеченного исправьте ошибки
  • Ясность цели позволяет целеустремленно добиваться намеченного где ошибка
  • При разборе обнаружена ошибка системная ошибка 2130706429
  • При разборе обнаружена ошибка не удалось найти ресурс string