Book a Demo

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 - abvgd

Pages: [1]
1
General Board / Re: Enterprise Architect helpfiles?
« on: April 07, 2023, 01:06:56 am »
Thanks for your help!

2
General Board / Re: Enterprise Architect helpfiles?
« on: April 06, 2023, 01:02:08 pm »
Okay.
If this is an open manual, where are the closed helpfiles?
Or is that what it is?

3
General Board / Re: Enterprise Architect helpfiles?
« on: April 05, 2023, 10:10:45 pm »
Thank you for answering!

Is this manual open to all?

I just want to make sure I didn't miss out on classified information by having a subscription.
Because the license description says helpfiles for users with a subscription. Is this information wrong?

4
General Board / Enterprise Architect helpfiles?
« on: April 04, 2023, 11:56:28 pm »
On this page about the benefits of subscribing, it says about helpfiles:
https://sparxsystems.com/products/ea/license_info.html

But I can only find the FAQ and Enterprise Architect User Guide Library. And they are available to everyone, without a subscription.

Where can I find these helpfiles?

5
General Board / Re: MDG Office\\trial or not?
« on: April 22, 2022, 01:04:25 am »
up!

6
General Board / MDG Office\\trial or not?
« on: March 14, 2022, 07:16:29 pm »
Hello!
Please tell me about:

There is an Enterprise Architect Ultimate Edition.
Do I understand correctly that this MDG is free for me and I can use it without restrictions?
https://sparxsystems.com/products/mdg/int/office/index.html

I don't have a subscription, if that matters.
I ask because I was able to install and use it, but the installed version has a name
MDG Integration for Microsoft Office BETA
1.1.20.22619

And the link indicates version 1.1.21

So which version am I using and are there any limitations?

Sorry for the mistakes in the text.
Thanks!

7
Automation Interface, Add-Ins and Tools / Re: Access to the repository.
« on: September 30, 2021, 08:36:00 pm »
"anything" is really a bit broad  ;)

For the number of elements, you'll have to count the records in t_object
Code: [Select]
select count(*) as nbrOfElements from t_objectand execute that using Repository.SQLQuery

For the latest date of change, you can query the ModifiedDate on t_object the same way.

A project doesn't really have a name. It does have a GUID though, you can get that through Repository.ProjectGUID.

You can find all info about the API here: https://sparxsystems.com/enterprise_architect_user_guide/15.2/automation/reference.html

I have a bunch of scripts on Github that you can use as example: https://github.com/GeertBellekens/Enterprise-Architect-VBScript-Library

Geert

Geert
Thank you, I will understand!

8
Automation Interface, Add-Ins and Tools / Re: Access to the repository.
« on: September 30, 2021, 08:34:39 pm »
Pretty high shot for the first one. I'd recommend you get acquainted with EA's API (and database) first. You can retrieve lots of information, but it will take some study first.

q.
Thx!

9
Automation Interface, Add-Ins and Tools / Re: Access to the repository.
« on: September 30, 2021, 07:27:23 pm »
Wrote it wrong.
Not the version of the model, but any information about the model in EA. Number of elements, date of last change, project name. Anything that is stored in the repository.
This can be obtained using scripts in EA or using addin. I understand correctly? Here I am interested in the second option.
If I say something wrong, I'm sorry.

10
Automation Interface, Add-Ins and Tools / Access to the repository.
« on: September 30, 2021, 06:29:22 pm »
Hello. I'm just getting into working at EA.
I can't figure out how to make an add-in that will fetch information about the model from the repository? For example, model version.
Please share the official documentation and source code examples, if anyone has any.
Thanks in advance.

Pages: [1]