Book a Demo

Author Topic: Creating new project  (Read 4736 times)

vignesh

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-1
    • View Profile
Creating new project
« on: May 24, 2016, 09:04:23 pm »
Hi,
I need to create a new project in a given location and inside that a new package should be created using the C# api could you please suggest me  some steps.

Thanks in Advance.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Creating new project
« Reply #1 on: May 24, 2016, 10:02:20 pm »
Define "project".

q.

vignesh

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-1
    • View Profile
Re: Creating new project
« Reply #2 on: May 27, 2016, 12:51:10 pm »
Can you please clearly explain.

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: Creating new project
« Reply #3 on: May 27, 2016, 01:36:36 pm »
I think, actually, that you might need to clearly explain, Vignesh. To say that you need to create a project containing a Package leaves a yawning gap between 'creating the project' and 'creating the Package', and does not give any clue as to where your problem actually lies. What level of experience do you have, what edition and version of EA are you using, and what is your starting point?
Best Regards, Roy

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Creating new project
« Reply #4 on: May 27, 2016, 01:51:42 pm »
... and what do you mean by "project"? Is it a DBMS repository, an EAP file, a root node, a view, or the external work undertaking that is being modelled?
The Sparx Team
[email protected]

vignesh

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-1
    • View Profile
Re: Creating new project
« Reply #5 on: May 30, 2016, 04:08:57 pm »
Hi,
I need to create a new project with a model and package should be created inside the model.

could you please explain the steps.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Creating new project
« Reply #6 on: May 30, 2016, 07:07:52 pm »
If you are working with EAP files, just copy an empty EAP from somewhere (e.g. the EABAse.eap from EA's program folder) to where you need it. Then you can open it with Repository.open and fill in what ever you need.

For other RDBMS it's more difficult since you need to create the tables with Sparx' provided scripts and then transfer basic content from another repository before you can use it.

q.