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
Error ::RegisterTaskWithProperty() ???
-
- HouseBot Special Member
- Posts: 304
- Joined: Wed May 07, 2003 2:19 pm
- Location: Tel-Aviv, Israel
- Contact:
Re: Error ::RegisterTaskWithProperty() ???
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.
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.
Re: Error ::RegisterTaskWithProperty() ???
Hmm, there is no line with PropertyID=179 in the TaskList. But I do have a property in the DevicePropertyMap with PropertyID=179.