Get Import Directory
- 04 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Get Import Directory
- Updated on 04 Jan 2023
- 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.12.0 |
Location | System > Advanced > Import - Export |
The Get Import Directory step returns the path of the import directory.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Input Session Id | Import session Id | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | The local import directory path | String |
Example Inputs and Outputs
Import Session Id | Output |
---|---|
StartImportSession1_Output | C:\Program Files\Decisions\Decisions Server\Instances\Control\Import\History\01-04-2023-11-45-27 |
Empty String | EXCEPTION MESSAGE |
Null | EXCEPTION MESSAGE |
Common Errors
Import Session Id must be provided
If there is no value entered or the Import Session Id value is null, an error will occur.
To correct this, ensure that the Import Session Id is entered or mapped correctly.
Exception Message:
Exception Stack Trace: DecisionsFramework.BusinessRuleException: [BusinessRule] Import Session Id must be provided
at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.GetImportDirectory(String importSessionId)
Was this article helpful?