udotdevelopment/ATSPM

Inner exception while creating a new signal

NDSU-UGPTI-ATAC opened this issue · 1 comments

I am unable to create a new signal and am getting "An error occurred while updating the entries. See the inner exception for details." message. Any ideas on how to resolve this?

Sharma

Issue Resolved by modifying \ATSPM\SPM\Controllers\SignalsController.cs ,Line: 288
signal.RegionID = 2; to signal.RegionID = 1;
where signal.RegionID = 1; is customized value taken from database
image