JacobTechy
Programmer
I would like to setup another computer that will serve as a backup for our Main Time tracking server application incase it crashes.
The time tracking server application program keeps track of employees labor time. Each employee (clients) clocks in/out thru the TimeClock interface on their own computer. The main time clock server application which has a full sql server database is on a windows 2k server. The clients read the main files from a folder on the server so during the initial client install I have to specify the directory path of these main server files.
example:
//timeserver/timefiles
Initially, I had setup the time tracking server app on a windows xp system but I ran into a folder share limitation which is why I had to migrate the app onto the w2k server OS. We have about 20 computers on our network.
The time tracking server application program keeps track of employees labor time. Each employee (clients) clocks in/out thru the TimeClock interface on their own computer. The main time clock server application which has a full sql server database is on a windows 2k server. The clients read the main files from a folder on the server so during the initial client install I have to specify the directory path of these main server files.
example:
//timeserver/timefiles
Initially, I had setup the time tracking server app on a windows xp system but I ran into a folder share limitation which is why I had to migrate the app onto the w2k server OS. We have about 20 computers on our network.