1
Automation Interface, Add-Ins and Tools / Re: Import reference data
« on: January 18, 2012, 09:59:03 pm »
Hi,
I work with Solenn. Tanks for your response.
Actually, we import image reference data with the custom Command.
the size of the file reference data is important (40Mb - 250 images), so EA generate an exception error (System.Runtime.InteropServices.SEHException: Un composant externe a levé une exception. à EA.RepositoryClass.CustomCommand(String ClassName, String MethodName, String Parameters)).
The custom Command has not documentation in EA 8.0.
To avoid this error , must be :
+ read xml refernce data
+ and move each image in t_image table ?
Thanks for you return.
I work with Solenn. Tanks for your response.
Actually, we import image reference data with the custom Command.
the size of the file reference data is important (40Mb - 250 images), so EA generate an exception error (System.Runtime.InteropServices.SEHException: Un composant externe a levé une exception. à EA.RepositoryClass.CustomCommand(String ClassName, String MethodName, String Parameters)).
The custom Command has not documentation in EA 8.0.
To avoid this error , must be :
+ read xml refernce data
+ and move each image in t_image table ?
Thanks for you return.