ADSM-L

Re: [ADSM-L] Changed SQL behavior under server 6.2.3.1

2012-06-21 14:42:25
Subject: Re: [ADSM-L] Changed SQL behavior under server 6.2.3.1
From: Alex Paschal <apaschal5 AT FRONTIER DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 21 Jun 2012 11:40:51 -0700
Hi, Margaret.  What error are you getting?

Taking a stab in the dark, explicitly using NODES and FILESPACES in your
predicate can cause unexpected results
(http://www-01.ibm.com/support/docview.wss?uid=swg21380830). I would
guess failing with the addition of the word "NOT" could be construed as
an unexpected result.  You might retry using the "AS" keyword.  This
particular problem is listed as fixed in 6.2.4.0.

Alex


On 6/21/2012 9:55 AM, Clark, Margaret wrote:
Using TSM server 6.2.3.1, the following SQL command no longer works:

select node_name from nodes where node_name not in (select node_name from 
filespaces)

It still works correctly if you take out the "not".

Any ideas?


-          Margaret


<Prev in Thread] Current Thread [Next in Thread>