ServiceDesk

 View Only
  • 1.  Importing Incidents from Remedy - Back-dating Processes

    Posted Jan 22, 2014 04:02 PM
    I am investigating the possibility of importing existing open incidents in Remedy into ServiceDesk.  The Remedy db is hosted on an Oracle db and it looks feasible to read from this, create SD incidents and populate information from Remedy into them using workflow.  It is expected there will be somewhere between 2000 to 4000 open incidents to import so the exercise is well worth while.
     
    The challenge we have is the business would like us to retain the original start dates from the Remedy tickets.
     
    I've already asked Symantec support and they have confirmed they have no tools to help with the import and that workflow doesn't have any components that allow the definition of a start date/time when creating a process.
     
    I would think that most environments would like to import existing incidents from other helpdesk solutions and retain their existing date/times.  Has anyone else looked into this before?  Any solutions?


  • 2.  RE: Importing Incidents from Remedy - Back-dating Processes

    Broadcom Employee
    Posted Jan 22, 2014 04:32 PM

    The easiest solution is going to be to simply create a SQL Query component that updates the ProcessStarted field in ReportProcess based  upon the SessionID or the Process ID of the newly created Incident. In a workflow project you could them simply place this component after the submit incident component.



  • 3.  RE: Importing Incidents from Remedy - Back-dating Processes

    Posted Jan 22, 2014 08:15 PM

    Thanks TGiles - that sounds like a good solution.  Has anyone out there tried this?