Hi I did a clean install on TS 6.7.1 on a windows 2003 standard edition SP1 during the installation process a got a message stating that port 81 was already in use and i selected the continue button, did the entire installation and every thing seem to be working just fine.I was able to log into to TS content center after the installation was completed.I import some file into the content center witout any error, I try to preview or browse my workarea and I keep getting page not found error not the usual 404 error but just the word page not found displayed.In IIS the default website is configure to use port 83, so after looking at all possible log file I do not see any possible error telling me what could be wrong. I also did some search in the devnet forum and try a few suggestion with no avail.The only thing that seem to make any difference was to reconfigure the iw-.cfg file and enter the following:customer_webserver_port = 83 This then allow me to browse my workarea without any error but when I try to preview any file this time i get error 404 page cannot be found.I can browse any of my file when I go to the IFS volume and open them in IE.Is there a configuration missing here?Denis
Check also what port your virtualization webserver is running on.You may find this article useful
I did look at the KB article and as far as i can see the iw-mount site is working fine an has the proper security right to it
Is it running on port 83 though?
Both the default web site and the iw-mount under it in IIS are running on port 83.
Then what is running on port 81 ? Did you try just going to http://server:81/ ?
If I were you I would check your Proxy settings. One of the possible tests is actually to try to bypassProxy altogether. Pick a File that gives you 404. Open up another browser window and enter something like that:http: //YourTS Server:83/iw-mount/default/main/YourBranch/WORKAREA/YourFilePathWhat renders? If it works, chances are you have problems with your IW Proxy Settings (mapping, redirection etc).If it doesn't, what is the error shown?
ok, when you changed the iw.cfg to port 83, what did you do ? At least iwreset -ui ?
I did not run the iwreset - ui but did run the stop and start IW.bat I assume it would do the same thing I will try the iwreset - uiI just ran iwreset -ui and i get the same error 404 page canoot be found.
Do you have any proxy settings in your iw.cfg ?
I assume this system is called websand ? Is it available in DNS ? Could be that iwproxy is having trouble resolving that name.Can you change customer_webserver to localhost and iwreset -a ? I assume localhost is defined, try logging on the server and ping localhost and websand from the DOS shell
Can you change it back to port 81 ? IIS and iw.cfg ?
OK, I was not certain if that error was from IIS or the TS installerThere are no other websites defined in IIS ? Check your SMTP settings, anything on port 81 ? I wonder if there are any utilities in DOS (or maybe cygwin) that will show you what is on a certain port.Also, try to telnet to the port:telnet websand 81it should connect but not show you anything
let's see if IIS is configured properly (for iwmnt and in general)make a file:foo.txt with a little text in itgo to http://websand:81/iw-mount/default/main/branch/WORKAREA/content/foo.txtStill error ? How about websand:81 ? Get IIS ? You may need to rerun tspostreboot.pl (iwhome/install)but I would delete iw-mount in IIS and the TSIMP user as well before you run it.
For me :81 works as does no port specified.copy foo.txt to your c:\inetpub\wwwroot\try http://websand:81/foo.txtand http://websand:81/iw-mountYou may need to change the IIS properties to allow directory browsingI am thinking a reinstall of TS web config (tspostreboot) is in order.
OK, we are getting some where.Start clicking down the directory structure to foo.txt and tell me where it fails.Likely issue is the TSIMP user does not have permission to get where it needs to gotspostreboot does IIS configuration. It creates the iw-mount and TSIMP user. If you want to run it, then you should delete those.