SAS 9.1.3 Integration Technologies » Administrator's Guide


Publishing Framework
Planning Your Publishing Solution
Managing Subscribers
Delivery Transports
Filters
Managing Channels
Persistent Stores
Publishing to Secure Servers
Example: Creating a Subscriber
Example: Creating a Channel
Publishing Framework

Persistent Stores

A channel can be defined to have a persistent store. A persistent store is a location where published content is permanently stored (or persisted). The Publishing Framework publishes the content to the persistent store location, and then publishes the content to the subscribers.

This section describes each of the available persistent store options and their attributes.

Note: To persist content on a secured WebDAV server, or to an archive path that as defined as a secured HTTP or FTP server, the publishers might need credentials on that server. See Publishing to Secure Servers for details.

You can choose the following persistent store options:

  • None
  • Archive (including File, FTP, and HTTP)
  • WebDAV.

None

If you do not specify a persistent store for a channel, then all content that is published on that channel is published directly to the subscribers and is not persisted.

Archive Persistent Stores

With an archive persistent store, the Publishing Framework publishes the content as an archive (binary .spk) file to the persistent store location. An archive persistent store can be defined as a physical file location, an FTP server, or an HTTP server.

File

For an archive persistent store that is defined as a physical file location, you must specify a file path. You can optionally associate the file path with a logical server if you want to be able to retrieve the archive file from a remote host.

Persistent Store - Archive File

FTP Server

For an archive persistent store that is defined as an FTP server, you must specify the name of the FTP server. You can optionally specify a path within the FTP server and a logical workspace server. The Publish Service component of the SAS Foundation Services needs an IOM Workspace server defined in order to publish an archive to an FTP location or to delete a file from an FTP location.

Persistent Store - Archive FTP

HTTP Server

For an archive persistent store that is defined as an HTTP server, you must specify an HTTP server and base path. You can optionally specify a relative path. The base path and relative path are combined to form the URL of the location where the archive is persisted.

Persistent Store - Archive HTTP

WebDAV Persistent Store

For a WebDAV persistent store, you must specify a WebDAV-enabled HTTP server and base path. You can optionally specify a relative path. The base path and the relative path are combined to form the URL where the WebDAV collection is persisted. You also must specify a URL type of either Collection or Parent:

  • Collection: WebDAV collection is persisted in the specified URL
  • Parent: WebDAV collection is persisted under the specified URL
Persistent Store - WebDAV

See Also

Administering HTTP Servers and WebDAV in the SAS Integration Technologies: Server Administrator's Guide.