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.


Topics - SkiRat

Pages: [1]
1
Bugs and Issues / DCOM table
« on: September 17, 2010, 12:39:00 am »
When EA is installed on Windows 7 the installer doesn’t create a table entry in the DCOM table (EA.App).

Is this a bug? If so is there a patch?

jeff

2
Automation Interface, Add-Ins and Tools / Java API
« on: October 12, 2011, 06:12:05 am »

Are there any known issues with java api written and working under EA75 and problems occurring with the same tools under EA91?

For example, using a very small group of requirements I’m observing child requirements correctly showing up in a RTF for EA75 but not in EA91. So I’m thinking there may be some changes to the API that I’m not accounting for. It seems the simple  home-grown java program parses through the hierarchy correctly for the EA75 structure but in EA91 the tool only goes down one level deep for the same requirements.

It skips all requirements that are children of those parent requirements.

3
Automation Interface, Add-Ins and Tools / DBMS -> EAP
« on: November 11, 2010, 07:30:36 am »
What's the best way to convert from MySQL to an EAP file?
It's easy inside of EA but don't want to do it that way.
Preferably by the API

Any ideas?

4
Automation Interface, Add-Ins and Tools / Error code: 0x800702e4
« on: August 11, 2010, 12:13:42 am »
I'm get this error at run time using an Eclipse IDE. I have a very simple program using the org.sparx package. I don't think it's a CLASSPATH problem because the eaapi.jar is defined as one of the preferences.  The java program will compile but the return error is;

Exception in thread "main" java.lang.Exception: Failed to construct object. Error code: 0x800702e4
      at org.sparx.Repository.comConstructor(Native Method)
      at org.sparx.Repository.<init>(Repository.java:167)
      at EADump.main(EADump.java:8)

Anyone have ideas?

Pages: [1]