How to analyze when inline images crashes in Requests

How to analyze when inline images crashes in Requests

If any image on the Request description is crashed like the below image, you can follow the below steps to analyze the issue. 


Steps to analyze:
Right click on the image in the request description and click on Inspect, and there will be an IMG html tag (as per the screenshot below). Check the 'src' attribute in which the file path of the image will be given,



-> It will be similar to '/inlineimages/WorkOrder/1200000002/03a918363e3f4ecc990ea475854d58f5.jpg'.

-> You can right click on the tab and select edit as HTML to view the full path, if it is trimmed.



 -> The path defined will be under <Application Folder-> Inline Images>.

-> Check whether the same image of the Request description exists in that path.

-> Now check if that is the same image that has to be in the conversation with that 'src' attribute. repeat the same steps to verify the same with the image in the Conversation as well.

If the path is trimmed the image happens to break in the application. By following the above steps the same can be verified.

Note:
If the image files in both the paths exists, then by recreating the issue, logs needs to be analyzed further. 

                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Inline images broken after SCP Upgrade

                        We suspect that this issue may arise if the migration schedule has not been run post-upgrade. To troubleshoot this issue further, we kindly request the output of the following query. Please connect to the database of the working build and execute the ...
                      • Delete requests

                        If you would like to delete the older requests, you could use the below query. Connect to the Database For MSSQL: delete from workorder where dateadd(s,datediff(s,GETUTCDATE() ,getdate()) + (CREATEDTIME/1000),'1970-01-01 00:00:00') <= ...
                      • Apply Contract to All Requests raised by this account option is greyed out while creating a new contract

                        1. Whenever I put in Expiry date the checkbox for Apply Contract to All Requests raised by this account becomes greyed out. --> This will happen if there is another active contract for the same period. Two rules are applied while creating a contract ...
                      • Script to Notify Support Reps when a new reply is received for Unassigned Requests

                        Please do follow the below steps to notify support reps when an unassigned request is updated or when a reply is received.  1. Download the configuration.json file, sendMail.py file, requestobj.json file from the below link: ...
                      • Scripts to update request status when a new reply is received.

                        Please do refer to the below steps to change the status when a Contact sends a new reply to the ticket. 1. Download the script files from the below link and extract them and place it under..\ManageEngine\SupportCenter\integration\custom_scripts - ...