В просмотре событий появляется ошибка:
Имя журнала: System Подача: Microsoft-Windows-TerminalServices-Printers Дата: 31.08.2012 13:03:01 Код события: 1111 Категория задачи:Отсутствует Уровень: Ошибка Ключевые слова:Классический Пользователь: Н/Д Компьютер: comp.domain.ru Описание: Драйвер XXX для принтера YYY не опознан. Обратитесь к сетевому администратору, чтобы он установил нужный драйвер. Xml события: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-TerminalServices-Printers" Guid="{952773BF-C2B7-49BC-88F4-920744B82C43}" EventSourceName="UmrdpService" /> <EventID Qualifiers="0">1111</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2012-08-31T09:03:01.000Z" /> <EventRecordID>15242</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>System</Channel> <Computer>comp.domain.ru</Computer> <Security /> </System> <EventData> <Data>XXX</Data> <Data>YYY</Data> <Binary>00000000BA0E0000</Binary> </EventData> </Event>
Связана она с тем, что Вы пытаетесь использовать совместно локальные ресурсы, в данном случае принтеры, подключаемого компьютера на сервере. Другими словами, если Вы с ноутбука подключаетесь к серверу терминалов и на ноутбуке у Вас установлены устройства принтеров, то сервер пытается их использовать. Но поскольку сервер работает на другой операционной системе, то на ней могут отсутствовать драйвера для подключённых на ноутбуке принтеров. Отсюда и возникает ошибка.
Теперь ясно, как от неё избавиться:
- Установить соответствующие драйвера на сервер терминалов и тем самым предоставить возможность в течении подключённого сеанса печатать документы на этих принтерах.
- Не использовать принтеры как совместные ресурсы. Для этого нужно снять галочку «Принтеры» на вкладке «Локальные ресурсы» в свойствах подключения.
Terminal Services provides printer redirection, which routes printing jobs from a server to a printer that is attached to a client computer or to a shared printer that is available to the client computer. When a user establishes a remote session with a terminal
server, the redirected printer will be available to applications running in the remote session.
By default, a Windows Server 2008 terminal server first tries to use the Terminal Services Easy Print driver. If the client computer does not support this driver, the terminal server looks for a matching printer driver installed on the terminal server. You
can either install a matching printer driver on the terminal server, or you can create a custom printer mapping file.
Event Details
Product: | Windows Operating System |
ID: | 1111 |
Source: | Microsoft-Windows-TerminalServices-Printers |
Version: | 6.0 |
Symbolic Name: | EVENT_NOTIFY_UNKNOWN_PRINTER_DRIVER |
Message: | Driver %1 required for printer %2 is unknown. Contact the administrator to install the driver before you log in again. |
Resolve
Reinstall the printer driver or modify a custom printer mapping file
To resolve this issue, do either of the following:
- Install or reinstall the printer driver on the terminal server.
- Create or modify a custom printer mapping file.
To perform these tasks, refer to the following sections.
Install or reinstall the printer driver on the terminal server
If the printer driver installed on the client computer is an OEM driver, and a driver is available from the printer’s manufacturer, replace the OEM driver with the driver that is available from the printer manufacturer. If you are installing a third-party
driver, make sure that the driver is a Windows Hardware Quality Labs (WHQL) signed driver.
Important: After you install the printer driver, terminal server clients must log off and then log on to the terminal server before the printer driver changes take effect.
To install the printer driver, use either of the following methods.
To perform these procedures, you must have membership in the local Administrators group, or you must have been delegated the appropriate authority.
Method one
Run the printer’s Setup program to install the printer driver .inf file on the terminal server.
Method two
To install the driver by using the Add Printer Driver Wizard:
- On the terminal server, click Start, click Run, type
control printers, and then click OK. - On the File menu, click Server Properties.
Note: If the File menu is not visible, right-click an empty area of the
Printers dialog box, and then click Server Properties. - Click the Drivers tab.
- Click Add, and then follow the instructions in the Add Printer Driver Wizard to install the printer driver .inf file.
Create or modify a custom printer mapping file
You can create or modify an existing custom printer mapping file to define mappings from client-side to server-side drivers on the terminal server.
To perform this procedure on the terminal server, you must have membership in the local
Administrators group, or you must have been delegated the appropriate authority.
To use a custom printer mapping file:
Caution: Incorrectly editing the registry might severely damage your system. Before making changes to the registry, you should back up any valued data.
- On the terminal server, open Registry Editor. To open Registry Editor, click
Start, click Run, type regedit, and then click
OK. - If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click
Continue. - Locate the HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWdsrdpwd registry subkey.
- Add the following values:
Name: PrinterMappingINFName
Type: String (REG_SZ)
Value data: Name of the .inf file to which you want to redirect lookups.
Example: c:windowsinfntprintsubs.inf
Name: PrinterMappingINFSection
Type: String (REG_SZ)
Value data: Name of the section in the .inf file to which you want to redirect lookups.
Example: Printers
After you add the new registry values, create or modify the .inf file that you specified in the
PrinterMappingINFName registry entry to include the user-defined mappings from the client-side to server-side drivers. Follow the format used in the following example:
;NTPRINTSUBS.INF
;Printer mapping file for client-side to server-side drivers
[Printers]
"OEM Printer Driver Name" = "Windows Server 2008 Driver Name"
For example:
"HP DeskJet 720C Series v10.3" = "HP DeskJet 722C"
The left side of the equation is the exact name of the printer driver associated with the client-side print queue that is being redirected to the server. The exact name of the printer driver appears on the
General tab, next to Model when you view the printer properties on the client computer. (You can also click the
Advanced tab and view the driver name in the Driver list.) The right side of the equation is the exact name of the server-side driver equivalent that is installed on the terminal server.
Important: You must restart the Print Spooler service on the terminal server for the changes to take effect.
To perform this procedure on the terminal server, you must have membership in the local
Administrators group, or you must have been delegated the appropriate authority.
To restart the Print Spooler service:
- On the terminal server, open the Services snap-in. To open the Services snap-in, click
Start, point to Administrative Tools, and then click
Services. - If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click
Continue. - In the Services pane, right-click Print Spooler, and then click
Restart. - Confirm that the Status column for the Print Spooler service displays
Started.
Verify
To verify that printer redirection is working properly, establish a remote session with the terminal server and check that the redirected printer is available and is functioning as expected.
Related Management Information
Terminal Services Printer Redirection
Terminal Services
Перейти к контенту
- Remove From My Forums
-
Вопрос
-
На сервере Windows Server 2008 SP2 в журнале событий возникает ошибка при подключении к нему через службу терминалов:
Источник: TerminalServices-Printers
ID: 1111
Драйвер HP LaserJet 2430 PCL 6 для принтера HP LaserJet 2430 PCL 6 не опознан. Обратитесь к сетевому администратору, чтобы он установил нужный драйвер.
Я установил драйвер, запустив оснастку Принтеры (Файл — Свойства сервера, вклвдка Драйверы), HP Universal Printing PCL 6. Далее создал файл ntprintsubs.inf в папке windowsinf:
[Version]
Signature=»$CHICAGO$»[Printers]
«HP Color LaserJet 2605dn_2605dtn PCL 6» = «HP Universal Printing PCL 6»И в реестре прописал два ключа:
HKLMSYSTEMCurrentControlSetControlTerminal ServerWdsrdpws: PrinterMappingINFName (REG_SZ) = c:windowsinfntprintsubs.inf
PrinterMappingINFSection (REG_SZ) = Printers
Однако при очередном подключении я снова вижу эту ошибку в журнале событий.
Как можно исправить эту ситуацию?
Михаил
- Перемещено
22 апреля 2012 г. 16:06
move (От:Windows Server 2008)
- Перемещено
Ответы
-
Добрый день, у меня была похожая проблема!
Решил добавлением в реестре windows явным образом можно задать имя любого драйвера, это позволяет взять любой драйвер для принтера и присвоить ему имя любого другово драйвера для принтера к примеру принтер на клиенте использует драйвер HP LaserJet
P3005 PCL 6, а мы хотим на сервере использовать для этого принтера серверный драйвер HP Universal Printing PCL 6. Если на сервере драйвер HP Universal Printing PCL 6 будет иметь имя HP LaserJet P3005 PCL 6 то он всегда будет подключать именно этот драйвер.Для того чтобы сменить или добавить другое имя драйверу надо:
Запустить Regedit
Открыть ветку реестра HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlPrintEnvironmentsWindows NT x86DriversVersion-3
там найти ветку драйвера HP Universal Printing PCL 6, экспортировать ее в файл (она нам еще понадобиться позже). Далее изменяем имя ветки HP Universal Printing PCL 6 на HP LaserJet P3005 PCL 6.
Импортируем ветку HP Universal Printing PCL 6 назад в реестр — это надо что бы драйвер Universal тоже остался в системе с таким именем
Перезапускаем spooler и пользуемся драйвером HP Universal Printing PCL 6 с именем HP LaserJet P3005 PCL 6 и с оригинальным именем
Проверял эту схему на других драйверах даже заведомо не совместимых, все работает к примеру у меня один из принтеров HP стал XPS и т.д.
Подробности темы тут
http://social.technet.microsoft.com/Forums/ru-RU/ws2008ru/thread/e497d8a6-96e9-4b6d-bae7-206816058811- Помечено в качестве ответа
Nikita Panov
23 апреля 2010 г. 11:17 - Снята пометка об ответе
MikAndr
14 мая 2010 г. 11:01 - Помечено в качестве ответа
MikAndr
14 мая 2010 г. 11:01
- Помечено в качестве ответа
В просмотре событий появляется ошибка:
Имя журнала: System Подача: Microsoft-Windows-TerminalServices-Printers Дата: 31.08.2012 13:03:01 Код события: 1111 Категория задачи:Отсутствует Уровень: Ошибка Ключевые слова:Классический Пользователь: Н/Д Компьютер: comp.domain.ru Описание: Драйвер XXX для принтера YYY не опознан. Обратитесь к сетевому администратору, чтобы он установил нужный драйвер. Xml события: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-TerminalServices-Printers" Guid="{952773BF-C2B7-49BC-88F4-920744B82C43}" EventSourceName="UmrdpService" /> <EventID Qualifiers="0">1111</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2012-08-31T09:03:01.000Z" /> <EventRecordID>15242</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>System</Channel> <Computer>comp.domain.ru</Computer> <Security /> </System> <EventData> <Data>XXX</Data> <Data>YYY</Data> <Binary>00000000BA0E0000</Binary> </EventData> </Event>
Связана она с тем, что Вы пытаетесь использовать совместно локальные ресурсы, в данном случае принтеры, подключаемого компьютера на сервере. Другими словами, если Вы с ноутбука подключаетесь к серверу терминалов и на ноутбуке у Вас установлены устройства принтеров, то сервер пытается их использовать. Но поскольку сервер работает на другой операционной системе, то на ней могут отсутствовать драйвера для подключённых на ноутбуке принтеров. Отсюда и возникает ошибка.
Теперь ясно, как от неё избавиться:
- Установить соответствующие драйвера на сервер терминалов и тем самым предоставить возможность в течении подключённого сеанса печатать документы на этих принтерах.
- Не использовать принтеры как совместные ресурсы. Для этого нужно снять галочку «Принтеры» на вкладке «Локальные ресурсы» в свойствах подключения.
- Remove From My Forums
-
Question
-
Hey,
I keep gettin these events in one of my DC’s mainly the DC holding all the network printers for all the clients. No client has any issues printing, but these have started to appear on my Zenoss monitoring box. Which I have since setup to ignore these events.
But doesn’t help the fact that they are still apearing in event viewer. Normally I always attempt to resolve these ting on my own but have yet to come up with a solution due to the following conditions. Please bare with me.Reading up more on this from here…
http://support.microsoft.com/?kbid=239088So I get for the most part its due to driver mappings not being correct for both cleint and server, and to fix it create a manual .inf file and create a registry entry to point to it.. HOWEVER…
Some Event ID 1111’s also contain printer resources on the client that cannot and must not be redirected like fax drivers or software printers.
These are the type of events showing up, CutePDF writer, WebEx Doc Loader, etc, all seem to be software printers, which shouldn’t be fixed using this method…
I have also checked other fourms created such as these..
http://social.technet.microsoft.com/Forums/en-US/ec9096c3-ab18-4360-bcb3-26b6b09d1a91/error-in-event-managertermservdevicesevent-id-1111
I attempted to see if these were populated at a RDP connection but they did not appear when making RDP connections.
http://social.technet.microsoft.com/Forums/en-US/f567be02-1bc0-4a6c-a6b7-61347df612fa/error-1111
Falls under the usual physical printer driver mappings..
I’m stuck now, how do I get rid of these errors from appearing in my event log. I like to stay proAtive and have clean logs whenever possible. Please help. Thanks
Answers
-
- Edited by
Monday, September 2, 2013 7:49 AM
- Marked as answer by
Frank Shen5
Thursday, September 5, 2013 1:32 AM
- Edited by
- Remove From My Forums
-
Question
-
Hey,
I keep gettin these events in one of my DC’s mainly the DC holding all the network printers for all the clients. No client has any issues printing, but these have started to appear on my Zenoss monitoring box. Which I have since setup to ignore these events.
But doesn’t help the fact that they are still apearing in event viewer. Normally I always attempt to resolve these ting on my own but have yet to come up with a solution due to the following conditions. Please bare with me.Reading up more on this from here…
http://support.microsoft.com/?kbid=239088So I get for the most part its due to driver mappings not being correct for both cleint and server, and to fix it create a manual .inf file and create a registry entry to point to it.. HOWEVER…
Some Event ID 1111’s also contain printer resources on the client that cannot and must not be redirected like fax drivers or software printers.
These are the type of events showing up, CutePDF writer, WebEx Doc Loader, etc, all seem to be software printers, which shouldn’t be fixed using this method…
I have also checked other fourms created such as these..
http://social.technet.microsoft.com/Forums/en-US/ec9096c3-ab18-4360-bcb3-26b6b09d1a91/error-in-event-managertermservdevicesevent-id-1111
I attempted to see if these were populated at a RDP connection but they did not appear when making RDP connections.
http://social.technet.microsoft.com/Forums/en-US/f567be02-1bc0-4a6c-a6b7-61347df612fa/error-1111
Falls under the usual physical printer driver mappings..
I’m stuck now, how do I get rid of these errors from appearing in my event log. I like to stay proAtive and have clean logs whenever possible. Please help. Thanks
Answers
-
- Edited by
Monday, September 2, 2013 7:49 AM
- Marked as answer by
Frank Shen5
Thursday, September 5, 2013 1:32 AM
- Edited by
24 084
В этой статье описаны типичные проблемы возникающие при печати в терминальном режиме. Статья содержит много ссылок на внешние источники технической документации (в основном на английском языке), описывающие варианты решения возникающих проблем
Известно, что одна из самых трудных задач для системных администраторов терминальных систем — обеспечение возможности печати для пользователей на локальные принтеры, поключенные к тонким клиентам или принтеры, для которых предоставлен общий доступ
Windows Server 2008 Terminal Services предоставляет действительно захватывающую возможность решить эту проблему:
Terminal Services Easy Print
, и драйвер универсального принтера, основанный на
XPS
Тем не менее в современных терминальных сетях доля использования Windows 2003/2000 Terminal Servers остается достаточно большой. Если Вы, уважаемые друзья, используете в качестве ядра терминальной системы Вашего предприятия Windows 2003/2000 Terminal Servers, то эта статья — для Вас
Итак, если клиентские принтеры не перенаправляются на терминальный сервер, для начала проверьте EventLog на наличие ошибок на терминальном сервере именно в тот момент, когда пользователь подключается к серверу
-
Нет ошибок: перенаправление не происходит в принципе
Решение: проверяем разрешено ли перенаправление принтеров в настройках RDP протокола на тонком клиенте и разрешена ли такая возможность в настройках сервера, при необходимости обновляем версию RDP клиента до последней (при использовании ПК) или смотрим эту статью — KB 302361 проясняющую вопросы перенаправления принтеров, подключенных к нестандартным портам, в том числе и TCP/IP портам (актуально для версий RDP клиента 5.1 или более старых)
-
Происходят ошибки 1111, 1105 и 1106 (на сервере W2K/W2K3) или 1102 (для Windows Server 2008 Terminal Services): перенаправление происходит с ошибками, так как на сервере не установлен драйвер принтера
Решение: чтобы Вы не делали, не устанавливайте драйверы сторонних производителей на терминальный сервер, за исключением подписанного драйвера Windows Hardware Quality Labs (WHQL). Большее количество драйверов, не отвечающее требованиям WHQL не подходит для терминального сервера, также известны случаи нарушения работоспособности spooler’a принтера. Как альтернатива, перенаправьте клиентский принтер с использованием оригинального драйвера, создав собственный файл ntprintsubs.inf, так как это написано в статье KB 239088 (для версии W2K/W2K3) или здесь (для Windows Server 2008)
Если Вы используете Windows 2008, проверьте разрешена ли опция Easy Print («по-умолчанию» она разрешена) и что используемые Вами терминалы отвечают требованиям для Easy Print (установлен RDP клиент версии 6.1 и .NET Framework 3.0 SP1)
- Если у Вас наблюдаются проблемы с нарушениями в spooler сервисе, можно использовать утилиту Spooler Cleaner из Windows 2003 Resource Kit (cleanspl.exe). Утилита удалит все драйверы принтеров, принтеры, порты, мониторы портов, процессы печати и выводы на печать из spool файлов сервера
- Если Вы используете как минимум Windows 2003 SP1 на терминальном сервере, а Ваши принтеры поддерживают изначально PCL или PS, Вы можете настроить Fallback Printer Driver
- Если Вы используете клиенты Macintosh, Вы обязаны использовать драйвер PostScript, либо запускайте на всех Mac клиентах Mac RDC version 2.0, поддерживающий все принтеры
- В том случае, когда используется x64 версия Windows на терминальном сервере, необходимо использовать 64-битные драйверы принтеров, так как это описано в статье KB 895612
- Если Вы управляете десятком терминальных серверов и двумя десятками разнородных принтеров, напишите руководству служебную записку с обоснованием приобретения систем управления печатью. Если в Вашей сети обеспечивается поддержка «Host based» принтеров, работающих на «Lightweight Imaging Device Interface Language» (LIDIL), крайне необходимо использовать ПО Universal Printer Driver
Ссылки документацию и практические руководства:
- Статья Брайана Маддена (Brian Madden’s) The Ultimate Guide to Terminal Server Printing — Design and Configuration (рус, eng)
- Citrix Printing: Brush up on the basic best practices — руководство Кевина Буханица (Kevin Buchaniec)
- Terminal Services and Printing White Paper (2003 год)
- How Microsoft’s Windows 2003 SP1 Fallback Printer Driver Works — руководство Штефана Фирмюлена (Stefan Vermeulen)
- 911913 — Как перенаправить клиентский принтер «по-умолчанию» в терминальной сессии на Windows Server 2003 Terminal Server(также подходит к версии W2K сервера)
- 331055 — Лучшее практическое руководство по установке и использованию принтеров в среде Windows 2000 Terminal Services
- 895612 — Как подобрать подходящий драйвер для принтера к компьютеру, работающему под управлением 64-битной версии Windows
- 135406 — Практические шаги по удалению и переустановке драйверов принтеров (W2K/XP)
- 286047 — Как печатать на локальном сетевом принтере в среде Terminal Services (W2K)
- 305402 — РУКОВОДСТВО: Изменяем настройки печати на принт-сервере для всех пользователей
- 189105 — Как добавить принтер не используя пользовательские настройки в Windows
- 291251 — Специфичные свойства принтера не показываемые в терминальных службах при перенаправлении
- 243942 — Перенаправление принтеров терминальных служб, изменение параметров которых не отображается в закладке Device Settings в Windows 2000 или Windows Server 2003
Средства решения проблем
- CTX116474 — Print Detective — пересчитывает все установленные драйверы, включая детализированную информацию (по драйверам). Можно использовать для удаления отдельных драйверов
-
CTX109374
— StressPrinters — инструмент, моделирующий ситуацию многократного автоматического перенаправления клиентских принтеров с использованием одного и того же драйвера
Решение проблем автоматического перенаправления
- Terminal Server and Printer Redirection — troubleрешаем проблемы «шаг за шагом»
- Описание ошибок перенаправления принтеров
- 239088 — описание ошибок 1111, 1105, и 1106, возникающих в логах терминальных служб серверных версий Windows 2000 или Windows Server 2003
- Загрузите у Microsoft и попробуйте запустить Printer Driver Redirection Wizard
- Printer Driver Matrix — от PrintingSupport
- 276532 — описание ошибки 1103 в логе терминального сервера в Windows 2000
- Event 1103 — Описание события «An internal communication error occurred. Redirected printing will no longer function»
- 302361 — Описание проблемы почему порты принтеров не начинающиеся на COM, LPT или USB не перенаправляются в сессиях терминальных служб
- 329756 — Описание проблемы безопасности вызваемое RDP в том случае, когда установлен параметр «FilterQueueType»
- 929270 — Невозможно перенаправить принтер как принтер «по-умолчанию» в сессии терминального сервера Windows Server 2003
- 933996 — Невозможно установить принтер «по-умолчанию» пользователем терминального сервера в Windows Server 2003. Описание проблемы
Другие разные проблемы
Windows 2008
- 954399 — Сообщение об ошибке, возникающее при печати с использованием «Terminal Services Easy Print» с клиентского компьютера, подсоединеного к Windows Server 2008 («Tswpfwp.exe has stopped working»)
- 954400 — RDP соединение обрывается при попытке напечатать на терминальный сервер в Windows Server 2008
- 960792 — Возникает сообщение об ошибке при попытке пользователем добавить принтер с использованием TCP/IP адреса или host-имени в Windows Server 2008 («Access is denied»)
- 955560 — Ошибки и потери памяти в «Printer Spooler service» в момент установки и удаления сетевых принтеров в Windows Vista SP1 или Windows Server 2008
- 959442 — Ошибка — срезаются края документа при попытке печати с использованием «Terminal Services Easy Print» с компьютера в Windows XP SP3, Windows Vista SP1 или Windows Server 2008
- 962930 — Невозможна печать в «Terminal Services Easy Print» на Windows server 2008 (Access is denied)
Windows 2003
- 270005 — Драйверы OEM принтеров перезаписываются драйверами от Microsoft, используемые терминальными службами при перенаправлении печати
- 888196 — Ошибка — «Print Spooler service» часто останавливается, Dr. Watson записывает в логах сообщение об ошибке, а в логах Windows 2000 Server или Windows Server 2003 (с установленным Citrix MF XP 1.0) появляется ошибка ID 7031
- 313733 — Почему файлы из буфера печати могут быть некорректно напечатаны в терминальной сессии
- 317780 — Ошибка — задания печати, отправленные терминальными службами перенаправленных принтеров могут напечататься на других клиентских принтерах
- 826026 — Проблема — документы LPT1-принтеров различных пользователей терминального сервера печатаются на один и тот же принтер
- 297883 — XL2000: Принтеры других пользователей доступны в терминальной сесии
- 313683 — XL2002: Принтеры других пользователей доступны в терминальной сесии
- 268065 — Возникают ошибки 1100 или 1114 в терминальных службах в Windows 2000 Server или Windows Server 2003
- 817870 — При отключении тонкого клиента в логе терминального сервера возникает ошибка 1109
- 909906 — Почему задание на печать самоудаляется на Windows Server 2003 с установленным Service Pack 1
- 301444 — Сообщение об ошибке, которое может возникнуть в терминальной сессии при печати файлов в приложениях
- 279452 — Невозможно добавить принтер в терминальной сессии — AppleTalk или сетовой принтер DLC
- 870981 — Задания печати перенаправленные через принт-сервер могут не попасть на клиентский компьютер когда Вы устанавливаете сетевой принтер в Windows XP или Windows Server 2003
- 911713 — Почему в Windows Server 2003 часто возникает ошибка ID 20 при печати на общий сетевой принтер
- 900090 — Ошибка — Замедление процесса буферизации заданий печати в терминальных службах в Windows Server 2003 при печати перенаправленных принтеров, поключенных к тонким клиентам
- 911028 — Проблема возникновения сообщения «Stop error » или пропадания объектов на странице печати при использовании 32-битных программ для печати документов в 64-битной версии Microsoft Windows
- 840371 — Почему процессор сильно загружается при переполнении буферной памяти печати в момент когда пользователь завершает сессию на терминальном сервере с Windows Server 2003 или Windows 2000
- 947477 — Ошибка — буферная память принтера от HP в Windows Server 2003 может самоочиститься
- 951009 — Почему приложения «зависают», документы не печатаются, а в логах Windows Server 2003 возникают ошибки ID 6162 или 61
Windows 2000
- 822143 — Ошибка — Принтеры остаются активными на терминальном сервере после отключения (W2K)
- 832219 — Ошибка — Пользователи не могут печатать после установки сервис-пака, обновления ПО принтера на сервере в Windows 2000
- 918622 — Невозможно напечатать с терминального сервера после выполнения «Update Rollup 1» для Microsoft Windows 2000 Service Pack 4
- 843259 — Возникновение ограничений печати для пользователя при печати на общий для терминального сервера принтер после перезапуска «Spooler service» в Windows 2000 — также смотрите этот документ — 826026
-
831754
— Почему возникает сообщение об ошибке при попытке печати в теминальной сессии на общий сетевой принтер
- 908506 — Невозможно печатать на сетевой принтер после установки обновления безопасности 896423 на сервер с Windows 2000 с установленным Service Pack 4
- 822834 — Ошибка — Буфер памяти вызывает чрезмерную загрузку процессора в момент выполнения процессов Winlogon.exe и Spoolsv.exe в Windows 2000 Terminal Server
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q268065
http://support.microsoft.com/default.aspx?scid=kb;EN-US;302361
http://support.microsoft.com/kb/q264039/
http://support.microsoft.com/default.aspx?scid=kb;EN-US;911913
Особенности печати в Citrix
- CTX108004 — Как разграничить права доступа для администраторов для управления автоперенаправленными принтерами
- CTX884335 — Как опубликовать Print Manager на Windows NT/2000/2003 Terminal Server
- CTX681954 — Разрешение проблем автоматического перенаправления принтеров в Citrix ICA
- CTX107137 — Разрешение проблем печати в среде Presentation Server 4.0
- Printing — TechNotes — список известных проблем при печати в Citrix PS 4.0
- CTX104692 — Ошибка — автоматически перенаправляется только клиентский принтер «по-умолчанию». Функция взаимодействия с версией Java Client 8.x (или более поздней) не работает
- CTX104375 — Описание проблемы когда принтер «по-умолчанию» некорректно перенаправляется в ICA сессии
- CTX051476 — Разрешение проблем удаления автоперенаправленных принтеров
- CTX105577 — Удаление драйверов принтеров и ошибок печати в логах
- CTX626451 — Образец файла WTSUPRN.INF для использования в автоматическом перенаправлении
- CTX107322 — Принтеры производства HP для использования в Citrix Presentation Server 4.0 для Windows (включая сканеры и МФУ)
Информация о драйверах печати сторонних производителей
- 952065 — Невозможно установить драйверы сторонних производителей для кросс-архитектурной поддержки в средах Windows Vista или в Windows Server 2008. Описание проблемы
- HP printers supported in Citrix XenApp Server environments — Посмотрите, можно применить эти соотвествия и на терминальные службы
- HP Color LaserJet and LaserJet Printers — Заметки о работе драйверов принтеров в смешанных средах
- HP Deskjet, HP Business Inkjet, and HP Color Inkjet Printers — Операционные системы и принтеры, поддерживаемые Windows Terminal Server
- HP DeskJet 895, 970, 990, 5550, and 6120 Series Printers and W2K TS — Описание
- HP Designjet Printers — Совместимость с Windows Terminal Services
- bpl11245 — «Подвисание» заданий печати и новая постановка на печать при перезагрузке компьютеров с подключенными принтерами серии HP LaserJet 2200
- HP Universal Print Driver Series for Windows — Описание
- Lexmark Printers — совместимость с Windows Server 2003
- Brother MetaFrame Homepage
- 267896 — Описание проблемы некорректной печати Adobe Acrobat .pdf документов в терминальной сессии
- Windows Print Migrator
Terminal Server Printer Redirection Wizard Tool
http://www.microsoft.com/downloads/en/details.aspx?familyid=9AD27BE9-40DB-484F-862E-38A094EEEAF7&displaylang=en
Программное обеспечение (в том числе и по управлению печатью) других производителей
- Различия между некотороми решениями для универсальной печати — статья Вилко Ван Брагта (Wilco van Bragt)
- Описание ThinPrint’s print RDP Engine
- Описание triCerat’s ScrewDrivers
- Решение Print-IT от Provision Networks
- Описание UniPrint от INGENICA
- Описание Net2Printer
- DEFSET — бесплатная утилита для установки пользовательского принтера от «Ctrl-Alt-Del IT Consultancy»
0
0
голоса
Оцените статью
/
/
Ошибка 1111: драйвер для принтера не опознан
19.06.2013
Ошибка 1111: драйвер для принтера не опознан. Обратитесь к сетевому администратору, чтобы он установил нужный драйвер
Возникает регулярно на терминальном сервере под управление OS WinSer2008 R2. Скорее всего причина в том, что OS терминального сервера не может определить драйверы установленных на рабочих станциях пользователей принтеров, вероятно по причине несовместимости разрядности систем.
Лечится двумя способами:
- Установить требуемый драйвер для принтера на терминале;
- Снять галочку «Принтеры» на вкладке «Локальные ресурсы» в настройках подключения к окну терминала, если данный принтер в терминале не нужен и «пересохранить» ярлык для подключения:
-
Management Pack:
Windows Server Terminal Services
-
MP Version:
6.0
-
Product Version:
2003
-
Released:
7/27/2008
-
Publisher:
Microsoft
-
ID:
TS_failed_printer_redirection_operation_2003 -
Description:
-
Target:
Terminal Server 2003 Computer Role
-
Enabled:
No
Parameter Name | Default Value | Description | Override |
Priority | 1 | ||
Severity | 1 |
Message | Priority | Severity |
Terminal Services failed printer redirection operation | Medium | Warning |
Summary |
The terminal server experienced an error during client connection that does not affect its overall functionality. The printer redirection operation failed. This rule covers the following event IDs: 1100, 1102, 1103, 1107, 1108, 1109, 1110, 1111, 1112 Microsoft® Windows Server™ 2003 operating systems only:1113, 1114, 1115 |
Causes |
Possible causes include: Event 1100: Terminal Server Remote Desktop Protocol (RDP) device redirection failed to initialize for a single user session. Serial, Parallel, Printer, and File System Redirection will be disabled. Check the System log for other related errors. Event 1102: A driver required for the printer is not installed on the server. Event 1103: An internal communication error occurred. Redirected printing will no longer function for a single user session. Event 1107: The printer could not be deleted. Event 1108: Configuration information for the printer could not be restored. Event 1109: The printer could not be set as the default printer. Event 1110: An error occurred during the Windows setup process while reading the printer driver .inf file. No printer drivers can be installed. This event occurs when there is a missing or corrupted printer driver .inf file. Event 1111: The driver required for the printer is unknown. This event occurs when a client logs on. The Windows Server operating system attempts to match the name of the printer driver on the client with the printer driver name provided in all of the following three Windows .inf files:
If the name of the driver is not found, the error messages are logged and the printer is not redirected. Event 1112: Terminal Server failed to register for user printing preferences change notification. Event 1113 (Windows Server 2003 operating systems only): There is not enough memory to complete the operation. Save your work, close other programs, and then try again. Event 1114 (Windows Server 2003 operating systems only): There was an error communicating with the Print Spooler service. Open the Services snap-in and verify that the Print Spooler service is running. Event 1115 (Windows Server 2003 operating systems only): Either there was an error communicating with the Print Spooler service, or there was an unexpected internal error in Terminal Server RDP device redirection. If you experienced an internal error in Terminal Server RDP device redirection, contact technical support. |
Resolutions |
Possible resolutions include: Event 1100: Start the spooler on the server. Event 1102: Run Setup to reinstall the printer driver .inf file. If the printer driver installed on the client computer is an OEM driver, and a driver is available from the printer’s manufacturer, replace the OEM driver with the driver available from the printer manufacturer. The client user must log on to Terminal Server again before the printer driver change takes effect. Event 1103: Check the status of the Terminal Services Device Redirector in the System folder of Device Manager. Events 1107, 1112: Try freeing up resources by closing applications. Ensure that the spooler is running on the server. Event 1108: Upgrade your Windows Server software to the most current version of the product. Event 1109: Try freeing up resources by closing applications. Ensure that the spooler is running. Reinstall the local printers if you want them on your client system. Event 1110: Run Setup again to reinstall the printer driver .inf file. The Event 1110 error may also be caused by an incorrect .inf file name reference in the PrinterMappingINFName value that you add. Make sure that you use the correct INF file name. Event 1111: Install a printer driver on the server that will match the printer driver installed on the client. The following steps are recommended for fixing this problem. This procedure allows you to specify a different .inf file name in the registry for Windows to use, if it is unable to locate the driver in Ntprint.inf.
Event 1113 (Windows Server 2003 operating systems only): Close applications that use high amounts of memory. Event 1114 (Windows Server 2003 operating systems only): Open the Services snap-in and verify that the Print Spooler service is running. Start the Print Spooler service if it is not running. Event 1115 (Windows Server 2003 operating systems only): Open the Services snap-in and verify that the Print Spooler service is running. If restarting the Print Spooler service does not clear the problem, the printui.dll driver file on the server may be corrupt. You can reinstall the printer on the server to replace a suspect printui.dll file.
Troubleshooting a corrupt printui.dll file on the server: Run Setup and reinstall printui.dll from the product disk. |
External References |
This rule does not contain any external references. |
- Overview
- Files (2)
- References (12)
- Versions (3)
-
Classes (4)
- Unit Monitors (6)
- Discoveries (11)
- Rules (59)
- Run As Profiles (0)
- Management Pack Inventory
- Management Pack