This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
You need to connect to the cluster before creating the job:
scheduler.Connect(
ISchedulerJob job = scheduler.CreateJob();
...
scheduler.SubmitJob(job,
Regards,
-Ming
ming,
I need a job id returned so that i can save it together with my task output. The following snippet returns job.Id= -1.
IScheduler scheduler = new Scheduler();
What should i do?
Thanks,
tpham
Test ack.