Knowledge Base

Welcome to The Carlisle Group's Knowledge Base.

Search or Ask a Question

This is a keyword search that looks for matching articles that contain one or more words specifically by a user in articles’ tags, title and content. Admin writes brief intro content here via admin end. If you are unable to find an answer to your issue, please submit an issue here.

Back to Articles List

Starting CAS with debug logging. | CAS

Added: 10/12/2012; Last Modified: 11/10/2014; Visits:1,799

You can start CAS 5 with logging.  The log file may assist in tracking down startup and runtime issue.  Logging is enabled by adding a debug parameter to the startup path.

 

Debug Parameters: 

  • Debug=1 -  Setting to "1" will enable the debug log file and write it to the default system temp directory.  (%temp%)
  • DebugDest="filepath"  - Setting this along with "Debug" will write the file to a specific file.

 

Examples:

  • Logging to default temp folder:

"C:\Program Files (x86)\CarlisleGroup\CAS 5.0\dyalogrt.exe" CAS inifile="HKEY_LOCAL_MACHINE\Software\CarlisleGroup\CAS 5.0" Debug=1

  • Logging to a specific text file.  Useful when CAS doesn't have access to the system temp folder.

"C:\Program Files (x86)\CarlisleGroup\CAS 5.0\dyalogrt.exe" CAS inifile="HKEY_LOCAL_MACHINE\Software\CarlisleGroup\CAS 5.0" Debug=1 DebugDest="c:\temp\logfile.txt"

 

Viewing the log:

  • You can open the text file at the specified path.
  • CAS Help diagnostics option will display the last 500 entries. (CAS 6+)