cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1105
Views
0
Helpful
2
Replies

Self test passed but will DLL errors

patrickdonlon
Level 1
Level 1

Hi I have a LMS install 3.1 that's running quite slowly so I have started with a self test which passes but with the message below. Can any one advise if I should change the dlls and exactly how,

Thanks

odbc.pl

PASS     Recommended DLL versions found.
         However, version mismatch is detected between ODBC files.
         Please visit  microsoft.com for more details

C:\WINDOWS\system32\odbccp32.dll                 FileVersion : 3.526.3959.0 (srv03_sp2_rtm.070216-1710)

C:\WINDOWS\system32\odbccp32.cpl                 FileVersion : 3.526.3959.0 (srv03_sp2_rtm.070216-1710)

C:\WINDOWS\system32\odbcad32.exe                 FileVersion : 3.526.3959.0 (srv03_sp2_rtm.070216-1710)

C:\WINDOWS\system32\odbccr32.dll                 FileVersion : 3.526.3959.0 (srv03_sp2_rtm.070216-1710)

C:\WINDOWS\system32\odbc32.dll                 FileVersion : 3.526.4795.0 (srv03_sp2_gdr.101103-0357)

C:\WINDOWS\system32\odbcint.dll                 FileVersion : 3.526.3959.0 (srv03_sp2_rtm.070216-1710)

2 Replies 2

Joe Clarke
Cisco Employee
Cisco Employee

I do not think the ODBC DLLs are your problem.  The warning here simply states that the DLLs have differing versions.  That may be fine given that they seem to be installed by the same SP), but if you have doubts, contact Microsoft.

Performance problems typically center around managing too many devices on insufficient hardware or runaway jobs/processes.  The advertised minimum requirements are just that: minimum.  For better performance, LMS will benefit from faster CPUs (as opposed to more) and more memory.  For runaway jobs, a reboot can usually weed those out.  For runaway processes, a look at the process monitor compared with the pdshow output (to map PIDs to LMS daemon names) will show where to focus the troubleshooting effort.

Thanks Joseph, reboot seems to improve performance at lot. Will check processes in the future