Link to home
Start Free TrialLog in
Avatar of stewe
stewe

asked on

ASP error: 8004e00f

I got an error described in the title.
The situation is the following: We've a system contains 3 PCs: sql, web, mail services. I had to change the IP address of the sql machine. After that, the following error occured in global.asa:

error '8004e00f'
/neptun/global.asa, line 60

in global.asa:
bRetVal = o1.BaseDataGet (1,"HumanLine",7,pcolResultSets,pobjError)

o1 is an MTS component. It works with OLE DB connection, and gets the sql server's name from REGISTRY.

I shutted down MTS processes and refreshed all of the packages. The error occurs again. When I changed back the IP, the error occurs again unfortunately.

Thanks
Avatar of jkunal
jkunal
Flag of India image

MSDTC service is not started......

Go to services and start it....

;->
Avatar of stewe
stewe

ASKER

Yeah, I saw in some articles that MSDTC is the problem.
It is running on the SQL PC.
Do it have to run on the web server, too ?
Avatar of stewe

ASKER

Yeah, I saw in some articles that MSDTC is the problem.
It is running on the SQL PC.
Do it have to run on the web server, too ?
ASKER CERTIFIED SOLUTION
Avatar of rmullins
rmullins

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
MTS transaction require MSDTC service.


;->
Hey stewe,

What about your DSN?  If this problem did not occur before you change the IP of your SQL box, maybe your DSN is trying to point to the wrong IP...

-- Ian --
Avatar of stewe

ASKER

MSDTC was the problem.
Dunno why, it can't start after the Ip has changed.
I had to reinstall MSDTC.