I just finished modifying/generating 1223 files and I got following 3 COMExceptions. In total there were 5 exceptions.
EaProcess - Exception System.Runtime.InteropServices.COMException (0x800706BA): The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
at EA.AppClass.get_Repository()
at TAF.Test.Processor.EAProcessor.GenerateTestSpecification(String eapFile) in c:\Project\AUTO\TAF\test\src\EAProcessor\EaProcessor.cs:line
EaProcess - Exception System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException: The remote procedure call failed. (Exception from HRESULT: 0x800706BE)
--- End of inner exception stack trace ---
at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters)
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args)
at TAF.Test.Processor.Ea.ModelUpdator.Generate(EaNode treeRoot) in c:\Project\AUTO\TAF\test\src\EAProcessor\Ea\ModelUpdator.cs:line 111
EaProcess - Exception System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException: The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
--- End of inner exception stack trace ---
at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters)
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args)
at TAF.Test.Processor.Ea.ModelUpdator.Generate(EaNode treeRoot) in c:\Project\AUTO\TAF\test\src\EAProcessor\Ea\ModelUpdator.cs:line 111