id summary reporter owner description type status priority milestone component version resolution keywords cc 25 Question about pbs_python grva@… bas "{{{ Hello, I ran across your excellent pbs_python module. I'm having a bit of trouble using it to submit jobs, and I was wondering if I could ask a very naive question? After installing, and checking that the pbsnodes-a.py works, I'm trying to submit jobs by doing the following: import pbs # determine script_name, fill out attrop1, etc. server_name = pbs.pbs_default() c = pbs.pbs_connect(server_name) job_id = pbs.pbs_submit(c,attrop1,script_name,'NULL','NULL') e, e_txt = pbs.error() if e: print e,e_txt else: print ""Submitted PBS Job "" + str(job_id) However, when I do this, I get ""15020 Expired Credential in request"", and I don't know what this means, nor how to fix it. It seems like I am missing something obvious, however, and I was hoping you might be able to point it out. Many thanks in advance. Cheers, Greg --------------------------------------------------------------------------- Greg van Anders Research Fellow Glotzer Group, University of Michigan --------------------------------------------------------------------------- }}} " task closed major pbs 4.3.0 fixed