Probably your DB2 Admin server didn't start properly. Check your services file.
On NT: \winnt\system32\drivers\etc\services On Unix: /etc/services Should have entries like (this from NT): db2cDB2DAS00 523/tcp #connection port for the DB2 instance DB2DAS00 db2iDB2DAS00 524/tcp #interrupt port for the DB2 instance DB2DAS00 db2cDB2 50000/tcp #connection port for the DB2 instance DB2 db2iDB2 50001/tcp #interrupt port for the DB2 instance DB2 The port numbers could be any value as long as they are unique within the services file. Save (before saving of course, backup your services file so you can always go back to what you had !!!), stop and start your db2 instance. Abhijit -----Original Message----- From: Farah Shire [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 3:32 PM To: [EMAIL PROTECTED] Subject: [DB2EUG] SQL5043N- DB2Start Error Hello; On my Dev Machine, everytime I try to start DB2 by issuing db2start I get this error: SQL5043N Support for one or more communications protocols failed to start successfully. However, core database manager functionality started successfully. When I looked the msg. sql5043n, it says that as User Response: The database manager attempts to start all communication protocols specified by the DB2COMM environment variable. But as far as my db2set the db2comm=tcpip. And the db2diag.log shows that "TCPIP" protocol support was successfully started. I can connect to the database, but I'm just trying to get ride off that error. Any help! P.S: on db2diag.log I get this error SPM0438 The Sync point manager recovery log is bad. I don't know what that means. Farah Shire Database Administration - IBM Global Services [EMAIL PROTECTED] (704) 594-8241 or T/L 794-8241 Pager 1-800-759-8352 PIN 1875048# (NONE OF US IS GOOD AS ALL OF US!!!) - ::: When replying to the list, please use 'Reply-All' and make sure ::: a copy goes to the list ([EMAIL PROTECTED]). *** To unsubscribe, send 'unsubscribe' to [EMAIL PROTECTED] *** For more information, check http://www.db2eug.uni.cc - ::: When replying to the list, please use 'Reply-All' and make sure ::: a copy goes to the list ([EMAIL PROTECTED]). *** To unsubscribe, send 'unsubscribe' to [EMAIL PROTECTED] *** For more information, check http://www.db2eug.uni.cc
