Error ::RegisterTaskWithProperty() ???

General HouseBot discussion. Any issues that don't fit into any of the other topics belong here.
Post Reply
maze42
Member
Posts: 28
Joined: Sat Aug 07, 2004 11:30 am
Location: Sweden

Error ::RegisterTaskWithProperty() ???

Post by maze42 »

Every time I restart the HouseBot server i receive this error 3 times.

System Monitor Error ::RegisterTaskWithProperty() Unable to find property ID [179] in device property list. Task [All lights timer control].

What is the problem and what can I do about it?.

/Maze

HouseBot 3.30.02
MSure
Cumuls 1.9.1
MyCID
yaccri
HouseBot Special Member
Posts: 304
Joined: Wed May 07, 2003 2:19 pm
Location: Tel-Aviv, Israel
Contact:

Re: Error ::RegisterTaskWithProperty() ???

Post by yaccri »

I believe that the task is trying to access a property that doesn't exist anymore.

To fix it:
- Exit from HB. use the task manager to verify the housebotserver.exe is not running.
- Backup the database (config\hbdata.mdb) before you do anything else!!!
- Make sure that you have msaccess or the free MDBPlus to edit the tables in the database
- Search the TaskList table and delete the line(s) that have property id 179
- Start HB and check.

Remark: I never tried this, but I believe it would work for you.

Please let us know if it helped.
maze42
Member
Posts: 28
Joined: Sat Aug 07, 2004 11:30 am
Location: Sweden

Re: Error ::RegisterTaskWithProperty() ???

Post by maze42 »

Hmm, there is no line with PropertyID=179 in the TaskList. But I do have a property in the DevicePropertyMap with PropertyID=179.
Post Reply