Unable to update any request details fields post 9414 upgrade

Unable to update any request details fields post 9414 upgrade

Issue:

Post upgrade to 9414, none of the fields were able to be updated especially the tickets created through email. Sorry for the inconvenience caused. We have a fix that can be applied in the same build to rectify the issue

Fix:

Please note that, this fix requires a restart of the application, hence plan your down time accordingly.

1.  Stop the application. 

2. Go to <Drive>:\ManageEngine\ServiceDeskPlus-MSP\Fixes.

Note : Create a folder a called Fixes, if you don't have one. 

3. Please find the attached file and extract the same to get the 1.fjar and place it under Fixes folder. 

4. Start the application services and check the issue.


The issue is fixed and released in the  build 9415.

                  New to ADSelfService Plus?

                    • Related Articles

                    • Script to automatically assign a technician to an unassigned request based on the first response

                      When a technician responds to an unassigned request, the corresponding ticket will be automatically assigned to the specific technician. Tested in: Build 14306 (Postgres) Steps: Download the attached scripts. Under Admin > Developer Space > Global ...
                    • How to populate request details on associated tasks.

                      This sample script is used to update request field values into tasks associated with request templates The Request details are stored as a JSON Object in a file and its path is provided as input to the Script. This can be used in the application ...
                    • How to update a request based on certain values.

                      This post describes the use of a python script to update requests based on values given in the request_properties.json file. This action can be performed using Custom Triggers. UseCase:  We have a Service template for account lockout/password reset. ...
                    • Technician Auto-Assign vs. Business Rule

                      If you have selected the option All requests under Tech Auto-assign then even if the Business rule sets a technician, tech auto-assign will reset the technician value. However, when Tech Auto-assign is set as an Unassigned request, Technician ...
                    • Purchase Request details

                      Select pr.REQUESTID AS "Request Id", pr.SUBJECT AS "PR Subject", pr.DESCRIPTION AS "Description", LONGTODATE(pr.REQUESTEDDATE) AS "Requested Date", LONGTODATE(pr.DATEREQUIRED) AS "Date Required", LONGTODATE(pr.CREATEDDATE) AS "Created Date", ...