<?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>V8.01 Scripts</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=2242999" />
  <subtitle>V8.01 Scripts</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=2242999</id>
  <updated>2013-05-24T12:12:18Z</updated>
  <dc:date>2013-05-24T12:12:18Z</dc:date>
  <entry>
    <title>RE: V8.01 Scripts</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13020747" />
    <author>
      <name>Sharik M</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13020747</id>
    <updated>2013-03-14T13:49:51Z</updated>
    <published>2013-03-14T13:49:51Z</published>
    <summary type="html">Hi John
 
Yes this is introduced as part of migration to VOS platform done for increased security and is the only path in uccx file system where customer can create new files for there personel usage .Like log files for their custom code .This System.GetProperty(“uccx.customer.dir”)  can be used in Set Step to refer that path and Write Document can be used to create files with relative path as path and also in custom Java  code to get that path and dump your log file in that path
Also one point to note is that this folder contents are not replicated on the other Node.
To read the log files from that location , you can use CLI commands like  below –
 
? file uccx view: This command will be used to view custom files created by UCCX scripts. 
                Syntax: file uccx view custom_file file-spec
? file uccx list: This command will list custom files created by UCCX scripts.
               Syntax: file uccx list custom_file file-spec [options]
? file uccx get: This command will transfer the custom files created by UCCX scripts outside the box.
               Syntax: file uccx get custom_file file-spec [options]
? file uccx tail: This command will tail a custom file created by a UCCX script.
                Syntax: file uccx tail custom_file file-spec [options]
? file uccx delete: This command will delete a custom file created by a UCCX script.
                Syntax: file uccx delete custom_file file-spec [options]
? file uccx dump: This command will dump the contents of a file on the UCCX custom files area. Syntax: file uccx dump custom_file file-spec [options]
 
You can refer to CLI Reference Guide for more details on the above commands.
 
Hope this helps.
Regards
Sharik Saigal M</summary>
    <dc:creator>Sharik M</dc:creator>
    <dc:date>2013-03-14T13:49:51Z</dc:date>
  </entry>
  <entry>
    <title>V8.01 Scripts</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2242998" />
    <author>
      <name>JOHN REILLY</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2242998</id>
    <updated>2010-06-09T03:29:04Z</updated>
    <published>2010-06-09T03:29:04Z</published>
    <summary type="html">Does anyone know how to use the System.getProperty("uccx.customer.dir") function in a script. This is something new with V8 having switched from Windows to Linux.

Thanks</summary>
    <dc:creator>JOHN REILLY</dc:creator>
    <dc:date>2010-06-09T03:29:04Z</dc:date>
  </entry>
</feed>

