How do I find an RTC server's time from a build engine? [solved]
I'd like to make our builds more likely to survive past our daily offline backup window where the RTC server is unavailable for a couple of hours.
So is there a way for a build engine to find the server's time using the RTC java-api?
I've got an ITeamRepository and we're using the java API to do a lot of other things.
In addition is there any way to ask the RTC server what time its next scheduled shutdown (for offline backups) is?
So is there a way for a build engine to find the server's time using the RTC java-api?
I've got an ITeamRepository and we're using the java API to do a lot of other things.
In addition is there any way to ask the RTC server what time its next scheduled shutdown (for offline backups) is?
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 14 '13, 7:37 a.m.Hi, the CLM server does not know about when it is shut down. the shut down is something that is done from the outside - the application server level - probably using a script. So I assume you have to add some knowledge about your specific times into your solution.