Author Topic: Access EA Repository from Windows Service  (Read 3017 times)

Tehila1

  • EA User
  • **
  • Posts: 256
  • Karma: +0/-0
    • View Profile
Access EA Repository from Windows Service
« 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 :
Code: [Select]
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!

« Last Edit: June 02, 2015, 06:41:28 pm by avoda234 »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13387
  • Karma: +566/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Access EA Repository from Windows Service
« Reply #1 on: June 02, 2015, 07:03:13 pm »