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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MTS gives out of memory error

Status
Not open for further replies.

bengeri

Programmer
Sep 25, 2001
4
0
0
US
Hi Friends,
We are developing a site with asp.
The configuration is as follows.
* win NT 4.0 sp 6a (asp 2.0, mts 2.0)
* sql server 7.0
* exchange5.5
* com developed in VB 6.0 and registered in mts

We are facing problem when there are simultaneous hits to
the site. We get either out of memory or server got
disconnected from the clients or some wierd error.
But at the server the mts always throws these two errors
in the event log whenever such a thing happens...in this
order.

1)
The run-time environment has detected an inconsistency in
its internal state and has terminated the process. Please
contact Microsoft Product Support Services to report this
error. Internal Check Failure on condition: m_lcBinds ==
0 (Package: BIComponents) (Microsoft Transaction
Server Internals Information: File:
i:\viper\src\runtime\mtxex\activity.cpp, Line: 287)

2)
Failed on creation from object context: CreateInstance
(ProgId: BIClasses.DBAccess) (CLSID: {EB6B72E4-D265-11D4-
B02B-00D0B76A10CD}) (Interface: IUnknown) (IID: {00000000-
0000-0000-C000-000000000046}) (Microsoft Transaction
Server Internals Information: File:
i:\viper\src\runtime\context\ccontext.cpp, Line: 1363)

This happens repeatedly..We searched for these errors and
found no clue as to what to do. We found in msdn that we
should set retain in memory and unattended execution for
vb dlls registered in mts.Even after doing there has not
been any improvement.

We thought this must be a problem of not having released
the objects. We changed the asp code to release all the
objects that we had created. Even after this the errors
are continuing.

And one interesting point is that the no. of concurrent
hits are not mere..merely 5-10.

Desperately need help.
Thanks and Regards,
Praveen



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top