Hi all,
I am using the automation interface with Python and so far I can recreate all the structure I need, but I have problems adding child elements (specificically: a 'Class') into Artifacts. I always get the error:
...add_Class Failed: (-2147352567, 'Exception occurred.', (10, 'EA', 'Invalid parent for Class (Artifact)', None, 0, 0), None)
however, adding a 'Class' child element into a 'Class' element works fine.
adding an 'Artifact' into an 'Artifact' works also fine.
what can I do? I work in EA 6.5.806 but I tested it also in EA 7.0.810 (Beta) with same results.
thanks for any useful help in advance,
Best Regards,
Pablo
PS: maybe this is somehow related to the topic: "AddNew method does not work anymore in EA 6.5.800" but the solution there didnt help me at all.