10/31/2019 11:26 AM | |
Joined: 11/7/2017 Last visit: 8/1/2023 Posts: 19 Rating: (6) |
Hi, We had the same problem. We got a hint from Siemens which solved the problem. You have to change a registry entry at your Windows Server. Sorry is in German ;-) ich habe eine Vermutung, wo das Problem liegen könnte. Ich meine, seit Windows 2008R2 bemüht sich Microsoft, Services vom Drucken auszuschließen/ zu erschweren. Deshalb kann ein Service die Druckeinstellungen nicht mehr verändern. Wenn Ihr Euch ein Logfile vom Drucken auf dem ES anschaut, werdet Ihr mit Sicherheit eine Exception in der Funktion ResetDC finden. Glücklicher Weise haben sich wohl genug Leute bei Microsoft beschwert und so gibt es inzwischen für 2008R2 einen Hotfix und für die neueren Server-Systeme muss man sogar nur noch einen Registry Key ändern. Auf meinem Windows 2012R2 Server hat mir folgende Forums-Diskussion weiter geholfen:https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/fdcfa0fa-50aa-4a61-be79-5b4c8f65fbf7/printing-problems-on-windows-8-and-server-2012-x64?forum=windowsgeneraldevelopmentissues We tried the workaround mentioned above after deciphering it from the unintelligible English and this solved the problem for us on Windows 8.1. It probably also works on Windows 8 and Windows Server 2012. The workaround goes as follows: 1. Open Regedit and go to HKEY_CLASSES_ROOT\CLSID\{BA7C0D29-81CA-4901-B450-634E20BB8C34} 2. Check the value of the "AppID" Registry Entry. In our case this was {AA0B85DA-FDDF-4272-8D1D-FF9B966D75B0} 3. Now go to HKEY_CLASSES_ROOT\AppID\{AA0B85DA-FDDF-4272-8D1D-FF9B966D75B0} (or the respective value you found on your system) 4. Under this registry key, delete the entries with the name "AccessPermission", "LaunchPermission" and "RunAs" Since this is a bug in Windows, you cannot fix it in your code. The workaround might have side effects, but we haven't seen any so far in our scenario. Das Problem ist, dass ich den Link auf die Seite mit dem Hotfix für 2008R2 nicht mehr finde. Letztendlich muss man nämlich bei Microsoft den Download-Link anfordern. Das hier waren die Infos, die ich zu meiner Anforderung erhielt: regards Thomas |
This contribution was helpful to2 thankful Users |
10/31/2019 12:41 PM | |
Joined: 5/15/2017 Last visit: 3/11/2024 Posts: 40 Rating: (15) |
Great, thanks a million. You are my true hero. This really seems to fix the issue. |
Follow us on