For those of you who have successfully installed
Mercury's Test Director, and have it die suddenly, you need to check the IIS/NTFS permissions. (
Note, for those of you asking questions, you should read all four pages of comments - there are various questions and answers given throughout the comments, and you will be able to get your answer quicker than waiting for someone to see your question)
Test Director uses the IIS IUSR_SERVERNAME user by default, and if you haven't set your permissions correctly on your directories, this user will not have access to the files.
To see if this is the problem or not, go to the IIS Manager and the TDBIN directory, then choose directory security (make sure it is on anonymous access only) and edit the anonymous user to be the local Administrator account (type in the password).
Then try accessing your server again. If this works, then you know it is a permissions issue, and you should probably go change the anonymous user back to the IUSR_XXXX account, and fix the directory/NTFS permissions to allow the IUSR_XXX user access to the necessary Test Director directories.
For the record/search engines:
The error I got when I had this problem was:
Error in parameter: [TDsrvURL]
Error: Server is not initialized
Press OK to continue or CANCEL to close application
Not the most intuitive error message in the world
Posted by
Jon Daley on
November 17, 2004, 9:45 am
| Read 46088 times
Category
Programming:
[
first]
[
previous]
[
next]
[
newest]
Some of the information I posted above is from Mercury's technical support (877-837-8457), and some was from my own poking around.
My goal was to merely get it running so we could extract the data and put it into a system that would actually work (ie. text documents), which seems to be vastly superior to Test Director.
I would first try cleaning the cache, and making sure that all of the locally installed TD stuff is gone - I forget what the directory name is, "Downloaded" or "Installed" apps or something in the windows directory, maybe in the "local settings" directory inside "Documents and Settings". I don't know if TD requires java downloaded from Sun or Microsoft, or if it comes with everything it needs. If you have a Java Run Time Engine installed on that system, maybe it needs to be upgraded (or maybe removed).
Are there any errors in the IIS or tomcat logs?
You should try that before posting.
My first guess would be to try erasing the downloaded program files directory like "eran" says to do.