Subject | Re: [IBO] What does this Error mean? |
---|---|
Author | Jason Wharton |
Post date | 2002-11-19T23:57:03Z |
Any progress on this? I'm still not sure what to recommend for you.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
----- Original Message -----
From: "garrels" <arno.garrels@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, November 11, 2002 12:35 PM
Subject: Re: [IBO] What does this Error mean?
> It's like a Delphi TService application with some additional features.
> There are multiple threads, but that master table and its detail tables
are
> touched in the service thread only. On a timer event (58 sec) a message is
> posted, in its handler I'm iterating thru the records and call a message
> pump from time to time but this loop actually takes just a half second.
> If you believe it is some sort of shared access conflict then I would know
> what I have to search for.
>
> Thanks again
> Arno Garrels
>
>
> "Jason Wharton" wrote:
>
> > No idea, what kind of application are you using? Are there multiple
> threads?
> >
> > Jason Wharton
> > CPS - Mesa AZ
> > http://www.ibobjects.com
> >
> > -- We may not have it all together --
> > -- But together we have it all --
> >
> >
> > ----- Original Message -----
> > From: "garrels" <arno.garrels@...>
> > To: <IBObjects@yahoogroups.com>
> > Sent: Monday, November 11, 2002 9:06 AM
> > Subject: [IBO] What does this Error mean?
> >
> >
> > > Hi,
> > >
> > > I'm still an IB beginner and I've neither an idea what it means nor
how
> to
> > > debug it.
> > > It happens randomly in a NT service after multiple hours of testing.
> > >
> > > ISC ERROR CODE:335544364
> > > ISC ERROR MESSAGE:
> > > request synchronization error
> > > STATEMENT:
> > > TIBOInternalDataset: "dmMain.tblConGroups.IBOqrtblConGroups."
> > >
> > > Thanks in advance
> > > Arno Garrels