Get-AzureWebsiteJob with JobName parameter results in ArgumentOutOfRangeException

I have set up a simple sample WebJob and am attempting to view and manipulate it via the Azure PowerShell module. Whenever I run the following command I am presented with the associated error:
PS C:\Users\user-a> Get-AzureWebsiteJob -Name WebJobsDemo -JobName GetCommand
Get-AzureWebsiteJob : Specified argument was out of the range of valid values.
Parameter name: JobType
At line:1 char:1
+ Get-AzureWebsiteJob -Name WebJobsDemo -JobName GetCommand
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Get-AzureWebsiteJob], ArgumentOutOfRangeException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.Websites.WebJobs.GetAzureWebsiteJobCommand
Website name is "WebJobsDemo" and the WebJob name is "GetCommand". The job is a .ps1 file which simply holds "Get-Command". The job runs without issue. 
If I get all of the WebJobs for the Website and then pipe a single object to the Get-AzureWebsiteJob cmdlet it works fine.
PS C:\Users\user-a> $a = Get-AzureWebsiteJob -Name WebJobsDemo
PS C:\Users\user-a> $a[1] | Get-AzureWebsiteJob -Name WebJobsDemo
HistoryUrl : https://webjobsdemo.scm.azurewebsites.net/api/triggeredwebjobs/GetCommand/history
LatestRun : Started: 1/28/2015 4:11:11 AM, Ended: 1/28/2015 4:11:24 AM, Duration: 00:00:12.2775377
JobName : GetCommand
JobType : Triggered
ExtraInfoUrl : https://webjobsdemo.scm.azurewebsites.net/azurejobs/#/jobs/triggered/GetCommand
RunCommand : getcommand.ps1
Url : https://webjobsdemo.scm.azurewebsites.net/api/triggeredwebjobs/GetCommand
UsingSdk : False
PS C:\Users\user-a> $a[1].GetType()
IsPublic IsSerial Name BaseType
True False PSTriggeredWebJob Microsoft.WindowsAzure.Commands.Websites.WebJobs.PSWebJob...
Has anyone else experienced this issue? I've tested with multiple jobs using various job files but each time I get the error listed above.

You are missing the -JobType parameter which can be "Triggered" or "Continuous".
Note: WebJobs with different types can have the same name.

Similar Messages

  • Getting Error with date parameter field -"Invalid DATE"

    Hi
    I created a report with 9.2 version. And  i created 2 date parameter fields in it. And within crystal reports it works fine.
    But If, I call from the VS2005 crystalreport.net(report document) SDK , i am getting error as Invalid Date" enter a Date Value". Actually it is a dtp control. how can i modify it.

    <p>There&#39;s not enough details to get a good understanding of your scenario, but it sounds like you&#39;re using some kind of date control to retrieve the date value and pass it to the report&#39;s parameter field at runtime. </p><p>If this is correct, it sounds like the format of the date value from the control may not be what the report is expecting. To debug, I would first use hardcoded values when you set the report parameter fields to see what works. Then compare that to what the return value is from the control to see if they match. I suspect the formats differ. </p><p>I did a quick search on the BOBJ kbase and found a couple of articles that may help you. I recommend searching as there are lots of information on how to set parameter fields at runtime. </p><p><span style="margin-left: 5px"><a href="http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=c2010247&sliceId=&dialogID=8582434&stateId=1 0 8584068" target="_blank">c2010247</a></span><span style="margin-left: 5px"><span style="margin-left: 5px"><a href="http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=c2010251&sliceId=&dialogID=8582434&stateId=1 0 8584068" target="_blank">c2010251</a></span></span></p><p>-MJ</p>

  • How to get value with two parameter fro sharepoint list in SSRS reporting

    Hi 
    I am using Sharepoint list and fetching data in SSRS.
    Using three parameter as Department,Section and subsection.
    with filter everything working fine,but if i use category All and Sub category all for particular department,unable to get record.
    please let me know how to implement.
    Help will be appreciated.
    Hasan Jamal Siddiqui(MCTS,MCPD,ITIL@V3),Sharepoint and EPM Consultant,TCS
    |
    | Twitter

    Hi Hasan,
    Per my understanding you want to add mutilple value parameters to filter the data in the sharpoint list datasource report, right?
    I have a test based on the step by step details information in below link and all works fine which will make the multiple value parameter works fine:
    https://audministrator.wordpress.com/2014/02/17/sharepoint-list-add-distinct-parameter-value/
    Add the custom code from above link
    Parem1 is the parameter which get values from a query and with all the values(duplicate value),please setting as below:
    Param2 is the parameter which will display in the report have done the deduplication, check the "Allow Multiple values" and then Specify the available value and default value using below expression:
    =Split(Code.RemoveDups(JOIN(Parameters!Param1.Value, ",")), ",")
    Add the filter and preview.
    Similar thread below for your reference:
    SSRS reporting with sharepoint list using Distinct and Multivalue
    parameters
    If i have some misunderstanding, please try yto provide more details information about your requirements.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Search Results web part - Custom Query using "Value with a parameter from URL" inconsistent

    I have encountered what I think may be a bug, but I am hoping that there is something that I am missing.
    Within my search site, I have created a new search results page where I want to customize the "Search Results" web part query.  I can add in any number of property and keyword filters (using the "Build Your Query" dialog) without
    issue... until I add a filter that uses the QueryString property (the builder dialog calls this "Value with a parameter from URL").
    If I use {QueryString.MyParameterX} for filtering, it works beautifully in the query builder dialog.  I see the expected results in the search results preview pane, but as soon as I apply the changes things become inconsistent. 
    If I close/reopen my browser and navigate to my page at http://myaddress/search/Pages/testresults.aspx?MyParameterX=test I see results.  If I then refresh the page, I get a "Nothing here matches your search" message.  I can then go to
    the same address but change one character to an uppercase character and get results.  Refreshing that same page again returns "Nothing here matches your search".  I can only get search results one time per uniquely cased URL without having
    to close/reopen my browser.  This behavior was seen on both Firefox and IE.
    Finally, I found that if I instead navigate to http://myaddress/search/testresults?MyParameterX=test, it always returns results.  This, unfortunately isn't the best solution for me... but it is a solution.
    Any insight that anyone can provide is greatly appreciated!  I would really like to be able to depend on this working in all logical cases (especially since the search center of other sites is set using the path all the way down to /Pages).
    Thanks!

    Hi, have you been able to solve this issue? I'm getting the same issue and I cant solve it (required CU is installed).
    Fabio

  • Can someone please tell me a simple but effective method for burning a slideshow to DVD? Now that the connection between iPhoto and iDVD no longer exists, I can't figure out a way to get there with an acceptable quality result.

    Can someone please tell me a simple but effective method for burning a slideshow to DVD? Now that the connection between iPhoto and iDVD no longer exists, I can't figure out a way to get there with an acceptable quality result.

    Export the slideshow out of iPhoto as a QT movie file via the Export button in the lower toolbar.  Select Size = Medium or Large.
    Open iDVD, select a theme and drag the exported QT movie file into the open iDVD window being careful to avoid any drop zones.
    Follow this workflow to help assure the best qualty video DVD:
    Once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image  menu option. This will separate the encoding process from the burn process. 
    To check the encoding mount the disk image, launch DVD Player and play it.  If it plays OK with DVD Player the encoding is good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    If iDVD was not preinstalled on your Mac you'll have to obtain it by purchasing a copy of the iLife 09 disk from a 3rd party retailier like Amazon.com: ilife 09: Software or eBay.com.  Why, because iDVD (and iWeb) was discontinued by Apple over a year ago. 
    Why iLife 09 instead of 11?
    If you have to purchase an iLife disc in order to obtain the iDVD application remember that the iLife 11 disc only provides  themes from iDVD 5-7.  The Software Update no longer installs the earlier themes when starting from the iLIfe 11 disk nor do any of the iDVD 7 updaters available from the Apple Downloads website contain them. 
    Currently the only sure fire way to get all themes is to start with the iLife 09 disc:
    This shows the iDVD contents in the iLife 09 disc via Pacifist:
    You then can upgrade from iDVD 7.0.3 to iDVD 7.1.2 via the updaters at the Apple Downloads webpage.
    OT

  • HT4097 In regards to the above.  I go all the way through, even to the point of downloading the restore.  It completes the downloand and I get an error stating the download software is corrupt try again.  I did this 5 times with the same result.  Can anyo

    My wife has an iPad 2. She recently tried to update the OS via wireless internet.  The system became totally unresponsive.  I finally got the apple logo to come up on the screen, but nothing else.  I went online and found out that I could possible restore the system to the original factory settings.  I held down the home button and plugged in the USB cable which was connected to my iMac.  I went through the restore download to restore the system to factory setting. After the download was complete I ge the following error iPad Software download is corrupt. Disconnect and try again.  I did this 6 times with the same result each time.  I ensured the iMac was running the latest version of iTunes.  I really need some help with this.....can anyone help me please!

    Welcome to the Apple Community.
    I have seen previous versions mentioned in a pop up message before on iCloud.com, but I'm not really sure at all how it would help, as I couldn't get it to do anything.
    The best advice I have at this time is to back up your work on your iOS device by regularly saving it to iTunes, if anything goes wrong you can then either load it into the numbers app again on the device or recover it via iTunes on your computer.
    My syncs are immediate, I never get chance to see if it works in the background, sorry.

  • I installed Adobe FlashPlayer version 13.0 however I am getting an error message "Plug in error". Can anybody provide an answer. I already uninstall the version and install it again with the same results. Thanks.

    I installed Adobe FlashPlayer version 13.0 however I am getting an error message "Plug in error". Can anybody provide an answer. I already uninstall the version and install it again with the same results. Thanks.

    Adobe admits to a Flash problem here:
    http://forums.adobe.com/message/6285851#6285851
    YOu can apply the fix they show and tehn wait for them to fix the problem

  • Every time I create an account with iCloud then try to open it I get wrong ID or password. Even when I enter my birth date I am told it is incorrect. I have done this several times with the same results.

    Every time I create an account with iCloud then try to open it I get an error message: wrong ID or password. Also when I enter my birth date I am told it is incorrect. I have done this several times with the same results.

    Oldcameraman
    Please do not duplicate a thread. The threads are answered as soon as possible. We are not Adobe. Just user to user.
    I have answered your most recent of the duplicates
    Premier Elements 13 Organizer Works. Editor doesn't. Log in doesn't work
    It is uncertain just how far we can go to help you since you do not appear to have Premiere Elements any
    longer.Seems you demanded a refund from Adobe Chat, got it, and now are left with a non purchased program which I
    am not sure can be used.
    Duplicates tend to confuse the person asking the question as well as those attempting to reply. As I suggested in the
    above mentioned thread, try to sort out your situation with Adobe via its Adobe Chat.
    ATR

  • Hello, trying to download the latest iTunes software version, a pop up comes with a "invalid signature" message. Try to do download only with the same results. I can buy and download from iTunes but can't  get the latest version?

    Hello, trying to download the latest iTunes software version, a pop up comes with a "invalid signature" message. Try to do download only with the same results. I can buy and download from iTunes but can't  get the latest version?

    Transfer Purchases  = iTunes > File > Transfer Purchases
    http://support.apple.com/kb/HT1848

  • Itunes was not installed correctly error 7 windows error 126. I have tried 3 or 4 times with the same result. I have deleted a previous version and tried a fresh install. I still get the same error. help please!

    I have tried to dowload and update itunes on my PC. I have had an error message error 7 (windows error 126) several times. I have deleted the previous version of itunes and tried a clean install, with the same result. What am i doing wrong????

    Hi DavidTPerrett!
    I have an article for you that will help you troubleshoot this issue:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Firefox is having problems loading website with ASPX search results. i get a stupid pop-up saying this is a ASPX file would you like to save or open!!

    since firefox 4.0 i get problems with sites the contain a search engine.
    Google works fine,
    but for an example:
    http://stagemarkt.nl/zoekresultaten.aspx?c=95070&p=eindhoven
    This is a site to search job offers in the netherlands for education.
    It simple WONT open the website keeps whining about the website beeing an ASPX file and if i want to open or save the file,
    If i choose open and select firefox the pop-up keeps retruning if i choose save i just get a file stored on my HDD witch i cant open with firefox this is pretty annoiing.
    Kind regards,
    Bart

    Unfortunenatly this doesnt help me.
    Like i said before it is a problem since the last update of firefox.
    I already deleted cache and cookies the problem also ONLY appears in firefox.
    I have allready turnd of my firewal and virus scanner.
    So if you have any other solution wich ISNT a standa5rd awnser i would be gladly appreciated.

  • How to call a Store Procedure with IN PARAMETER

    Hi, im new using Oracle 10G with Oracle SQL Developer, my cuestion is how to call a Store Procedure with IN PARAMETER, I tried the following without results
    SELECT * FROM procedure_name(parameter);
    PROCEDURE procedure_name(parameter);
    EXEC procedure_name(parameter);
    CALL procedure_name(parameter);
    Please help me....

    Hi,
    As Beijing said,
    EXEC procedure_name(parameter);
    CALL procedure_name(parameter);work for me.
    So does
    BEGIN
        procedure_name(parameter);
    END;Can you be more specific about what you're doing? That is, are you testing it in SQL Developer? Where are you entering the commands? Where are you looking for output? Do you get error messages? Does anything else (like "SELECT SYSDATE FROM dual;") work?

  • [svn] 4804: Bugs: LCDS-548: add code to deal with contentType="application/ xml" with one parameter (avoid

    Revision: 4804
    Author: [email protected]
    Date: 2009-02-02 17:56:22 -0800 (Mon, 02 Feb 2009)
    Log Message:
    Bugs: LCDS-548: add code to deal with contentType="application/xml" with one parameter (avoid
    name/value encoding in that case)
    LCDS-405: baseURL on HTTPMultiService should accept URLs which start with "/"
    Added convertParametersHandler and convertResultsHandler function hooks to RemoteObject
    to support framework code which wants to modify the service behavior.
    Moved "properties" from rpc/http/AbstractOperation to rpc/AbstractOperation so we can use
    it for customizing the handling of remote object results
    Couple of minor ASDoc fixes and one tab -> spaces change
    Doc: minor asdoc edits
    QE: LCDS QE will verify the bugs in this one
    Reviewers: Mete, Pete, Seth, Ed reviewed different parts of this checkin
    Ticket Links:
    http://bugs.adobe.com/jira/browse/LCDS-548
    http://bugs.adobe.com/jira/browse/LCDS-405
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractInvoker.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractOperation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/AbstractOperation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/RemoteObject.as

    Hello,
    How about this as an alternative:
    Use a functional global which has 3 cases:
    1. open config file - it opens the config file and reads the contents into a string (which is the functional global data), and you only do this one time at the beginning of the program.
    2. edit config data - it edits the string, which are really the contents of the file, but doesn't worry about writing to the file.  you could even get fancy here, and allow an array of tags and an array of values as input, and it would go update/edit all the tags to have the corresponding values.
    3.  close config file - it writes the current string data (the functional global data) to the file and closes it.
    Using the functions in the string palette, I think you'll find most of the code for that module/functional global will be easy to write.
    I hope this helps!
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear

  • Apple loops not getting saved with current projects tempo

    I can't seem to make an apple loop that would get saved with the current projects tempo....i recorded a single bar midi drum loop with 130 as project tempo but when i save it as an apple loop it gets saved with a tempo of 92bpm. strange thing is when i drag the same loop back on a instrument track it plays at the current tempo i.e., at 130bpm but if i drag it to an audio track it plays at 92bpm... really stuck here....any help would be greatly appreciated..thanx..

    ok now i have got half of the problem solved....i had left the "follow tempo" region parameter ticked....so now when i unticked it the loop follows the project tempo....but i dont understand y does the loops get saved with a tempo of 92 whereas the project tempo is 130bpm....moreover when i audition these loops they don't really LOOP while playin back....

  • Apple loops not getting saved with tempo info

    I can't seem to make an apple loop that would get saved with the current projects tempo....i recorded a single bar midi drum loop with 130 as project tempo but when i save it as an apple loop it gets saved with a tempo of 92bpm. strange thing is when i drag the same loop back on a instrument track it plays at the current tempo i.e., at 130bpm but if i drag it to an audio track it plays at 92bpm... really stuck here....any help would be greatly appreciated..thanx..

    ok now i have got half of the problem solved....i had left the "follow tempo" region parameter ticked....so now when i unticked it the loop follows the project tempo....but i dont understand y does the loops get saved with a tempo of 92 whereas the project tempo is 130bpm....moreover when i audition these loops they don't really LOOP while playin back....

Maybe you are looking for

  • Attachment Filtering

    Its my understanding that attachment filtering was deprecated in Exchange 2013? We were using forefront protection 2010 to strip zip attachments from the e-mails. After migration to Exchange 2013 this functionality doesn't work since you can't instal

  • Login Server does not start automatically

    Dear all, When the machine is started, i cannot get desktop login automatically. Everytime i have to start with this command /usr/dt/bin/dtlogin -daemon; exit. Even i have used this command /usr/dt/bin/dtlogin -e and i get the message that automatic

  • Auto startup of WLS on server reboot

    I need to know if there is a way to get the WLS 8.1 (SP2) to start automatically on reboot of a Solaris 2.9 V280 server. It looks to me that a console window has to be "up" for the WLS server to stay up and I'm not sure how this is going to work if I

  • ZLM66 & VMware WS 4.5 problem

    Hi I recently installed ZLM66 on SLES9 and added my first workstation without any problem. On this workstation, VMware Workstation 4.5.2 is installed (and running). As soon as I activate the next machine in the network that also runs VMware something

  • Restoring music from external HD to iTunes

    My old hard drive crashed. I have all the music backed up to an external hard drive. How do I get it on to new system? Just drag and drop into my music?