Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article

...

Parameter NameData TypeDescriptionDefault ValueExample 
LabelString
Insert excerpt
File Writer
File Writer
nopaneltrue
Check Out FileCheck Out File
Shared LibraryString/Expression/SuggestionRequired. Select the Shared Library where the file to be checked out exists, from the list of suggestions provided.N/AMy Library
Drive

String/Expression/Suggestion

Required. Select the Drive where the file to be checked out exists, from the list of suggestions provided.N/ADocuments
Source Relative Path/IDString/Expression

Required. Enter the relative path for the file to be checked out, beginning with root:/. Alternatively, pass the item ID in this field.

Info
titleRelative Path and ID
  • Any URL in this field that starts with root:/ is treated as relative path. All other entries (without root:/ at the beginning) are treated as driveItem IDs.
  • When the driveItem ID passed is invalid (not a 34-character alphanumeric code such as 014ZXBQNNHW2DJ3CDKQZBJHRYWFWVRRQA2), the Snap returns the error - The resource is not found.


root:/

/Pictures/Tour1/Image01.png

Number Of RetriesString/ExpressionSpecify an integer value to set the maximum number of reconnection attempts that the Snap must perform, in case of connection failure or timeout.03
Retry Interval (Seconds)String/ExpressionEnter, in seconds, the duration for which the Snap must wait between two reconnection attempts, until the number of retries is reached.12
Snap ExecutionDrop-down list

Select one of the three following modes in which the Snap executes:

  • Validate & Execute. Performs limited execution of the Snap and generates a data preview during Pipeline validation, then performs full execution of the Snap (unlimited records) during Pipeline runtime.
  • Execute only. Performs full execution of the Snap during Pipeline execution without generating preview data.
  • Disabled. Disables the Snap and all Snaps downstream from it.

Execute onlyValidate & Execute

Troubleshooting

ErrorReasonResolution

Error while Check out a file with relativePath : root:/, Reason: 500 : Internal Server Error : An unspecified error has occurred.

The file specified in the Source Relative Path/ID field is not found. OR
You did not enter a file name in Source Relative Path/ID field.

Verify and ensure that you have provided a valid file name in the Source Relative Path/ID field.

...