Hi,
I am monitoring my server.log and see many lines like this.
017677:20060329:111436 Evaluation of expression [{11254}<1] failed [Unable to get value for functionid [11254]]
017677:20060329:111436 Expression [{11254}<1] cannot be evaluated [Unable to get value for functionid [11254]]
but, if i search this functionid in databases he exist.
mysql> select * from functions where functionid = 11254;
+------------+--------+-----------+-----------+----------+-----------+
| functionid | itemid | triggerid | lastvalue | function | parameter |
+------------+--------+-----------+-----------+----------+-----------+
| 11254 | 17351 | 12237 | NULL | last | 0 |
+------------+--------+-----------+-----------+----------+-----------+
1 row in set (0.00 sec)
what is the problem????
thanks.
perdom my english, i am brazilian
I am monitoring my server.log and see many lines like this.
017677:20060329:111436 Evaluation of expression [{11254}<1] failed [Unable to get value for functionid [11254]]
017677:20060329:111436 Expression [{11254}<1] cannot be evaluated [Unable to get value for functionid [11254]]
but, if i search this functionid in databases he exist.
mysql> select * from functions where functionid = 11254;
+------------+--------+-----------+-----------+----------+-----------+
| functionid | itemid | triggerid | lastvalue | function | parameter |
+------------+--------+-----------+-----------+----------+-----------+
| 11254 | 17351 | 12237 | NULL | last | 0 |
+------------+--------+-----------+-----------+----------+-----------+
1 row in set (0.00 sec)
what is the problem????
thanks.
perdom my english, i am brazilian
Comment