16
Automation Interface, Add-Ins and Tools / Server is busy in EA
« on: January 21, 2009, 07:32:27 pm »
Hello there,
some time ago i posted about a "server is busy"-dialog when i used ms word in my C#-addin (reporting-addin) for EA. I didnt find a solution for it.
Now i have a simliar problem with EA itself.
My addin exports the currently opened project, starts a second instance of EA and imports the lately exported project into it.
Then i apply the RTF-Documentation of EA to several packages in the second instance of EA. If the computation takes to much time a dialog appears with the message "server is busy" and the execution stops until i press "retry" on the dialog. How can i prevent this Dialog from popping up.
Why do i use a second instance of EA and not the original one:
I move elements and diagrams between packages. I had some problems after restoring the original locations of the elements: i didnt get the original structure back, but a persistent projectstructure is critical.
thank you in advance.
some time ago i posted about a "server is busy"-dialog when i used ms word in my C#-addin (reporting-addin) for EA. I didnt find a solution for it.
Now i have a simliar problem with EA itself.
My addin exports the currently opened project, starts a second instance of EA and imports the lately exported project into it.
Then i apply the RTF-Documentation of EA to several packages in the second instance of EA. If the computation takes to much time a dialog appears with the message "server is busy" and the execution stops until i press "retry" on the dialog. How can i prevent this Dialog from popping up.
Why do i use a second instance of EA and not the original one:
I move elements and diagrams between packages. I had some problems after restoring the original locations of the elements: i didnt get the original structure back, but a persistent projectstructure is critical.
thank you in advance.


