Print Job Spools but does not print from Easy Print
document 14, test page owned mzavada2 printed on 30-12s-4000 on usprt002 (redirected 4) through port ts090. size in bytes: 0. pages printed: 1. no user action required.
i noticed in log above size in bytes 0 when job in print queue says size of 131kb. not sure if has it.
any way, client somehow blocking redirected print job ts server? appreciated.
hkey_local_machine\system\currentcontrolset\services\eventlog\application\customsd
below response microsoft team:
great news! discovered why print jobs fail or rather not redirected client.
the printfilterpipelinesvc.exe redirects print jobs failed because local service account not have permissions read/write application event log. we need ability read/write job printed or error occurred written event log.
it difficult capture call via live debug server security had accounts locked out. here call captured came null:
registereventsource(null, l"microsoft-windows-spoolerfilterpipelinesvc");
following registry key had customsd (security descriptor) locked down due policy being applied. can’t see policy applied able trace down where/when checked permissions:
hkey_local_machine\system\currentcontrolset\services\eventlog\application\customsd
o:bag:syd:(d;;0xf0007;;;an)(d;;0xf0007;;;bg)(a;;0xf0007;;;sy)(a;;0x7;;;ba)(a;;0x5;;;so)(a;;0x1;;;iu)(a;;0x1;;;su)(a;;0x1;;;s-1-5-3)(a;;0x1;;;du)
the application event log security changed , once removed customsd value, print jobs spooled printer.
Windows Server > Remote Desktop Services (Terminal Services)
Comments
Post a Comment