Click to See Complete Forum and Search --> : Unspecified Error


Tad Beaty
01-15-2002, 06:47 AM
I'm running several COM objects in MTS (Transactions not supported) on an
NT 4 server in a secure session and one of the objects comes back with

Server object error 'ASP 0177 : 80004005'

Unspecified error

The line of code is the Server.CreateObject line for that COM object. There
is no recordset involved, just returning a string argument. Two other COM
objects in the same MTS package that do the same thing work perfectly. Any
ideas?

Paul Clement
01-15-2002, 09:22 AM
On 15 Jan 2002 11:47:33 GMT, "Tad Beaty" <no-spam-tad_beaty@bcbst.com> wrote:

¤
¤ I'm running several COM objects in MTS (Transactions not supported) on an
¤ NT 4 server in a secure session and one of the objects comes back with
¤
¤ Server object error 'ASP 0177 : 80004005'
¤
¤ Unspecified error
¤
¤ The line of code is the Server.CreateObject line for that COM object. There
¤ is no recordset involved, just returning a string argument. Two other COM
¤ objects in the same MTS package that do the same thing work perfectly. Any
¤ ideas?

See if the following helps. It sounds like a permissions issue:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnasp/html/asptshoot.asp

In addition, under what account does your MTS components run, or, are they running under the
interactive (logged on) user?


Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)