Maybe someone knows what this is about, this is web server with SQL server back end.
This server was P2V(physical to virtual) the other day and when it finally finished it ask for activation now SQL will not c
Dsm_sa_datamgr32.exe –Application Error
The instruction at “0x02a88cc8” referenced memory at “0x02ac4000”, the memory could not be “read”
This is what is happening in the words of the person that manage this.*******
***
The web application is comprised of an IIS 6.0 web server and MS SQL Server (2000) backend. The pages are coded in ASP.
The changes I made were to change the IP address in the web pages from the hard coded old IP addresses to the server hostname (so that it would resolve to the correct server no matter what the IP was).
The static web pages worked…they resolved to the correct paths. However the asp login script is failing. In fact all of the interactions where the web server scripts interact with the SQL server are failing.
One more note…I can get into the SQL SERVER when I log into the machine using the Enterprise manager. It appears to be running ok…although there are some messages where some log files were full…however these log files appeared full before the application was virtualized. I increased the log file sizes, rebooted SQL Server…and tried the log in again with the application web front end…but the scripts still fail.