No announcements
Found 364339 threads
-
0 Votes
How do I requeue a Job using the Microsoft.Hpc.Scheduler API?
I tried the requeue job API for REST on HPC 2012 R2 but it gave an error message: The remote server returned an error: (405) Method Not Allowed.Proposed | 4 Replies | 2377 Views | Created by Matt JC Barron - Monday, February 20, 2017 11:49 AM | Last reply by WhaleWatching - Tuesday, October 16, 2018 5:22 PM -
0 Votes
HOW DO I SECURE JOB WITH MOS CERTIFICATION
There you can get some help on HOW.Answered | 4 Replies | 9237 Views | Created by patzion - Thursday, June 3, 2010 1:51 PM | Last reply by Alfredo MCSA - Monday, June 7, 2010 11:45 PM -
0 Votes
submit job by api on web application
Hi, To have specific job's owner you will need to impersonate the context from which you're calling IScheduler.Submit() with desired owner's identity.Answered | 1 Replies | 5418 Views | Created by vancloud_gao - Thursday, April 29, 2010 4:51 AM | Last reply by Lukasz Tomczyk - Monday, May 10, 2010 5:34 PM -
0 Votes
MCDST, now how do I find a job with it?
/Profile/en-US/?Answered | 3 Replies | 9383 Views | Created by carmichel - Tuesday, January 12, 2010 4:29 AM | Last reply by Masud Rahman - Tuesday, January 12, 2010 4:47 PM -
0 Votes
How do I use the Dynamics 365 API for contact creation?
What I need is an api call to create a contact/lead when certain events trigger within our web apps.Answered | 1 Replies | 1184 Views | Created by D1B - Thursday, April 6, 2017 8:55 AM | Last reply by Just Karl - Thursday, April 20, 2017 2:25 PM -
0 Votes
How do i change the Bindings in crm 2011 using C# API
Thanks blue.. that is what all i needed.Answered | 6 Replies | 4194 Views | Created by SyedHaroon - Thursday, January 3, 2013 5:08 AM | Last reply by SyedHaroon - Tuesday, April 16, 2013 9:39 AM -
0 Votes
Job count not matching
And how to figure out root cause for this issue?Answered | 9 Replies | 2269 Views | Created by GUID_RIDance - Wednesday, June 6, 2018 3:03 PM | Last reply by chintandesai7 - Thursday, July 23, 2020 7:37 PM -
0 Votes
Requeue jobs with node preparation tasks
And requeueing the job won't clear this list.Proposed | 1 Replies | 1589 Views | Created by cguevaramari - Wednesday, July 12, 2017 3:00 PM | Last reply by qiufang shi - Thursday, July 13, 2017 6:49 AM -
0 Votes
HPC 2008 job suspending/resuming
If so it might be possible to check point the Abaqus computation then cancel the job & requeue or restart it later from the check-point position.Answered | 4 Replies | 7579 Views | Created by pbrowntwi - Saturday, November 7, 2009 9:23 AM | Last reply by Steve Chilcoat - Thursday, November 19, 2009 7:28 PM -
1 Votes
crm api timeout for long-running jobs?
What authentication is CRM using - AD, Claims or Crm Online ?Answered | 2 Replies | 1813 Views | Created by dotnetteramg123 - Thursday, May 30, 2013 5:24 PM | Last reply by Payman Biukaghazadeh - Friday, May 31, 2013 7:49 AM -
1 Votes
Automatic Task Retries
Which methods should I use and in what order?Answered | 10 Replies | 14879 Views | Created by Richard Cannock - Tuesday, December 22, 2009 5:07 PM | Last reply by Thomas Kofoed - Wednesday, August 6, 2014 8:55 AM -
0 Votes
How do batch jobs work?
This is the Dynamic *CRM* forum, I think you want Dynamics *AX*Answered | 1 Replies | 6126 Views | Created by Kollipraveen - Friday, March 4, 2011 3:12 PM | Last reply by I am Ben - Friday, March 4, 2011 9:32 PM -
0 Votes
how do i monitor output from job in compute cluster job manager
When you create a job, the job can contain one or more tasks, where each task executes a program.Answered | 1 Replies | 5653 Views | Created by sududom - Thursday, July 17, 2008 7:53 AM | Last reply by Josh Barnard - Friday, July 18, 2008 6:07 PM -
0 Votes
How do i fetch API for A MOSP offer type?
I need the know the process to fetch API price sheet for MOSP/ PayG subscription.Answered | 4 Replies | 1258 Views | Created by Hyndavi Arukonda - Tuesday, August 6, 2019 9:11 AM | Last reply by Hyndavi Arukonda - Friday, August 9, 2019 3:47 AM -
0 Votes
How do I get my first programming job?
Here is a list of .Net related certifications http://www.microsoft.com/learning/en/us/certification/cert-vstudio.aspx#tab2.Answered | 1 Replies | 9702 Views | Created by WreckingBall2 - Saturday, October 24, 2009 8:40 PM | Last reply by Rubel Khan - Sunday, October 25, 2009 2:56 AM -
0 Votes
Per-user resource limit and license requirement
If you want to modify the job in an activation filter, you may be able to do so by calling the API's or CLI from your filter and making changes (for ...Answered | 3 Replies | 6396 Views | Created by tjyen - Friday, January 9, 2009 6:29 AM | Last reply by Josh Barnard - Thursday, February 19, 2009 11:37 PM -
0 Votes
How to report a node environment variable in the job scheduler?
You can do it with PowerShell (but that would require using our API's from PSH).Answered | 4 Replies | 6127 Views | Created by PLFMendes - Thursday, March 19, 2009 2:36 AM | Last reply by Josh Barnard - Monday, March 23, 2009 8:19 PM -
0 Votes
how to hidden "Remember this password?"
Have you tried using our API's instead?Answered | 2 Replies | 5558 Views | Created by vancloud_gao - Thursday, November 19, 2009 12:25 PM | Last reply by Steve Chilcoat - Thursday, November 19, 2009 7:11 PM -
0 Votes
Requeuing tasks in C#
I think the key concern was that while a job is running, what happens when you requeue a task?Answered | 2 Replies | 7425 Views | Created by Gary Wolfe - Thursday, January 19, 2012 4:30 PM | Last reply by Gary Wolfe - Monday, January 30, 2012 5:55 PM -
0 Votes
Requeue Task to use a different set of nodes if possible
Through job excluded nodes: "job modify <jobid> /addexcludednodes:nodename", this way your requeued tasks won't run on the nodes that failed your ...Answered | 1 Replies | 1571 Views | Created by cguevaramari - Wednesday, May 17, 2017 9:30 AM | Last reply by qiufang shi - Monday, May 22, 2017 3:55 AM - Items 1 to 20 of 364339 Next ›
No announcements