Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: Tehila1 on June 02, 2015, 06:39:23 pm
-
Hello,
I would like to access EA repository from Windows Service.
The goal is to get all latest changes of Version Control, behind the scenes.
When I try the following :
EA.Repository repository = new EA.RepositoryClass();
I get this error:
"Retrieving the COM class factory for component with CLSID {XXX} failed due to the following error: 80080005."
- where XXX is GUID of EA.Repository in registry.
In my searches for solution, I found that changing the COM object properties may solve the problem. Navigating to Windows DCOM Config, there is no EA.App object in list.
Any ideas? Any other solution? Any help would be highly appreciated!
-
AFAIK this is the only resource available on this topic:
http://blog.lieberlieber.com/2012/09/03/ea-as-an-unattended-windows-service-on-windows-server-2008r2-and-higher/
Geert