Error 1732

Severity

20

Message text

Failed to reserve/initialize allocation hints space in table '%.*s'.

Explanation

Each table, index, and text chain has one or more object allocation map (OAM) pages allocated to the table or index. These OAM pages store pointers to each allocation unit that contains pages for the object. The object’s first OAM page stores allocation hints, indicating which OAM page has information about allocation units with free space.

Error 1732 is raised when Adaptive Server is allocating pages for a new table, but is unable to create allocation hints space for the table.

Error 1732 occurs with the following states:

State

Meaning

1

Unable to create allocation hints space for the table.

2

Unable to initialize allocation hints space for the table.

3

Unable to create allocation hints space for a text page chain.

4

Unable to initialize allocation hints space for a text page chain.

The table named in the message may be a user table, or a temporary table the server creates when executing a stored procedure or other query. Error 1732 can be due to an Adaptive Server problem.

Action

This is not a serious error. Reconnect to the server and retry the query which raised the error; it should run normally.

Contact Sybase Technical Support if the problem persists.

Additional information

Have the information listed in “Reporting errors” before calling Sybase Technical Support.

Versions in which this error is raised

All versions