Here's the deal - we were told by HQ we would be upgrading to a new timekeeping system. it is an office by office rollout. we were due to convert today. we didn't. Since I have to implement it on two offices here, I tried to learn as much as I could from HQ. What I learned made me really nervous about the system design. I took my concerns to my boss, who is also a techie, who then identified other serious management/report concerns which are not included here. We decided the issues were serious enough to call the big boss (who is a friendly) and express our concerns. WE had a phone conference which lasted an hour and we picked up a lot of additional info which dealt primarily with management/report issues. He respects our opinions but told us to be good little indians and go with the flow. today we got an email from him asking us to document our concerns more fully. our best guess is that he took our stuff to the IT people and didn't like the answers they gave him. my boss and I have to respond ASAP to his request. It appears we have stirred up a hornet's nest. Some of the tech stuff is frankly beyond my actual knowledge and I'm working on instinct. I obviously want to respond to him with the most accurate information I can.
So if any of you heavy hitters have some time to help me, I'd really apprecaite it.
currently all our offices use a program called time matters for timekeeping etc. we do data entry locally in each office, maintain data on a file server, generate reports on a monthly basis and ftp them to HQ in charleston wv.
We are using 4.0 (hehe circa 1999) which has lots of issues. It is a Topspeed database and pretty useless. For years HQ has been fooling around trying to upgrade everyone. The current version is 9.0 and is sql based. Lexis-Nexis bought time matters a few years ago and sells it as a web-based subscription product. Log on via the internet, enter your data, logoff. Managers and admins can log in a correct data input errors, generate reports, etc. on a real time basis. unified sql database.
The IT group in charleston has been working on an upgrade for several years. IMHO a group of squirrels could have made better progress, but those of you who work for the government know how that is.
We are preparing to convert over to 8.0 (don't ask why) and as the person responsible for implementing this this I spent a lot of time gathering info about the new system and how it will be implemented. This is the part where I'm a little out of my league and I need some help. I hope I can make this clear.
1. Instead of setting up a web-based interface (like asp server or whatever its called) and having a logon like lexis or westlaw (or pca

), each individual user must connect using Windows Remote Desktop/Terminal Server. We are probably talking 250 users statewide. The plan is for each individual user to configure their computer so that they can just click and be connected. Each user will have a different ID, and will only be able to enter data linked to that ID. This seems to me like a system designed by someone who doesn't know how to set up a server. My recollection is that the system they are specifiyng was set up so sysadmins could do remote administration, not for apps like this. I did a little research and it appears the remote desktop has the usual windows vulnerabilities. One of my chief concerns is that the ability of each user to enter data will become totally dependent on 1) their pc being functional 2) the internet being up locally and 3) the server being online. Any simple local problem like a power outage resulting in a router reboot and a reassignment of internal IP addresses can knock someone off the local net because of conflicts. Easy enough to fix, but most users can't do it. Because the plan involves having each user set up a custom profile to access the server, we lose all our redundancy in terms of data entry. right now, you can go to any terminal in the office, log in and enter your data. Under the proposed system, entering your data on someone else's computer would require walking through the connection wizard etc. which isn't going to happen for a standard user. Our local system is used pretty much 24/7 by admin staff. Until we upgraded our local server to a dual quad core, we experienced significant performance hits as more users logged in. Generation of complex management reports still can require 15 minutes on this system. Part of this is due to how old the software is. I have a real concern about what happens when someone needs to generate a complex report on a server that already has 50 active remote connections to deal with. Also each user computer has to purchase a server terminal license at $80 a pop.
Next is the problem of database record structure. we were originally led to believe that there would be a system-wide single record structure. What I learned was that they are instead going to maintain the record structure used by each office in separate mini-databases. Why? Because after 9 years various offices started using different fields in the standard record structure to record data they felt was important and should be captured. The obvious solution is to specify a master record structure, analyze the fields in the current standard structure used by each office and migrate the data. Obviously a major pain (I did this about 15 years ago) but the only way to do it right. The explanation I got was that it was "too hard". lol.
This will be hosted on two cascading win2003 64 bit servers. We're running XP. they said the would post 64 bit printer drivers that we could download and install so that we could print from the server (which will be the only option). When we generate documents related to cases, we link those to the master client record in the database with presumably 32 bit names and locations. I truly don't know the interplay between 64 and 32 bit stuff but I see problems. We also have a database of scanned documents (pdf) which is in excess of I gig and growing.
Any comments about security, system design, 64/32 bit issues or anything else I mentioner (or didn't mention because I don't know enough about it) are truly welcome.
TIA
John