Search the site

Common and uncommon tasks for administrators

  • Backup MSDE databases
    The MSDE (Microsoft Data Engine) databases can be backed up even if you don't have the proper SQL Enterprise Manager tools. The following commandline statement will backup a databa...
  • Change file storage folder
    The location of files can easily be modified for your ScriptServer installation. Start the ScriptServer Configuration Manager and do the following: Click Configure Cl...
  • Change MS SQL server authentication mode
    ScriptServer needs to MS SQL server to run in Mixed Mode. This is normally configured during the SQL Server installation. To change it afterwards, you will need to do the following...
  • Check if tidy is installed
    Open the System Editor Select 'Type info' from the 'Tools' menu. Write 'Server.CreateObject("Tidy.Document")' in the Expression text field and press enter. If you get a list ...
  • Copy a ScriptServer site
    How to move, clone or copy an existing ScriptServer site Step 1 - Install a new blank site First of all you need to install a new site. This is done using the ScriptServer instal...
  • CreateUnsafeScriptObject()
    Consider the following code: <%@Language="JScript"%><% function OnRenderHTML(){    var myVar = 'foo';      var transferDoc = Docu...
  • How To Configure a Firewall for MSMQ Access
    This article describes how to configure a firewall to allow Internet access to Microsoft Message Queue Server (MSMQ). This article discusses the effects of different port restricti...
  • Importing Update Packages
    ScriptServer features an import system which allows for updates and documents to be imported. To import an update package or a set of documents, you must have access to the d...
  • Install Tidy HTML
    Tidy HTML can be used to clean up/increase readability for the HTML code generated from the Rich Text editor.It also makes it possible to use XHTML instead of HTML in the rich text...
  • Install Timeplan
    These instructions will help you installing the Timeplan module. 1. Intall Timeplan package with the Import Module tool in the system editor. 2. Copy the folder Timeplan fro...
  • Making a backup of a ScriptServer website
    A ScriptServer website consist of several elements that needs to be backed up individually: RegistryScriptServer stores it's registry settings under HKEY_LOCAL_MACHINE\SOFTWARE\...
  • Manual ScriptServer Setup
    ScriptServer is capable of running several instances on one server. Running the install program of ScriptServer is by far the easiest way to set up multiple websites, but you ...
  • MS Exchange Connection Setup
    NOTE! These guidelines refer to an early version of the MS Exchange connection. If you are using the SysTalk integration, please use the provided installation guidelines instead. ...
  • Multi lingual websites
    ScriptServer offers a multi language feature to support localized versions of web pages. This allows site builders to maintain a single website structure with several translations ...
  • Setting up for upload
    To make the upload feature work properly you will need to configure your security settings, both in your filesystem and your ScriptServer installation. Filesystem security setting...
  • Setting up permissions
    Applying security settings to your system scriptsA fresh Dimac ScriptServer installation comes with permissions applied to your system scripts. However, in some cases you ...
  • Synch between websites
    A very common situation in ScriptServer installations is when two (2) websites points to the same application, but uses different authentication methods for example by NTLM integra...
  • Uninstalling ScriptServer
    Uninstalling is divided into separate steps for several reasons. This article describes what you need to do to uninstall successfully. Uninstalling a ScriptServer website A ...
  • Updated Tools package
    The ScriptServer server tools has been updated. You can download them here. Extract the zip file into your ScriptServer directory and replace the existing Tools folder.
  • Upgrade Components
    This article describes how you upgrade to the latest ScriptServer Components. Vefore starting, ensure that you have valid license files at hand. The new components require the new...

help.scriptserver.com/HowTo/AdministratorTasks