Element Details: Execute.Script
 Back


Available in: Logi Info Source code name: Execute.Script

Runs a VBScript or JScript script file. This procedure is a primary method for extending applications beyond LogiXML-provided functionality. Scripts can perform any action allowed by the operating system, including processing files, manipulating strings, and calling external programs and COM components.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
Language
VBScript
JScript
For .NET versions, specifies the scripting language, either JavaScript or VBScript. JavaScript is the default. VBScript is deprecated. For Java versions, the scripting language is always JavaScript.
ScriptFile
UserDefined
(Required) Specifies the script file. If the script file is in the SupportFiles, no path is necessary. Otherwise, specify a full file system path location.
ScriptTimeOut
UserDefined
The amount of time, in seconds, before a script is presumed to have failed.
SubroutineName
UserDefined
(Required) Specifies the subroutine to call in the script file.



PARENT ELEMENTS

Click element to drill down for more information.

Etl Job
If
If ETL Error
If File Exists
If Folder Exists Loop.Data Layer Rows


CHILD ELEMENTS

Click element to drill down for more information.

Additional Script File
If ETL Error
Script Input Parameters Script Output Parameters


 Back to top