Plot Management

Installation

 

Load the Data Model

Start Agile e6.

Login as the user edbcusto.

Load the following loader files bin with mode import/insert

dtv_cdd.bin
lgv_cdd.bin
lgv_cdd_cust.bin

Log out and re-log in.

Search in the list of data classes for all classes "CDD%".

Select the resulting lines and use "Create Database Object" to include the added tables to the database.
The following message is displayed: "The view does not contain any Where condition, continue with operation anyway?"
Confirm with YES.
Search for the class names T_PAC_MUL and select again "Create Database Object" to modify this already existing table in the database.
Load the loader file axa_cdd_dat.bin with mode import/insert.
   
 

Define the Application Library

 

To make the plot management application library available for the server process, add a new section into your application environment file. You can do this via the Agile e6.1.3.0 administration desktop

Select Manage existing environment.

Follow the dialog to insert a new section.

You can also insert a new section into the application environment file in Agile_e6/init with an editor!

 

The following entries are necessary:

 
<Custom>
…
<cdd Name="Plot Management" Library="epsrv_cdd" Startup="immediately" Entry="Plotmanagement_Entry"/>
…
</Custom>