This would be associated when viewing existing events. If when launching a New Event it flashes then closes would indicate the event is not configured with the Choose Equipment step enabled and the Auto-add option disabled.

Also, in the SQL statement, that OUTEQUIP_NUM value would need to match the OUTEQUIP_NUM of the associated event being opened.


Problem:

This is caused by a missing EVENTEQUIP record in the database. For each event there should be a corresponding EVENTEQUIP record. This could be caused from a network disconnect situation when creating or modifying the event.


Solution:

Manually Insert an EVENTEQUIP record.

INSERT INTO EVENTEQUIP(OUTEQUIP_NUM, COMPANY, EQUIP_NUMBER, CRIB_NUMBER, BIN_NUMBER, EVENT_TYPE, IS_GAGE, OUT_QUANTITY, EVENT_DATE, EVENT_TIME, DONE_BY_FNAME, EQUIP_IMAGE, EQUIP_IMAGE_COMPANY, FROM_KIT_NUMBER, EQUIP_DESCR, EQUIP_CONDITION, VENDOR, LINE_COST, TOTAL_LINE_COST, BEFORE_QUANTITY) VALUES (31513, ABC COMPANY, A, N/A, N/A, CALIBRATION, 1, 1, 11/13/2001 00:00:00.000, 12/30/1899 15:07:45.000, , , , , , NULL, NULL, NULL, NULL, NULL);