Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Strange TS552 Install
andrew_yeo
i just managed to install TS 552 on a new server m/c... after overcoming some issues as usual.
I started installation using "tsadmin" account which was actually "administrator" renamed for security purpose. Yet after the installation I still get "domain/Administrator" written to all the UID files. Why aren't TeamSite getting the proper NT accounts from the local m/c, there is no longer a "Administrator" named account??? So I had to renamed the account in all the UID files.
Yes, I got to logon then using the "tsadmin" account that I added.
Took a look at the new 'backing store', no branches yet (normal I suppose...). So I have "default/MAIN", STAGING, INITIAL ... huh??? STAGING is owned by another "OTHER_DOMAIN/Administrator" account and so is INITIAL? how come? shouldn't it be "LOCAL_DOMAIN/tsadmin" , TeamSite defaults to "Administrator" name... why isn't it referencing to the "local domain user manager" for account information????
Find more posts tagged with
Comments
Adam Stoller
I'm not entirely sure why you're seeing what you are, but I'll hazard a couple of guesses:
An assumption was made as part of the installation script that, on Windows, there would be an account named "Administrator" on the local machine and it could be used the same way that "root" is used on Unix machines.
Your
iw.cfg
file probably contains the following line:
main_owner=Administrator
Why it shows up as some OTHER_DOMAIN/Administrator - I have no idea.
--fish
(Interwoven, Curriculum Development)
andrew_yeo
apparently, my local IWOV support told me that there have been similar cases. and the only way around is to just use "administrator" account name to do the installation.
it is actually easy to replicate this problem, get a test server rename the local admin acct "administrator" to anything. then proceed to install using this acct. Once your m/c starts up, logon to TS, take a look at the STAGING and INITIAL owner, it's actually a random "DOMAIN\Administrator" acct, rebuild a new backing store and you may get another acct name there...