CA Service Management

  • 1.  createAttachment method max fileName size

    Posted Sep 05, 2017 08:46 PM

    In the course of testing the webservice method createAttachment I received the following error:

    AHD03332:UploadFile failed

    The root cause appears to be the length of the fileName (full path and file name). The data dictionary says it should handle up to 255 characters but it is failing at less than that. Can anyone tell me what the maximum file name the method can handle?



  • 2.  Re: createAttachment method max fileName size
    Best Answer

    Broadcom Employee
    Posted Sep 05, 2017 09:45 PM

    Hi Lindsay,

     

    This document may provide some details as to why the max 255 characters is not available when creating attachments via the createAttachment method.

     

    Hope it helps,

    Gordon



  • 3.  Re: createAttachment method max fileName size

    Posted Sep 06, 2017 06:52 AM

    Thanks for pointing me in the right direction.