Hello Declan, what version are you using?
Best Regards, Tilo Heinrich SAP Labs Berlin -----Original Message----- From: McArdle, Declan [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 3:42 PM To: Heinrich, Tilo Cc: [EMAIL PROTECTED] Subject: RE: Error 24988 - sql error [util_connect ...]; 1,task limit - an other session already connected in UTL mode. Tilo, ID UKT UNIX TASK APPL Current Timeout Region Wait Dispatch tid type pid state priority cnt try time count T4 3 12 Utility 754482 AsynOpen ! 0 0 0 0 53(s) This looks like it. PID 754482 does not exist (any more?). It looks like it's stuck waiting for I/O or something? Should I be killing 4 or T4, by the way, I've tried cancelling and killing both, but it's still there in a 'sh ta'. Any other suggestions? Thanks, Declan McArdle. -----Original Message----- From: Heinrich, Tilo [mailto:[EMAIL PROTECTED] Sent: 25 September 2003 15:16 To: McArdle, Declan; [EMAIL PROTECTED] Subject: RE: Error 24988 - sql error [util_connect ...]; 1,task limit - an othe r session already connected in UTL mode. Hello Declan, your Utility Task is already in use by a DBM client. "dbmcli -d ... -u ...,... db_cons sh ta" gives you a list of the database tasks, one is marked as Utility. Find out which DBM client is using it and end that client or the connection of that client to the database ("dbmcli ... db_cons cancel <task_index>"). Best Regards, Tilo Heinrich SAP Labs Berlin -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
