diff --git a/server/AyaNova/biz/WidgetBiz.cs b/server/AyaNova/biz/WidgetBiz.cs index 0dd2634f..22b7387f 100644 --- a/server/AyaNova/biz/WidgetBiz.cs +++ b/server/AyaNova/biz/WidgetBiz.cs @@ -442,10 +442,12 @@ namespace AyaNova.Biz // { // AddError(ApiErrorCode.VALIDATION_INVALID_VALUE, "Count", "Test field server error"); // } - if (proposedObj.DollarAmount == 666.66M) - { - AddError(ApiErrorCode.INVALID_OPERATION, null, "This is a test of a general server error"); - } + + //removed because seeding huge kept triggering this + // if (proposedObj.DollarAmount == 666.66M) + // { + // AddError(ApiErrorCode.INVALID_OPERATION, null, "This is a test of a general server error"); + // } //TESTING #endif diff --git a/server/AyaNova/util/Seeder.cs b/server/AyaNova/util/Seeder.cs index 67f10793..b7b01ece 100644 --- a/server/AyaNova/util/Seeder.cs +++ b/server/AyaNova/util/Seeder.cs @@ -45,7 +45,7 @@ namespace AyaNova.Util try { - LogStatus(JobId, LogJob, log, $"SEEDER: Seed data level - {slevel.ToString()}, timeZoneOffset - {timeZoneOffset.ToString()}"); + LogStatus(JobId, LogJob, log, $"SEEDER: Seeding data level is {slevel.ToString()}, time zone offset is {timeZoneOffset.ToString()}"); //Only allow this in a trial database if (!AyaNova.Core.License.ActiveKey.TrialLicense)