ServiceDesk

 View Only
  • 1.  1753-01-01 00:00:00.000

    Posted Oct 24, 2012 06:40 AM

    Dear All,

    I was asked to make a report that shows how many Break-Fix tickets have been handled by who in what month.

    In the table "ServiceDeskIncidentManagement" the field "date_created" often shows this value: 1753-01-01 00:00:00.000 while the "Start Date" in the ticket is correct.

    In what table can I find the "Start Date" field? Why is the "date_created" field often filled out with this value?

    Thank you for your help.

    Kind Regards

    Koen



  • 2.  RE: 1753-01-01 00:00:00.000
    Best Answer

    Broadcom Employee
    Posted Oct 24, 2012 05:54 PM

    Start Date should be process data, coming from ReportProcess table.

    Why date_created would show that value, I am not quite sure. It's basically the NULL value for date, so the date_created was never properly filled for some reason.



  • 3.  RE: 1753-01-01 00:00:00.000

    Posted Nov 05, 2012 10:36 AM

    I see that date_created field as 1753 a lot. We still haven't figured out why that field doesn't populate with the correct date. It will, from time to time, have the correct date but not often.



  • 4.  RE: 1753-01-01 00:00:00.000

    Posted Nov 05, 2012 08:06 PM

    I also get that 1753 in the date field on some dates but it is not consistent.



  • 5.  RE: 1753-01-01 00:00:00.000

    Posted Nov 06, 2012 02:19 AM

    Maybe this helps to understand:

    http://stackoverflow.com/questions/3310569/what-is-the-significance-of-1-1-1753-in-sql-server

     



  • 6.  RE: 1753-01-01 00:00:00.000

    Broadcom Employee
    Posted Nov 06, 2012 05:57 AM

    Looking at the ServiceDesk 7.1 SP2 SD.IncidentManagement project, Incident.DateCreated is filled with current date in 'Save Process ID and Tracking ID to Incident Submitted By and Date Created' component in Primary model.

    The problem with this is that when an Incident is created from Technician Feeder, it is sent to CreateIncidentAdvanced model that never goes to The Primary model (it goes directly to Main Incident Work).

    Where are your incidents created from?



  • 7.  RE: 1753-01-01 00:00:00.000

    Posted Nov 06, 2012 03:18 PM

    That would do it. I would say that 90% of all of our tickets would go through the Advanced form so would bypass the components to update that field. I knew there was a reason I ignored it most of the time!