| -2001 |
MESSAGE |
Invalid item number passed in itemnum_array to AIFPROCGET. |
| CAUSE |
A non-zero invalid item number was passed in itemnum_array. |
| ACTION |
Pass an appropriate value and end with a zero. |
| -2002 |
MESSAGE |
Invalid item number passed in itemnum_array to AIFPROCPUT. |
| CAUSE |
A non-zero invalid item number was passed in itemnum_array. |
| ACTION |
Pass an appropriate value and end with a zero. |
| -2003 |
MESSAGE |
Invalid item number passed in itemnum_array to AIFPROCPUT. |
| CAUSE |
A non-zero invalid item number was passed in ver_item_nums. |
| ACTION |
Pass an appropriate value and end with a zero. |
| -2005 |
MESSAGE |
Invalid CM Error. |
| CAUSE |
CM error should be in the range of a shortint. |
| ACTION |
Check for uninitialized pointers and counts and correct range. |
| -2006 |
MESSAGE |
Invalid CM error index. |
| CAUSE |
CM error should be in the range of 1..6. |
| ACTION |
Check for uninitialized pointers and counts and correct range. |
| -2007 |
MESSAGE |
Invalid NM Error Index. |
| CAUSE |
NM error should be in the range of 0..16. |
| ACTION |
Check for uninitialized pointers and counts and correct range. |
| -2008 |
MESSAGE |
Invalid Scheduling Queue value. |
| CAUSE |
Sched. Queue should be in the range 0..4. |
| ACTION |
Check for uninitialized pointers and counts and correct range. |
| -2009 |
MESSAGE |
Invalid MPE/iX priority value. |
| CAUSE |
CM error should be in the range of 1..MaxShortint. |
| ACTION |
Check for uninitialized pointers and counts and correct range. |
| -2010 |
MESSAGE |
Priority - scheduling class mismatch. |
| CAUSE |
Priority and scheduling class should match the global limits. |
| ACTION |
Check for uninitialized pointers and counts and correct range. |
| -2011 |
MESSAGE |
Invalid capability mask. |
| CAUSE |
Attempt was made to change to invalid capability mask. |
| ACTION |
Capability mask must have only lower 16 bits turned on. |
| -2012 |
MESSAGE |
Invalid general resources mask. |
| CAUSE |
Attempt was made to change to invalid resource mask. |
| ACTION |
Resource mark must have only lower 16 bits turned on. |
| -2013 |
MESSAGE |
The value specified is not in the allowed range. |
| CAUSE |
Application attempted to do a PUT with a value out of range. |
| ACTION |
Correct the application. |