PDA

View Full Version : Fellow IT guy who's trying out NOD32, problem with doctors office setup...


YeOldeStonecat
December 9th, 2005, 07:10 AM
A colleague who has been trying out becoming a reseller of NOD32, one particular install that is giving him grief. It's a SBS network...here's a quote from him...

"...doctor's office. They run an app called Perfect Care. It is server based, running Sybase Adaptive Server database. When NOD32 is installed on the workstations, portions of the app hang up or crash. It turns out, after much fiddling, that it is the IMON causing it to fail. And no matter what I allow app or port wise, this app cannot run with that module installed. If I edit the config and tell it to allow the UNC app executable, it works OK until I reboot. Then the entire PC hangs on reboot. I then have to go into safe mode; uninstall NOD32; reboot. What a PITA."

Has anyone here run across Perfect Care and NOD32 issues? I've installed NOD32 on several networks where the server is running Sybase, but not this particular application.

Marcos
December 9th, 2005, 07:23 AM
He could run Filemon from Sysinternals and monitor what files are actually being used by the application. Subsequently he could exclude them in IMON setup which should resolve the problem.

YeOldeStonecat
December 9th, 2005, 07:58 AM
Will relay that to him Marcos...thank you for the quick reply.

twwabw
December 9th, 2005, 08:05 AM
Hi Marcos, and thanks for the post Brian.

Would I / should I monitor the networked files as well? Very few files for the app actually run on the workstation- most are server based. This is where I ran into a big problem. When I excluded the unc path and filename to the executable, the app worked fine, until I reboot the workstation. Then it hangs and will not boot. That's when I need to go into safemode and remove NOD32, or it will sit there for an hour.

YeOldeStonecat
December 9th, 2005, 12:08 PM
Just to double check for other to see what has been done....

In AMON, I always remove "Network" under media to be checked.

Safe to assume that the install to the SBS box detected it's a server, thus IMON disabled itself on the server during the install, correct?

twwabw
December 9th, 2005, 12:46 PM
Yes- during install to the server, it detected it was a server, and disabled IMON.

But, this has nothing to do with the server. I completely uninstalled from the server and all workstations; did a standalone install on the WS's, with nothing running on the server, with the same problem. The issue is with the IMON implementation on the workstations. Currently, I have all reinstalled as stand-alones, with IMON not installed on all, so the app can run (which it does fine without IMON).

alglove
December 9th, 2005, 03:46 PM
Standalone install? As in both client and server portions running on the same computer? Is Perfect Care some sort of WebDAV based program?

YeOldeStonecat
December 9th, 2005, 03:59 PM
-{ Quote: "Standalone install? As in both client and server portions running on the same computer? Is Perfect Care some sort of WebDAV based program?" }-

He has a Small Business 2003 Server network...so the Sybase database engine on the server, and either 2K or XPp clients connecting. Client of this PerfectCare being run from the workstations, true client/server network.

Network, knowing his style, is I'm sure in top notch health, and setup properly, by the book.

alglove
December 9th, 2005, 06:27 PM
Ahhh, OK. Now I see.

Are there any startup programs or services associated with the client? Maybe one of these would explain the hang at bootup.

Another possibility is that it might be one of those dreaded Winsock/LSP type problems. It could be between IMON and PerfectCare, or bewteen IMON and something else that is (or was) installed on the workstations. Try repairing Winsock (http://www.wilderssecurity.com/showthread.php?p=462132#post462132). If you have WinXP SP2, you can accomplish the same thing by typing netsh winsock reset at the Command Prompt, followed by a reboot.

http://support.microsoft.com/kb/811259/
-{ Quote: "Warning Programs that access or monitor the Internet such as antivirus, firewall. or proxy clients may be negatively affected when you run the netsh winsock reset command. If you have a program that no longer functions correctly after you use this resolution, reinstall the program to restore functionality." }-

twwabw
December 9th, 2005, 07:00 PM
4 W2000 Pro clients, 1 XP Pro client- same thing, all workstations. All 2000's are clean fresh installs (since I took over), and the XP client is 2 weeks old (new PC). Nothing starts at boot. The app is started via shortcut that points to the executable on the server. App starts correctly, with no errors, but hangs when you try to query anything on the database.

Hanging occurs after I excluded the server based executable in the IMON customization utility. Setting the IMON compatibility to different levels has no effect.

alglove
December 9th, 2005, 09:44 PM
Hmmm, this is a toughie. Any idea what ports are being used by the program (type netstat at the Command Prompt)? What happens if you go to IMON --> Setup --> HTTP --> uncheck "Automatically detect HTTP communication on other ports"?

twwabw
December 11th, 2005, 08:04 AM
-{ Quote: "Hmmm, this is a toughie. Any idea what ports are being used by the program (type netstat at the Command Prompt)? What happens if you go to IMON --> Setup --> HTTP --> uncheck "Automatically detect HTTP communication on other ports"?" }-

Played around some more this morning. Ports used are 2638 & 5873. I see no way to exclude these specific ports. Yes- I tried unchecking what you suggested- no change- still locks up app. Changed compatability mode- no change.

alglove
December 11th, 2005, 10:39 AM
Testing stuff out on aSunday morning. Dedicated. :)

Something that still gets me is, why does the computer hang when you reboot? That would seem to suggest that something is starting up with the computer. Do you get any error messages (Application or System) in the Event Log?

I suppose you have also tried uninstalling PerfectCare just to make sure that IMON will start OK by itself.

twwabw
December 11th, 2005, 01:08 PM
-{ Quote: "Testing stuff out on aSunday morning. Dedicated. :)
" }-

The joys of self-emplyoment.... every day's a workday :)

To clarify, the pc only hangs on reboot when I added the app to the excluded executables in the IMON configuration. And I referenced the app by full UNC path info. As I stated before, this allows the app to work correctly, as long as you don't reboot. Once you do- it hangs.

Can't reinstall Perfect Care- can only be done by them (what a racket!! >:( )

Other than that, with IMON not installed, the app works fine.

Appears to use Java for the interface, possibly using an app called jConnect to script and handle the Sybase queries.

alglove
December 11th, 2005, 11:58 PM
Do you mean this JConnect?

http://www.sybase.com/products/middleware/jconnectforjdbc
http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.docset.jc_6.05/title.htm

Looking at the first link, there is a JConnect utilty you can download and run from the command line. The general syntax is java JConnect ipAddress databaseName . What if you try running this manually? What if you try adding the Java executable to the exclusion list?

twwabw
December 12th, 2005, 12:13 PM
-{ Quote: "Do you mean this JConnect?

What if you try running this manually? What if you try adding the Java executable to the exclusion list?" }-

Yep- I believe that's the one. I can try that tonight after hours.

YeOldeStonecat
December 14th, 2005, 08:39 AM
^Bump^ for status update. ;D

YeOldeStonecat
December 20th, 2005, 07:29 AM
^Bump^...he's tried all the above, still no go.

Blackspear
December 20th, 2005, 07:42 AM
-{ Quote: "...he's tried all the above, still no go." }-Has he put a support call into Eset in the USA?

Cheers ;D

twwabw
December 21st, 2005, 06:36 PM
Hi guys- sorry for no update- been busy with other "fires". Like YOSC said, no go. Tried everyone's suggestions, no change. Only works with IMON not installed.