You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Scope

  • xx

Language Overview

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 
  • No labels