Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Error occured while trying to save detection event to database #33

Closed
tmitchell5280 opened this issue Jun 2, 2017 · 4 comments
Closed
Assignees

Comments

@tmitchell5280
Copy link

Hello, we are getting a new error related to trying to save a detection to the SQL Database.

Here is the exact error from the log file.
System.ArgumentOutOfRangeException: Value to add was out of range.
Parameter name: value
at System.DateTime.Add(Double value, Int32 scale)
at FalconOrchestrator.Client.AuditEvent.get_FormattedTimestamp()
at FalconOrchestrator.Client.AuthActivityAuditModel.Save()

I tried the last solution, which was to increment the offset of the event that is causing the error, N+1, but it did not help with this error, so far.

I also tried changing both the region and timezone, and back. Found someone on MSDN having a similar problem and it worked for him.

Has anyone ran into this error before and if so how did you fix it.

Thanks,

-Troy

@mr-burnse
Copy link
Contributor

This issue just surfaced this week as the UTCTimestamp field on events of type AuthActivityAuditEvent is being pushed through the API with two types of unix epoch formatted timestamps...one with milliseconds and one without. Orchestrator is expecting a certain format and is crashing because of this. I will look to provide a bug fix for this early next week.

@mr-burnse mr-burnse self-assigned this Jun 2, 2017
@mr-burnse
Copy link
Contributor

Fix has been published here. Please follow implementation steps to apply it.

@tmitchell5280
Copy link
Author

tmitchell5280 commented Jun 6, 2017 via email

@mr-burnse
Copy link
Contributor

Thanks for the kind words! Glad you and your team are getting value out of the tool.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants