/ Forums / Advansys Formativ / Creating Solutions with Formativ / Groupwise.Account.DistinguishedName in Caching Mode

  • Creator
    Topic
  • #4045
    Anonymous

      hi there!

      cant get Groupwise.Account.DistinguishedName when running groupwise in caching mode?
      anyone help me out?

      thx

    • Author
      Replies
    • #6935
      Support 1
      Participant

        I created a simple test applet that calls Groupwise.Account.DistinguishedName. Using this in caching mode leads to the GroupWise API raising the following error:

        quote:


        Account.Object
        [text snipped]
        The root account is remote.


        This behaviour appears to be a defect in the GroupWise API. Unfortunately, all we can do is to inform Novell of this. We will post an update to this thread when we have more information.

        Advansys Support

        #6934
        Support 1
        Participant

          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

        Viewing 2 replies - 1 through 2 (of 2 total)
        • You must be logged in to reply to this topic.