Get Missing Required Modules
- 15 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Get Missing Required Modules
- Updated on 15 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 5.0.0 |
Location | Data > Text |
The Get Missing Required Modules step returns a list of the required modules that were missed during import.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Import Session Id | Import session Id | String |
Outputs
Property | Description | Data Type |
---|---|---|
Substring1_Output | List of Module names that were missed | List of String |
Example Inputs and Outputs
Input | Output |
---|---|
StartImportSession1_Output | Done [] |
Null Value | EXCEPTION MESSAGE |
Empty String | EXCEPTION 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?