Transaction Problem with ODBC over xp SP2

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I´ve got a problem with my component I developed a Serviced Component with .net
Ever this component access the database and start the transaction with my
Database(INFORMIX) show a error message

[25000] [Microsoft][ODBC Driver Manager] Failed to enlist on calling
object's transaction
[IM006] [Microsoft][ODBC Driver Manager] Driver's
SQLSetConnectAttr failed ERROR

BUT this problem is true always installed the SP2 XP and mdac service pack 2

Regards
Vieira
 
Most SP2 problems are related to ports being closed by the Firewall. Turn off
SP2's firewall (it will beg you to say "no", but beat it down :->). If it
works, find the port for INFORMIX and you will be up and running again. You
can then turn the firewall back on with that port added to the exceptions
list for the firewall.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top