unknown host

Post Reply
sourceuno
Posts: 225
Joined: Mon Apr 09, 2001 3:58 pm

unknown host

Post by sourceuno »

After calling the fetch function, I get the following error message from <urlinfo errmsg>:

Unknown host

I'm able to use fetch on another computer on my network. What's causing this error?
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

unknown host

Post by Kai »

By "able to use fetch on another computer" I assume you mean from a different machine being able to <fetch> the same host/URL. The DNS settings for the problem computer may not be correct; eg. it may not have any nameservers set. Try to telnet to port 80 of the URL's host from the problem computer: if it fails with "Host not found" or the like, the problem is with its DNS settings.
sourceuno
Posts: 225
Joined: Mon Apr 09, 2001 3:58 pm

unknown host

Post by sourceuno »

I tried to telnet and I don't have a problem finding the host. Is there anything else that might be causing this error?
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

unknown host

Post by Kai »

Before the <fetch>, try setting <urlcp dnsmode system>. Is this an NT system? What is the complete output of texis -version?
sourceuno
Posts: 225
Joined: Mon Apr 09, 2001 3:58 pm

unknown host

Post by sourceuno »

Thanks kai. That seemed to work. What exactly does that command do? Yes it is an NT system, actually Windows 2000. Here's the output of texis -version:

Texis Web Script (Vortex) Copyright (c) 1996-2001 Thunderstone - EPI, Inc.
Commercial Version 3.01.984682785 of Mar 15, 2001 (i686-intel-winnt)
Post Reply