Selden,
Please see comments inline.
> Hi Jake,
>
[quoted text clipped - 3 lines]
> Are your updates all happening at once, or are many programs doing a few
> updates each?
We have about 60 laptops that run a sync program that takes the info
from an access db on the laptop and passes to the webservice which in turns
passes it to sql.
> Some of the things I would look at are logging any sort of errors on the
> data access. Maybe one particular update is failing either due to a foreign
> key violation, or something else wrong with the input data.
It's not a primary key or foreign key issue. We simple take any changes from
a specific table in the access db and dump it straight into another
identical table on the sql side.
> If that's not it, and you have many different users/programs accessing, try
> logging any errors there. Maybe the problem happens with one (or a subset)
> of the client machines.
Could you explain what you mean in more detail in the above comment? Thanks.
> As a last resort, you can run the web service in .Net, and have the clients
> point to your development machine. That way you can trap any errors and
> hopefully find what's going on.
Can we setup a trace on the webserivce itself? How can we accomplish this?
> Maybe you'll get lucky and it will be one of these or at least one of them
> will give you a clue.
>
> ---Selden
Thanks for all of your suggestions so far.
Jake
> > Selden,
> >
[quoted text clipped - 37 lines]
> > > >
> > > > Jake