| Author |
Message |
![[Post New]](/Sysforums/templates/default/images/icon_minipost_new.gif) 18/10/2009 11:47:59
|
Sennaman
SysAider
Joined: 18/10/2009
Messages: 1
Offline
|
Hi,
I am new to Sysaid and am using the free version.
Every time the server reboots, the server service is stopped, even though it is on automatic start.
Any ideas?
Sennaman
|
|
|
![[Post New]](/Sysforums/templates/default/images/icon_minipost_new.gif) 19/10/2009 22:15:04
|
Obelix
SysAid Wiz

Joined: 12/06/2008
Messages: 903
Offline
|
Check if port conflict with other service.
Last time I got that kind of problem it has something to do with my account which only ilient support could fix.
Fire a formal sr to them.
|
|
|
![[Post New]](/Sysforums/templates/default/images/icon_minipost_new.gif) 20/10/2009 03:09:23
|
Haim
SysAid Wiz
Joined: 15/04/2008
Messages: 2449
Offline
|
Hello Sennaman.
Please contact our support team and we will be glad to assist you getting SysAid back up and running.
You can send us an email to helpdesk@sysaid.com
Regards.
Haim
|
Pushing IT forward |
|
|
![[Post New]](/Sysforums/templates/default/images/icon_minipost_new.gif) 06/01/2011 14:08:52
|
ToeKnee
SysAider
Joined: 23/12/2010
Messages: 3
Offline
|
Has this been resolved, I am having the same issue. Whenever I restart the computer the Sysaid Server Service is stopped and I have to manually go to services to start it even though it's on automatic....
This message was edited 1 time. Last update was at 06/01/2011 15:25:01
|
|
|
![[Post New]](/Sysforums/templates/default/images/icon_minipost_new.gif) 06/01/2011 14:23:40
|
Inna
SysAid Customer Relations
Joined: 24/06/2010
Messages: 745
Offline
|
Dear
ToeKnee,
Please contact our support team and we will be glad to assist you getting SysAid back up and running.
You can send us an email to helpdesk@sysaid.com
Thanks Inna
|
|
|
![[Post New]](/Sysforums/templates/default/images/icon_minipost_new.gif) 06/01/2011 14:37:19
|
ToeKnee
SysAider
Joined: 23/12/2010
Messages: 3
Offline
|
The issue I am having and probably others, is that once you restart the computer or server that Sysaid is installed on the service for some reason starts then stops immediately..
I've resolved this issue on my own already. I'll share with you what I did to correct this issue.
I am upgraded to Version 7.5.05 and in C:\Program Files\SysAidServer they have added a STARTSERVICE.bat (net start SysAidServer) in this update. I simply created a .vbs script that delays a minute then silently runs the Startservice.bat.
Below will be the .vbs script I created to resolve this issue. Just copy and paste into notepad and save it to C:\Program Files\SysAidServer as STARTSERVICE.vbs. Then create a shortcut and place it in C:\Documents and Settings\All Users\Start Menu\Programs\Startup. FIXED!
WScript.Sleep 60000
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "C:\Program Files\SysAidServer\STARTSERVICE.BAT" & Chr(34), 0
Set WshShell = Nothing
This message was edited 2 times. Last update was at 06/01/2011 15:25:38
|
|
|
![[Post New]](/Sysforums/templates/default/images/icon_minipost_new.gif) 11/01/2011 08:58:53
|
Joseph Zargari
VP Customer Relations

Joined: 26/03/2006
Messages: 518
Offline
|
ToeKnee suggested a nice solution, but I have two problems with it: 1. Adding the VB script to the ...\All Users\Start Menu\Programs\Startup will only start when someone logs into the server. Instead, you can set this up as a startup script (start > run > gpedit.msc > computer configuration > windows settings > scripts > startup). This will run the script when the computer starts, without having someone to login to the server. 2. As a SysAid tech support, I am reluctant to accept the fact that the service fails to start. If anyone has that problem, please contact us and we'll examine for the reason. Thanks, Joseph.
This message was edited 1 time. Last update was at 11/01/2011 08:59:51
|
|
|
![[Post New]](/Sysforums/templates/default/images/icon_minipost_new.gif) 14/01/2011 15:40:37
|
ToeKnee
SysAider
Joined: 23/12/2010
Messages: 3
Offline
|
Mine is just a band-aid... and I do like your startup script location better.
I fixed my issue with your Common Troubleshooting Questions.
Below is what fixed my problem.
1. Go to: c:\Program Files\SysAidServer\Tomcat\conf\
2. Edit the file server.xml
3. locate the string: port="8005"
4. Change its value to any other open port, e.g. 8055.
5. Save the file. Restart the SysAid Server service.
|
|
|