cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Follow the steps below if a ServiceNow normalize job fails or cancels at the import to ServiceNow step and you want to resume the job.

note blue light.pngNote: The publish step must have completed successfully to use this process.

  1. Open the Windows Command Prompt as an administrator on the Data Platform server and change the directory to the BDNA\Data Platform\Bin\ folder.
  2. Run the below command to get the process ID of the ServiceNow task.
    NormalizeCMD.exe –viewprocess

You’ll see an output like this:
Process ID = 10001, Process Name = ACME-MD
Process ID = 10002, Process Name = ACME-IT

  1. Run the below command to re-run the import to ServiceNow step, where XXXXXX is the process ID.

NormalizeCMD.exe -Exporttoservicenow /Process_ID=XXXXXX

For example, if you want to reassume the job ACME-MD you’d run the following command: NormalizeCMD.exe -Exporttoservicenow /Process_ID=10002

Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Dec 05, 2022 02:51 PM
Updated by: