Hi,
We do have a very similar problem. We´re using Server 2008 R2.
We´re gonna start a mass rollout of identical printers. We want to configure these printers by using printui.dll
We use the following command to save the printer configuration:
rundll32 printui.dll,PrintUIEntry /Ss /n "printername1" /a C:\RZ\Settings\config.dat m
We try to restore the configuration to a different printer.
rundll32 printui.dll,PrintUIEntry /Sr /n "printername2" /a C:\RZ\Settings\config.dat m
We receive the error message "The operation could not be completed" 0x0000000C.
Restoreing the settings to the "same" printer works without any problems
The command was run elevated by the "Administrator" account.
The printers were installed with the standard security groups.
Using printers with different printer drivers doesn´t make any difference.
We tried to run the command with psexec -s and wrapped the command in cmd. Same result.
We used this with Server 2003 before. There it worked perfect.
Any ideas?