Tenant statuses and transitions

Tenant statuses

This table shows the statuses a tenant can have:

StatusDescription
DraftThe tenant has been defined. The tenant is displayed in the Tenants (ttmtm1100m000) session, but does not exist in reality.
OfflineThe tenant is fully created: the database tables, runtime, and directory structure exist. The tenant is not operational. Therefore, logins are not possible.
OnlineThe tenant is operational. Shared memory is initialized and tenant logins are allowed.
BlockedThe tenant is operational, but new logins are blocked.
Take OfflineLogins are blocked, and existing connections are being terminated.
(Deleted)The tenant does not exist anymore. Everything, that is files and database tables, is deleted. Deleting a tenant is an irreversible step: all tenant data is lost.

 

Tenant life cycle

This table shows the status transitions that can occur:

Old statusNew statusActionDescription
(Start)DraftUser specifies tenant dataWhen a tenant is created in the Tenants (ttmtm1100m000) session
DraftOfflineUser action: CreateSuccessful creation of the tenant
OfflineOnlineUser action: Bring online
OnlineBlockedUser action: Block
BlockedOnlineUser action: Unblock
BlockedTaking OfflineUser action: Take offline
Taking OfflineOfflineSystem: when all connections are terminated
Draft, Offline(Deleted)User action: DeleteThe tenant is deleted