Scaleout v. 5.1.14.224 on Windows 2012 Server Core

#1
Trying to load Scaleout Console on windows 2012 server core and will get the following error after the console loads...

System.Runtime.InteropServices.COMException (0x80040154): Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
at System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid)
at System.Windows.Forms.WebBrowserBase.TransitionFromPassiveToLoaded()
at System.Windows.Forms.WebBrowserBase.TransitionUpTo(AXState state)
at System.Windows.Forms.WebBrowserBase.OnParentChanged(EventArgs e)
at System.Windows.Forms.Control.AssignParent(Control value)
at System.Windows.Forms.Control.ControlCollection.Add(Control value)
at Soss.Console.frmUpdateCheck.InitializeComponent()
at Soss.Console.frmUpdateCheck..ctor(Config config)
at Soss.Console.frmMain.mnuUpdateCheck_Click(Object sender, EventArgs e)
at Soss.Console.frmMain.frmMain_Activated(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Form.WmActivate(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at Soss.Console.frmMain.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Please Advise,
Thank you,
 

admin

Administrator
#1
The SOSS Console relies on Windows GUI components that are not available on Server Core editions of Windows. The ScaleOut StateServer service will need to be managed using the soss.exe command line utility, which offers the same functionality as the Console. Also, the soss_params.txt file, which stores all the settings for the service, can be edited directly.

Once your initial installation and configuration is complete, the ScaleOut StateServer service can be managed remotely from a workstation with ScaleOut's Remote Client components installed if you'd like to continue using the Console from a remote system that's running a full-blown installation of Windows.
 
Top