/ Forums / Advansys Formativ / Creating Solutions with Formativ / Groupwise.Account.DistinguishedName in Caching Mode / Reply To: Groupwise.Account.DistinguishedName in Caching Mode
March 31, 2004 at 4:02 pm
#6934
We have received more information on this from Novell. It seems that,
quote:
since the remote (or caching) database has no connection to the Domain or Post Office databases, there is no way to get the Distinguished Name.
It may be worthwhile coding your applet to allow for both online or remote/caching modes. This probably means using the VBScript statement
on error resume next
to suppress standard error-handling, so that your applet can control its user interface elegantly in all situations.
I hope this helps.
Advansys Support