Nintex – soap:ServerServer was unable to process request – Object reference not set to an instance of an object

Problem

soap:ServerDieAnforderung konnte vom Server nicht verarbeitet werden

Meldung von Website

soap:ServerDieAnforderung konnte vom Server nicht verarbeitet werden. —> Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.

soap:ServerServer was unable to process request

Message from webpage

soap:ServerServer was unable to process reques. —> Object reference not set to an instance of an object.

Failed to handle workflow upload starting event

Englisch ULS:
Failed to handle workflow upload starting event. Error: Object reference not set to an instance of an object.. Stack trace: at Nintex.Forms.SharePoint.MobileAppForms.NfMobileFormsRepository.MarkFormAsDeletedIfExists(Guid workflowId) at Nintex.Forms.SharePoint.EventHandlers.OnWorkflowUploadStarting.ProcessStartForm(WorkflowUploadStartingEventReceiverContext eventArgs, Boolean& expectedException) . . .

Deutsch ULS:
Failed to handle workflow upload starting event. Error: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.. Stack trace: bei Nintex.Forms.SharePoint.MobileAppForms.NfMobileFormsRepository.MarkFormAsDeletedIfExists(Guid workflowId) bei Nintex.Forms.SharePoint.EventHandlers.OnWorkflowUploadStarting.ProcessStartForm(WorkflowUploadStartingEventReceiverContext eventArgs, Boolean& expectedException) . . .

Failed to raise event to receiver or the receiver threw an exception

Englisch ULS:
Failed to raise event to receiver or the receiver threw an exception. Type: WorkflowUploadStarting. Receiver assembly: Nintex.Forms.SharePoint, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c52d764dcf7ec883. Receiver class: Nintex.Forms.SharePoint.EventHandlers.OnWorkflowUploadStarting: System.NullReferenceException: Object reference not set to an instance of an object. at Nintex.Forms.SharePoint.MobileAppForms.NfMobileFormsRepository.MarkFormAsDeletedIfExists(Guid workflowId)  . . .

Deutsch ULS:
Failed to raise event to receiver or the receiver threw an exception. Type: WorkflowUploadStarting. Receiver assembly: Nintex.Forms.SharePoint, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c52d764dcf7ec883. Receiver class: Nintex.Forms.SharePoint.EventHandlers.OnWorkflowUploadStarting: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. bei Nintex.Forms.SharePoint.MobileAppForms.NfMobileFormsRepository.MarkFormAsDeletedIfExists(Guid workflowId) . . .

Error saving from workflow export file

Englisch ULS:
Error saving from workflow export file.: System.Exception: Object reference not set to an instance of an object. at Nintex.Workflow.Publishing.Publish.AR8=(XomlWorkflow Ah8=, SPList Ax8=, WorkflowRepository BB8=, Boolean BR8=, String& Bh8=) at Nintex.Workflow.Publishing.Publish.xB4=(XomlWorkflow 1B4=, Boolean 1R4=, Boolean 1h4=, PublishOperationTrackingCollection 1×4=, Boolean 2B4=, WorkflowRepository 2R4=, Boolean 2h4=, Boolean 2×4=) at Nintex.Workflow.Publishing.Publish.PublishAWorkflow(String wfName . . .

Deutsch ULS:
Error saving from workflow export file.: System.Exception: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. bei Nintex.Workflow.Publishing.Publish.ViE=(XomlWorkflow VyE=, SPList WCE=, WorkflowRepository WSE=, Boolean WiE=, String& WyE=) bei Nintex.Workflow.Publishing.Publish.HSE=(XomlWorkflow LSE=, Boolean LiE=, Boolean LyE=, PublishOperationTrackingCollection MCE=, Boolean MSE=, WorkflowRepository MiE=, Boolean MyE=, Boolean NCE=) bei Nintex.Workflow.Publishing.Publish.PublishAWorkflowOnPremises(String wfName . . .

 

Nintex – soap:ServerServer was unable to process request – Object reference not set to an instance of an object weiterlesen

System.Data.SqlClient.SqlException: Die EXECUTE-Berechtigung wurde für das xp_sqlagent_notify-Objekt, mssqlsystemresource-Datenbank, sys-Schema, verweigert

Problem

System.Data.SqlClient.SqlException: Die EXECUTE-Berechtigung wurde für das xp_sqlagent_notify-Objekt, mssqlsystemresource-Datenbank, sys-Schema, verweigert.

Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: Fehler in der Berichtsserver-Datenbank. Dies kann auf einen Verbindungsfehler, ein Timeout oder wenig Speicherplatz innerhalb der Datenbank zurückzuführen sein. —> System.Data.SqlClient.SqlException: Die EXECUTE-Berechtigung wurde für das xp_sqlagent_notify-Objekt, mssqlsystemresource-Datenbank, sys-Schema, verweigert.

Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: Fehler in der Berichtsserver-Datenbank.

System.Data.SqlClient.SqlException: The EXECUTE permission was denied on the object ‚xp_sqlagent_notify‘, database ‚mssqlsystemresource‘, schema ’sys‘

An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database. —> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database. —> System.Data.SqlClient.SqlException: The EXECUTE permission was denied on the object ‚xp_sqlagent_notify‘, database ‚mssqlsystemresource‘, schema ’sys‘.

Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: An error occurred within the report server database

System.Data.SqlClient.SqlException: Die EXECUTE-Berechtigung wurde für das xp_sqlagent_notify-Objekt, mssqlsystemresource-Datenbank, sys-Schema, verweigert weiterlesen

Execute Stored Procedure – Berechtigung zum Ausführen erteilen – Tipp

Manchmal muss ein Benutzer die Berechtigung für das Ausführen (execute) der Store Procedure bzw. „gespeicherten Prozedur“ erhalten.

Leider bietet MS SQL-Server keine vorgefertigte Datenbankrolle, die nur das Recht „Ausführen“ enthält. Aus diesem Grund werden wir eine neue Datenbankrolle „proc_executor“ erstellen und die Berechtigung zum Ausführen erteilen.

Execute Stored Procedure – Berechtigung zum Ausführen erteilen – Tipp weiterlesen