Rocket Terminal Emulator

 View Only
  • 1.  Automation on Bluezone mainframe session on Windows 10 machine using vbscript

    Posted 12-12-2018 02:39

    Hi All,

    I was trying automation of bluezone mainframe session using vbscript.
    It was working fine on Windows 7 machine.
    But recently started using Windows 10 machine where the scripts are failing to connect to bluezone mainframe session.

    Any help would be appreciated.



  • 2.  RE: Automation on Bluezone mainframe session on Windows 10 machine using vbscript

    ROCKETEER
    Posted 12-14-2018 07:33

    There is a knowledge article in the Rocket Community support portal about a possible cause…

    Previously working VBS scripts are having issues running after upgrade of Windows 10, “Creators’ Edition” ( KB4022725 - Cumulative Update for Windows 10 Version 1703 )

    This was the result of an internal routine that was causing Win10 CE to have problems playing VBS scripts through BlueZone Scripting Host (bzsh).
    The problem was resolved by our lab in BlueZone v7.1.5 GA (build 2846).

    Upgrading to v7.1.5 or later BlueZone version is required to resolve this issue.
    Please note that Ver 7.1.5 requires an updated license which can be provided by contacting support.



  • 3.  RE: Automation on Bluezone mainframe session on Windows 10 machine using vbscript

    Posted 04-02-2019 13:31

    Still having problems with vbscript not communicating to BlueZone session after upgrading to Windows 10. The BlueZone v7.1.6 is installed, so I thought it would not have this issue. Is there anyone else having this problem or is there a know solution yet? Thank you



  • 4.  RE: Automation on Bluezone mainframe session on Windows 10 machine using vbscript

    ROCKETEER
    Posted 04-11-2019 05:45

    Have you checked the bitwize compatibility? If you have installed BZ 32bit then all registry settings will be in syswow64, and therefore the vbscript and app will need to also use 32bit programs in order to communicate.



  • 5.  RE: Automation on Bluezone mainframe session on Windows 10 machine using vbscript

    Posted 07-23-2021 07:12

    You could use a scraping tool, like IBM HATS, or you could use some of the IBM Java TN3270 classes to talk to the mainframe.

    Either case would have you making a TN3270 connection from your software. NOT scripting your emulator.

    If you can get the mainframe software to a point where you can interact with it on a batch job level -- or you write some simple Rexx commands that interact with it -- you can use ftp protocol to submit jobs to issue commands to the mainframe software. It won't directly do a TN3270 session with it, but Rexx commands and/or other custom written programs could replace that interaction. Then you could just talk to the mainframe software using simple JCL.



    ------------------------------
    [https://www.sevenmentor.com/machine-learning-course-in-pune.php]
    ------------------------------



  • 6.  RE: Automation on Bluezone mainframe session on Windows 10 machine using vbscript

    ROCKETEER
    Posted 07-26-2021 16:43
    I see this old post was bumped, answering in case it helps others. As Mark was saying this is likely a bitness issue(32-bit vs. 64-bit). If you're using Windows Script Host to load the VBScript engine to play the script, you need to make sure you're running the same bitness of Windows Script Host and BlueZone. On 64-bit Windows 10, the 64-bit build of Windows Script Host is in the C:\Windows\System32 folder; and the 32-bit build of Windows Script Host is in the C:\Windows\SysWOW64 folder. Since the C:\Windows\System32 folder is in the system PATH environment variable, if you're not specifying a path to the program then you're running 64-bit WSH, try running the program from the C:\Windows\SysWOW64 folder.

    ------------------------------
    Mike Slater
    Rocket Internal - All Brands
    Denver CO United States
    ------------------------------