ESP Workload Automation

 View Only
  • 1.  Filename string too long

    Posted Jul 19, 2024 06:23 PM

    Hi Team,

    I am using file trigger setup, where I define file path as below,



    FILENAME \\mainfolder\folder1\folder2\********************************\*************.pdf     maximum characters used is 144.

    I am getting error as String too Long for 144 char..
    I am not getting simulation error for 141 char...



    Could you please let me know the maximum chars allowed/used to define the FILENAME

    Thanks,
    Vinothini



  • 2.  RE: Filename string too long

    Broadcom Employee
    Posted Jul 22, 2024 08:11 AM

    Hi Vinothini,

    If you have following PTF installed, then it can be up to 250 chars:

    ++PTF (LU08648)                                     
     /*******************************************************************    
                                                                             
    INCREASE SIZE LIMIT OF THE FILENAME STATEMENT                            
                                                                             
    ENHANCEMENT DESCRIPTION:                                                
    This fix increases the size limit of the FILENAME statement              
    to 250 characters.                  
    ===========

    Hope this helps,

    Lucy




  • 3.  RE: Filename string too long

    Posted Jul 23, 2024 08:54 AM

    Thanks