Hello who can help me with importing CAMT.053
I am experiencing problems with importing my bank data with CAMT.053. Since the new version 26.3.28.3250, there has suddenly been a problem with importing. These are downloads from a Dutch bank, which normally actually never went wrong.
I have by now figured out that the problem still does not exist in version 25.12.21.3153
below the notification from the manager 26.3.28.3250:
System.NullReferenceException: Object reference not set to an instance of an object.
at ManagerServer.HttpHandlers.Businesses.Business.BankAndCashAccounts.ImportBankStatement.Camt053.DocumentElement.BkToCstmrStmtElement.StmtElement.NtryElement.GetDescription() in D:\a\Manager\Manager\ManagerServer\HttpHandlers\Businesses\Business\BankAndCashAccounts\ImportBankStatement.cs:line 1306
at ManagerServer.HttpHandlers.Businesses.Business.BankAndCashAccounts.ImportBankStatement.ParseBankStatementLines(String fileName, Byte[] buffer) in D:\a\Manager\Manager\ManagerServer\HttpHandlers\Businesses\Business\BankAndCashAccounts\ImportBankStatement.cs:line 796
at ManagerServer.HttpHandlers.Businesses.Business.BankAndCashAccounts.ImportBankStatement.InnerGet2() in D:\a\Manager\Manager\ManagerServer\HttpHandlers\Businesses\Business\BankAndCashAccounts\ImportBankStatement.cs:line 94
at ManagerServer.HttpHandlers.Businesses.Business.BusinessTemplate.InnerGet() in D:\a\Manager\Manager\ManagerServer\HttpHandlers\Businesses\Business\BusinessTemplate.cs:line 512
at ManagerServer.HttpHandlers.Template.Get() in D:\a\Manager\Manager\ManagerServer\HttpHandlers\Template.cs:line 401
at ManagerServer.HttpHandlers.Businesses.Business.BankAndCashAccounts.ImportBankStatement.InnerPost() in D:\a\Manager\Manager\ManagerServer\HttpHandlers\Businesses\Business\BankAndCashAccounts\ImportBankStatement.cs:line 280
at ManagerServer.HttpServer.<>c.<b__0_15>d.MoveNext() in D:\a\Manager\Manager\ManagerServer\HttpServer.cs:line 268
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|7_0(Endpoint endpoint, Task requestTask, ILogger logger)
at ManagerServer.Authentication.UserResolutionMiddleware.InvokeAsync(HttpContext context) in D:\a\Manager\Manager\ManagerServer\Authentication\UserResolutionMiddleware.cs:line 41
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.g__Awaited|10_0(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task)