Esko Logo Back to Esko Support
Choose your language for a machine translation:

 

Question

What is the maximum length of the WebCenter fields? 

Reasons you should know this are:

  • Maximum length to be expected in reports or other types of reports (for example, returns from the SDK).
  • Maximum you can provide to WebCenter via SDK without risking errors or cut-offs.

Answer

The following table gives an overview of the maximum sizes of some of the common fields in the WebCenter.

A Unicode character can represent a single letter in any language (1 byte or 2 byte character sets). So 256 unicode characters means it can contain 256 letters in English but also in Chinese. 

The database fields given below are for reference only. It is NOT the intention that you interact with the database directly.
FieldMaximum number of charactersDatabase field
Document Name256 Unicode characters
webcenter.Documents.DocName
Document Description256 Unicode characters
webcenter.Documents.Description
Document Version Comment256 Unicode characters
webcenter.Doc_Version.Comments
Annotation Text512 Unicode characters
webcenter.annotation_comment.Annotation_Text
External Web Connection Name256 Unicode characters
webcenter.ExternalWeb_Configuration.Name
External Web Connection Url512 Unicode characters
webcenter.ExternalWeb_Configuration.Url
Group Name25 Unicode characters
webcenter.Groups.GroupName
Company Name120 Unicode characters
webcenter.Companies.CompanyName
Company Legal Name120 Unicode characters
webcenter.Companies.CompanyLegalName
Company Location Name120 Unicode characters
webcenter.Locations.LocationName
Company Location Address Line250 Unicode characters
webcenter.Locations.Addr1
Company Location City50 Unicode characters
webcenter.Locations.City
Company Location Zip20 Unicode characters
webcenter.Locations.Zip
Company Location State40 Unicode characters
webcenter.Locations.LocationState
Company Location Country50 Unicode characters
webcenter.Locations.Country
Company Location Phone50 Unicode characters
webcenter.Locations.Phone
Company Location Fax50 Unicode characters
webcenter.Locations.Fax
Company Location Shortname50 Unicode characters
webcenter.Locations.LocationShortname
Menu Name256 Unicode characters
webcenter.Menus.Menu_Name
Menu Description512 Unicode characters
webcenter.Menus.Menu_Description
Project Folder Name50 Unicode characters
webcenter.Project_Folder.FolderName
Project Folder Description256 Unicode characters
webcenter.Project_Folder.Description
Project Task Name250 Unicode characters
webcenter.PROJECT_WCTasks.Task_Name
Project Task Description800 Unicode characters
webcenter.PROJECT_WCTasks.Task_Description
Project Name700 Unicode characters
webcenter.Projects.ProjectName
Project Description700 Unicode characters
webcenter.Projects.Description
Project Custom Autonaming Suffix250 Unicode characters
webcenter.Projects.AutoName_Suffix
Project Custom Autonaming Prefix250 Unicode characters
webcenter.Projects.AutoName_Prefix
Approval Comment512 Unicode characters
webcenter.Submitted_Approval_Status.Approval_Comment
Approval Stage Name50 Unicode characters
webcenter.docVersion_approval_info.Stage_Name

Username

500 Unicode characters
webcenter.users.UserName
User First Name50 Unicode characters
webcenter.users.FirstName
User Last Name50 Unicode characters
webcenter.users.LastName
User Email128 Unicode characters
webcenter.users.Email
User Phone50 Unicode characters
webcenter.users.PhoneNumber
User Mobile50 Unicode characters
webcenter.users.MobileNumber
Report Name400 Unicode characters
webcenter.WC_Reports.Report_Name
Report Description800 Unicode characters
webcenter.WC_Reports.Report_description
Report Output File Name256 Unicode characters
webcenter.WC_Reports_Output_Setup.File_Name
Task Type Name250 Unicode characters
webcenter.WCTask_type.Type_Name
Task Type Description800 Unicode characters
webcenter.WCTask_type.Description
Task Type Default Document Folder50 Unicode characters
webcenter.WCTask_type.def_doc_foldername
Task Checklist Item Name255 Unicode characters
webcenter.WCTask_Type_Checklist
Attribute Name 40 Unicode characters
webcenter.Attributes.AttributeName
Attribute Description250 Unicode characters
webcenter.Attributes.Description
Attributes: Simple Text

255 - See also (info)

 
Attributes:Multi-value simple text

Multi-value is encoded as value1 | value 2 | value 3 | ...

This sum is limited to 255 characters

See also (info)

 
Attributes: Rich TextNo practical limitation 
Attributes: other typesThere is always sufficient space foreseen for the type, so no practical limitation 
Task specificationsSame limitations as attributes of the same type 

Attribute sizes in WebCenter 12.1.2 and beyond

In version 12.1.2 and newer (including 14), attributes will no longer be restricted in length in any practical matter. This will be especially interesting for multi-value attributes.

Article information
Applies to

WebCenter all versions

Created13-Nov-13
Last revised 
AuthorHADW, KADA
CW Number 
Contents

 

1 Comment

  1. I've noticed the Job Name fields in AE12.1.1 are truncated when a WebCenter12.1.1 project name is too long. This tends to cause issues when publishing files to projects with long names.

    To avoid this I use a SQL query to grab the WebCenter project name from the project ID (from WebCenter DB), then use this SmartName in the Project name field of any publish tasks.

    Works a treat!