Get Missing Required Modules
  • 15 Dec 2022
  • 1 Minute to read
  • Dark
    Light

Get Missing Required Modules

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version5.0.0
LocationData > Text

The Get Missing Required Modules step returns a list of the required modules that were missed during import.


Properties

Inputs

PropertyDescriptionData Type
Import Session IdImport session IdString

Outputs

PropertyDescriptionData Type
Substring1_OutputList of Module names that were missedList of String

Example Inputs and Outputs

InputOutput
StartImportSession1_Output
Done []
Null ValueEXCEPTION MESSAGE
Empty StringEXCEPTION MESSAGE


Common Errors

Import Session Id must be provided

If the Import Session Id is null, an error will occur.

To correct this, ensure that the input field has the correct value.

Exception Message:

Exception Stack Trace: DecisionsFramework.BusinessRuleException: [BusinessRule] Import Session Id must be provided at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.GetImportValidationIssues(String importSessionId, Boolean refreshUnresolved
 at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.GetMissingRequiredModules(String importSessionId)


Import Session Id not found

If Import Session Id is blank or empty, an error will occur.

To correct this, ensure that the value is mapped or entered correctly.

Exception Message:

Exception Stack Trace: DecisionsFramework.BusinessRuleException: [BusinessRule] Import Session Id not found at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.GetImportValidationIssues(String importSessionId, Boolean refreshUnresolved
 at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.GetMissingRequiredModules(String importSessionId)

Was this article helpful?