Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • in reply to: Configure Formativ Portal #7394
    FRAD
    Participant

      Hi,

      thanks for your tips Smile

      But when i use this script i get the following message:

      Invaild source File

      Here is the script Portal.vbf:

      dim oPortal
      dim oPortals

      set oPortals = GroupWise.PortalManager.Portals
      set oPortal = oPortals.Item(“MyCompany”)

      if oPortal is nothing Then
      set oPortal = oPortals.Add
      oPortal.Caption = “My Company”
      oPortal.TabCaption = “My Company”
      oPortal.ID = “MyCompany”
      oPortal.NavigationControlsEnabled = false
      oPortal.URLInputEnabled = false
      end If
      oPortal.Url = “http://intranet”
      oPortal.Show
      oPortals.ActivePortal = oPortal.ID

      set oPortal = nothing
      set oPortals = nothing

      Bye
      Andy

      in reply to: Enterprise Proxy – Error #8787
      FRAD
      Participant

        how can i turn on the log? i want to see whats the problem…

        in reply to: Enterprise Proxy – Error #8780
        FRAD
        Participant

          hi,

          the login in the PO was successfully (see picture 2 in your documentation)

          I can select a user but i get a error message (look at my first posting).

          The PO Settings are correct!

          Any idea? how can i see, that the sync is ok?

          in reply to: Enterprise Proxy – Error #8778
          FRAD
          Participant

            quote:


            Once POA settings have been associated with a Post Office it is shown with a red icon in the system tree view. For example, in the figure below two Post Office objects are visible. The Post Office object labelled 1 (GWDEVPO) does not have any settings associated with it. The Post Office labelled 2 (GWDEVPO2) is shown with a red icon, indicating connection settings have been applied.

            Note that specifying the direct path to the post office can result in significantly faster performance compared to specifying an IP address and port number.

            Advansys Support


            I can´t se a picture!!

            in reply to: Enterprise Proxy – Error #8779
            FRAD
            Participant

              Hi,

              the connection was successfull! I get all users listed.

              But when i click a user, i get the error message !!! (look in my first posting).

              That´s my problem…

            Viewing 5 replies - 1 through 5 (of 5 total)