<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>CTIO 7.5(1) VB Console process - how to supress logging?</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8272280" />
  <subtitle>CTIO 7.5(1) VB Console process - how to supress logging?</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8272280</id>
  <updated>2013-05-24T03:50:22Z</updated>
  <dc:date>2013-05-24T03:50:22Z</dc:date>
  <entry>
    <title>RE: New Message from GEOFFREY THOMPSON in Computer Telephony Integration Ob</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8458043" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8458043</id>
    <updated>2012-11-09T21:09:48Z</updated>
    <published>2012-11-09T21:09:48Z</published>
    <summary type="html">The documentation has the wrong registry key it should be HKEY_LOCAL_MACHINE\SOFTWARE\ Cisco Systems, Inc.\CTIOS Tracing .  The rest of the statements are correct.</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2012-11-09T21:09:48Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from David Lender in Computer Telephony Integration Object</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8318368" />
    <author>
      <name>GEOFFREY THOMPSON</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8318368</id>
    <updated>2012-11-05T15:16:45Z</updated>
    <published>2012-11-05T15:16:45Z</published>
    <summary type="html">David,

Thanks for your reply. I do know about HKEY_LOCAL_MACHINE\SOFTWARE\ Cisco Systems, Inc.\CTIOS Tracing

My question is about the Guides.

Appendix B-2 CTIOS 7.5 Developer's Guide

You can set C++ and COM client trace configuration parameters in the Windows registry at the following key. See Java CIL Logging Utilities, page B-3, for instructions on configuring tracing for the Java CIL. See Logging and Tracing (.NET), page B-5, for instructions on configuring tracing for the .NET CIL.

HKEY_LOCAL_MACHINE\SOFTWARE\Cisco Systems\CTI Desktop\Ctios\Logging

Appendix B-2 CTIOS 8.5 Developer's Guide

You can set C++ and COM client trace configuration parameters in the Windows registry at the following key. See Java CIL Logging Utilities, page B-3, for instructions on configuring tracing for the Java CIL. See Logging and Tracing (.NET), page B-5, for instructions on configuring tracing for the .NET CIL.

HKEY_LOCAL_MACHINE\SOFTWARE\Cisco Systems\CTI Desktop\Ctios\Logging

Are you saying that these statements are incorrect?

Regards,
Geoff</summary>
    <dc:creator>GEOFFREY THOMPSON</dc:creator>
    <dc:date>2012-11-05T15:16:45Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from GEOFFREY THOMPSON in Computer Telephony Integration Ob</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8317168" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8317168</id>
    <updated>2012-11-05T15:01:10Z</updated>
    <published>2012-11-05T15:01:10Z</published>
    <summary type="html">Geoff,

For Windows 7

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Cisco Systems, Inc.\CTIOS Tracing

For earlier Windows

HKEY_LOCAL_MACHINE\SOFTWARE\ Cisco Systems, Inc.\CTIOS Tracing


David</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2012-11-05T15:01:10Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from David Lender in Computer Telephony Integration Object</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8271833" />
    <author>
      <name>GEOFFREY THOMPSON</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8271833</id>
    <updated>2012-11-02T21:44:44Z</updated>
    <published>2012-11-02T21:44:44Z</published>
    <summary type="html">David,

I am struggling to know how these trace masks work.

The one in HKCU is set to 0x40000307 and the one in HKLM is set to 0x0, but even if I change the one in HKCU to 0x0, it still traces to the screen at exactly the same level of tracing.

I see it say something like “Screen Output is ON” – and I hoped there was  a way to turn that off. But the setting is not exposed.

What about the comment on B-2 to create this key and install TraceMask there?

HKEY_LOCAL_MACHINE\SOFTWARE\Cisco Systems\CTI Desktop\Ctios\Logging

Is that the correct key?


Regards,
Geoff</summary>
    <dc:creator>GEOFFREY THOMPSON</dc:creator>
    <dc:date>2012-11-02T21:44:44Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from GEOFFREY THOMPSON in Computer Telephony Integration Ob</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8271714" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8271714</id>
    <updated>2012-11-02T21:30:44Z</updated>
    <published>2012-11-02T21:30:44Z</published>
    <summary type="html">Geoff,

There is not a registry setting that tells the COM Cil whether to write to the console or not.
The recommended trace setting for normal operation is 0x40000307.

David</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2012-11-02T21:30:44Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from GEOFFREY THOMPSON in Computer Telephony Integration Ob</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8271546" />
    <author>
      <name>GEOFFREY THOMPSON</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8271546</id>
    <updated>2012-11-02T21:14:44Z</updated>
    <published>2012-11-02T21:14:44Z</published>
    <summary type="html">Wow – I mangled that subject line. I meant to say CTIOS 7.5(10)

Regards,
Geoff
.</summary>
    <dc:creator>GEOFFREY THOMPSON</dc:creator>
    <dc:date>2012-11-02T21:14:44Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from GEOFFREY THOMPSON in Computer Telephony Integration Ob</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8272305" />
    <author>
      <name>GEOFFREY THOMPSON</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8272305</id>
    <updated>2012-11-02T21:13:10Z</updated>
    <published>2012-11-02T21:13:10Z</published>
    <summary type="html">(sorry, body missing)

I have a console process written in VB that logs the agent in (they are already logged in, of course) and performs actions on incoming calls and then dies when it hears the logout.

There does not seem to be any way of stopping it from writing trace at a fairly detailed level in the console window, and if the trace server is installed, sending this to another file. I can remove the trace server (ctiostracetext.exe) and this prevents the detailed log file from being created in %HOMEPATH%, but I can't seem to stop it writing to the process window.

I have played with the trace masks in HKLM and HKCU - and even tried the advice in manual to create a TraceMask in

HKEY_LOCAL_MACHINE\SOFTWARE\Cisco Systems\CTI Desktop\Ctios\Logging
see appendix B-2. Is this key correct?
Is there any way to stop the trace in the window. I use the CTIOS trace library and write my own statements to my own log files, which is all I need.

The reason I ask is I have a lot of these processes (around 300) and I'm looking to improve performance.
Regards,
Geoff

.</summary>
    <dc:creator>GEOFFREY THOMPSON</dc:creator>
    <dc:date>2012-11-02T21:13:10Z</dc:date>
  </entry>
  <entry>
    <title>CTIO 7.5(1) VB Console process - how to supress logging?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8272279" />
    <author>
      <name>GEOFFREY THOMPSON</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8272279</id>
    <updated>2012-11-02T21:09:18Z</updated>
    <published>2012-11-02T21:09:03Z</published>
    <summary type="html">CTIO 7.5(1) VB Console process - how to supress logging?</summary>
    <dc:creator>GEOFFREY THOMPSON</dc:creator>
    <dc:date>2012-11-02T21:09:03Z</dc:date>
  </entry>
</feed>

