Hello,
I migrated Print and Document Services role from 2008 r2 to server 2012r2
These two servers are Domain Controllers.
The previous server had a CNAME.
I performed these steps:
- Deleted the old CNAME record and add a new record with the same alias for new server
- Netdom computername newserver /add:alias.example .com
Netdom computername newserver /remove:alias.example .com
And checked with ldp that only new server hold the alias.
- Add the following to the registry in new server and removed from old server:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print]
"DnsOnWire"=dword:00000001
- Restarted the new server
After the server was restarted, I can access to the printers via alias\\alias.
It work 15 minutes approximately, then I receive the error message:
"Operation could not be completed (error 0x00000709)"
And again, after restart it works few minutes….
Do you have any idea what's the problem?