Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
Expand all | Collapse all

the RetrievalName property exceeds the maximum permitted length of (255)

  • 1.  the RetrievalName property exceeds the maximum permitted length of (255)

    Posted 11/01/20 09:28 AM

    Hi,

    We are trying to insert a document with file name in Arabic character which is not that much long as 255 character but its saying it exceeded max length. Can we change the RetrievalName property ? Why its taking more length for Arabic characters? Please help me on this.

    ERROR method name: checkRetrievalNameLength principal name: admin Global Transaction: true User Transaction: false Exception Info: The value given for a property or list element lies outside the permitted range or value set, or exceeds the maximum length allowed. The length of the value (276) specified for the RetrievalName property exceeds the maximum permitted length of (255). If a path was specified as the value, this limitation refers to the filename portion.

    com.filenet.api.exception.EngineRuntimeException: FNRCE0010E: E_BAD_VALUE: The value given for a property or list element lies outside the permitted range or value set, or exceeds the maximum length allowed. The length of the value (276) specified for the RetrievalName property exceeds the maximum permitted length of (255). If a path was specified as the value, this limitation refers to the filename portion. failedBatchItem=0

    ICCSAP error:

    15:43:37.242 [17248] HTTP WORKER #1: CSS0203E: (10.100.37.136:50898): HTTP request <create> failed with response status code: <500>

    15:43:37.242 [17248] HTTP WORKER #1: *** The command <create> failed in execution. Code: 500


    #Support
    #SupportMigration
    #ContentCollectorforSAP


  • 2.  RE: the RetrievalName property exceeds the maximum permitted length of (255)

    Posted 11/08/20 06:11 PM

    On my CPE with Oracle as the database, retrieval name ist stored in a RAW(299) column and if that does not suffice there is an overflow column with 1 GB as the max.

    If your document has several content elements, the retrival names will be concatenated, still it is hard to see how 1 GB could be exceeded that way and the error messag ia extremely irritating...

    Your problem must be somewhere else and it is just surfaceing this way.

    Can you bring in a file with the exact same name via ACCE?

    /Gerold


    #ContentCollectorforSAP
    #SupportMigration
    #Support