Page 1 of 1

System reporter error 1075 need help

Posted: Wed Feb 12, 2014 9:19 am
by sthaddin
I am configure Syatem Reporter and i got error


ERROR 1075: The dependency service does not exist or has been marked for deletion.
how to solve problem ?

thank you


This is the log

ERROR 1075: The dependency service does not exist or has been marked for deletion.

ERROR 1075: The dependency service does not exist or has been marked for deletion.

while executing
"exec $dir(sampler)/winserv.exe start $servicename"
(procedure "doInstall" line 99)
invoked from within
"doInstall finish_screen"
invoked from within
".tf.bframe.bnext invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke]"
(procedure "tk::ButtonUp" line 24)
invoked from within
"tk::ButtonUp .tf.bframe.bnext"
(command bound to event)

Re: System reporter error 1075 need help

Posted: Wed Feb 12, 2014 5:29 pm
by Richard Siemers
Did you install apache first?

Re: System reporter error 1075 need help

Posted: Wed Mar 12, 2014 10:14 am
by spencer.ryan
You need to use MySQL 5.5.x, 5.6.x causes the above error.

Re: System reporter error 1075 need help

Posted: Wed Sep 03, 2014 3:28 am
by wolfy_be
I had the same error.

seems i changed the MYsql database service name to MySQL56
the system reporter cannot work with this.
your database should be mysql instead of mysql56

kind regards

Re: System reporter error 1075 need help

Posted: Thu Sep 11, 2014 11:47 am
by Richard Siemers
Thanks for the follow up.