Deactivating Logging and Tracing

Deactivating logging and tracing for single Interface in XI Box
Could some one guide me on this.
We have an Interface in which the log file generated due to XSLT Mapping+ Value Mapping is of huge size. So we want to deactivate the logging and tracing of the same.
Regards
Abhishek Mahajan

If you want to change the Trace for value mappings then there is an option for it in Visual Admin....but again it will disable the Trace for all value mappings.....
http://help.sap.com/saphelp_nw04/helpdata/en/42/52f7415e639c39e10000000a155106/content.htm
From the link:
In addition, value mappings can be traced (log configuration XIRUN.com.sap.aii.ibrun.server.valueMapping)
so just check it out if you can change the above field to disable Trace....
Regards,
Abhishek.

Similar Messages

  • How to configure the logging and tracing in J2EE-Server

    Hi,
    when I've been using the SAP Logging and Tracing Framework before from more or less "standalone" Applications I always used a property file which configured the levels of severity  etc.. During application startup I've read this file and configured the logging properly.
    In a J2EE-Environment (SAP WEB AS JAVA) I cannot read a file from a file - system. So I'm wondering where are those handlers and severity levels are configured ?
    Any help is greatly appreciated.
    Thanks in advance,
    Frank

    Hi Frank,
    well, first of all, your application provides log configuration information using an XML file at deployment time. This file is called log-configuration.xml (you can see the DTD description here: http://help.sap.com/saphelp_nw04/helpdata/en/48/ef8748caed894bb4b3ae953a60c592/frameset.htm). There you can set configure log controllers, which could be two types: location and category. So, you can specify your location and severity there. This is described here: http://help.sap.com/saphelp_nw04/helpdata/en/35/671c0136b4714c9e1b16b68211287b/frameset.htm.
    Then, after the application is deployed, the log configurations you provided for it are registered with the Log Configuration tool I mentioned about. Using this tool you can later on modify your configurations at runtime (for example, change the severity level) without having to redeploy the application.
    I hope it's clearer now? I guess it was me not getting your first question correctly that caused your confusion.
    Greetings,
    Ivo

  • NET8의 LOGGING AND TRACE관련 PARAMETER에 대한 Q & A

    제품 : SQL*NET
    작성날짜 : 1999-07-30
    NET8의 LOGGING AND TRACE관련 PARAMETER에 대한 Q & A
    ==================================================
    PURPOSE
    NET8의 LOGGING AND TRACE관련 PARAMETER에 대해 알아 보도록한다
    Explanation
    1. NET8에서 trace를 왜 사용하고 어떤 component들에 trace를 할 수 있나요 ?
    Trace의 특징은 네트워크을 수행하게 될때 network event들을 기술한다
    즉 trace와 관련된 일련의 문장들이 자세하게 생성된다.
    "Tracing"의 운영으로 log파일에 제공되어 있는 것 보다 NET8의 component들의
    내부적인 정보를 보다 많이 얻을 수 있다.
    이러한 정보는 에러의 결과로 인하여 발생하는 동일한 event들로 파일들에
    결과가 생성되어 이를 이용하여 문제의 원인을 판단할 수 있다.
    주의 : trace의 기능을 이용하는 경우 충분한 disk space와 system
    performance의 현격한 저하를 가져올 수 있다.
    즉 trace의 기능은 반드시 필요할 경우에만 사용할 것을 권한다.
    Example
    Reference Ducumment
    << trace의 기능을 이용하여 trace를 할수 있는 component들 >>
    * Network listener
    * Net8 components on the client and server
    * Connection Manager
    * Oracle Names Server
    * Oracle Names Control Utility
    * TNSPING utility
    2. 어떤 parameter들을 설정하면 trace 기능을 이용할 수 있는가 ?
    tracing을 하기 위해서는 특정 trace parameter들을 설정함으로써 가능하며
    아래에 주어진 방법들과 또는 utility들중 하나를 선택하여 설정함으로써
    사용할 수 있다.
    * Component Configuration Files
    * Component Control Utilities
    * Oracle Trace
    component의 configuration 파일을 이용하여 traceing parameter를 설정하려면
    1) component의 configuration 파일에 다음의 traceing parameter를 설정한다.
    - SQLNET.ORA for client or server, LISTENER.ORA for listener:
    TRACE_LEVEL_<CLIENT/LISTENER/SERVER>=(0/4/10/16)
    TRACE_DIRECTORY_<CLIENT/LISTENER/SERVER>=<directory name>
    LOG_DIRECTORY_<CLIENT/LISTENER/SERVER>=<directory name>
    2) 만일 component들이 수행중인 동안 configuration 파일의 수정이 있었다면
    변경된 parameter들을 사용하기 위해 component들을 다시 시작하여야 한다.
    component control utility들을 이용하여 trace parameter들을 설정하려면
    1) listener의 경우, Listener Control Utility(lsnrctl)에서 TRACE 명령어를
    이용하여 listener가 수행중인 동안에도 trace level을 설정할 수 있다.
    EX)
    RC80:/mnt3/rctest80> lsnrctl
    LSNRCTL for SVR4: Version 8.0.4.0.0 - Production on 01-SEP-98 15:16:52
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> trace admin
    Connecting to (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY))
    Opened trace file: /mnt4/coe/app/oracle/product/8.0.4/network/trace/
    lsnr_coe.trc
    The command completed successfully
    LSNRCTL> trace off
    Connecting to (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY))
    The command completed successfully
    LSNRCTL> exit
    RC80:/mnt3/rctest80>
    2) Oracle Names의 경우, Names Control Utility(namesctl)에서 TRACE_LEVEL
    명령어를 이용하여 Oracle Names가 수행중인 동안에도 trace level을
    설정할 수 있다.
    주의 : Connection Manager의 경우, trace level은 configuration 파일인
    CMAN.ORA 에서만 설정할 수 있다.
    Oracle Enterprose manager(이하 OEM)에 있는 Oracle Trace는 trace parameter
    들을 설정하고 GUI를 통해 trace data의 형태를 볼수 있도록 하는 tracing tool
    이다.
    3. Trace된 data를 해석할 수 있는 다른 utility들이 있다면 ?
    Trace Assistant를 사용하면 사용자의 *.trc 파일 (SQL*Net v2의 형식에 의해
    생성된) 또는 *.txt (Orace Trace 과 TRCFMT에 의해 생성된 출력물)을 통해
    trac된 정보를 해석할 수 있다.
    이 유틸리티 네트워크의 문제들로 인해 발생하는 문제점들을 진단하고
    해결하는 데 보다 많은 정보를 제공하여 사용자의 이해를 돕는다.
    * the source and destination of trace files
    * the flow of packets between network nodes
    * which component of Net8 is failing
    * pertinent error codes
    다음에 주어진 명령어를 수행하므로써 Trace Assistant 실행할 수 있다.
    trcasst [options] <filename>
    Trace Assistant Text Formatting Options
    -o Displays connectivity and Two Task Common (TTC) information.
    After the -o the following options may be used:
    c (for summary connectivity information)
    d (for detailed connectivity information)
    u (for summary TTC information)
    t (for detailed TTC information)
    q (displays SQL commands enhancing summary TTC
    information)
    -p Oracle Internal Use Only
    -s Displays statistical information
    -e Enables display of error information After the -e, zero
    or one error decoding level may follow:
    0 or nothing (translates the NS error numbers dumped
    from the nserror function plus lists all
    other errors)
    1 (displays only the NS error translation from
    the nserror function)
    2 (displays error numbers without translation)
    만일 option들이 제공되지 않는다면 기본적으로 -odt -e -s가 지정되어 자세한
    connectivity, Two-Task Common, 에러 level 0 그리고 통계정보들이 tracing
    된다.
    4. SQL*Net v2 tracing과 어떻게 다른가 ?
    Net8 tracing에서는 이전 버전인 SQL*NET V2에서 제공 되는 모든 option을
    포함하고 있고 Oracle Trace의 기능이 추가되었다.
    이것은 Oracle Trace Repository를 OEM 콘솔을 통하여 사용자의 trace 정보를
    관리할 수 있도록 허용한다.
    5. *.cdf와 *.dat은 어떤 파일 인가 ?
    *.cdf 와 *.dat 파일들은 Oracle Trace에 의해 생성되는 파일들로서 이 파일들을
    읽기 위해서는 반드시 trcfmt utility를 이용해야만 한다.
    trcfmt는 binary (*.dat와 *.cdf의 확장자) 파일내에 있는 data를 일반text
    (.txt의 확장자)로 정보를 추출한다. 이 tool을 사용하기 위해서는 다음의
    명령어를 이용하면 된다.
    $ trcfmt collection.cdf
    주의 : .cdf와 .dat파일이 존재하는 디렉토리가 아닌 곳에서 이 tool을 이용
    한다면 path가 포함되야 한다. 만일 하나의 .cdf 와 .dat 파일들내에
    여러 프로세스들의 traceing정보가 수집된다면 그것들은 process_id.txt
    의 이름과 함께 파일이 추출될 것이다.
    6. trac관련 configuration은 어떤 것이 있으며 설정할 수 있는 parameter는
    무엇이 있는가 ?
    ==========================================================================
    || SQLNET.ORA Parameters ||
    ==========================================================================
    DAEMON.TRACE_DIRECTORY
    Purpose: Controls the destination directory of the Oracle
    Enterprise Manager daemon trace file
    Default Value: $ORACLE_HOME/network/trace
    Description
    Available Oracle Enterprise Manager Installation Guide
    Example: DAEMON.TRACE_DIRECTORY=/oracle/traces
    DAEMON.TRACE_LEVEL
    Purpose: Turns tracing on/off to a certain specified level for
    the Oracle Enterprise Manager daemon.
    Default Value: 0 or OFF
    * 0 or OFF - No trace output
    * 4 or USER - User trace information
    Available Values
    * 10 or ADMIN - Administration trace information
    * 16 or SUPPORT - WorldWide Customer Support trace
    information
    Description
    Available Oracle Enterprise Manager Installation Guide
    Example: DAEMON.TRACE_LEVEL=10
    DAEMON.TRACE_MASK
    Purpose: Specifies that only the Oracle Enterprise Manager daemon
    trace entries are logged into the trace file.
    Default Value: $ORACLE_HOME/network/trace
    Description
    Available Oracle Enterprise Manager Installation Guide
    Example: DAEMON.TRACE_MASK=(106)
    LOG_DIRECTORY_CLIENT
    Purpose: Controls the directory for where the log file is written
    Default Value: Current directory where executable is started from.
    Example: LOG_DIRECTORY_CLIENT=/oracle/network/trace
    LOG_DIRECTORY_SERVER
    Purpose: Controls the directory for where the log file is written
    Default Value: Current directory where executable is started from.
    Valid in File: SQLNET.ORA
    Example: LOG_DIRECTORY_SERVER=/oracle/network/trace
    LOG_FILE_CLIENT
    Purpose: Controls the log output filename for an Oracle client.
    Default Value: SQLNET.LOG
    Example: LOG_FILE_CLIENT=client
    LOG_FILE_SERVER
    Purpose: Controls the log output filename for an Oracle server.
    Default Value: SQLNET.LOG
    Example: LOG_FILE_SERVER=svr
    NAMESCTL.TRACE_LEVEL
    Purpose: Indicates the level at which the NAMESCTL program should
    be traced.
    Default Value: OFF
    Values: OFF, USER, or ADMIN
    Example: NAMESCTL.TRACE_LEVEL=ADMIN
    NAMESCTL.TRACE_FILE
    Purpose: Indicates the file in which the NAMESCTL trace output is
    placed.
    Default Value: namesctl_PID.cdf and namesctl_PID.dat
    Example: NAMESCTL.TRACE_FILE=NMSCTL
    NAMESCTL.TRACE_DIRECTORY
    Purpose: Indicates the directory where trace output from the NAMESCTL
    utility is placed.
    Default
    Value: $ORACLE_HOME/network/trace
    Example: NAMESCTL.TRACE_DIRECTORY=/ORACLE/TRACE
    NAMESCTL.TRACE_UNIQUE
    Indicates whether a process identifier is appended to the
    Purpose: name of each trace file generated, so that several can
    coexist.
    Default
    Value: OFF
    Values: OFF or ON
    Example: NAMESCTL.TRACE_UNIQUE = ON
    TNSPING.TRACE_DIRECTORY
    Purpose: Control the destination directory of the trace file
    Default Value: $ORACLE_HOME/network/trace
    Example: TNSPING.TRACE_DIRECTORY=/oracle/traces
    TNSPING.TRACE_LEVEL
    Purpose: Turns tracing on/off to a certain specified level
    Default Value: 0 or OFF
    * 0 or OFF - No trace output
    * 4 or USER - User trace information
    Available Values
    * 10 or ADMIN - Administration trace information
    * 16 or SUPPORT - WorldWide Customer Support trace
    information
    Example: TNSPING.TRACE_LEVEL=10
    TRACE_DIRECTORY_CLIENT
    Purpose: Control the destination directory of the trace file
    Default Value: $ORACLE_HOME/network/trace
    Example: TRACE_DIRECTORY_CLIENT=/oracle/traces
    TRACE_DIRECTORY_SERVER
    Purpose: Control the destination directory of the trace file
    Default Value: $ORACLE_HOME/network/trace
    Example: TRACE_DIRECTORY_SERVER=/oracle/traces
    TRACE_FILE_CLIENT
    Purpose: Controls the name of the client trace file
    Default Value: SQLNET.CDF and SQLNET.DAT
    Example: TRACE_FILE_CLIENT=cli
    TRACE_FILE_SERVER
    Purpose: Controls the name of the server trace file
    Default Value: SVR_PID.CDF and SVR_PID.DAT
    Example: TRACE_FILE_SERVER=svr
    TRACE_LEVEL_CLIENT
    Purpose: Turns tracing on/off to a certain specified level
    Default Value: 0 or OFF
    * 0 or OFF - No trace output
    * 4 or USER - User trace information
    Available Values
    * 10 or ADMIN - Administration trace information
    * 16 or SUPPORT - WorldWide Customer Support trace
    information
    Example: TRACE_LEVEL_CLIENT=10
    TRACE_LEVEL_SERVER
    Purpose: Turns tracing on/off to a certain specified level
    Default Value: 0 or OFF
    * 0 or OFF - No trace output
    * 4 or USER - User trace information
    Available Values
    * 10 or ADMIN - Administration trace information
    * 16 or SUPPORT - WorldWide Customer Support trace
    information
    Example: TRACE_LEVEL_SERVER=10
    TRACE_UNIQUE_CLIENT
    Used to make each client trace file have a unique name to
    Purpose: prevent each trace file from being overwritten with the next
    occurrence of the client. The PID is attached to the end of
    the filename.
    Default
    Value: OFF
    Example: TRACE_UNIQUE_CLIENT=ON
    USE_CMAN
    If the session is in an Enhanced Discovery Network with a
    Purpose: Names Server, this parameter forces all sessions to go
    through a Connection Manager to get to the server.
    Default
    Value: FALSE
    Values: TRUE or FALSE
    Example: USE_CMAN=TRUE
    ==========================================================================
    || LISTENER.ORA Parameters ||
    ==========================================================================
    LOG_DIRECTORY_listener_name
    Purpose: Controls the directory for where the log file is written
    Default Value: Current directory where executable is started from.
    Example: LOG_DIRECTORY_LISTENER=/oracle/traces
    LOG_FILE_listener_name
    Purpose: Specifies the filename where the log information is
    written
    Default Value: listener_name.log
    Example: LOG_FILE_LISTENER=lsnr
    TRACE_DIRECTORY_listener_name
    Purpose: Control the destination directory of the trace file
    Default Value: $ORACLE_HOME/network/trace
    Example: TRACE_DIRECTORY_LISTENER=/oracle/traces
    TRACE_FILE_listener_name
    Purpose: Controls the name of the listener trace file
    Default Value: LISTENER_NAME.CDF and LISTENER_NAME.DAT
    Example: TRACE_FILE_LISTENER=lsnr
    TRACE_LEVEL_listener_name
    Purpose: Turns tracing on/off to a certain specified level
    Default Value: 0 or OFF
    * 0 or OFF - No trace output
    * 4 or USER - User trace information
    Available Values
    * 10 or ADMIN - Administration trace information
    * 16 - WorldWide Customer Support trace information
    Example: TRACE_LEVEL_LISTENER=10
    ==========================================================================
    || NAMES.ORA Parameters ||
    ==========================================================================
    NAMES.TRACE_DIRECTORY
    Purpose: Indicates the name of the directory to which trace files
    from a Names Server trace session are written.
    Default
    Value: platform specific
    Example: names.trace_directory = complete_directory_name
    NAMES.TRACE_FILE
    Purpose: Indicates the name of the output file from a Names Server
    trace session. The filename extension is always.trc
    Default
    Value: names
    Example: names.trace_file = filename
    NAMES.TRACE_LEVEL
    Purpose: Indicates the level at which the Names Server is to be
    traced.
    Default Value: OFF
    Example: names.trace_level = OFF
    NAMES.TRACE_UNIQUE
    indicates whether each trace file has a unique name, allowing
    Purpose: multiple trace files to coexist. If the value is set to ON, a
    process identifier is appended to the name of each trace file
    generated.
    Default
    Value: OFF
    Example: names.trace_unique = ON
    names.trace_file = names_05.trc
    ==========================================================================
    CMAN.ORA Parameters
    ==========================================================================
    TRACING
    Default
    Value: NO
    Example: TRACING = NO
    References
    7. listener.log 파일에 loggin정보를 남기지 않게 하는 방법이 있나요 ?
    고객이 개발하여 사용중인 application에서 NET8을 이용하여 접속하거나 접속을
    종료하는 경우 listener.log에 이와 관련된 정보가 남으며, 수 많은 사용자가
    접속을 하게 되므로서 급속하게 listener.log 파일이 커져 $ORACLE_HOME이 있는
    file system이 꽉 차서 데이터베이스가 hang이 되는 결과를 초래하는 경우가 있다.
    고객들은 listener.log에 write할수 있는 메세지의 양에 제한을 두기를 원하는
    경우가 있으나 이러한 기능은 제공되지 않는다. 하지만 listener의 logging은
    ON 또는 OFF는 설정을 통해서 가능하다.
    Net8에서는 listener.ora에 "LOGGING_(the listener name)=off"를 설정하게
    되면 listener의 logging을 멈출 수 있다.
    물론 설정후 listener stop후 재기동을 하셔야 변경된 paramerter에 의해
    이 기능이 enable됩니다.
    참고 : SQL*NET 2.3.x 에서도 이 parameter가 유효한가요 ?
    물론 사용이 가능합니다. NET8에서 사용하는 것과 동일하게 parameter를
    listener.ora에 설정함으로서 가능합니다.
    EX)
    LOGGING_LISTENER=OFF
    이 parameter는 listener의 전체 logging을 disable하는 parameter로 일부만
    여과하여 logging할 수 있는 기능은 아니다.
    이 parameter는 NET8에 알려진 parameter로 SQL*NET 2.3.x manuals에 나와
    있지는 않지만 정상적으로 사용할 수 있다.

  • Ojdbc14_g.jar and tracing

    I have been trying to get tracing to work for the last couple of days. I have read all of the docs about tracing but I am still missing something. I am hoping that someone can fill in the gaps for me.
    In my code JSP code I have the following:
    System.setProperty("java.util.logging.config.file", "/pirusfj/OracleLog.properties");
    oracle.jdbc.driver.OracleLog.setTrace(true);
    System.out.println ("Tracing turned on");
    Where in my web directories should the OracleLog.properties file be so that it is picked up by the logger? Do I need to have OracleHome set to that location? Also I have everything set to FINEST. Should the log out put come out as INFO: log message or FINEST: log message?
    The OracleLog.properties file is the one that came with the demo code and everything is changed from INFO to FINEST. Here is a copy of it:
    # OracleLog.properties Copyright Oracle 2004
    # Controls output of OracleLog for JDBC applications using
    # JDK1.4.x and ojdbc14_g.jar
    # See the Javadoc for OracleLog for more information.
    # Starting with Oracle 10gR1 the OracleLog system in
    # ojdbc14_g.jar for JDK1.4.x uses the services of
    # java.util.logging.* This file is a starting
    # point for controlling that output via a properties
    # file. Note that there is also a programatic interface
    # for java.util.logging which may be used as well. That
    # would allow finer grained control and the ability to
    # change the logging as the program runs.
    # Copy this file to your runtime directory to use as a
    # starting point. You should expect to change it to
    # suit your needs.
    # To enable logging controlled by this file start your
    # main java class with the swtiches
    # -Doracle.jdbc.Trace=true
    # -Djava.util.logging.config.file=OracleLog.properties
    # See also the file logging.properties in the jre/lib directory
    # in your JDK1.4 installation and the JDK documentation.
    handlers= java.util.logging.ConsoleHandler
    .level= FINEST
    # default file output is in user's home directory.
    java.util.logging.FileHandler.pattern = jdbc.log
    java.util.logging.FileHandler.limit = 50000
    java.util.logging.FileHandler.count = 1
    java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter
    # Setting this to SEVERE avoids duplicate output from default logger
    java.util.logging.ConsoleHandler.level = FINEST
    java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
    # Starting point -- main driver function level log
    oracle.jdbc.level = FINEST
    oracle.jdbc.driver.level = FINEST
    # Uncomment and/or change the levels for more detail
    oracle.jdbc.datum.level = FINEST
    oracle.jdbc.adt.level = FINEST
    oracle.jdbc.conversion.level = FINEST
    oracle.jdbc.adt.level = FINEST
    oracle.jdbc.thin.level = FINEST
    oracle.jdbc.datum.level = FINEST
    oracle.jdbc.kprb.level = FINEST
    oracle.jdbc.pool.level = FINEST
    oracle.jdbc.xa.level = FINEST
    oracle.jdbc.sqlj.level = FINEST
    oracle.jdbc.oci.level = FINEST
    oracle.jdbc.jpub.level = FINEST
    # Category definitions are listed in the following:
    # USER_OPER JDBC API level tracing.
    # INFO (expected volume: low)
    # PROG_ERR Program error (eg. an unexpected value encountered
    # SEVERE in a switch statement). Messages of this category
    # is not maskable.
    # (expected volume: low)
    # ERROR Error conditions that usually lead to catastrophic
    # SEVERE or unrecoverable results. Messages of this
    # category is not maskable.
    # (expected volume: low)
    # WARNING Error conditions that are usually recoverable.
    # WARNING Note that the module and sub-module filters do not
    # apply to messages of this category. See also
    # enableWarning().
    # (expected volume: low)
    # FUNCTION Function entry/return information.
    # FINE (expected volume: medium)
    # DEBUG1 High-level debug information.
    # FINER (expected volume: medium)
    # DEBUG2 Detail debug information.
    # FINEST (expected volume: high)
    # SQL_STR SQL string
    # CONFIG (expected volume: low)
    Any help would be greatly appreciated.
    Thanks,
    Susan Conger

    Duplicate post:
    ojdbc14_g.jar and tracing
    Susan,
    You wrote:
    In my JSP code I have the following:
    System.setProperty("java.util.logging.config.file", "/pirusfj/OracleLog.properties");For some "System" properties, the "setProperty()" method does nothing.
    These properties must be set on the command-line using the "-D" option of the "java" command.
    Indeed, this is stated in the comments of the demo code that you posted, namely:
    # -Djava.util.logging.config.file=OracleLog.propertiesYou also asked:
    Where in my web directories should the OracleLog.properties file beThat may depend on the JSP engine you are using.
    Excuse me, but I couldn't find that information in your post.
    Hence I can't really answer that question.
    Good Luck,
    Avi.

  • AVCHD Log and Transfer Woes.  Please advise.

    Folks, I am using the latest version of FInal Cut (7.02) to log and transfer AVCHD content from a Panasonic Lumix GH1. Many clips get imported but many stop with errors ( a stream error as note by a exclamation mark in a red alert icon in the status column) even though they play back in the log and transfer window, VLC, Toast 10.
    I've had to resort to using Toast 10 to transcode which is disheartening that it can and FCP can't. Plus it's slow. Another strange thing is that in FCP the number of clips that are successfully transcoded outnumber the number of clips for the same reel in Log and Transfer.
    Per some other message board to troubleshoot, I've updated my FxFactory plugin app, uninstalled Perian, deactivated the pulldown feature in Log and Transfer, and changed the AVCHD audio settings to plain stereo. None of these efforts has changed the stream errors I am getting.
    I could use some advice on this.

    L&T and Lumix GH1 footage needs the file structure in the 'PRIVATE' folder intact.
    So don't delete a single thing in there from the computer - if you want to remove clips you must do it from the camera. And when doing back-ups to a harddrive, copy the entire PRIVATE folder and again, don't change anything in there once it's on the harddrive. Then L&T can still access the clips, you don't have to do it from the SDHC card.
    And don't include photo captures.

  • Linksys, log and packets and admin workgoup

    Hello!
    First, this is my model.no :  WRT54G v.3
    1.
    I need to know if this model can save internet activity log.
    2.
    and about packet sniffing, well what about it? encrypted?
    I don't want to be traced, so I need to know if i have to be concerned about it...
    3.
    I have a wireless network work group, two computers in the same work group. how do i disable file sharing between them and why can I change security attributes of one computer trough the other computer in the work group?
    also, how do I prevent people from tracing my internet activity? inside the work group and outside it, I mean someone who isn't in my wireless network too.

    1. Not that I'm aware of, routers will only log connection activity but not internet stuff.
    2. Usually, packet sniffing is used to check abnormalities in your connection and other stuff. But sometimes, they are used to hack your network key or passphrase. To make sure you are safe, add wireless security on your router. WPA would be ok.
    3. By default, computers on the same workgroup don't share files unless you share it. Just a piece of advice, if you don't want anyone to trace your internet activity, make sure to clear your browser after use. Or you can use Incognito Mode if you're using Google Chrome.
    1. I think you are know aware of as he said its possible....
    2. how do i set WPA, would you elaborate a bit please?
    3. I have sharing enabled,  I want to disable it so it will be impossible to view files of one computer through the another in the router network...I need the computers to connect to the internet from the same router but not be connected in any way to each other.
    dibbler wrote:
    If you have activated the Log settings on your Router then you will be able to view the Incoming and outgoing log. To enable Internet activity log on your router, then you need to login to the router setup page and click on the Administration tab and click on the sub tab "log" and check the box Enable and click on save settings and it will monitor all Incoming and outgoing logs.
    To disable file sharing between your computer, you need to go to the Properties of your Network Adapter and uncheck "File and printer Sharing for Micorosoft Network" and click on ok...
    To prevent your internet activity from outsiders, secure your wireless network with a strong security password as well as install a firewall or Antivirus software on your computer. If a person is not a part of your network, then its hard to them to trace your internet activity..
    Ok, how do i disable it?
    And what after I disable file sharing? Thats it?
    I have been told that firewalls and antivirus cannot help against paket sniffing...so how will it help me to be secured from being tracked?
    what should one need to have in order to trace my internet activity if he is not in the same network??
    he cant track me if he doesnt have my password?

  • Can you please take a look at my TM Buddy log and opine on what the problem is?

    Pondini,
    Can you please take a look at my TM Buddy log and opine on what the problem is?  I'm stuck in the "Preparing Backup" phase for what must be hours now.  My last successful backup was this morning at 7:16 am.  I did do a series of Software Update this morning, one of which, a security update I believe, required a restart.
    I'm confused as to what the issue is, and how to get everything back to "it just works".
    Many thanks in advance.
    Starting standard backup
    Backing up to: /Volumes/JDub's Drop Zone/Backups.backupdb
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Event store UUIDs don't match for volume: Area 420
    Event store UUIDs don't match for volume: Macintosh HD
    Error: (5) getxattr for key:com.apple.backupd.SnapshotSt

    Time Machine can't read some data it needs from your backups (each of those date-stamps is one of your backups). 
    That's usually a problem with the drive itself, but could be the directory on it. First be sure all plugs are snug and secure, then see if you can repair it, per #A5 in Time Machine - Troubleshooting. 
    If that doesn't help, post back with the results.  Also either tell us what kind of Mac you have, what version of OSX you're running, or post that to your Profile, so it's accessible.  
    This is unrelated to the original post here, so I'm going to ask the Hosts to split it off into a new thread.  Since you've posted in the Lion forum, I'll assume that's what you're running.  You should get a notice from them

  • Unable to Log and Capture AND make FCP a boot disk

    I am unable to go into Log and Capture mode in FCP 4. I can capture from firewire using I movie just fine so I know the sytem works. The minute I open Log and Capture from within FCP (with the JVC Mini-DV camera hooked up thru Firewire), it crashes. Help. I upgraded from FCP 3 to FCP 4 a couple years ago and it hasn't worked right since. Would re-installing the FCP 4 upgrade work? Also, my system works very sluggish. Please explain to me how I would make the veersion of FCP 4 my boot disk. I realize that I can't have the FCP 4 application and the media on the same drive but is there a way to partition one of my drives and make FCP one of the startup disks? Hope this isn't too confusing. Thanks.

    First off, FCP 4 was darn unstable. FCP 4.5 is a free upgrade and is STILL the most stable version out there. FCP 5 is getting there.
    Secondly, try:
    Shane's Stock Tip Mantra: If the program was working fine, and now isn't, or just isn't working the way it should, the first things to do are:
    1) Trash your FCP preferences. Download the appropriate version of FCP Rescue at http://fcprescue.andersholck.com/ and run it.
    2) Open the Disk Utility and Repair Permissions.
    As for partitioning the hard drive, that isn't necessary. Hasn't been since FCP 3.
    Shane

  • Log and capture problems for HDV using FCP 5.0.1

    I cant seem to get a picture in my log and capture browser when using HDV. The screen says my camera is connected, I see timecode correctly rolling in sync with my cameras timecode, I can use the controls, but no picture on the screen?
    When I hit capture now, the capture screen pops up and gives a message "waiting for data from device".
    we shot at 720p at 25fps, there is no capture preset for this in my version of FCP. Could this be the problem? Please help!!

    Thanks for responding.
    It's a mac osx 10.4.11 and a 2 ghz intel core duo. I'm using easy set up in final cut pro, but there is no option for hd fire wire basic (which apple support told me to look for). The only hd options are 1080i50, i60 and 720 p30. The other hd options are for the apple intermediate codec. When I use the easy set up for hd 1080i60, then go to log and capture, it doesn't give me the preview window to set in's out, batch capture etc. It only lets me capture straight from the camera and I have to manually stop it and start it which is a major pain. Plus the clips need to be rendered once I put them in a timeline. I've shot and edited on mini dv with final cut for nearly 7 years, but now that i've tried to upgrade and shoot hd mini dv, all of these problems have arrived in capturing. I'm starting to think my version of final cut pro (5.0.1) just doesn't work with hd, unless it's very time consuming. Any ideas?

  • Log and Capture in FCP 6.0.5 flash red frames

    So I have been having a very odd and troubling issue during my log and capture stage in post production, whenever I try to import a tape into FCP I get this intermittent red colored frame that flashes for what I could only guess is a frame and it happens probably every ten frames or so; I've tried every combination of hardware troubleshooting from a different deck and camera, tapes from all different times and cameras and formats, different firewire cables and even different firewire ports.
    Has anyone has any experience with this or even anything like this, and if so how can I make it stop, I have even tried that final cut maintenance program and basically everything short of a clean reinstall... do I really have to go that far!?

    Some users have success with the newer drivers others not so fortunate.
    Read through this thread:
    http://discussions.apple.com/thread.jspa?threadID=2676952&tstart=0
    Al

  • No Audio during Log and Capture

    Hello, I have FCP 6.0 and am unable to hear my audio during log and capture. I have this problem on all 5 G5 Macs that I have, and have tried different editing docks and cables. I have used FCP for more than 5 years and have never had this problem. iMovie has audio during capture, so I am convinced that there is a pre-set in FCP that I don't have checked properly, but I've been over them many times and still have no answer. I searched past forums and didn't really find anything helpful to me.
    My pre-sets are set to DV NTSC 48kHz and the playback pre-sets are set to default. I can hear audio of my clips after I log and capture, but I still need to hear audio during importing. I'm more confused than anything. If anybody has had this problem before or any suggestions for me, I'm all ears.
    Thanks.
    John

    ... as Bogie says.
    However... this is a non-feature that dates back to slower CPU days... yet, still with all the different formats and such I (ME!!) I believe it's still good practice to leave it off.
    Devoting as much CPU work to the capture process lessens the chance for something to go wrong. You can easily monitor the audio directly out of the deck as needed.
    Sure -- octo cores need 30 apps open just to get your money's worth and I'm sure you won't have any issues using an 8th of one to send audio thru itself while the other 7 and 7/8ths are used for capture... but who wants to risk it?
    Not me... I'm to old to change my ways.
    Blast you FCP v1.2.5 on a beige G3 with 7gig and 15gig hard drive -- you taught me well.
    CaptM

  • Preview disabled in log and capture

    I am using Final Cut Pro 7 on the latest iMac i7.
    I have a DVCam deck connected to the iMac via a firwire 800 cable.
    There is a DV tape with DV footage in the deck.
    I am able to control the deck from log and capture but the display is the colour bar window with PREVIEW DISABLED on it.
    I have checked and double checked that my settings are correct, that video and audio are selected in capture settings etc etc.
    Everything is selected correctly on the deck.
    All mu suer preferences and presets are also correct.
    I have trashed FCP preferences as well.
    The content on the tape is viewable fine on the camera and on an external monitor.
    So, in summary:
    I am unable to log and capture DV material from the tape even though the deck is controllable from log and capture window.

    It's a Sony DVCam DSR 11 deck which will play mini DV or DvCam tapes recorded in PAL or NTSC.
    I haven't changed anything on the deck at all since last usung it a few weeks ago with the G5 and Tiger OS. I simply unplugged the firewire and plugged it straight into the new iMac.
    The old G5 was running FCP6, but because the G5 and Tiger (it's was a pre Intel machine) won't run FCP7 I decided to use this as the reason to upgrade and chage to the iMac i7 Lion OS.
    The material in question is PAL DV on mini tapes.
    The camera is a Panasonic DVX100A and only capapble of recording in SD DV.
    All the selection switches are correct on the deck. I'm puzzled why I can get the image and capture from the camera, with the same cable, and yet not from the deck.
    Thanks Michael

  • Log and capture freezes - please help

    hi,
    I'm using FCP 5 (studio). on G5 dual 2GH 1GB.
    it has become a nightmare to log and capture. after few minutes from working with log and capture the applications freezes. I have to force quit FCP.
    I trashed the preferences once, I re-installed, but the same thing is happening. I'm working on 2 projects, deadline is approaching.
    I appreciate any helpful responses.
    sz

    Are you trying to record three video streams simultaneously? Or by a video amplifier, you mean a video switcher?
    If you are using Capture Now, make sure you have set a capture limit. This is why:
    When you use log and capture, the disk system is being asked by FCP to essentially "keep capturing until we tell you to stop ... and no, we don't know HOW much that will be either." It is stressful on the system to be continually wandering around looking for space to stuff those ones and zeros with out any sense of how many they have to accommodate. One solution available to the system is to allocate the ENTIRE empty space on the disk as the potential capture file. This essentially locks the machine as there is no headroom for basic disk operations.
    However if you set a limit on capture now, say 60 minutes, the disk system can allocate the space and may seem to be less confused by the process. It still does not know EXACTLY how much you want, but it knows you will not want MORE THAN the limit and therefor can reduce some of the uncertainty.
    Better yet is to record to a timecode addressable tape. This allows you to log the tape, then use batch capture. When you do this, the system knows EXACTLY how much space to allocate for each file and is very efficient.
    Good luck.
    x

  • Log and capture big problem

    I am using FCP 3 (fully registered) i hit the log and capture NOW feature, and the screen brightness drops in half and a message that says I have to restart my computer and freezes up my computer.   The message is in 4 different languages making me think that it may be a computer error rather than a FCP message.
    I deleted my FCP plist file, and the FCP user data,  preference file and the POA cache file. Problem is still there.

    That's a kernel panic - whole system stalling.
    Do you have both FCP 7 and FCP X installed?
    If so, did you follow installation instructions provided by Apple:
    http://support.apple.com/kb/HT4722

  • Audio lag from Canon XHA1 speaker during log and capture

    Hey All,
    I'm working with a Canon XHA1. I'm logging and capturing video shot in HDV (1920 by 1080) @ 60i, . I can see the video on screen but the audio playing back from the camera is about half a second behind what I'm seeing on screen.
    My video monitor on the camera sincs up fine with the audio during this process AND my final capture is fine. It's just hard to work with this audio delay during the log and capture.
    Is this a settings issue? I don't think I can monitor sound through the computer during log and capture, right?
    Here are my settings:
    Sequence preset:
    HDV - 1080i60
    Capture preset: HDV
    Device control preset:
    HDV Firewire Basic
    Video Playback: None
    Audio Playback: Default
    Any suggestions?
    AND can anybody tell me what Apple Intermediate Codec 1080i60 means?
    PowerBook G4   Mac OS X (10.4.5)  

    Oh, and I neglected to mention I'm using a MacBook Pro running 10.4.10 and I'm running FCP 5.1.4
    Thanks in advance.

Maybe you are looking for

  • Date Format in OBIEE

    Hi All, I am using OBIEE 10.1.3.4.1 with informix db. While extracting data from the db, it has all the date field as "YYYY/MM". And While executing the report I am getting an error as *"[nQSError: 10058] A general error has occurred. [nQSError: 4604

  • Deauthorizing computers that no longer exist.

    How do you deauthorize a itunes system on a computer that no longer exists.   I have replaced computers and did not deauthorize them before discarding.  I cannot authorize new systems because of the 5 system limitation in itunes.   I want to use home

  • Drawing green halo border with RectBorder

    Hello, I'm trying to create few custom AS2 components which would look similar to the standard components. The component development checklist by Adobe suggests: quote: Use the RectBorder class (mx.skins.halo.RectBorder) rather than graphical element

  • Placed SWF file into dreamweaver, but it breaks up my layout.

    Hello all OK - so - warning -  I am rather amateur at all this. LIke many people, I make up my own website, which I have done in the past with no problems, but this time I have come unstuck because I am trying to insert a flash swf. I have managed to

  • RH7 Files Modified in Earlier Version Create Problems

    Hi. I'm a new and not very proficient RH user developing my first project in RH7. I was asked to take over a project started by someone else (in RH5x, I think). I brought the files into RH7 and continued development, no problem. At a certain point I