CA Service Management

 View Only
  • 1.  Introduce new file extension in the acceptable attachment list

    Posted Nov 29, 2016 01:12 PM

    Hello Team,

     

    We have a requirement to allow .xlsm files for Service Catalog attachments. As of now Catalog is not accepting .xlsm (Macro enabled Excel files) and throwing a pop up error which says :

    May I have suggestion/way to add this in the acceptable file format list?

     

    Thanks

    ArunavaS



  • 2.  Re: Introduce new file extension in the acceptable attachment list
    Best Answer

    Posted Nov 29, 2016 01:37 PM

    You can allow for additional file types by adding the extension to the 'ApprovedUploadExtensions' list in ..\Service Catalog\view\conf\ESAPI.properties. Following is from a 14.1 server:

     

    HttpUtilities.ApprovedUploadExtensions=.gif,.tif,.tiff,.jpg,.jpeg,.png,.bmp,.docx,.xlsx,.pptx,.doc,.xls,.ppt,.zip,.jar,.apk,.rar,.pdf,.txt,.xml,.rtf,.properties,.log,.msg,.html,.avi



  • 3.  Re: Introduce new file extension in the acceptable attachment list

    Posted Nov 29, 2016 01:39 PM

    Thanks a lot Jason. I will try that in my test environment and will see the changes.

     

    Thanks

    ArunavaS



  • 4.  Re: Introduce new file extension in the acceptable attachment list

    Posted Nov 30, 2016 06:19 AM

    Thanks much Jason. The solution you provided work perfectly in our test environment.

    Thanks

    ArunavaS



  • 5.  Re: Introduce new file extension in the acceptable attachment list

    Posted Nov 30, 2016 09:00 AM

    You are most welcome Arunava, glad to help!