Administrator doesn't start

Forum Home Forums Installation Issues Administrator doesn't start

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1710
    Rob
    Participant

    ScadaAdmin.exe does not start correctly. I have checked that MSSQL Compact is installed and running on my computer. I am using the default directory structures. I have enabled all the required Windows features. The Event Log contains:

    Application: ScadaAdmin.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.IO.FileNotFoundException
    at ScadaAdmin.AppData..cctor()

    Exception Info: System.TypeInitializationException
    at ScadaAdmin.AppData.get_ErrLog()
    at ScadaAdmin.Program.Application_ThreadException(System.Object, System.Threading.ThreadExceptionEventArgs)
    at System.Windows.Forms.Application+ThreadContext.OnThreadException(System.Exception)
    at System.Windows.Forms.Control.WndProcException(System.Exception)
    at System.Windows.Forms.Control+ControlNativeWindow.OnThreadException(System.Exception)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)

    and

    Faulting application name: ScadaAdmin.exe, version: 5.0.0.0, time stamp: 0x58171a29
    Faulting module name: KERNELBASE.dll, version: 10.0.14393.321, time stamp: 0x57f4c291
    Exception code: 0xe0434352
    Fault offset: 0x000da6f2
    Faulting process id: 0x3110
    Faulting application start time: 0x01d23b64cb364183
    Faulting application path: C:\SCADA\ScadaAdmin\ScadaAdmin.exe
    Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
    Report Id: bf5eb53c-d7fe-48c5-a2f5-4a8c1601cdb5
    Faulting package full name:

    Windows Features screen shot

    #1711
    Mikhail
    Moderator

    Most likely, you have to install
    SSCERuntime_x86-ENU.msi and
    SSCERuntime_x64-ENU.msi
    from the installation package.

    I have checked that MSSQL Compact is installed and running on my computer.

    How you did it?
    May be another version of SQL Server is running.

    #1712
    Mikhail
    Moderator

    The features in the screenshot are correct. They are needed for the web application.

    #1713
    Rob
    Participant

    When I installed RapidSCADA it checked “Microsoft SQL Server Compact 3.5” during the Administrator install portion and reported no errors.

    When I try to install the SSCERuntime_x64-ENU.exe file I get the following message:

    MSSQL Install message.

    Windows 10 prevents me from installing the 32-bit version of MSSQL.

    The Event Log error is related to a file not found during startup of Administrator. What files is it looking for?

    #1715
    Mikhail
    Moderator

    Thank you for the info. There are 2 popular versions of MSSSQL Compact: 3.5 and 4. SCADA-Administrator requires 3.5, but 4.0 is already installed. These versions are not compatible.

    Could you try the following:
    1. Download DLLs from https://github.com/RapidScada/dll/tree/master/SQLServerCE%203.5
    2. Copy them into C:\SCADA\ScadaAdmin
    3. Run ScadaAdmin.exe

    Please write about the result.

    #1720
    Rob
    Participant

    I thought 3.5 was included in the 4.0 install. This is the text on the Microsoft site:

    SQL Server Compact 3.5 and SQL Server Compact 4.0 are installed and work side by side on a desktop. The existing installations of SQL Server Compact 3.5 or SQL Server Compact 3.5 SP1 or SQL Server Compact 3.5 SP2 are not upgraded to SQL Server Compact 4.0 when you install SQL Server Compact 4.0 using the installer.

    I now interpret this to mean they can be installed together, but this install package doesn’t do it. After installing 3.5 specifically the ScadaAdmin application starts correctly.

    Thanks for the help!

    #1721
    Mikhail
    Moderator

    Thank you for the info. It may help to other users.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.