OD Not responding after Windows update (win 8.1)

This forum is for programmers who have questions about the source code.
Post Reply
jaynahar
Posts: 40
Joined: Wed Apr 23, 2014 6:35 am

OD Not responding after Windows update (win 8.1)

Post by jaynahar »

Folks,

Need your help to troubleshoot what to look for and how to identity what has caused this working application before windows update.

Thanks,
User avatar
jsalmon
Posts: 1609
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: OD Not responding after Windows update (win 8.1)

Post by jsalmon »

What screen do you get to before it becomes unresponsive?
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com
jaynahar
Posts: 40
Joined: Wed Apr 23, 2014 6:35 am

Re: OD Not responding after Windows update (win 8.1)

Post by jaynahar »

What screen do you get to before it becomes unresponsive?

Even opening OD was causing that and took around 5 mins to authentication dialog. It was very painful to work with it.

Further Updates:
During troubleshooting, changed the "Docpath" in DB to local machine instead of network path...it came back to normal. But it has disrupted our normal routine of 2 yrs.

If you happen to have any good pointers, please do share, why network path is causing this issue.
User avatar
jsalmon
Posts: 1609
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: OD Not responding after Windows update (win 8.1)

Post by jsalmon »

My post on this thread is usually what it is:
viewtopic.php?f=1&t=5680
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com
jaynahar
Posts: 40
Joined: Wed Apr 23, 2014 6:35 am

Re: OD Not responding after Windows update (win 8.1)

Post by jaynahar »

jsalmon wrote:My post on this thread is usually what it is:
viewtopic.php?f=1&t=5680

Thanks Jason...it helped. Good Trick...May be it should be part of FAQ for troubleshooting.
jaynahar
Posts: 40
Joined: Wed Apr 23, 2014 6:35 am

Re: OD Not responding after Windows update (win 8.1)

Post by jaynahar »

jaynahar wrote:
jsalmon wrote:My post on this thread is usually what it is:
viewtopic.php?f=1&t=5680

Thanks Jason...it helped. Good Trick...May be it should be part of FAQ for troubleshooting.

Hi Jason,

facing the same issue again. Any further help you can provide.

Thanks
tdong
Posts: 100
Joined: Mon Jun 18, 2007 1:16 pm
Contact:

Re: OD Not responding after Windows update (win 8.1)

Post by tdong »

The issue you had has to do with ipv6. disable it. try to open command promt or powershell and ping local host see if it return 127.0.0.1 or 00::00....

Go to Control Panel > Network and Internet > Network Connections

Alt+N and click Advanced Settings. Under Bindings, move IPv4 to above IPv6

http://support.microsoft.com/en-us/kb/929852/en-us
jaynahar
Posts: 40
Joined: Wed Apr 23, 2014 6:35 am

Re: OD Not responding after Windows update (win 8.1)

Post by jaynahar »

tdong wrote:The issue you had has to do with ipv6. disable it. try to open command promt or powershell and ping local host see if it return 127.0.0.1 or 00::00....

Go to Control Panel > Network and Internet > Network Connections

Alt+N and click Advanced Settings. Under Bindings, move IPv4 to above IPv6

http://support.microsoft.com/en-us/kb/929852/en-us

Thanks for the reply. Disabled IP6, still the same issues. Any good idea on how to troubleshoot/narrow down the issue.
jaynahar
Posts: 40
Joined: Wed Apr 23, 2014 6:35 am

Re: OD Not responding after Windows update (win 8.1)

Post by jaynahar »

Please help troubleshoot and identity what is causing "Not Responding" issue.
User avatar
jsalmon
Posts: 1609
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: OD Not responding after Windows update (win 8.1)

Post by jsalmon »

My hunch is that it is network related which are the hardest problems to solve. I solve them by simplifying my network and adding devices / settings until the issue starts to occur again thus revealing the culprit. If it isn't network related, it might be a 3rd party software taking up your server resources making it unresponsive to workstations. See the Interference from Other Programs section of this page for examples of what I'm talking about.
http://www.opendental.com/manual/troubl ... wness.html
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com
jaynahar
Posts: 40
Joined: Wed Apr 23, 2014 6:35 am

Re: OD Not responding after Windows update (win 8.1)

Post by jaynahar »

jsalmon wrote:My hunch is that it is network related which are the hardest problems to solve. I solve them by simplifying my network and adding devices / settings until the issue starts to occur again thus revealing the culprit. If it isn't network related, it might be a 3rd party software taking up your server resources making it unresponsive to workstations. See the Interference from Other Programs section of this page for examples of what I'm talking about.
http://www.opendental.com/manual/troubl ... wness.html
Still not able to solve. Any Other ideas please do share.
Post Reply