From 841ea33aed346758510823483136fcde22064ea5 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 21 Dec 2021 00:53:23 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 3642b9bb..310f6882 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -452,7 +452,38 @@ todo: 3 Schedule form reporting? |_____/|______|_| \_\ \/ |______|_| \_\ -- 1 todo: update all back end dependencies +bugbug: 2021-12-20 16:22:07.9634|ERROR|BizObjectNameFetcherDirect|### Error fetching for type TaskGroup +2021-12-20 16:22:08.1078|ERROR|SERVER|Error=>Npgsql.PostgresException (0x80004005): 42P01: relation "aTaskGroup" does not exist + at Npgsql.Internal.NpgsqlConnector.g__ReadMessageLong|213_0(NpgsqlConnector connector, Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage) + at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken) + at Npgsql.NpgsqlDataReader.NextResult() + at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) + at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) + at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) + at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) + at System.Data.Common.DbCommand.ExecuteReader() + at AyaNova.Biz.BizObjectNameFetcherDirect.Name(AyaType ayaType, Int64 id, Int64 translationid, DbCommand cmd) in C:\data\code\raven\server\AyaNova\biz\BizObjectNameFetcherDirect.cs:line 17 + at AyaNova.Biz.EventLogProcessor.<>c__DisplayClass4_1.b__3(Event z) in C:\data\code\raven\server\AyaNova\biz\EventLogProcessor.cs:line 110 + at System.Linq.Enumerable.SelectArrayIterator`2.ToArray() + at AyaNova.Biz.EventLogProcessor.GetLogForUserAsync(UserEventLogOptions opt, Int64 translationId, AyContext ct) in C:\data\code\raven\server\AyaNova\biz\EventLogProcessor.cs:line 110 + at AyaNova.Api.Controllers.EventLogController.GetUserLog(UserEventLogOptions opt) in C:\data\code\raven\server\AyaNova\Controllers\EventLogController.cs:line 97 + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + Exception data: + Severity: ERROR + SqlState: 42P01 + MessageText: relation "aTaskGroup" does not exist + InternalPosition: 18 + InternalQuery: SELECT name FROM "aTaskGroup" WHERE id = '1' + Where: PL/pgSQL function aygetname(bigint,integer,integer) line 101 at EXECUTE + File: parse_relation.c + Line: 1384 + Routine: parserOpenTable todo: 1 VERY IMPORTANT test on windows where all paths have spaces, i.e. set the server data path to a location with funky folder names with spaces etc confirm everything in raven that writes to disk still works, logging, backup, attachments, temp files served (reports) etc