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)
getClientForTrustedUser authentication error
mike_s
TeamSite 6.5
CSSDK 2.0
Solaris 8 (5.8)
I'm trying to create a client object using the getClientForTrustedUser method of the CSLocalFactory class.
No matter what I try a CSAuthenticationException exception is thrown.
I know the user I'm passing exists and can log in to TeamSite. The appContext string is retrieved from the application context of the current client object.
The code I'm using is as follows:
CSClient trustedClient = csFactory.getClientForTrustedUser(username, null, Locale.getDefault(), appContext, null);
the csFactory object was created using a properties file containing the following properties:
com.interwoven.cssdk.factory.CSFactory=com.interwoven.cssdk.factory.CSLocalFactory
data.cache.timeoutms=100000000
Does anyone know why I'm unable to create the trusted client?
Many thanks in advance
Mike
Find more posts tagged with
Comments
Nicholas
pl check your another thread