Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nemethmik

Pages: [1] 2
1
Thank you VKN.
I had the same issue. Couldn't we just get back the classic UI? Honestly, this new UI is a nightmare.

Thank you and all the best,

Miklos

2
General Board / OData Metadata (Entity Data Model) Import
« on: March 28, 2018, 11:27:54 pm »
Is there any way to import OData entity model (Metadata) into EA?
I have an enormously big OData metafile with definitions like this and I'd like to import them:
 
<EntityType Name="BusinessPartner">
  <Key>
    <PropertyRef Name="CardCode"/>
  </Key>
  <Property Name="CardCode" Type="Edm.String" Nullable="false"/>
  <Property Name="CardName" Type="Edm.String"/>
  <Property Name="CardType" Type="SAPB1.BoCardTypes"/>
  <Property Name="GroupCode" Type="Edm.Int32"/>
...
  <Property Name="BPBlockSendingMarketingContents" Type="Collection(SAPB1.BPBlockSendingMarketingContent)"/>
  <NavigationProperty Name="SalesOpportunities" ToRole="SalesOpportunities" Relationship="SAPB1.FK_SalesOpportunities_BusinessPartners" FromRole="BusinessPartners"/>
  <NavigationProperty Name="UserDefaultGroups" ToRole="UserDefaultGroups" Relationship="SAPB1.FK_UserDefaultGroups_BusinessPartners" FromRole="BusinessPartners"/>
...
  <NavigationProperty Name="PurchaseTaxInvoices" ToRole="PurchaseTaxInvoices" Relationship="SAPB1.FK_PurchaseTaxInvoices_BusinessPartners" FromRole="BusinessPartners"/>
</EntityType>

Thank you so much,
Miklos

3
General Board / Re: Using Local Directories and Paths settings
« on: August 14, 2012, 02:37:59 pm »
Quote
It's a file somewhere in %APPDATA%/Sparx...
Thank You! Now everything is clear. AtB Miki

4
General Board / Re: Using Local Directories and Paths settings
« on: August 13, 2012, 05:31:39 pm »
This sounds excellent. Thank You!
Where is it stored on the local computer? In the registry?
All the Best and Thank You for Your Help,
Miklos

Quote
The value of the local path is not stored in the model. If you're wanting to use local paths then don't use Expand path at all. Apply the path and all developers will need to set its value to the match the setup on their own machine.

5
General Board / Using Local Directories and Paths settings
« on: August 11, 2012, 03:07:01 am »
I work in a multi-designer/programmer team, where multiple developers work with the same model and we use the excellent code generator services of EA extensively. We use the master - replicas model very efficiently, but we have some problems with the multiple local environment. Each deleloper has a different local directory where the source files kept (actually in local GIT directory). I have read the documentation of Local Directories and Paths, I used both the Apply Path and Expand Path successfully. Everything is clear, but, since the actual path value of a Local Path variable (eg. MYAPPROOT) is kept in the EA model, it is the same on replicas after a replica is created. The designer has to change the value of the MYAPPROOT in her/his replica model before generating/synchronizing source code. When he/she synchronizes with the master model, the MYAPPROOT value is changed according to the replica model of synchronized lastly. Is it possible to make a "real"/stable local values for Local Path variable, which is not changed after every master - replica synchronizations? For example, via Windows Environment Variables, or whatever way?
All the Best and Thank You,
Miklos

6
General Board / Re: Modeling call sequence in activity diagrams
« on: August 17, 2005, 07:24:08 am »
When I drop an operation on an activity diagram, the action symbol/icon created gets the name of the operation, and below the name there is the class name and two colons, like this (MyClass1::). Why are these colons? I did not find them in the Sparx documentation.
Thanks, Miki

7
General Board / Re: Modeling call sequence in activity diagrams
« on: August 17, 2005, 07:15:08 am »
Thank you, t-kouno! This is exactly what I wanted. Miki

8
General Board / Modeling call sequence in activity diagrams
« on: August 16, 2005, 01:07:22 am »
I have classes with operations defined in my model. (1) How can I model an operation call with an activity or action? (2) Is there any way in EA to define an activity/action by picking an operation of a class? (3) Is it possible to link an activity/action to an operation of a class?
Thank you for the help,
Miki

9
General Board / Get Latest not available for checked in packages
« on: April 18, 2005, 01:43:35 am »
I've set up our project in EA with CVS but the Get Latest menu is never enabled; not even when the package is checked in. We use EA 4.51.751.

Thank you, Miki

10
General Board / EA builtin support for CVS
« on: April 18, 2005, 05:27:59 am »
We use a remote CVS repository over SSH (via TortoiseCVS, the CVS executable from www.cvshome.org and PuTTY) for our project and today we decided to put our models under CVS management. We've put all the packages in our single EAP under version control. EA seemed to be working with our environment until we wanted to use Check-out, Get Latest, Put Latest. As I wrote in an earlier posting we never had the Get Latest menu enabled. Check-out and check-in are shown enabled randomly. It seems to us that EA cannot decide correctly if a package has been checked out or not. We use https://ccvs.cvshome.org/files/documents/19/770/cvs-1-11-19.zip as CVS client.
Any ideas what to change to have EA work with CVS as expected?
Thank you, Miki

11
General Board / Version control of model tasks
« on: April 17, 2005, 10:27:35 pm »
Is it possible to have version control (CVS) on model tasks, model issues and model glossary?
Thanks, Miki

12
General Board / Re: Save current as document definition
« on: February 10, 2005, 03:50:15 am »
Another great feature of EA! Thank you, Miki

13
General Board / Save current as document definition
« on: February 10, 2005, 12:04:48 am »
On the Rich Text Format Report window when I press the button "Save as Document", a dialog pops up "Save current as document definition" and requests for a value. I found no section in the help about this. What am I expected to enter here?

Thanks,
Miki

14
General Board / Re: Glossary Section in Documentation
« on: February 09, 2005, 11:54:19 pm »
When I posted the question I used the trial version, now I have the licenced version and I found the checkboxes on the Rich Text Format Report window.

Take care,
Miklos

15
General Board / Glossary Section in Documentation
« on: February 09, 2005, 06:17:53 am »
Is it possible to have EA include a Glossary, Issues or Tasks section at the end of a document ?

Thank you,
Miki

Pages: [1] 2