TUFLOW Message 2010: Difference between revisions

From Tuflow
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 7: Line 7:


Values that occur when no material ID has been specified, can be selected in MapInfo using Query >> Select<br>
Values that occur when no material ID has been specified, can be selected in MapInfo using Query >> Select<br>
Selct from: Desired 2d_mat table<br>
Select from: Desired 2d_mat table<br>
That Satisfy : Material = 0<br>
That Satisfy : Material = 0<br>
This should select any 0 or unspecified material IDs.
This should select any 0 or unspecified material IDs.

Revision as of 10:47, 12 April 2011

TUFLOW Message
ERROR 2010 - Material ID must be greater than 0 or less than 32767.

Alternate Message
NA

Message Type
ERROR

Description
2D cell has been assigned a material ID (integer) of less than one (1) or greater than 32,767. Material IDs must be within this range. The most common reason for this is using a material value hasn't been specified, in this case the MapInfo default integer of zero (0) is applied.

Suggestions
Specify a valid material ID.

Values that occur when no material ID has been specified, can be selected in MapInfo using Query >> Select
Select from: Desired 2d_mat table
That Satisfy : Material = 0
This should select any 0 or unspecified material IDs.


Up
2xxx Messages