Reset configuration of screen shows an exception window

I was trying to reset configuration.

I was expecting to reset configuration without the error window.

Instead I’ve got The error window with text “Server error occurred. Please check server log for more details” There is no row at position 0"

1 Like

Can you provide a traceback from the server log?

This problem is on html5 server
There is trace log.

2.19f823a3.chunk.js:2 POST https://localhost/internalApi/UIService/ResetScreenColumnConfiguration 500 (Internal Server Error)
1. ClassName: "System.IndexOutOfRangeException"
2. Data: null
3. ExceptionMethod: null
4. HResult: -2146233080
5. HelpURL: null
6. InnerException: null
7. Message: "There is no row at position 0."
8. RemoteStackIndex: 0
9. RemoteStackTraceString: null
10. Source: "System.Data.Common"
11. StackTraceString: " at System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex)\n at System.Data.DataRowCollection.get_Item(Int32 index)\n at Origam.ServerCore.ServerCoreUIService.ResetConfiguration(Guid screenSectionId, Guid profileId) in D:\\a\\1\\s\\Origam.ServerCore\\ServerCoreUIService.cs:line 794\n at Origam.ServerCore.ServerCoreUIService.<>c__DisplayClass37_0.<ResetScreenColumnConfiguration>b__2(Guid screenSectionId) in D:\\a\\1\\s\\Origam.ServerCore\\ServerCoreUIService.cs:line 786\n at MoreLinq.MoreEnumerable.ForEach[T](IEnumerable`1 source, Action`1 action)\n at Origam.ServerCore.ServerCoreUIService.ResetScreenColumnConfiguration(ResetScreenColumnConfigurationInput input) in D:\\a\\1\\s\\Origam.ServerCore\\ServerCoreUIService.cs:line 782\n at Origam.ServerCore.Controller.UIServiceController.<>c__DisplayClass29_0.<ResetScreenColumnConfiguration>b__0() in D:\\a\\1\\s\\Origam.ServerCore\\Controller\\UIServiceController.cs:line 283\n at Origam.ServerCore.Controller.AbstractController.RunWithErrorHandler(Func`1 func) in D:\\a\\1\\s\\Origam.ServerCore\\Controller\\AbstractController.cs:line 114"
12. WatsonBuckets: null

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.