[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Re: SOAP querying for Schedds



<bestGuess>
You are querying for Schedds and no Schedd ad has an OpSys attribute, so "==" gives an error which isn't false so all ads are returned? What happens if you query for Startds or change "==" to "=?="?
</wors...bestGuess>


matt

On Jul 22, 2005, at 1:02 PM, Juan Ignacio Sánchez Lara wrote:

Auto-reply:

$proxy = $this->_collector->getProxy();
$schedds = $proxy->queryScheddAds(array('constraint' => 'Name=="'.$this->_host_envio.'"'));

It seems asking here helps me :-)


On 7/22/05, Juan Ignacio Sánchez Lara <juanignaciosl@xxxxxxxxx> wrote:
Hello,

I use the following PHP NuSoap method in order to retrieve Schedds ClassAds:

$schedds = $this->_collector->call('queryScheddAds', array(array("constraint", "OpSys==\"WINNT\"")));

The problem is I get all of them, not only the ones which meet the requirements...

Any ideas?

--
Juan Ignacio Sánchez Lara
Ingeniero Técnico en Informática de Sistemas



--
Juan Ignacio Sánchez Lara
Ingeniero Técnico en Informática de Sistemas
_______________________________________________
Condor-users mailing list