| ECS-L Home Automation and Security Archives |
| Subject: From: Date: | Re: [ECS] FW: [ECS] Error in ECS.LOG Mark Gilmore Wed, 26 Aug 1998 08:10:42 -0700 |
SORRY, That code should read like this:
HDDEDATA CALLBACK DDE_CLN_CALLBACK( // process/dsp DDE packets
UINT uType,
UINT uFmt,
HCONV hconv,
HSZ hsz1,
HSZ hsz2,
HDDEDATA hdata,
DWORD dwData1,
DWORD dwData2)
{
if (???)
return(DDE_FNOTPROCESSED); // NOT PROCESSED
else
return(DDE_FACK); // PROCESSED
}
Dan Hoehnen wrote:
>
> Hi Mark and Michael,
>
> I'm not sure yet whether my attempt to fix this problem works or not.
> But, I am less confident after reading your response below, Mark. Mark,
> you said:
>
> > The error means that the client is not responding to a state-change
> > packet.
>
> I didn't know ace had to respond to a state change packet. All ace does
> is listen for these packets and then act accordingly. Ace never responds
> to ecs after ace receives a state change packet. Am I missing something?
>
> On Tue, 25 Aug 1998, Michael David wrote:
>
> > Hi Dan!
> >
> > Wow that was fast - thanks!
> >
> > Makes sense to me, I'll give it a try after you have uploaded.
> >
> > Here's the message I first sent to Mark when I first saw the errors in ECS.
> > Mark's reply, which follows, pointed me in the right direction for
> > troubleshooting.
> >
> >
> > Cheers!
> >
> > Michael David
> > michael@michaeldavid.com
> >
> >
> > -----Original Message-----
> > From: Michael David [mailto:michael@michaeldavid.com]
> > Sent: Tuesday, August 25, 1998 1:08 AM
> > To: ECS List
> > Subject: [ECS] Error in ECS.LOG
> >
> > Hi Mark!
> > Tonight I found many of the following errors in my ECS.LOG:
> > O 08/25 1:02 AM:S_DDE_CLN-CT1 (DDE err#4009:Not processed) (Item "Redac
> > #1")
> > O 08/25 1:02 AM:S_DDE_CLN-CT1 (DDE err#4009:Not processed) (Item "Redac
> > #1")
> > O 08/25 1:02 AM:S_DDE_CLN-CT1 (DDE err#4009:Not processed) (Item "Redac
> > #1")
> > O 08/25 1:02 AM:S_DDE_CLN-CT1 (DDE err#4009:Not processed) (Item "Redac
> > #1")
> > O 08/25 1:02 AM:S_DDE_CLN-CT1 (DDE err#4009:Not processed) (Item "Redac
> > #1") etc.
> > Upon further investigation, I have found that these errors occur while ACE
> > is updating the status of ECS' items it is monitoring. In my setup, that's
> > about 300 items. Oddly enough, Redac #1 (PLC-IFC-2C/Station:0) is not being
> > monitored by ACE.
> > So, what does this error mean?
> > Cheers!
> > Michael David
> > michael@michaeldavid.com
> >
> >
> > -----Original Message-----
> > From: Mark Gilmore [mailto:markgilmore@cococo.net]
> > Sent: Tuesday, August 25, 1998 11:47 AM
> > To: ecs-list@vancouver.ml.org
> > Subject: Re: [ECS] Error in ECS.LOG
> >
> > Michael, The redac is unrelated - I failed to service (log) the error, and
> > so it "fell into" other logic. I corrected this in the beta that I am about
> > to upload. It will at least report the real item invlolved.
> > The error means that the client is not responding to a state-change packet.
> > --
> > Mark Gilmore
> > Omnipotence
> > Voice:423-745-0026
> > FAX :423-745-1714
> > http://members.a2zsol.com/omnipotence.html
> >
> >
>
> Dan Hoehnen
> dhoehnen@infinet.com
> He who dies with the most toys, wins!
> *************************************************************************
> * Home Automation Index: http://www.infinet.com/~dhoehnen/ha/list.html *
> * *
> * Port16.ocx & Port32.ocx - Give Visual Basic access to I/O ports *
> * http://www.infinet.com/~dhoehnen/software/ *
> *************************************************************************
--
Mark Gilmore
Omnipotence
Voice:423-745-0026
FAX :423-745-1714
http://members.a2zsol.com/omnipotence.html