Forum Replies Created
-
AuthorReplies
-
Hi,
thanks for your tips

But when i use this script i get the following message:
Invaild source File
Here is the script Portal.vbf:
dim oPortal
dim oPortalsset 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.IDset oPortal = nothing
set oPortals = nothingBye
Andyhow can i turn on the log? i want to see whats the problem…
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?
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!!
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…
-
AuthorReplies