999 Server Error

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Neurox66
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 120
Joined: Tue May 22, 2012 1:57 pm
Contact:

999 Server Error

Post by Neurox66 » Thu Mar 13, 2014 3:47 pm

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
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10044
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: 999 Server Error

Post by FourthWorld » Thu Mar 13, 2014 4:36 pm

Is your server Apache, IIS, or something else?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Neurox66
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 120
Joined: Tue May 22, 2012 1:57 pm
Contact:

Re: 999 Server Error

Post by Neurox66 » Thu Mar 13, 2014 4:45 pm

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
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10044
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: 999 Server Error

Post by FourthWorld » Thu Mar 13, 2014 5:04 pm

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
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7390
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: 999 Server Error

Post by jacque » Thu Mar 13, 2014 5:31 pm

Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Neurox66
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 120
Joined: Tue May 22, 2012 1:57 pm
Contact:

Re: 999 Server Error

Post by Neurox66 » Fri Mar 14, 2014 8:53 am

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
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it

Post Reply