I have converted my application to run from Client Server to Docker (and IIS). I have a datawindow that is working in Client Server but not Docker. I didnt receive any errors when generating my project on this datawindow. The database is SqlServer and below is my select statement being passed.
The error I'm getting is pretty undescriptive.
I do have retrieval arguments for this datawindow and are as follows:
And follow-up question, when you run it on IIS on hour developer PC without docker there is no problem?