Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sorin
  • Order by date
  1. sorin

    Strange limitation on MTS objects?

    Hi, Thank you for your answers. To move to C is not a solution for me(my c level is not very good) The transactions I use call an third party component and takes between 3 and 5 min to complete. Those transactions are not generated by an asp page. there is a client on the same machine (the...
  2. sorin

    Strange limitation on MTS objects?

    Hi, I have this scenario (everything is vb6): - The main program in an standard EXE that contain a MDI form with a button. - each click on the button create a new form - each form instantiate an ActiveX.Exe object (to simulate multiple threads) - in each instance of the ActiveX.EXE I call an...
  3. sorin

    Method '~' of Object '~' failed

    Hi, I had the same problem. There is a bug in MTS that in case of an error in a component, does not return the original error, but the message that you received. Look into MDSN for more details. sorin
  4. sorin

    Where I'm Wrong? (MTS component problem)

    Thank you for your reply. I found the problem. The second component (which interact with a third party application take a long time to complete (3-10 min) and the transaction timeout and it's rolled back. I changed the timeout limit and now it's working. sorin
  5. sorin

    Where I'm Wrong? (MTS component problem)

    Hi, I'm new to transactions, so if the question is very simple for you, still please reply. I'm triing to build a transaction that use 3 components This transaction should read a message from a queue (MSMQ) do some processing with that message and write back to the queue another message. The...
  6. sorin

    hard drive repartitioned and data lost

    i had the folowing configuration on my hdd: - 1 primary ntfs partition with win2k - 1 primary extended partition which contained two logical partitions: a linux swap partition and a windows fat 32 partition. i booted from the win98 installation CD and the windows setup repartitioned my hard...

Part and Inventory Search

Back
Top