Mark Carrington

Results 86 comments of Mark Carrington

Looks like this is somehow specific to Azure OpenAI, I can't reproduce it on OpenAI itself. I'll keep digging...

I now can't reproduce this with Azure OpenAI either after restarting XrmToolBox. If you can reproduce it, are you able to do some diagnostics for me please? 1. Check that...

Yes, my instinct is that the method not found error is due to some conflict with another plugin. Because all the plugins are loaded into the same AppDomain and they...

I'd probably link this to #442 so you could do something like `SELECT LocaleId FROM RetrieveAvailableLanguages()` or `EXEC RetrieveAvailableLanguages`

Thanks for the details! `INITCAP` seems to be an Oracle-specific function. I'm trying to keep SQL 4 CDS compatible with SQL Server, but one thing I'd like to investigate is...

It's trying to retrieve a list of tables from the TDS Endpoint to check if your query is compatible with it, and it looks like you're hitting some sort of...

The command timeout from the Sql4CdsCommand should only apply once it starts actually running the query, but the stack trace shown indicates it is occurring while it is still building...

Is it possible this is something like the server shutting things down when they're not being used overnight and taking a while to start back up in the morning? If...

Did you manage to make any more progress investigating this?

This should be resolved as part of the multithreading updates in v9.5, can you please try updating and let me know if this still occurs?