In CCS2003 we had a method for caching credentials so we didn't need to submit the username and password on each job submission.
It seems that functionality has disappeared (at least, i can't find it anywhere) and the SubmitJob method needs 3 parameters (jobid, username and password).
How do i cache my credentials?
I'm currently using a mix of Microsoft.ComputeCluster and Microsoft.HPC.Scheduler but i really want to port my application to HPC 2008.
Another problem i'm having is: how to get a list of possible job states? I need to do a switch(myjob.State) so i can know which is the current job state.
Back in CCS2003 i could use JobStatus.* but i can't seem to find any similar class in HPC2008!