Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EventID 1103. An internal error occurred. Redirected print.. SOLVED!

Status
Not open for further replies.

chjinmind

IS-IT--Management
Oct 3, 2001
118
SE
Hi!
The Above mentioned error that shows up in the event log was caused by missing registry keys.
I used the registry hives on a W2k Adv. Server SP2, with MF XPa SP1+FR1.

Add the following keys to your registry and the events will stop clogging the eventviewer.
IMPORTANT!!!
To be able to add the following to the registry (in Root dir) you need to add permissions for the local admin, by default on system will have right to edit the Root dir.
(use regedt32.exe when doin this)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\RDPDR]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\RDPDR\0000]
"ClassGUID"="{4D36E97D-E325-11CE-BFC1-08002BE10318}"
"Class"="System"
"HardwareID"=hex(7):52,00,4f,00,4f,00,54,00,5c,00,52,00,44,00,50,00,44,00,52, 00,00,00,00,00
"Driver"="{4D36E97D-E325-11CE-BFC1-08002BE10318}\\0021"
"Mfg"="(Standard system devices)"
"Service"="rdpdr"
"DeviceDesc"="Terminal Server Device Redirector"
"ConfigFlags"=dword:00000000
"Capabilities"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\RDPDR\0000\LogConf]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\RDPDR\0000\Control]
"DeviceReference"=dword:85eafc30
"ActiveService"="rdpdr

The next keys are just to add, no extra permissions are needed!

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0021]
"InfPath"="machine.inf"
"InfSection"="RDPDR"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,4b,81,51,cc,c0,01
"DriverDate"="4-24-2001"
"DriverVersion"="5.0.2195.2959"
"MatchingDeviceId"="root\\rdpdr"
"DriverDesc"="Terminal Server Device Redirector"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\root#rdpdr]
"Service"="rdpdr"
"ClassGUID"="{4D36E97D-E325-11CE-BFC1-08002BE10318}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\rdpdr]
"Type"=dword:00000001
"Start"=dword:00000003
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00, 52,00,49,00,56,00,45,00,52,00,53,00,5c,00,72,00,64,00,70,00,64,00,72,00,2e, 00,73,00,79,00,73,00,00,00
"DisplayName"="Terminal Server Device Redirector Driver"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\rdpdr\Security]
"Security"=hex:01,00,14,80,a0,00,00,00,ac,00,00,00,14,00,00,00,30,00,00,00,02, 00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00, 00,00,02,00,70,00,04,00,00,00,00,00,18,00,fd,01,02,00,01,01,00,00,00,00,00, 05,12,00,00,00,20,45,0c,00,00,00,1c,00,ff,01,0f,00,01,02,00,00,00,00,00,05, 20,00,00,00,20,02,00,00,00,00,00,00,00,00,18,00,8d,01,02,00,01,01,00,00,00, 00,00,05,0b,00,00,00,20,02,00,00,00,00,1c,00,fd,01,02,00,01,02,00,00,00,00, 00,05,20,00,00,00,23,02,00,00,00,00,00,00,01,01,00,00,00,00,00,05,12,00,00, 00,01,01,00,00,00,00,00,05,12,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\rdpdr\Enum]
"0"="Root\\RDPDR\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001

Major creds to Jorrit van Eijk for helping me with this.

//Chris
 
After you add the registry keys did your redirected printing still work? My question is after you add the keys and you stop getting the error messages, could your users still print from Citrix? I get the same error, but when I get the error my users can no longer print, if I do as you say and add the keys will this solve the problem, or just hide the error messages?

Thanks
Joe Church
joechurch@carolinehd.org
 
Check out Q article Q276532 for specific information on this message.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top