NAfter implementing Citrix Universal Print Server (UPS), you may quickly encounter the error message „0x00000709„if you want to print. The reason is that printer manufacturers set the RawOnly attribute even when other formats, such as EMF, are available. Citrix UPS only supports EMF and is the source of the error.”.
To fix this error, you need to RawOnly The attribute can be removed by subtracting 4096 from a registry value. This can take a very long time on a print server with hundreds of printers. That’s why I created a small PowerShell script to remove the RawOnly attribute from all printers. My PoSh script saves a lot of time.
References
- Printing Fails After Installing the Universal Print Server on the Current Production Print Server
https://support.citrix.com/article/CTX136257 - Universal Print Driver is not loading from the Universal Print Server, displaying the error „Operation could not be completed, error 0X00000709“
https://support.citrix.com/article/CTX200181 - Printing Fails After Installing the Universal Print Server
https://support.citrix.com/article/CTX136265


