FlushPool (Flush a SAM pool)

Flushes a SAM pool. This ensures that user IDs returned from this point on are fresh and not already logged in.

You may want to periodically request your IDs to start new sessions due to memory overconsumption. You may also want to request IDs to update their view of the database if a table or set of tables have been updated. In these cases, you can use FlushPool.

FlushPool terminates all sessions once they have been released back into the pool. It will not terminate any allocated or busy sessions.

The SAM pool group owner and the admin of the owner's company can call FlushPool. This command does not actually log in the requesting ID.

The FlushPool function takes the following parameters:
  • URI (uri)
  • Group owner name (owner)
  • Group ID of the group to be flushed (groupname)
  • Group owner password (password)
FlushPool(uri, owner, groupname, password)