Building Data Views from the Command Line

Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

Once you have loaded a data view from the command line, you can then build it from the command line at an Enterprise Developer command prompt. Run DDIGEN from the %ProgramFiles(x86)%\Micro Focus\Enterprise Developer\bin directory of your AppMaster Builder installation using the following syntax:

DDIGEN dbvname project userarea

Parameters:

dbvname The name of the data view you want to load. This must be in upper case.
project The full path to the project where you want to generate the data view. This should be the same project that contains your source.
userarea The full path to your AppMaster Builder user test area.

Comments:

Examples:

DDIGEN EMPLOYEE C:\PROJECT\GROUP C:\MFUSER\MYUSERID
DDIGEN CINFO "C:\PROJECT AREA\GROUP AREA" C:\MFUSER\MYUSERID