Versions Compared

Key

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

Table of Contents

sss

...

Scope

  • xx

Language Overview


Comment 
MasterAgent
LanguageArchitectureLanguageArchitectureComment
VBScript

JVM + Master 64bit

  • call 64bit components, e.g. COM
  • access to 64bit registry
ScriptControl:VBScript

No support for JVM + Agent 64bit

  • ScriptControl is available for 32bit only
  • COM objects can be instantiated from both 32bit architectures
  • Users of VBScript jobs on a Master 64bit should migrate to PowerShell Jobs
 JVM + Master 32bit
  • call 32bit components, e.g. COM
  • access to 32bit registry 
 JVM + Agent 32bit
  • call 32bit components, e.g. COM
  • access to 32bit registry 
  • ScriptControl works as a compatibility mode for VBScript Jobs
  • Minor syntactical changes required to job scripts
  PowerShell

JVM + Agent 64bit

  • call 64bit components, e.g. COM
  • access to 64bit registry
  • COM objects can be instantiated from both 32bit and 64bit architectures
  • The architecture of the JVM in use determines if 32bit or 64bit COM components are referenced
   JVM + Agent 32bit
  • call 32bit components, e.g. COM
  • access to 32bit registry
 
  dotnet (.NET)same architectures as PowerShell