Page 1 of 1

999 Server Error

Posted: Thu Mar 13, 2014 3:47 pm
by Neurox66
Hi,
Another crazy day :(
I've a strange error with a put URL command.
I've read a text file in my website from my iOS app.

Code: Select all

put url("http://www.borzini.it/test.txt") into tFile
In LiveCode IDE the variable tFile contains the text file
but in iOS (iPhone 5s with iOS7.06 or simulator) the tFile is empty and
the result contains "999 Server Error"

Any hints?
Paolo

Re: 999 Server Error

Posted: Thu Mar 13, 2014 4:36 pm
by FourthWorld
Is your server Apache, IIS, or something else?

Re: 999 Server Error

Posted: Thu Mar 13, 2014 4:45 pm
by Neurox66
FourthWorld wrote:Is your server Apache, IIS, or something else?
Yes, Microsoft IIS

These are the informations:
.NET Framework version: 2.0.50727.3655
O.S.: Microsoft Windows 2003
IIS: Microsoft-IIS/6.0
MDAC: 2.82.3959.0

My others apps reading the configuration file from the server and they work properly.

Paolo

Re: 999 Server Error

Posted: Thu Mar 13, 2014 5:04 pm
by FourthWorld
Are you able to get a simple script that doesn't invoke libURL working? libURL is complex, but if you could try a simpler "Hello World"-type script you might be able to isolate whether the issue is with the LC setup or something else.

Also, this may help:
http://blogs.msdn.com/b/david.wang/arch ... r-999.aspx

Re: 999 Server Error

Posted: Thu Mar 13, 2014 5:31 pm
by jacque

Re: 999 Server Error

Posted: Fri Mar 14, 2014 8:53 am
by Neurox66
Hi,
thanks for the help.
I've tested with another my web server and the code running well.

On my WebServer the repair tools not functioned but I'll upgrade the OS of WebServer to Windows 2008 and IIS 7.5

Bye bye,
Paolo