Windows error 0x00000709, 1801

Detailed Error Information

INVALID_PRINTER_NAME[1]

MessageThe printer name is invalid.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80070709.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code1801 (0x0709)

Questions

4votes
2answers

Unable to select printer as default (Error 0x00000709​)

Technical Question Guys: HP P1102w printer on Windows 7. On "device and printers" I got a list of printers but do not have a "Default printer". If i set one out as default it gives me 0x00000709. I found 2 possible solution but it's not working. Solution A.) 1. Click [...] read more
windows-7
printer
3votes
0answers

"ld: 32-bit RIP relative reference out of range" on Mac OSX

I am trying to compile a Fortran 90 code that basically solves a very large system of differential equations (around 5000 ODEs). In order to increase the precision of the solver, I have to increase the size of the solution arrays, and I am running into a problem. I am [...] read more
gcc
compiler-errors
fortran
gfortran
2votes
0answers

Failure to set printer as default printer in Windows 7

I cannot set my printer (HP LaserJet M1005 MFP) as the default printer in my Windows 7 laptop. When I try to make it default the error comes like: > operation could not be completed (error 0x00000709). double check the printer > name and make sure that the printer is [...] read more
windows-7
2votes
1answer

Renaming Printer using C# and WMI

I have created a C# application to rename printers on a Citrix server (Server 2008 R2). The reason for this is because every time a user logs on the printer gets forwarded to the server and gets a unique name(For example Microsoft XPS Document Writer (from WI_UFivcBY4-wgoYOdlQ) in session 3) [...] read more
c#
printing
wmi
0votes
1answer

Unable to set printer as default (Error 0x00000706)

I am having an issue where a particular user is unable to set their default printer correctly after a reboot. The machine is running Windows 10 Pro with the latest updates installed. This computer connects to two shared printers on another machine. Connecting to the printers and installing them works [...] read more
windows
printer
network-printer
0votes
1answer

My USB printer works fine on my computer, but is constantly offline in local network

My printer is HP LaserJet Pro M12a. Every computer runs on Windows 10. Apparently the printer used to work on the local network before I started working at my company, now it doesn't. What I gathered is that the Windows 10 1803 update broke Homegroup, and that it could be [...] read more
networking
windows-10
printing
printer
network-printer
0votes
0answers

Trying to remotely get/change a Default Printer registry value for the currently logged on user

When I run the following command I get a different value than what I see if I manually browse to the registry key as the logged on user... psexec -u workgroup\xxx -p xxx \\7040-xxxx -i 4 cmd (reg query "HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" /v Device) tried -i (by itself, or 1, 2, [...] read more
registry
psexec
0votes
1answer

Error connecting to workgroup Remote Desktop client printer from domain host computer

I'm connecting remotely from home (Workgroup) Win7 PC to an office (Domain) Win7 PC using VPN and Remote Desktop. Remote Desktop connects fine but doesn't share my local resources no matter what I do. So to print from host (office) to client (home) I've set up printer network sharing (it's [...] read more
remote-desktop
network-printers
0votes
1answer

Something wrong in my Python script/Powershell usage?

So I am trying to programmatically add printers, and I'm getting a 0x00000709 error. What could cause this? I'm suspecting something in my code might be a little off: import subprocess def printerSetup(printer): subprocess.call(r'Cscript c:/windows/System32/Printing_Admin_Scripts/en-US/Prnport.vbs -a -r "' + printer + '.print.mediag.com" -h "' + printer + '.print.mediag.com" -o raw') [...] read more
python
powershell
-1votes
1answer

Share a Windows Printer over the Internet

I am trying to share a printer on a Domain connected Windows Server 2012 sever to be accessible over the internet by my domain users from non-domain workstations. I have tried opening TCP 445 and TCP 139. I can manage to get it working by adding a Local Port to [...] read more
networking
printing
share
firewall

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0