Start of change

+4754 THE ACCELERATOR accelerator-name DOES NOT EXIST.

Explanation

An SQL statement referenced an accelerator server that does not exist or has not been started. The specified accelerator might not be defined to Db2 or it might not have been started since Db2 was last started.

accelerator-name
The name of the accelerator server that does not exist or that has not been started.

System action

Processing continues normally. If an SQL statement references an accelerator server that does not exist, the statement is processed as if no accelerator server is specified.

User response

No change is required. However, the specified accelerator server must be defined to Db2 before it is used during the execution of other SQL statements that require it.

SQLSTATE

0169D

End of change