Adobe
Products

Top destinations

  • Adobe Creative Cloud
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • SiteCatalyst
  • Students
  • Elements family

Adobe Creative Cloud

  • What is Adobe Creative Cloud?
  • Design
  • Web
  • Photography
  • Video
  • Students
  • Teams
  • Enterprise
  • Educational institutions

Design and photography

  • Photoshop
  • Illustrator
  • InDesign
  • Adobe Muse
  • Lightroom

Video

  • Adobe Premiere
  • After Effects

Web development and HTML5

  • Edge Tools & Services [opens in a new window]
  • Dreamweaver
  • Gaming [opens in a new window]

Adobe Marketing Cloud

  • What is Adobe Marketing Cloud?
  • Digital analytics
  • Social marketing
  • Web experience management
  • Testing and targeting
  • Media optimization

Analytics

  • SiteCatalyst
  • Adobe Discover
  • Insight

Social

  • Adobe Social

Experience Manager

  • CQ
  • Scene7

Target

  • Test&Target
  • Recommendations
  • Search&Promote

Media Optimizer

  • AdLens
  • AudienceManager
  • AudienceResearch

Document services

  • Acrobat
  • EchoSign [opens in a new window]
  • FormsCentral [opens in a new window]
  • SendNow [opens in a new window]
  • Acrobat.com [opens in a new window]

Publishing

  • Digital Publishing Suite

  • See all products
Business solutions

By business need

  • Digital analytics
  • Digital publishing
  • Document management
  • Media optimization
  • Social marketing
  • Testing and targeting
  • Video editing and serving
  • Web development [opens in a new window]
  • Web experience management
  • See all business needs

By industry

  • Broadcast
  • Education
  • Financial services
  • Government
  • Publishing
  • Retail
  • See all industries
Support & Learning

I need help

  • Products
  • Adobe Creative Cloud
  • Adobe Marketing Cloud
  • Forums [opens in a new window]

I want to learn

  • Training and tutorials
  • Certification [opens in a new window]
  • Adobe Developer Connection
  • Adobe Design Center
  • Adobe TV [opens in a new window]
  • Adobe Marketing Center
  • Adobe Labs [opens in a new window]
Download
  • Product trials
  • Adobe Flash Player
  • Adobe Reader
  • Adobe AIR
  • See all downloads
Company
  • Careers at Adobe
  • Investor Relations
  • Newsroom
  • Privacy
  • Corporate Social Responsibility
  • Customer Showcase
  • Contact us
  • More company info
Buy
  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers
  • Adobe Marketing Cloud sales [opens in a new window]
Search
 
Info Sign in
Why sign in? Sign in to manage your account and access trial downloads, product extensions, community areas, and more.
Welcome,
My Adobe
My orders
My information
My preferences
My products and services
Sign out
My cart
Privacy My Adobe
Adobe
Products Sections Buy   Search  
Solutions Company
Help Learning
Sign in Sign out Privacy My Adobe
Date Date
Qty:
Subtotal
Promotions
Estimated Shipping
VAT
Calculated at checkout
Total
Checkout
Contribute Help / 

Use network I/O logging to log operations, identify problems

Adobe Community Help


Products Affected

  • Contribute
  • Contribute CS4

Contact support

 
By clicking Submit, you accept the Adobe Terms of Use.
 

What's covered

  • Use Net I/O Logging
  • Create the folder for the log files
  • Copy the data in the log files into a spreadsheet
  • Understand the log files
  • Understand the Net I/O Error codes
  • Additional information

If you use Contribute 3.x and 4 and encounter any of the following problems, consider taking advantage of the new Net I/O Logging feature:

  • Difficulty creating a connection
  • Problems with creating or editing site files
  • General Contribute performance problems

The Net I/O Logging feature enables Contribute to generate log files. These log files include detailed information about Contribute performance, including information about reading and writing files to the sites. A review of the file can help you identify the cause of any problems when creating a connection as well as indicate any network problems.

To the top

Use Net I/O Logging

Create the folder for the log files

Although Contribute 3.x and 4 have this feature available, it doesn't automatically create the log files. If you want Contribute to use this functionality, create a folder on your desktop called ct3netperformancelog (Contribute 3.x) or ctnetperformancelog (Contribute 4). These folder names and locations work for both Mac OS and Windows. Contribute begins logging (that is, creates a log file) the first time you start Contribute after creating the folder.

The log files are stored in the ct3netperformancelog (Contribute 3.x) and ctnetperformancelog (Contribute 4) folders and have the following naming structure: <user name><YYMMDD>-<HHMMSS>.txt.

Note: To stop Contribute from creating the log files, rename or remove the folder.

Copy the data in the log files into a spreadsheet

The log file format is a tab-delimited text file. To view the contents of the log file, open the file in a text-editing application, such as Notepad. Select all the text, then copy and paste the contents into a spreadsheet or similar program.

The following example instructions are written assuming you are using Notepad and Microsoft Excel on Windows:

  1. Open the text file in Notepad.
  2. Choose Edit > Select All, then choose Edit > Copy.
  3. Open Microsoft Excel, and open a new spreadsheet.
  4. Choose Edit > Paste.

Pasting the content into a spreadsheet as described allows the data--which is written into the text as columns--to fall into separate columns. The data is easy to see in the appropriate columns.

To the top

Understand the log files

The data in the files consist of the following columns. The column heading is in bold, but the list below includes a more descriptive heading name.

  • Log line number: incremented, beginning with 0
  • Date and time: the time is logged according to the computer's system clock time
  • User name: the user account name
  • System: this field shows the internal system information and connection type, such as LAN, FTP, SFTP, or WebDAV
  • OPeration: this field tracks what operation was performed, such as get/put data, delete file, MkDir, OpenConnection, and so on
  • Net I/O Error (nerr): this field tracks any protocol errors if they occur, and these errors are described below
  • Protocol Error (perr): this field tracks the SFTP or LAN protocol error, but for FTP and WebDAV it is the libcurl error
  • Raw Error (rerr): this field tracks the raw error code for FTP or WebDAV problems
  • Duration: the time is logged in seconds for each operation or sequence of operations with the action/end system message
  • Root URL (rooturl): the root URL of the operation
  • Path: the path of the file or directory affected by the operation

Understand the Net I/O Error codes

The NetIO Error field is usually zero, which indicates a successful operation. When the field is not zero, the more likely entries are:

Connection failures: The following errors are connection failures usually, but they can occur on any call.

  • UNKNOWN_HOST (host lookup failed)
  • CONNECT_FAILED (Should provide more detailed syndrome)
  • TIMED_OUT (A network operation timed out)
  • LOGIN_FAILED (Authentication failed)
  • PROTOCOL_ERROR (Server and client don't agree on the protocol)

Net I/O state failures: These failures are all Net I/O state issues. They are independent of a protocol, but protocols can use these errors.

  • UNKNOWN_PROTOCOL (Could not load an appropriate protocol library)
  • CHANNEL_OPEN (Tried to open an already open channel)
  • CHANNEL_CLOSED (Tried to do an operation on a closed channel)
  • OPERATION_PENDING (Tried to do an operation before a sync upleted)
  • BAD_PARAMETERS (An argument to a call is incorrect)
  • RESOURCE_EXISTS (Attempt to create a file/directory, where one exists)
  • RESOURCE_DOESNT_EXIST (File/directory not found, and so on)
  • RESOURCE_IN_USE (File/directory open/locked/CD'ed to, and so on)
  • ACCESS_DENIED (Permissions, or likely permissions failure)
  • OUT_OF_DISK (Out of quota or capacity)
  • NOT_EMPTY (Attempt to remove a nonempty directory)
  • NOT_DIRECTORY (Attempt to do a directory operation on a file)
  • NOT_FILE (Attempt to do a file operation on a directory)
  • BAD_PATHNAME (The protocol did not like the characters in the path 1name)
  • NOT_IMPLEMENTED (Protocol doesn't implement operation)
  • NOT_LOCKED (Resource is not locked)
  • LOCKED (Resource already locked)
  • METHOD_NOT_ALLOWED (Issuing an unsupported method against the remote server. For example, webdav call on a webdav-disabled server)
  • RESOURCE_REDIRECTED (Resource redirected)
  • OUT_OF_MEMORY (Contribute memory failure)
  • CANCELED (Cancel was called before operation completed)

Server errors: Both of the following errors have syndrome information of some sort. Normally, server errors show up as TIMED_OUT, but occasionally the server reports problems as a disk error.

  • LOCAL_IO_ERROR (Error reading or writing stream passed in)
  • REMOTE_IO_ERROR (Error reading or writing remote resource)
To the top

Additional information

Mac OS users can run the following command in the terminal to see a real-time display of network operations:

tail -f -n 40 ~/Desktop/ct3netperformancelog/<YYMMDD>-<HHMMSS>.txt (Contribute 3.x)

tail -f -n 40 ~/Desktop/ctnetperformancelog/<YYMMDD>-<HHMMSS>.txt (Contribute 4)

Keywords: tn_19506

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License  Twitter™ and Facebook posts are not covered under the terms of Creative Commons.

Legal Notices   |   Online Privacy Policy

Products

  • Adobe Creative Cloud
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • Digital Publishing Suite
  • Elements family
  • SiteCatalyst
  • For education

Download

  • Product trials
  • Adobe Reader
  • Adobe Flash Player
  • Adobe AIR

Support & Learning

  • Product help
  • Forums

Buy

  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers

Company

  • News room
  • Partner programs
  • Corporate social responsibility
  • Career opportunities
  • Investor Relations
  • Events
  • Legal
  • Security
  • Contact Adobe
Choose your region United States (Change)
Choose your region Close

North America

Europe, Middle East and Africa

Asia Pacific

  • Canada - English
  • Canada - Français
  • Latinoamérica
  • México
  • United States

South America

  • Brasil
  • Africa - English
  • Österreich - Deutsch
  • Belgium - English
  • Belgique - Français
  • België - Nederlands
  • България
  • Hrvatska
  • Česká republika
  • Danmark
  • Eastern Europe - English
  • Eesti
  • Suomi
  • France
  • Deutschland
  • Magyarország
  • Ireland
  • Israel - English
  • ישראל - עברית
  • Italia
  • Latvija
  • Lietuva
  • Luxembourg - Deutsch
  • Luxembourg - English
  • Luxembourg - Français
  • الشرق الأوسط وشمال أفريقيا - اللغة العربية
  • Middle East and North Africa - English
  • Moyen-Orient et Afrique du Nord - Français
  • Nederland
  • Norge
  • Polska
  • Portugal
  • România
  • Россия
  • Srbija
  • Slovensko
  • Slovenija
  • España
  • Sverige
  • Schweiz - Deutsch
  • Suisse - Français
  • Svizzera - Italiano
  • Türkiye
  • Україна
  • United Kingdom
  • Australia
  • 中国
  • 中國香港特別行政區
  • Hong Kong S.A.R. of China
  • India - English
  • 日本
  • 한국
  • New Zealand
  • 台灣

Southeast Asia

  • Includes Indonesia, Malaysia, Philippines, Singapore, Thailand, and Vietnam - English

Copyright © 2013 Adobe Systems Incorporated. All rights reserved.

Terms of Use | Privacy | Cookies

Ad Choices

Reviewed by TRUSTe: site privacy statement