Prev: Windows Server 2008 - Unable to install TMG Beta3 SE
Next: SBS 2003 crashing when removing the external usb hard drive
From: RJeremy on 5 Nov 2009 01:19 Hi, Initially I had 6 printers deployed via group policy. At a certain point I removed them and so now they are no longer anywhere in group policy. However, everytime I establish a remote desktop connection with my SBS2008 server, I get a 1037 SpoolerSpoolss warning for each of the 6 printers. A copy of one of the warnings is below. Hope you can give me some direction to get this cleaned up. Log Name: Application Source: Microsoft-Windows-SpoolerSpoolss Date: 2009/11/05 07:35:42 AM Event ID: 1037 Task Category: None Level: Warning Keywords: Classic User: MONDOCANE\MCUser Computer: MSERVER01.mondocane.local Description: Group Policy was unable to add per computer connection \\MSERVER01\Xerox A0. Error code 0x80070709. This can occur if the name of the printer connection is incorrect, or if the print spooler cannot contact the print server. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-SpoolerSpoolss" /> <EventID Qualifiers="32768">1037</EventID> <Level>3</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2009-11-05T05:35:42.000Z" /> <EventRecordID>333570</EventRecordID> <Channel>Application</Channel> <Computer>MSERVER01.mondocane.local</Computer> <Security UserID="S-1-5-21-3999036039-848896162-4068888045-1180" /> </System> <EventData> <Data>\\MSERVER01\Xerox A0</Data> <Data>0x80070709</Data> </EventData> </Event>
From: Cliff Galiher on 5 Nov 2009 01:27
Are you sure you've removed them from *all* group policies? The error is pretty straightforward: a group policy is attempting to make a connection. Especially with group policy deployments, I've found that people experimented and had printers in multiple group policy objects. I'd use the group policy results wizard to determine if there is anything you've overlooked. -Cliff "RJeremy" <RJeremy(a)discussions.microsoft.com> wrote in message news:6F0EE3F4-DB4A-4FE1-9DE5-CF4975F3C564(a)microsoft.com... > Hi, > > Initially I had 6 printers deployed via group policy. At a certain point I > removed them and so now they are no longer anywhere in group policy. > > However, everytime I establish a remote desktop connection with my SBS2008 > server, I get a 1037 SpoolerSpoolss warning for each of the 6 printers. A > copy of one of the warnings is below. Hope you can give me some direction > to > get this cleaned up. > > Log Name: Application > Source: Microsoft-Windows-SpoolerSpoolss > Date: 2009/11/05 07:35:42 AM > Event ID: 1037 > Task Category: None > Level: Warning > Keywords: Classic > User: MONDOCANE\MCUser > Computer: MSERVER01.mondocane.local > Description: > Group Policy was unable to add per computer connection \\MSERVER01\Xerox > A0. > Error code 0x80070709. This can occur if the name of the printer > connection > is incorrect, or if the print spooler cannot contact the print server. > Event Xml: > <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> > <System> > <Provider Name="Microsoft-Windows-SpoolerSpoolss" /> > <EventID Qualifiers="32768">1037</EventID> > <Level>3</Level> > <Task>0</Task> > <Keywords>0x80000000000000</Keywords> > <TimeCreated SystemTime="2009-11-05T05:35:42.000Z" /> > <EventRecordID>333570</EventRecordID> > <Channel>Application</Channel> > <Computer>MSERVER01.mondocane.local</Computer> > <Security UserID="S-1-5-21-3999036039-848896162-4068888045-1180" /> > </System> > <EventData> > <Data>\\MSERVER01\Xerox A0</Data> > <Data>0x80070709</Data> > </EventData> > </Event> |