Results 1 to 3 of 3

Thread: MTS Component Request pending

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Location
    Lima - PERU
    Posts
    1

    Exclamation

    Hi,
    I am developing a three tier application with VB 6.0 (Windows NT workstation), MTS 2.0 option Pack (Windows NT Sever SP4) and SQL Server 7.0.
    I have developed some ActiveX components (DLL classes)
    with VB 6.0 that run in the MTS server; then and on I receive the following message when I submit the CREATEOBJECT command from the client side:

    "This action cannot be completed because
    the other application is busy. Choose
    'switch to' to activate the busy application"

    What's the reason of this message?
    Is it the traffic on the network?
    Maybe I have a lock on some record, in the SQL Server?

    Please can someone shed some light about this message.
    I thanks any help in advance.

    Cesar Altamirano
    Consultor
    [email protected]





    Cesar Altamirano,
    IT Consultant.

  2. #2
    Lively Member
    Join Date
    Oct 2001
    Posts
    73
    Did you ever resolve this problem - I have the same difficulty with an application using the same architecture.

    many thanks

  3. #3
    Lively Member technitaes's Avatar
    Join Date
    Oct 2002
    Location
    Tennessee, USA
    Posts
    112
    Are you receiving the message on the first time a client issues the CreateObject command or does the first one succeed and subsequent ones fail? If the later is true, you might need to check the compilation options to make sure multiple instances of the dll object can be created. Just a shot in the dark.
    tecnithV -- artisan, artificer, workman, mechanic, architect, or builder
    VB6, ASP, HTML, XML, Oracle, Access, MySql, PHP, C++, Etc...
    To format your VB code in this forum use tags like this [vbcode]your code here[/vbcode]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width