Hi
I have five differents mainframes sessions. I'm working to unify information in HTML using JS.
xExtra var = new ActiveXObject ("EXTRA.System");
var = xsessions xExtra.Sessions;
var xsession xSessions.Open = ();
xSession.Visible = true;
var xWait;
var = xScreen xSession.Screen;
console.log (xScreen);
xScreen.WaitHostQuiet (1000);
xScreen.SendKeys ( "<Enter>");
When I run in Local PC it works fine.
When I run in Server has an error when opening Attachmate Extra 6.5:
"Failed to update the system registry. Please try using regedit."
Does anyone know this problem?
Thanks.
I have five differents mainframes sessions. I'm working to unify information in HTML using JS.
xExtra var = new ActiveXObject ("EXTRA.System");
var = xsessions xExtra.Sessions;
var xsession xSessions.Open = ();
xSession.Visible = true;
var xWait;
var = xScreen xSession.Screen;
console.log (xScreen);
xScreen.WaitHostQuiet (1000);
xScreen.SendKeys ( "<Enter>");
When I run in Local PC it works fine.
When I run in Server has an error when opening Attachmate Extra 6.5:
"Failed to update the system registry. Please try using regedit."
Does anyone know this problem?
Thanks.