This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Flexera Community
- :
- Data Platform
- :
- Data Platform Knowledge Base
- :
- Resume a normalize job from the import to ServiceNow step
Subscribe
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Resume a normalize job from the import to ServiceNow step
Resume a normalize job from the import to ServiceNow step
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.
- Open the Windows Command Prompt as an administrator on the Data Platform server and change the directory to the BDNA\Data Platform\Bin\ folder.
- 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
- 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
0
401
No ratings