Thanks mike that was the issue , I added my user groups to log on locally.
We have this same issue, but our security won't allow us to add all our groups into log on locally.You shouldn't have to add users or groups to the log on locally secutrity setting as this is handled by TeamSite using the TS_IMP user.In your iw.cfg file under [authentication], did you set impersonate_without_password = true?Have you installed patch 1789 that to fix bug id 69787:Windows impersonation fails to create a complete token. The TeamSite generated user token does not contain one of the group SIDs that should be there.Platform(s): Windows 2003We are hoping that installing this patch will fix the problem, but have to book time in our test lab to install the patch and test it.
Logon Locally" a requirement for impersonation (want PtCompiler to run as the user invoking it so that perms on the generated file are correct). There are plans to make impersonation configurable in 6.7.1SP1 so that customers who do not wish to grant Logon Locally will still be able to run PtCompiler as SYSTEM (ie, without impersonation).TSIMP_servername is a user created by TeamSite for IIS. If users lack LogonLocally privledge, generating/previewing templating files will fail regardless of how impersonate_without_password is set.