exception thrown with scheduler.Connect() at Microsoft.Hpc.Scheduler.StoreServer.RegisterWIthServer()

Unanswered exception thrown with scheduler.Connect() at Microsoft.Hpc.Scheduler.StoreServer.RegisterWIthServer()

  • 25 Mei 2011 19:42
     
     

    Hi,

    I have found the root cause ( double hop issue ). Thanks.


    • Diedit oleh chamdor09 27 Mei 2011 20:05 Found issue
    •  

Semua Balasan

  • 26 Mei 2011 6:01
     
      Memiliki Kode

    Hi,

    Please try using

    scheduler.SetInterfaceMode(false, new IntPtr(0));
    
    before you use scheduler.Connect();
    I haven't tried it with ASP.NET app but it worked out well when I used it on my Windows App. It basically prompts you to enter the credentials.
    Let me know if it worked :)
    Regards,
    Sridutt