Hello,
Does anybody know How can I work with 2 packages in Com+ with the
same process? or have a solution to my problem?
The Problem:
I have one package in Com+ that have 1200 components, I know the
limit of a package, support 1302 components. Always I have new classes, and
I want to divide my package in two parts, but all the DLL's (make in VB 6)
have theirs propertys MTSTransactionMode set to RequiresTransaction,
UsesTransaction or RequiresNewTransaction and I work with GetObjectContext.
Situation:
DLL1 (RequiresTransaction in Package 1) --> Call --> DLL2
(RequiresNewTransaction in Package2)
The DLL2 did a set complete but didn's send an answer to DLL1,
then DLL1 stay waiting for all the time. I think that occurrer because them
works in differents process.
Best Regards
Jhonatan H. Okata
Brazil
Jos? Miguel Torres - 23 Apr 2004 14:38 GMT
It's a difficult work all that you are saing... but not impossible. Perhaps
you need synchronization services that support Enterprise Services, to do
it, but I think that you have to modify some code...
Search a Shannon Pahl 's article called Understanding Enterprise Services
(COM+) in MSDN
> Hello,
>
[quoted text clipped - 19 lines]
> Jhonatan H. Okata
> Brazil
Klaus H. Probst - 29 Apr 2004 05:47 GMT
1200 components? That's crazy. What type of application requires 1200
components??

Signature
Klaus H. Probst, MVP
http://www.vbbox.com/
> Hello,
>
[quoted text clipped - 19 lines]
> Jhonatan H. Okata
> Brazil