Sentinel: Update Master Database error

bravo14

Member
Premium Subscriber
Joined
Feb 18, 2005
Messages
5,448
Reaction score
679
Location
Polk County FL
I'm on desktop. I'm running the latest version of Sentinel. Yesterday and today I tried to update the master data base and gives a error. I went to laptop and it updated no issue there. I took a screen shot on the desktop of the error.Screen Shot 08-20-25 at 07.40 AM.PNG
 

engine183

Member
Joined
Jun 19, 2018
Messages
117
Reaction score
61
Location
Mount Orab, Ohio
SD card issues? Try replacing your SD card and see what happens. Many times, the SD card is the root of such issues. Good Luck!
 

mtindor

FMP24 PRO USER
Database Admin
Joined
Dec 5, 2006
Messages
12,018
Reaction score
3,279
Location
Carroll Co OH / EN90LN
I doubt it has anything to do with your scanner. Whomever you use for DNS might be blocking access to it though. From a Windows Prompt:

nslookup -q=a ftp.homepatrol.com

See if returns any result

A lookup for me resolves ftp.homepatrol.com to 172.108.246.101

So temporarily you could edit c:\windows\system32\drivers\etc\hosts and add:

172.108.246.101 ftp.homepatrol.com
 

bravo14

Member
Premium Subscriber
Joined
Feb 18, 2005
Messages
5,448
Reaction score
679
Location
Polk County FL
I doubt it has anything to do with your scanner. Whomever you use for DNS might be blocking access to it though. From a Windows Prompt:

nslookup -q=a ftp.homepatrol.com

See if returns any result

A lookup for me resolves ftp.homepatrol.com to 172.108.246.101

So temporarily you could edit c:\windows\system32\drivers\etc\hosts and add:

172.108.246.101 ftp.homepatrol.com
Odd it worked last week. I'm going to uninstall sentinel and reinstall it see what happens.
 

mtindor

FMP24 PRO USER
Database Admin
Joined
Dec 5, 2006
Messages
12,018
Reaction score
3,279
Location
Carroll Co OH / EN90LN
Odd it worked last week. I'm going to uninstall sentinel and reinstall it see what happens.
I'd be surprised if it's a sentinel issue. Sentinel is trying to get your system to do a DNS lookup on ftp.homepatrol.com, and that is failing. I'm leaning toward it being something else, DNS or Windows Resolver related. Doing a DNS lookup from the prompt would tell you.

nslookup -q=a ftp.homepatrol.com

Either it returns the address ending in .101 or it doesn't. And I'm guessing it won't.
 

mtindor

FMP24 PRO USER
Database Admin
Joined
Dec 5, 2006
Messages
12,018
Reaction score
3,279
Location
Carroll Co OH / EN90LN
Do the tracert 1st

Tracert is not necessarily going to end with the .101 IP. it doesn't for me. I can FTP it though. All depends upon the firewall on both ends and the OS and whether traceroute is using TCP or UDP.

From command prompt:

ftp ftp.homepatrol.com

C:\Users\rodnitm>ftp ftp.homepatrol.com
Connected to ftp.homepatrol.com.
220 Microsoft FTP Service
200 OPTS UTF8 command successful - UTF8 encoding now ON.
User (ftp.homepatrol.com:(none)): test
331 Password required for test.
Password:
530 User cannot log in.
Login failed.
ftp> quit
221 Goodbye.
 

mtindor

FMP24 PRO USER
Database Admin
Joined
Dec 5, 2006
Messages
12,018
Reaction score
3,279
Location
Carroll Co OH / EN90LN
I ran it and as I stated it ended at .98 which is related to .101
Point was you can see if it stops at the ISP level or Destination.

Understood. But if it doesn't stop at the destination, it doesn't mean the destination is not responding. It means there are firewall rules in place to prevent a traceroute all the way through to the destination. That's why I posted the FTP info to show that the server itself is responding on its FTP port.
 

bravo14

Member
Premium Subscriber
Joined
Feb 18, 2005
Messages
5,448
Reaction score
679
Location
Polk County FL
2-3 weeks ago I cloned a ssd drive (win10) to the m.2(win10) and I wonder if that had to do with something with it? I plugged the sdd back in and took out the m.2 and went to sentinel and it updated to the 8/17/25.
 

gmclam

Member
Premium Subscriber
Joined
Sep 15, 2006
Messages
6,499
Reaction score
672
Location
Fair Oaks, CA
I only update the Sentinel DB infrequently. Over the past month, I too ran into the same type of error. I hadn't changed a thing. I kept re-trying every other day or so and then it worked. I just figured the site was "down for maintenance" or similar.
 

daugherh

Member
Joined
Aug 8, 2010
Messages
169
Reaction score
62
Location
Upstate SC
One other thing you can try on Windows on your PC is open a command prompt window and type in "ipconfig /flushdns" without the quotes to help clear any bad DNS entries you may have on your PC. Then try the update again.
 

dmfalk

Active Member
Joined
May 16, 2024
Messages
755
Reaction score
691
Location
Eureka
Some DNS servers go flaky from time to time, especially when they're updating their own databases. Cloudflare's 1⁴ (1.1.1.1) goes through this every so often (average, about once a week), so when it does, the DNS cache in your system needs to be reset. The best way is to disconnect and reconnect your entire ISP connection, as that'll clear the cache, after being reassigned a dynamic IP address. So, next time you have trouble connecting to any site, this is one thing to check for. (If it persists after a restart, the problem is definitely the site, not your connection.)
 

RT48

Member
Joined
Apr 6, 2014
Messages
263
Reaction score
119
Location
Cuyahoga County, Ohio
Very obviously a DNS issue as mtindor has indicated. Most home users get their DNS info from their router and the router by default gets its DNS info from the ISP. You can easily determine where the fault list using NSLookup.

ipconfig /all will tell you where your computer gets its DNS info, usually your router.

nslookup ftp.homepatrol.com returns whatever the router thinks the IP address is. If it doesn't have an answer, it forwards the query to the ISP DNS server unless the router has been configured to query some other DNS server.

nslookup ftp.homepatrol.com "IP address of any DNS server" will return the answer from any DNS server you query. For instance.

nslookup ftp.homepatrol.com 8.8.8.8 will query the Google public DNS server.

If you do a whois on the domain homepatrol.com, you can even determine Uniden's DNS servers and query them directly.

1755774544767.png
 
Top