Error 16394

Severity

10

Message text

%1!: Connection cannot migrate.

Explanation

srv_send_ctlinfo(srvproc, SRV_CTL_MIGRATE, ..) has been called for a client thread from a connection that is incapable of migration.

Action

Before attempting to migrate a connection, verify that the connection can be migrated using CS_REQ_MIGRATE.

Additional information

Use srv_capability_info(.., CS_GET, CS_CAP_REQUEST, ..) to test if the connection is capable of migration. Symbolic constant: SRV_ENOTMIGRATABLE.

Versions in which this error is raised

15.0 ESD #14 and later.