SASServer

Public Interface to a SAS Server

Instances are acquired by calling SASManager.verifySASServer() or by calling SASManager.servers(). When a server is acquired by the SASManager API, it is retained and made available across program instances.

You can remove a SAS server by calling SASManager.removeSASServer().

Since

since 8.22
  • The descriptor for this server.

    Since

    since 8.33
  • Readable description of this server. A default description will be generated if one is not supplied.

    Since

    since 8.22
  • A summary for this server for use in user interfaces. The name will be in the following format: username@myviyaserver.mycompany.com

    Note: this is different from description, as it will always be the username followed by an @ followed by the server address. description can be changed and is meant to be customizable by the user.

    Since

    since 28.1.0
  • The version string of Visual Analytics for this server.

    Since

    since 28.1.0
  • Indicates if the SASServer automatically generates section previews for this report.

    Since

    since 8.22
  • Connect to this server.

    Since

    since 8.22
  • An Array of the user’s subscribed reports.

    Since

    since 8.22
  • An Array of the user’s insights.

    Since

    since 28.1.0
  • A Boolean value that determines whether the user can view favorites.

    Since

    since 28.1.0
  • A Boolean value that determines whether the current user can add and remove favorite reports.

    Since

    since 28.1.0
  • Get a report from its descriptor

    Since

    since 8.22
  • Subscribes to a report from the server.

    Since

    since 8.22
  • Remove subscription to a report.

    Since

    since 8.22