1
General Board / Starting EA from the Command Line
« on: November 03, 2008, 06:59:07 pm »
I am trying to start EA from a batch file without success.
I should also say I am using a DB as a repository.
Tried the following batch file
c:
cd "C:\Program Files\Sparx Systems\EA"
run ea.exe earchitect
Pause
where earchitect is the DB model
I also tried
c:
cd "C:\Program Files\Sparx Systems\EA"
run ea.exe earchitect --- DBType=3;Connect=Provider=OraOLEDB.Oracle.1;Password=my password;Persist Security Info=True;User ID=earchitect;Data Source=RHEA
In both cases EA starts then I get the following error and the model is not loaded
An Error has Occurred: Couldnt find file C:\Program Files\Sparx
Systrms\EA\earchitect
I am unable to to find any command line options for starting EA in the docs or help file.
TIA for any assistance
I should also say I am using a DB as a repository.
Tried the following batch file
c:
cd "C:\Program Files\Sparx Systems\EA"
run ea.exe earchitect
Pause
where earchitect is the DB model
I also tried
c:
cd "C:\Program Files\Sparx Systems\EA"
run ea.exe earchitect --- DBType=3;Connect=Provider=OraOLEDB.Oracle.1;Password=my password;Persist Security Info=True;User ID=earchitect;Data Source=RHEA
In both cases EA starts then I get the following error and the model is not loaded
An Error has Occurred: Couldnt find file C:\Program Files\Sparx
Systrms\EA\earchitect
I am unable to to find any command line options for starting EA in the docs or help file.
TIA for any assistance