Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-CWMTicket and Get-CWMCompany #13

Open
jayposton opened this issue Jun 24, 2019 · 0 comments
Open

Get-CWMTicket and Get-CWMCompany #13

jayposton opened this issue Jun 24, 2019 · 0 comments

Comments

@jayposton
Copy link

I am experiencing an issue with the Get-CWMTicket command below:

Get-CWMTicket -TicketID 1255787 Invoke-CWMWebRequest : An error has been thrown.
at Invoke-CWMWebRequest, : line 745
at Invoke-CWMGetMaster, : line 412
at Get-CWMTicket, : line 3360
at , : line 1
--> NotFound
--> Ticket 1255787 not found
At line:412 char:19

  • ... $Result = Invoke-CWMWebRequest -Arguments $WebRequestArguments
  •                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
    • FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Invoke-CWMWebRequest

When I do Get-CWMTicket -all | Where-Object {$_.Id -eq 1255787} it works but obviously takes forever. Looks like highest ticket I can find with Get-CWMTicket -TicketID is 1109393.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant