Home Forums Data Migration Runbook via sql

Viewing 2 reply threads
  • Author
    Posts
    • #11873
      Neil Gildayngilday
      Participant

      How can I debug whether these are working or not?

      I get 1 row executed.

      But DM tables do not get updated.

      —- DM Run Script —-
      exec nexj.dbo.DM_START N’LoadUser’, ‘111’;
      exec nexj.dbo.DM_START N’LoadCompany’, ‘111’;
      exec nexj.dbo.DM_START N’LoadContact’, ‘111’;
      exec nexj.dbo.DM_START N’LoadTelcom’, ‘111’;
      exec nexj.dbo.DM_START N’LoadAddress’, ‘111’;
      go

      0
    • #11914
      David McAnuffDavid McAnuff
      Participant

      There are a number of options for monitoring a process as outlined in the operation manual sections:

      1. Monitor Request, shows how to monitor by query
      2. Monitor Load, to monitor using the Admin Console
      3. ETL Tool, monitor by stored procedure

      Note

      As per the operation document the DM_START stored procedure takes two arguments the runbook name and the batchId.   Similar to batchbroker, DM_Start requires a valid runbook name.  The five occurrence provided in your example are not valid runbook names.  Please refer to the operation manual or specification document for the list of valid runbook names.

      0
    • #11922
      Neil Gildayngilday
      Participant

      Thanks. Forgot the word Runbook.

      Will test again.

       

       

      0
Viewing 2 reply threads
  • You must be logged in to reply to this topic.