Copying a load project to a new location
This section explains how to copy the files of a load project between two separate environments. Use this feature to move the project folder location, copy projects between machines, and move projects from development to production.
The project folders are named using sequential numbers like 1, 2, 3, and so on. You must identify your project by its content.
How to copy a load project
1 Stop Dubnium Server.
1 In WindowsStart, type:
services.msc
Services appears, as shown in Figure 6‑10.
Figure 6‑10 Stopping Dubnium Server
2 In Services, select Dubnium Server, and choose Stop from the right-click menu.
2 Create a new empty load project using BIRT Analytics Loader. The configuration.xml, as shown in Listing 6‑2, defines the path where the load project is stored.
Listing 6‑2 Configuration.xml
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<projectspath>C:\\Program Files\\BIRTAnalytics\\data\\FastDB\\loading-projects</projectspath>
<descriptor>descriptor.txt</descriptor>
<urlclient>fastdbloader/build/client.jsp</urlclient>
<urladmin>admin/build/client.jsp</urladmin>
<title>Loader</title>
<transformationslist>transformations.xml</transformationslist>
<ignoresslerrors>1</ignoresslerrors>
<!-- uploading files. Unit is Kb -->
<maxmemsize>1024</maxmemsize>
<maxfilesize>51200</maxfilesize>
<connectionstringsfile>connectionstrings.xml</connectionstringsfile>
</configuration>
3 Copy your old project files, except descriptor.txt file, to the new blank project location.
4 Start Dubnium Server.
5 Open the load project from BIRT Analytics Loader and check that it works properly.