Transaction in differents Packages in Com+ using DLL(VB 6).
From: Jhonatan H. Okata (Jhonatan_at_brazil.com)
Date: 04/23/04
- Next message: Ashish Sheth: "Re: COM+ and Remoting"
- Previous message: José Miguel Torres: "Re: COM+ and Remoting"
- Next in thread: José Miguel Torres: "Re: Transaction in differents Packages in Com+ using DLL(VB 6)."
- Reply: José Miguel Torres: "Re: Transaction in differents Packages in Com+ using DLL(VB 6)."
- Reply: Klaus H. Probst: "Re: Transaction in differents Packages in Com+ using DLL(VB 6)."
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 23 Apr 2004 09:48:54 -0300
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
- Next message: Ashish Sheth: "Re: COM+ and Remoting"
- Previous message: José Miguel Torres: "Re: COM+ and Remoting"
- Next in thread: José Miguel Torres: "Re: Transaction in differents Packages in Com+ using DLL(VB 6)."
- Reply: José Miguel Torres: "Re: Transaction in differents Packages in Com+ using DLL(VB 6)."
- Reply: Klaus H. Probst: "Re: Transaction in differents Packages in Com+ using DLL(VB 6)."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|