Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.0

Move process to test environment - Win/Win

Overview

The necessary steps for moving a process to a test environment will be outlined in this section.

The test environment can be used for the developer's own test or be a more formal test environment used by test users.

Move database changes to test

To avoid problems when upgrading WebsydianExpress, you should not place your own files in the database used by the WebsydianExpress. Always make/use your own database. You must specify your ODBC connection in the EXPRESS.ini file found under the "Application Service" folder of the WebsydianExpress installation.

Move program objects

If you use your GEN/Release folder as your program folder, this step is unnecessary.

If not copy the relevant objects to the folder you use for your test environment. This folder will typically be the "PlaceObjectsHere" folder located in the WebsydianExpress installation path; e.g. "C:\Program Files\Websydian\WebsydianExpress for Windows\Application Service\PlaceObjectsHere".

Setup path for WinC web server

When installing WebsydianExpress for WinC/WinC or WinC/iSeries a folder "PlaceObjectsHere" is created, this folder is meant to contain your own objects. Objects placed in this folder will be accessible from the application.

If you want to have access to objects in other folders, add these folders to the PGM_PATH in the settings.cmd file contained in the installed "Application Service" folder.

This can e.g. be relevant if you want to have your program object placed in you GEN/Release folder (so that you use your release folder as the test environment) - in this case add the release folder path to the PGM_PATH.

Move templates

Move the templates used by the process to the folder defined for the application templates (default folder is "basicsite" or "demosite" respectively for the two preinstalled sites).

Make definitions using the administration interface

Define the necessary processes and presentations using the menus under "Content Loaders" in the administration menu.

Add a business process site element for the process to the site structure using the add site element wizard.

Check whether the site setting "Library for created events" points to the folder/library where you have placed your program objects. Typically this will be the PlaceObjectsHere folder described in Move program objects.