PDA

View Full Version : Insufficient memory error


Gordon Green
February 24, 2004, 20:54:58
Hello,

We are moving our TextControl asp from one server (Windows 2000) to another (Windows 2003), and are now getting this error:


TX Text Control Step 1
Tx4ole error '800af10a'

Insufficient memory to perform operation.

/Step1.asp, line 19


Any ideas what might be causing this, or suggestions for diagnostics?

Thanks!

PS: I apologize if this is a duplicate post. My last attempt didn't seem to go through.

Björn Meyer
March 4, 2004, 11:25:31
Hello folks

Gordon did contact me directly to solve this issue. I will post the results here.

vagif
March 26, 2004, 06:53:18
I also have same problem.
Works on Win XP (my development computer)
Gives me "Insufficient memory to perform operation. " on our server (Windows 2003)

Any update on a subject ?

vagif
May 5, 2004, 03:43:42
Any news on a subject ?

Christof
May 7, 2004, 11:08:16
Hello,
Same problem over here. Work under IIS5 but not onder Windows 2003.
Is this problem solved in a service pack or new version ?

Insufficient memory to perform operation.
Exception Details: System.Runtime.InteropServices.COMException: Insufficient memory to perform operation.

Source Error:
Line 68: lc = Server.CreateObject("TX.TextControl.LicManager")
Line 69: tx = Server.CreateObject("TX.TextControl.110")
Line 70: tx.EnableAutomationServer()

Björn Meyer
May 14, 2004, 14:09:06
Christof

Do you use the TX Text Control ActiveX Server version?

Christof
May 14, 2004, 16:08:57
Yes, I do. The programs also works under win2000 (IIS5)

The problem is that all our production webservers are working under windows 2003 in “worker process isolation mode”. We can’t change back to IIS5 isolation mode, cause there are lots of different applications running on the server, each in there own application pool.

In the Readme file stands:
TX Text Control is not able to run in worker process isolation mode (the IIS 6.0 default mode). You must switch to IIS 5.0 isolation mode to enable full functionality with ASP.