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.




Unexpected token error...

api
Normal 0 21 false false false DE X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Normale Tabelle"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin;} …Line 5 postion 81

Hello,

I´m having troubles with the Web services.

I downloaded the „Api Test Harness“ Application, but when I tried to login, I received a XmlException.

I ´ve tested all possibilities to initiate the service manager, but nothing happenend.

Our admin checked the IIS Configuration, and all verbs are enabled, the „Anonymous access“  is disabled, too.

 

We´re using Gemini v3.6.3 Build 2590.

Hope, to find an answer here.

Greetz

sarasvati23
· 1
sarasvati23
Replies (12)
helpful
0
not helpful

Are you sure that the URL is correct? Are you using windows authentication?
Also, please use fiddler (http://www.fiddler2.com/fiddler2) to check the response from the server when trying to log in.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

The Url is correct and we´re using windows authentication.
Fiddler2 result is a http error 401.


sarasvati23
· 1
sarasvati23
helpful
0
not helpful

please make sure you have disabled anonymous access to the Gemini site in IIS.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

The anonymous access is disabled.
My colleague had the same issue a while ago. He tells me there is a bug in the webservice library and that he had to change the code of the dll. Unfortunately he hasn´t the changed dll anymore, that was a long time ago.
Is there any chance to get the sourcecode of the dll, so that I can change it myself?


sarasvati23
· 1
sarasvati23
helpful
0
not helpful

Do you know what he has changed?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I asked him, but he couldn´t remember.


sarasvati23
· 1
sarasvati23
helpful
0
not helpful

Are you able to upgrade to 3.6.5? This has been fixed: http://gemini.countersoft.com/Default.aspx?p=5&i=3637


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Yes. I hope this will solve the problem.
Thanks anyway. :)


sarasvati23
· 1
sarasvati23
helpful
0
not helpful

the upgrade doesn´t fix the problem, same error.

Maybe you need some additional information.
I´m running the test application on a virtual machine and the Gemini instance isn´t lying on the localhost.

I´ve tried to initiate the ServiceManager like this for Windows authentication:
serviceManager = new ServiceManager("http://ourservername/gemini", "","","",true);
But I tried the other possibilities, too.


sarasvati23
· 1
sarasvati23
helpful
0
not helpful

How do you log in to the VM? do you log in using your domain account or local?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

We´re getting close.
The problem has in fact something to do with the domain. Adding the VM to the same domain like the localhost will solve it.
sometimes you have to leave home to find it.


sarasvati23
· 1
sarasvati23
helpful
0
not helpful

Good news. Thanks for the update.


Saar Cohen
· 5000
Saar Cohen