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

Pages: [1]
1
General Board / Re: Data Model import
« on: June 01, 2010, 10:06:37 pm »
Thanx Geert,
for Scale I will try use Access.
Alphabetical order not working with this option, but I find another solution: in VBA script I set field attribute.Pos
after that its ok.

Kris

2
General Board / Re: Data Model import
« on: May 31, 2010, 11:55:17 pm »
Maybe somebody know what is the type Attribute.Scale ?

myAttribute.Precision = attrPrec
is working, but
myAttribute.Scale = attrScale
causes error : Expected: ( on "=" char

and another little problem
data after import are in alphabetical order, can be in the sam as in file ?

Kris

3
General Board / Re: Data Model import
« on: May 31, 2010, 06:11:33 pm »
I don't know how to do it, but ...

I remembered that Geert Bellekens uploaded on Community Site example in VBA which can import data from Excel.
It is exactly this what I'm looking for.

It's working well, I only try to change it how to add element as a <table> stereotype and Database "Oracle".

4
General Board / Data Model import
« on: May 29, 2010, 01:09:51 am »
I have Excel file with Data Model, list of entities and attributes with type and description.

Hot to import it to EA as a tables with attributes ?

Import/export csv dont have attributes -:(
XMI is to complicated.

Do You have any idea ?

Kris

5
Bugs and Issues / Import Data Model from text file
« on: November 02, 2009, 09:50:03 pm »
I have tables definition with columns in text file.
Can I import it into EA ?

I tried export/import csv but it possible without columns.
Any idea ?

Kris

6
Bugs and Issues / Re: Import from XMI
« on: October 29, 2009, 11:35:20 am »
Can You write me more information about that ??

Now in *.xml i have line:
<!DOCTYPE XMI SYSTEM "XMI-UML-99-10-05_xmi_1.1_uml_1.3.dtd">

and error because EA can't find file dtd

Kris

update:
I set "Print DTD Reference" to 'false' and error disappeared.

7
Bugs and Issues / Import from XMI
« on: October 29, 2009, 03:19:23 am »
I have Data Model in ERwin. This tool have posibility to export it to "Spaarx Enterprise Architect" format as a XMI file.
I exported it but I can't import it to EA   :-/ (version 7.5)

I have error:
Code 0xc00ce014
Source = Line : 4; Char : 24
URL file::..... EA/UML_EA.dtd
Error Description = Element content is invalid according to the DTD/Schema
Expecting: XMI header, XMI content, ...

Have You any idea ??


Import file looks like this:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE XMI SYSTEM "UML_EA.dtd">
<XMI xmi.version="1.1" xmlns:UML="omg.org/UML1.3">
<XMI xmi.version="1.0">
<XMI.header>
<XMI.documentation>
<XMI.exporter>Meta Integration Model Bridge (in 'OMG XMI 1.0 for UML 1.3' mode)</XMI.exporter>
<XMI.exporterVersion>6.0.3</XMI.exporterVersion>
</XMI.documentation>
<XMI.metamodel xmi.name="UML" xmi.version="1.3" />
</XMI.header>
<XMI.content>
<Model_Management.Model xmi.id="_1">



8
Automation Interface, Add-Ins and Tools / RTF generating and other languages
« on: September 20, 2006, 08:40:46 am »
I use generating to html and RTF from EA.
Html is not a problem. If I generate diagrams is not a problem, i use language option.
Problem i have with "Use Case Metrics", that function don't have language button and report is in diffrent code page.
I don't know how transformate it to my code page (polish).

Any ideas ?
Maybe "deeply" change in template of this, but i don't know where it is stored.

Kris

9
Automation Interface, Add-Ins and Tools / Import Model from Magic Draw
« on: March 24, 2006, 02:12:34 am »
When I import XML from MD, i don't see diagrams,

Kris

Pages: [1]