Does 2X Scripting work on Windows Server 2008 R2? I downloaded the current 2X Scripting version 10.1.1224 on Windows Server 2008 R2, and run the command: "regsvr32 TuxScripting.dll" which was successful. However, when I run the sample script "StartScript.bat", I am getting the following error message. c:\2XScripting\Samples\VBScript\Advanced\Scripts\EmailInterface.vbs(0, 1) Microsoft VBScript runtime error: ActiveX component can't create object: 'TuxScripting.TuxSystem' Is there any other step other than run regsvr32 that I need to take in order to make 2X Scripting work? Thanks in advance.
I forgot to note the version of 2X I used. used version: Application Server XG 10.5 (build 1327) I tried regsvr32 which was stored in both system32 folder and SysWOW64 folder, but both ends up with same error as above. In addition, I also tried using Windows Server 2008 SP2 (32bit) with same version of 2X ASXG and 2X Scripting. Result is that VBScripts did run, but it seems that they are not communicating with the 2X ASXG. For example, I tried to display "Information", but it returns different values, probably a default settings set within the TuxSystem object. So now my concern is that does 2X Scripting work on version 10.5 and above? Any help will be appreciated. Thanks.
I just found on the manual that the current 2X Scripting is only for 32bit system. So let me change my question to the following: 1. Can you please release the 64bit version of 2X Scripting? 2. Currently, Is there a way to run the 2X Scripting on 64bit server? Thanks in advance