Hello!
I have a problem with service view. After upgrade it's impossible to change Parent Service with Change button.
If the parent isn't root then ia get an error "Incorrect value "100100000000046" for "parentid" field.".
Tried to reproduce it in test (clean) environment and it's working ... so it's not reproducible in clean environment.
Tried debug mode but it dosen't show anything.
On the same time parentid is present in db "services" table.
Can anyone help to debug the case?
If i enable debug mode i dont see queries made by overlay windows ... and from server side i can only see that request is made.
/zabbix.php?sid=xxxxx&action=popup.services&pservic es=1&serviceid=100100000000538&parentid=1001000000 00046
If i click on service name and then on the parent service row "Change" i get overlay window with text:
"Incorrect value "100100000000046" for "parentid" field."
I do see that request against server is made:
/zabbix.php?sid=xxxxx&action=popup.services&pservic es=1&serviceid=100100000000538&parentid=1001000000 00046
Result for that is:
{"errors":"<output class="msg-bad" role="contentinfo" aria-label="Error message"><div class="msg-details"><ul><li>Incorrect value "100100000000046" for "parentid" field.<\/li><\/ul><\/div><button type="button" class="overlay-close-btn" onclick="jQuery(this).closest('.msg-bad').remove();" title="Close"><\/button><\/output>"}
I do think that its the problem with data from 2.4 ... we have made upgrade 2.4 -> 3.4 -> 4.0.0
If i do clean install the id's start from 1 and are not that long numbers ... might that id length be problem?
Anybody else having same kind of issues and can point the right direction?
Today i tested - in 3.4 the same dataset is working.
But ... if ai make an upgrade services view ain't working anymore.
I have a problem with service view. After upgrade it's impossible to change Parent Service with Change button.
If the parent isn't root then ia get an error "Incorrect value "100100000000046" for "parentid" field.".
Tried to reproduce it in test (clean) environment and it's working ... so it's not reproducible in clean environment.
Tried debug mode but it dosen't show anything.
On the same time parentid is present in db "services" table.
Can anyone help to debug the case?
If i enable debug mode i dont see queries made by overlay windows ... and from server side i can only see that request is made.
/zabbix.php?sid=xxxxx&action=popup.services&pservic es=1&serviceid=100100000000538&parentid=1001000000 00046
If i click on service name and then on the parent service row "Change" i get overlay window with text:
"Incorrect value "100100000000046" for "parentid" field."
I do see that request against server is made:
/zabbix.php?sid=xxxxx&action=popup.services&pservic es=1&serviceid=100100000000538&parentid=1001000000 00046
Result for that is:
{"errors":"<output class="msg-bad" role="contentinfo" aria-label="Error message"><div class="msg-details"><ul><li>Incorrect value "100100000000046" for "parentid" field.<\/li><\/ul><\/div><button type="button" class="overlay-close-btn" onclick="jQuery(this).closest('.msg-bad').remove();" title="Close"><\/button><\/output>"}
I do think that its the problem with data from 2.4 ... we have made upgrade 2.4 -> 3.4 -> 4.0.0
If i do clean install the id's start from 1 and are not that long numbers ... might that id length be problem?
Anybody else having same kind of issues and can point the right direction?
Today i tested - in 3.4 the same dataset is working.
But ... if ai make an upgrade services view ain't working anymore.
Comment