Kill ObjectContext

I am using COM+ components for executing SQL stored procs. These VB.dlls are called by ASP pages.

I can see the status of each object in the status view COM+

I am generating Excel reports by using pre-defined templates, with the help of COM+ for executing stored procs.

But I am surprised to see the status of a component running with more call_time even though I stopped the execution of a report in the middle of execution by clicking stop in the IE browser, closed the IE browser.

The object has not been released in COM+ application. It continued to execute the timeconsuming SQL query and the call_time value is increasing...

How to kill the object instance as soon as the client (IE) stopped or closed?

View Replies


ADVERTISEMENT

Error: CDONTS.NewMail.1, ASP 0220 (0x80020009), This ASP File Must Be Transacted In Order To Use The ObjectContext Object.

Hey people,

I have just tested code I pulled from the chilli!Mail tutorial to email data via an ASP page.

It worked perfectly the first time the page was loaded, however now I am getting the following error:

Error Type:
CDONTS.NewMail.1, ASP 0220 (0x80020009)
This ASP file must be transacted in order to use the ObjectContext object.
/ContinuousImprovements/test.asp, line 29

I haven't seen this error before and am not too sure what it means, any help would be appreciated.

The code is below:...

View Replies View Related

Kill A Session

as webadmin i have occasion to kill a user session and couse them to login again. I have the sessionID saved in a file. is there a way to kill the user session without disturbing others?

View Replies View Related

Way To Kill Session

Just been discussing this with a colleague and we want t try and find the definitive answer. How do you kill a session correctly?

does:

session("username") = ""

Kill it from memory? or does it set it to the value of null?

View Replies View Related

Kill Threads

me using threads to call com+ components from asp.net to run the process in background. But i have a requirement to kill the running thread on certain business conditions. how to kill running threads on asp.net 1.1?

View Replies View Related

ObjWshell.Run "%COMSPEC% /C Kill Iexplore.exe", 0, TRUE ???

what is wrong in the code bellow to kill iexplore.exe process after
processing my page??

'»»Before comes routines to access data base and to send email.

Set objWshell = Server.CreateObject("WScript.Shell")
objWshell.Run "%COMSPEC% /C kill iexplore.exe", 0, TRUE

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved