EWIP Error code

NI-488.2

EWIP Error code

EWIP indicates that an ibwait call is already in progress on the specified unit descriptor. This error occurs when one thread within a process calls ibwait on a given descriptor when another thread within the same process is already performing an ibwait using that same descriptor.

Solutions

Make sure that for any given unit descriptor only one thread calls ibwait at a time using that descriptor.


Return to list of error codes