Hi TSM-ers! I'm trying to build an SQL statement to measure expiration performance, but I'm experiencing an ANR9999D error. I stripped it down to the following statement:
select cast(timestampdiff(2,end_time-start_time) as decimal(4,0)) from summary where activity='EXPIRATION' As soon as I enter this command I receive the following error in the activity log: 12/05/2013 13:22:45 ANR9999D Thread<239884> issued message 486 from: (SESSION: 108135) 12/05/2013 13:22:45 ANR9999D Thread<239884> 0x000000010001ab84 StdPutMsg (SESSION: 108135) 12/05/2013 13:22:45 ANR9999D Thread<239884> 0x000000010001c2c4 outMsgf (SESSION: 108135) 12/05/2013 13:22:45 ANR9999D Thread<239884> 0x000000010028334c smEndMessage (SESSION: 108135) 12/05/2013 13:22:45 ANR9999D Thread<239884> 0x000000010027b96c smExecuteSession (SESSION: 108135) 12/05/2013 13:22:45 ANR9999D Thread<239884> 0x00000001000a824c psSessionThread (SESSION: 108135) 12/05/2013 13:22:45 ANR9999D Thread<239884> 0x000000010000c468 StartThread (SESSION: 108135) Could someone try this command on his server to see if it's a general bug or if it's caused by something in my databases? I see the same behavior on three different servers... Thanks for your help in advance! Kind regards, Eric van Loon AF/KLM Storage Engineering ******************************************************** For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt. Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch Airlines) is registered in Amstelveen, The Netherlands, with registered number 33014286 ********************************************************