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

Re: [Condor-users] GetEnv issue when submitting a Job throughwebservices



From the manual (http://www.cs.wisc.edu/condor/manual/v6.8.5/index.html):
> References to the Condor process's environment are allowed in the configuration files.
> Environment references use the ENV macro and are of the form:
>  $ENV(environment_variable_name)
> For example,
>  A = $ENV(HOME)
> binds A to the value of the HOME environment variable.
> Environment references are not currently used in standard Condor configurations.
> However, they can sometimes be useful in custom configurations.
 
Does this do the job ? I seem to recall that there were previous discussions of the env-plus-webservice problem in the group, try searching for it.
 
François


From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Esh Esh
Sent: Tuesday, June 19, 2007 2:57 AM
To: condor-users@xxxxxxxxxxx
Subject: [Condor-users] GetEnv issue when submitting a Job throughwebservices

Hi,

I have been trying to submit a job through webservices but its failing as it not able to get the environemnt variables properly. Anyidea on how to do it? I even tried to set the "GetEnv" = true in the ClassAd of the job, but again the same result.

Thanks,
-Esh