abbrechen
Suchergebnisse werden angezeigt für 
Stattdessen suchen nach 
Meintest du: 
Hinweis
DATEV wünscht allen
Fröhliche Weihnachten und ein gutes neues Jahr!

Probleme mit Datev Windows Terminal Server - #EXC3961314823 Nicht genügend Quoten verfügbar, um diesen Befehl

1
letzte Antwort am 31.03.2025 10:57:14 von andreashofmeister
Dieser Beitrag ist geschlossen
0 Personen hatten auch diese Frage
nicoz1403
Beginner
Offline Online
Nachricht 1 von 2
210 Mal angesehen

Leider bekomme ich auf meinem DATEV-Server regelmäßig folgende Fehlermeldung:
Gibt es mögliche Lösungen, um den Fehler zu beheben, oder bekannte Probleme mit dem DATEV-Server?

Die Ressourcen wie RAM und CPU liegen vollständig im Rahmen und werden nie ausgelastet. Das verwundert mich, da hier von einer Überschreitung der Ressourcen die Rede ist.

 

Allgemeiner Fehler  IRW.exe

**************************************************************************
Kanzlei-Rechnungswesen 1.0.0.0 Exception - Message
31.03.2025 05:51:19    Platform Target: x86 de-DE
DFL 4.0.0.0(18.1.3103.3)    .Net 4.0.30319.42000
Trigger: Automatic    Modus: Unhandled    DisplayStyle: Unexpected
InstanceId: 2b807f44-7149-4844-bc8a-c9b7b17a1667

#EXC3961314823
Nicht genügend Quoten verfügbar, um diesen Befehl zu verarbeiten

**************************************************************************
ExceptionType: System.ComponentModel.Win32Exception

#EXC3961314823
Nicht genügend Quoten verfügbar, um diesen Befehl zu verarbeiten

+--------------------------------------------------------------------------
| ExceptionSource
+--------------------------------------------------------------------------
WindowsBase

+--------------------------------------------------------------------------
| TargetSite
+--------------------------------------------------------------------------
Void PostMessage(System.Runtime.InteropServices.HandleRef, MS.Internal.Interop.WindowMessage, IntPtr, IntPtr)

+--------------------------------------------------------------------------
| Details
+--------------------------------------------------------------------------
ThreadId: 1

ThreadName: DFLMainThread

System.Object: 

Process is terminating: True

Marked for transmission to DATEV: True

ExceptionDisplayStyle: Unexpected

InstanceId: 2b807f44-7149-4844-bc8a-c9b7b17a1667

NativeErrorCode: 1816

ErrorCode: -2147467259

ExtendedStackTrace:
   bei MS.Win32.UnsafeNativeMethods.PostMessage(HandleRef hwnd, WindowMessage msg, IntPtr wparam, IntPtr lparam)
   bei System.Windows.Interop.HwndTarget.UpdateWindowSettings(Boolean enableRenderTarget, Nullable`1 channelSet)
   bei System.Windows.Interop.HwndTarget.UpdateWindowPos(IntPtr lParam)
   bei System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
   bei System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   bei System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   bei MS.Win32.SafeNativeMethods.SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, Int32 x, Int32 y, Int32 cx, Int32 cy, Int32 flags)
   bei System.Windows.Forms.Integration.ElementHost.SetHWndSourceWindowPos()
   bei System.Windows.Forms.Integration.ElementHost.WndProc(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   bei System.Windows.Forms.UnsafeNativeMethods.IntCreateWindowEx(Int32 dwExStyle, String lpszClassName, String lpszWindowName, Int32 style, Int32 x, Int32 y, Int32 width, Int32 height, HandleRef hWndParent, HandleRef hMenu, HandleRef hInst, Object pvParam)
   bei System.Windows.Forms.UnsafeNativeMethods.CreateWindowEx(Int32 dwExStyle, String lpszClassName, String lpszWindowName, Int32 style, Int32 x, Int32 y, Int32 width, Int32 height, HandleRef hWndParent, HandleRef hMenu, HandleRef hInst, Object pvParam)
   bei System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
   bei System.Windows.Forms.Control.CreateHandle()
   bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   bei System.Windows.Forms.Control.CreateControl()
   bei System.Windows.Forms.Control.ControlCollection.Add(Control value)
   bei Datev.Framework.Windows.Forms.DeckWorkspace.OnShow(Control smartPart, SmartPartInfo smartPartInfo)
   bei Datev.Framework.Windows.Forms.DeckWorkspace.Datev.Framework.PresentationModel.Workspaces.IComposableWorkspace<System.Windows.Forms.Control,Datev.Framework.PresentationModel.SmartParts.SmartPartInfo>.OnShow(Control smartPart, SmartPartInfo smartPartInfo)
   bei Datev.Framework.PresentationModel.Workspaces.WorkspaceComposer`2.OnShow(TSmartPart smartPart, TSmartPartInfo smartPartInfo)
   bei Datev.Framework.PresentationModel.Workspaces.Workspace`2.Show(Object smartPart, ISmartPartInfo smartPartInfo)
   bei Datev.Framework.PresentationModel.Workspaces.Workspace`2.Show(Object smartPart)
   bei Datev.Framework.Windows.Forms.DeckWorkspace.Show(Object smartPart)
   bei Datev.Irw.BusinessComponents.Buchen.Erfassung.Workflow.DigitaleBelegAnzeigeWorkItem.ShowDocument(IWorkspace ws, String link)
   bei Datev.Irw.BusinessComponents.Buchen.Erfassung.Workflow.DigitaleBelegAnzeigeWorkItem.GetBelegAsyncCompleted(Object sender, RunWorkerCompletedEventArgs e)
   bei System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
   bei System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
   bei System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   bei System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   bei System.Delegate.DynamicInvokeImpl(Object[] args)
   bei System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   bei System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   bei System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   bei System.Windows.Forms.Control.InvokeMarshaledCallbacks()
   bei System.Windows.Forms.Control.WndProc(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   bei System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
   bei System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
   bei System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   bei System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   bei Datev.Framework.PresentationModel.PresentationManager.RunShell(IShellWorkspace shell)
   bei Datev.Framework.ApplicationModel.ShellApplication`1.Start()
   bei Datev.Irw.SystemComponents.AppFrame.Interface.ApplicationLauncherBase.Start()
   bei Datev.Framework.ApplicationModel.Application`1.Run()
   bei Datev.Irw.SystemComponents.AppFrame.Interface.ApplicationLauncherBase.OnStartApplicationRunMethod()
   bei Datev.Irw.SystemComponents.AppFrame.Interface.ApplicationLauncherBase.OnMainStarted(String[] args)
   bei Datev.Irw.SystemComponents.AppFrame.Interface.ApplicationLauncherBase.ApplicationMain(String[] args, ApplicationLauncherBase applicationInstance)
   bei Datev.Irw.Application.Launcher.Program.Main(String[] args)


+--------------------------------------------------------------------------
| StackTrace
+--------------------------------------------------------------------------
   bei MS.Win32.UnsafeNativeMethods.PostMessage(HandleRef hwnd, WindowMessage msg, IntPtr wparam, IntPtr lparam)
   bei System.Windows.Interop.HwndTarget.UpdateWindowSettings(Boolean enableRenderTarget, Nullable`1 channelSet)
   bei System.Windows.Interop.HwndTarget.UpdateWindowPos(IntPtr lParam)
   bei System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
   bei System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   bei System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)


----------------------------
Application Information
----------------------------
TimeStamp=Monday, 31 March 2025, 05:51:19.659
ProductName=IRW.exe

EntryModule=C:\Program Files (x86)\DATEV\PROGRAMM\RWAPPLIC\IRW.exe, 13.02.2025 10:52:46
CommandLine="C:\Program Files (x86)\DATEV\PROGRAMM\RWAPPLIC\IRW.exe" -Embedding
KernelModule=Datev.Framework.MicroKernel, 10.02.2025 19:00:53
ProcessId=12572
ProcessStartTime=31.03.2025 05:46:13
----------------------------
Computer Information
----------------------------
Name=RDS01
Domain=PSEC

----------------------------
WorkItem Information
----------------------------
Datev.Framework.WorkItemModel.WorkItem RWI

----------------------------
GUI Information
----------------------------
# ActiveForm = null #
# OpenForm 1 # Datev.Framework.PresentationModel.Workspaces.MdiForm2012, Handle: 393944
 Datev.Framework.PresentationModel.Workspaces.WindowWorkspaceForm, Name: DeckWorkspaceView_Datev_Irw_BusinessComponents_Fibu_Buchungsuebersicht_BuchungsuebersichtWorkItem, Handle: 134698
  Datev.Irw.SystemComponents.StandardUI.Presentation.DeckWorkspaceView, Name: DeckWorkspaceView_Datev_Irw_BusinessComponents_Fibu_Buchungsuebersicht_BuchungsuebersichtWorkItem, Handle: 265714
   Datev.Irw.BusinessComponents.Fibu.Buchungsuebersicht.Presentation.BuchungsuebersichtView, Name: BuchungsuebersichtView, Handle: 200222
    System.Windows.Forms.SplitContainer, Name: splitContainer2, Handle: 200226
     System.Windows.Forms.SplitContainer, Name: splitContainer1, Handle: 134416
      Datev.Framework.Windows.Controls.ListBrowserView, Name: ListBrowserView, Handle: 199938
       Infragistics.Win.UltraWinGrid.UltraGrid, Name: Datev.Irw.BusinessComponents.Fibu.Buchungsuebersicht.InternalShares.BuchungsuebersichtGridWithKontoblattBuchungen.V70A.Key, Handle: 265672
# OpenForm (MDI) 2 # Datev.Framework.PresentationModel.Workspaces.WindowWorkspaceForm, Handle: 263428
 #Parent: Datev.Framework.PresentationModel.Workspaces.MdiForm2012, Handle: 393944
# OpenForm (MDI) 3 # Datev.Framework.PresentationModel.Workspaces.WindowWorkspaceForm, Handle: 460838
 #Parent: Datev.Framework.PresentationModel.Workspaces.MdiForm2012, Handle: 393944
# OpenForm (MDI) 4 # Datev.Framework.PresentationModel.Workspaces.WindowWorkspaceForm, Handle: 395772
 #Parent: Datev.Framework.PresentationModel.Workspaces.MdiForm2012, Handle: 393944
# OpenForm 5 # Infragistics.Win.ToolTipFormEx, Handle: 199772
 #Owner: Datev.Framework.PresentationModel.Workspaces.MdiForm2012, Handle: 393944
# OpenForm (MDI) 6 # Datev.Framework.PresentationModel.Workspaces.WindowWorkspaceForm, Handle: 264224
 #Parent: Datev.Framework.PresentationModel.Workspaces.MdiForm2012, Handle: 393944
# OpenForm (MDI) 7 # Datev.Framework.PresentationModel.Workspaces.WindowWorkspaceForm, Handle: 134698
 #Parent: Datev.Framework.PresentationModel.Workspaces.MdiForm2012, Handle: 393944
 Datev.Irw.SystemComponents.StandardUI.Presentation.DeckWorkspaceView, Name: DeckWorkspaceView_Datev_Irw_BusinessComponents_Fibu_Buchungsuebersicht_BuchungsuebersichtWorkItem, Handle: 265714
  Datev.Irw.BusinessComponents.Fibu.Buchungsuebersicht.Presentation.BuchungsuebersichtView, Name: BuchungsuebersichtView, Handle: 200222
   System.Windows.Forms.SplitContainer, Name: splitContainer2, Handle: 200226
    System.Windows.Forms.SplitContainer, Name: splitContainer1, Handle: 134416
     Datev.Framework.Windows.Controls.ListBrowserView, Name: ListBrowserView, Handle: 199938
      Infragistics.Win.UltraWinGrid.UltraGrid, Name: Datev.Irw.BusinessComponents.Fibu.Buchungsuebersicht.InternalShares.BuchungsuebersichtGridWithKontoblattBuchungen.V70A.Key, Handle: 265672
# OpenForm (MDI) 8 # Datev.Framework.PresentationModel.Workspaces.WindowWorkspaceForm, Handle: 529524
 #Parent: Datev.Framework.PresentationModel.Workspaces.MdiForm2012, Handle: 393944
# OpenForm (MDI) 9 # Datev.Framework.PresentationModel.Workspaces.WindowWorkspaceForm, Handle: 593948
 #Parent: Datev.Framework.PresentationModel.Workspaces.MdiForm2012, Handle: 393944
# OpenForm 10 # Datev.Framework.Windows.Controls.DropDownForm, Handle: 922086
 System.Windows.Forms.SplitContainer, Name: splitContainer1, Handle: 6689252
  Infragistics.Win.UltraWinGrid.UltraGrid, Name: innerGrid, Handle: 133384
# OpenForm (MDI) 11 # Datev.Framework.PresentationModel.Workspaces.WindowWorkspaceForm, Handle: 201210
 #Parent: Datev.Framework.PresentationModel.Workspaces.MdiForm2012, Handle: 393944
# OpenForm 12 # Datev.Framework.PresentationModel.Workspaces.SdiForm, Handle: 1184224
 #Owner: Datev.Framework.PresentationModel.Workspaces.MdiForm2012, Handle: 393944
 Datev.Irw.SystemComponents.StandardUI.Presentation.DeckWorkspaceView, Name: DeckWorkspaceView_Datev_Irw_BusinessComponents_Buchen_DigiBeleg_DigitaleBelegAnzeigeWorkItem, Handle: 7998634
  Datev.Digibelege.Presentation.DibuBediDetailView, Name: DibuBediDetailView, Handle: 463896
   Datev.Digibelege.Presentation.DatevElementHost, Name: Empty, Handle: 398256
# OpenForm 13 # Datev.Framework.Windows.Forms.ExceptionInfoDialog, Handle: 398248
 #Owner: Datev.Framework.PresentationModel.Workspaces.SdiForm, Handle: 1184224
 System.Windows.Forms.Button, Name: buttonCommand, Handle: 267196

--------------------------------------------------------------------------

 

andreashofmeister
Überflieger
Offline Online
Nachricht 2 von 2
202 Mal angesehen

@nicoz1403 , die Fehlermeldung

 

"#EXC3961314823"

 

in den Suchschlitz im DAP eigegeben, liefert folgendes Dokument:

 

EXC3961314823 beim Installieren eines DATEV-Programms - DATEV Hilfe-Center

 

 

Am Ende des Dokumentes steht eine Möglichkeit zur Abhilfe.

 

 

0 Kudos
1
letzte Antwort am 31.03.2025 10:57:14 von andreashofmeister
Dieser Beitrag ist geschlossen
0 Personen hatten auch diese Frage