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)
TS 6.7 - getClientForTrustedUser fails
Bill Klish
TeamSite 6.7
Windows 2003 Enterprise Edition - local users only, no AD
I am unable to get a CSClient using the getClientForTrustedUser method on an upgraded TeamSite 6.5 SP2. I had only a few users created before and some example content. I ran through the install without any issues and ran iwaccessmigrate after rebooting.
When I run the following code, I get a CSAuthenticationException with a message of Authentication Error for this code:
factory.getClientForTrustedUser( userId, null, Locale.getDefault(), "", null );
If I switch this to this code:
factory.getClient( userId, null, "password", Locale.getDefault(), "", null );
it works no problem.
I have tried removing the user and adding them back in the admin gui, but that didn't help. I added a new user to the server as well.
What am I missing?
Find more posts tagged with
Comments
There are no comments yet