Hi,
I am currently developing an app using appWorks and I wanted to synchronize the app users with an existent Active Directory. Although, when I fill the LDAP connection info and hit connect button I'm getting an error with the following message:
The server encountered an internal error that prevented it from fulfilling this request.
with an http 500 error. The tomcat log outputs an exception starting with the following:
ERROR com.opentext.otag.rest.impl.UseradminImpl - Access denied
ERROR com.opentext.otag.rest.impl.UseradminImpl - Failed to get partition info from OTDS
com.opentext.otds.OtdsException: Access denied
at com.opentext.otag.rest.OtdsProviders.checkWebServiceResponseV2(OtdsProviders.java:183)
at com.opentext.otag.rest.OtdsProviders.queryBasicInfo(OtdsProviders.java:93)
at com.opentext.otag.rest.LdapInfo.prepare(LdapInfo.java:57)
at com.opentext.otag.rest.impl.UseradminImpl.getLdapConnectionInfo(UseradminImpl.java:271)
at com.opentext.otag.rest.v1.Useradmin.getLdapConnectionInfo(Useradmin.java:100)
I'm using the following tutorial:
https://developer.opentext.com/webaccess/#url=/awd/resources/articles/1057/appworks+gateway++managing+users
and I've already tested the connection in an external application and it works well.
What am I doing wrong?