Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Invalid URI - Requested Resource could not be found.

api

I have 2 methods both building a ServiceManager with the same code.

Dim serviceMan As CounterSoft.Gemini.WebServices.ServiceManager serviceMan = New CounterSoft.Gemini.WebServices.ServiceManager(GEMINIWSURL, GEMINIUSERNAME, GEMINIWEBSERVICEAUTHSTRING, "", True)

one is using .IssueService.GetIssue(IssueID) - Throwing Exception "Invalid URI - Requested Resource could not be found." and the other is .IssueService.GetMyWork() - Works Fine.

This same code that is now failing was working just fine 3 or so hours ago. Any ideas as to what could cause this?

Gent
· 1
Gent
Replies (2)
helpful
0
not helpful

GetIssue will throw invalid URI if the issue doesn't exsit, can you please check that?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thanks, someone had deleted the test ticket.


Gent
· 1
Gent