Skip to main content
Waters

What troubleshooting tools are available for NuGenesis software? - WKB1029

Article number: 1029

ENVIRONMENT

  • NuGenesis 9
  • NuGenesis 8

ANSWER

  • Developer Tools in Internet Explorer/Microsoft Edge/Mozilla Firefox/Google Chrome. These tools are built into most web browsers, often go by the name "developer tools" and offer a similar feature set. The tools give the user fine control over the browser, including the document's display mode. Press F12 in Internet Explorer to display the tools. The look of the Dev Tools interface, and the features available through it, change with each browser and version. One thing that you'll always find is a means to control the document mode. If a page's document mode is "5" or "IE 5", the page is loaded in compatibility mode. It also has a network traffic capture tool, Javascript debugger, page explorer, and many other tools.
  • Fiddler Web Debugger (www.fiddler2.com). Great tool for debugging web applications. It monitors web traffic and captures full HTTP headers and content for both HTTP requests and responses. More capable than the built-in F12 tools, but needs to be installed on a system in order to work.
  • Microsoft's Sysinternals Suite (https://www.sysinternals.com)
    • Process Monitor:  Captures all file, registry, and network activity in a Windows system. Good all-around tool. "When in doubt, use Process Monitor."
    • Process Explorer: Replacement for Task Manager. Shows much more information than the built-in tool. Useful for getting detailed information about running processes, such as the parent process, environment variables, any open ports, associated services, and more. Very useful for identifying processes that hold a file open. For instance, if a file cannot be deleted, you could search for that file through Process Explorer and it will identify the process or processes that use that file.
  • O&K PrintViewer (http://www.prnwatch.com/ok-printer-viewer/): Displays spool files (*.spl). Very useful when troubleshooting UNIFY print jobs.
  • Dependency Walker (www.dependencywalker.com). Displays the tree of dependent files for any given DLL. Almost all DLLs depend on some other libraries. In some cases, if a dependent file is not present, an application's DLL may fail to register or work properly.
  • Wireshark (www.wireshark.org). Captures raw TCP/IP network traffic. Good for troubleshooting connection issues.
  • LDAP Browser (www.softerra.com). Full LDAP client. Useful when troubleshooting LDAP connections in SDMS, VP/ELN, or Empower. Also supports SSL connections.
  • SSLTap (documentation: http://www.mozilla.org/projects/secu...ls/ssltap.html). Part of the NSS toolkit from Mozilla. Dumps SSL packets to the command line. Useful for troubleshooting SSL-LDAP connection issues.
  • Structured Storage Viewer (www.mitec.cz). Opens OLE compound binary files and can save individual streams in the file to separate files on disk. Very useful for troubleshooting NuGenesis LMS documents.
  • Spy++, included with Microsoft Visual Studio. Captures the messages sent to and from program windows.
  • Oracle SQL Developer (www.oracle.com). Full-featured SQL development environment for Oracle databases. Includes a schema browser tool, allows browsing of table indexes, and export of LOB data
  • Java VisualVM (https://java.oracle.com).  Tool for monitoring the memory usage of a Java process.  Useful for debugging high memory/resource consumption in the LMS Server.  Included in Oracle's Java Developer Kit (JDK) distributions, but not in the Java runtime (JRE) installations.

Not able to find a solution? Click here to request help.