Hi. I'm having a problem with Maps if I delete the map I created, if I go to Monitoring>Maps --- "No system map with sysmapid=[5]". I'm sure that I already deleted the map created. Is there a fix here? TIA!
Ad Widget
Collapse
Map Error
Collapse
X
-
Same this happen with me, I created two maps and deleted both now I have added the third one and it is not displaying .It is showing the message "No system map with sysmapid=[2]".
I have looked at the database and changed the sysmap table's data sysmapid=2. Now its working. But this is not the correct solution . So please help us to solve it permenently -
This error may because of not updating the value of sysmapid at runtime. I found one more solution than the above post is,
Your browser will show the url like this http://localhost/zabbix/maps.php
Find the sysmapid of the map you created from either database(table sysmaps) or find it from the browser maps.
Now you want to enter your browser the url like
http://localhost/zabbix/maps.php?sysmapid=2 (you can put the id what you find)
It will lead you to the maps without any error and the problem will be solved for ever.
I am attracting the zabbix developers to the bug with this version. Please clear it on the next version.Comment
Comment