Skip to Content.
Sympa Menu

freetds - Re: [freetds] state of dbrpcsend()

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT schemamania.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] state of dbrpcsend()
  • Date: Thu, 10 Jun 2004 00:49:50 -0400

On Thu, 10 Jun 2004, liam AT inodes.org wrote:
> I've changed the code to call dbrpcparam() twice only but it still fails
> in dbrpcsend(). Again, it never reaches the wire. Given that it doesn't
> touch the wire after dblogin() is called, would it even matter if I had
> my arguments specified incorrectly? It appears something is amiss inside
> dbrpcsend().

OTOH, since the unit test works, we know dbrpcsend() is at least partly
healthy.

You might want to use TDSDUMP to get some more details about what's going
on. dbrpcsend(), for instance, makes a log entry after its sanity checks.
If you don't see one, that's an indication that something went awry
earlier.

I don't think you'll see anything on the wire prior to dbrpcsend(). Until
then, it's all allocation and setup.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page