This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
I set my custom job property when using hpc api, which is a string about 240 characters long. After retriving from ISchedulerJob.GetCustomProperties method the value was truncated to 128 bytes, while msdn says the value is limited to 1,024 characters(http://msdn.microsoft.com/en-us/library/microsoft.hpc.scheduler.ischedulerjob.setcustomproperty(v=VS.85).aspx), anybody knows how to fix this?
Xiangqian
Thanks Xiangqian for bringing this to our attention. The property is limited to 128 bytes. The documentation is wrong - we will have it corrected shortly.
Rae