Mark Swatosh

Results 23 comments of Mark Swatosh

I'll start taking a look at this.

It looks like the issue here is sometimes we haven't received the full response over the network, so this method (ensureALayerDataInBuffer) needs to be updated to 'wait' for enough of...

I tried this test locally and I'm able to see the issue. It doesn't appear to be intermittent, it occurs consistently for me, even if I reduce the test case...

@vietj I won't have time until monday to dig into this one, but let me know if you'd like me to take a look then. I took a quick scan...

It looks like the issue here is that the response exceeds maximum length for a DSS response, so the driver needs to send a CNTQRY to get more data. Unfortunately,...

@vietj I should be able to, it's just looking more like a small feature than the quick bug fix I was hoping for.

@vietj I've made some progress in my local environment, but I haven't had a lot of time and it's slow going since I have to learn how the code works...

This looks like a duplicate of #899, which is already a known intermittent issue.

Unfortunately not something I've seen before... @anish-panthi Can you test if this still occurs outside of Spring? I'm not particularly familiar with Spring, but this essentially looks like a Runnable,...

>verify how the contribution can be tested As someone who has dealt with Kerberos and SQLServer, last I tried, SQLServer requires an Active Directory environment when using Kerberos. This makes...