Installation Guide

Introduction

In order to complete the installation of SSP7, the following steps need to be completed:

  • Verify that all questions in the checklist can be answered

  • Configure the IIS webserver

Once these steps are completed, the basic system is ready to use, but needs more configurations to be complete. Below is an overview of settings that should be considered or are mandatory to make the system work according to your requirements. Us the Admin panel to access the individual components.

  • Verify the list with tasks to be correct

Contents of the installation media

The SSP installation package can be downloaded from the http://software.smt-x.com portal. This portal requires a login, please contact your Sales representative for getting access. Choose which database to use for SSP7 and download the corresponding software. The downloaded package will have the following content:

  • Database. Normally provided as backup of an empty or demo database. At request at can also be delivered as SQL script

  • SSP7 Web Application. The code to be installed on the web server

  • SSP7 Scheduler. The executable to trigger tasks

  • Adapters. Software to be installed for integration with external systems

The release folder contains the files:

- CustomerSpecific.zip: Those are the applications which are not installed at each customer. If you do not know if you need to install this or not, please contact support. if you want more information about any of them please contact sales.

- Default.zip: contains the default SSP installation

- MobileComponent.zip: contains the mobile version of SSP

- CustomerSpecific.zip: contains the optional modules of SSP

- The release notes

- The upgrade guide

- The translation files containing all translations used by SSP

Download the packages from the software portal that are required for your installation.

CustomerSpecific.zip

Subfolders

  • web-full

    • This ZIP file contain the files required to do a full (initial) installation of the application. In case you are upgrading, you shouldn't install these files.

  • web-update

    • This ZIP file contains the application, without stylesheet and configuration files. Use this file to upgrade your existing instance. All files in this package can be overwritten in your current installation, without effecting modifications done to configuration or stylesheet files.

  • web-oracle

    • Contains oracle specific files in case your environment is running on top of an Oracle database server.

Modules in subfolders

  • Cmc: Content Management Module

    • This module allows you to generate Word and PDF documents from the workflow

  • Goto

    • Create names with friendly names to link to specific elements within the platform

  • ReportingDashboards: Customer reporting dashboards

    • This module isn't supported anymore since January 2021

  • ServiceCatalog: Service Catalog

  • SingePageApplication: Custom UI support

    • Use these DLL's in your custom build front-end

  • Studio: Build add-on solutions

    • Use studio to build your own solutions on top of the framework

  • Webhooks: create webhooks with external applications

Default.zip

Subfolders

  • Root

    • Information about the version that is available for download

  • dbscripts

    • contains the update scripts,both for sql and oracle.

  • Scheduler

    • Contains all variants of the Scheduler application. It contains the version to run as Scheduled task and the installer for the Windows Service

  • web-full

    • This ZIP file contain the files required to do a full (initial) installation of the application. In case you are upgrading, you shouldn't install these files.

  • web-oracle

    • Contains oracle specific files in case your environment is running on top of an Oracle database server.

  • web-update

    • This ZIP file contains the application, without stylesheet and configuration files. Use this file to upgrade your existing instance. All files in this package can be overwritten in your current installation, without effecting modifications done to configuration or stylesheet files.

Modules in subfolders web-full and web-update

  • web-full

    • This ZIP file contain the files required to do a full (initial) installation of SSP. It contains stylesheet and configuration files.

  • web-oracle

    • This ZIP file contains the files required to do an installation for Oracle environments. The libraries included in this file should overwrite the files from the other downloads

  • web-update

    • This ZIP file contains the SSP application, without stylesheet and configuration files.

Mobile Component

  • scheduledtask-full

    • Contains the files needed for a new installation of the scheduler.

  • scheduledtask-update

    • Contains the files needed for an update installation of the scheduler. These files also need to be copied in case of a new installation

  • web-full

    • This contains the files required to do a full (initial) installation of the mobile component. It contains stylesheet and configuration files.

  • web-update

    • This contains the mobile component, without stylesheet and configuration files.

SspTranslations.xlsx

First you can delete the empty translation values so we can insert the correct ones using these queries: (sheet 3)

delete from "TranslationLanguage" where "Value" like '';

delete from "TranslationLanguage" where "Value" is null;

delete from "TranslationLanguage" where length("Value")=0;

Then you can execute the queries generated in Sheet1 (column F). You can ignore the duplicate errors, it will just insert the records you don't have yet.

Then on Sheet2 you can filter the records by Language_Id.

Use the Excel dropdown next to Language_Id to only show the records with Language_Id=X.

Then execute the queries in column H. Again, ignore duplicate errors.

The id's of the languages can be found on sheet3

Installation Steps

This guide is to install a new environment. In case you are upgrading, please go to the upgrade guide. In order to complete the installation of SSP7, the following steps need to be completed:

Once these steps are completed, the basic system is ready to use, but needs more configurations to be complete. Below is an overview of settings that should be considered or are mandatory to make the system work according to your requirements. Us the Admin panel to access the individual components.

Checklist

Before installation and initial configuration of the Self Service Portal software, the questions below need to be answered, to make sure that the installation environment is ready.

Database Installation

Web Server installation

Last updated