Unable to save/edit Incident Templates
If you happen to see issue while editing an existing incident template, or error while saving new incident template created with the below error,
(INVALID_CSRF_TOKEN)
Then get the server.xml from the MSP\conf folder and make the below changes,
<Connector SSLEnabled="true" URIEncoding="UTF-8" address="10.10.42.61" ciphers="TLS_RSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256" clientAuth="false" compressableMimeType="text/css,text/javascript,application/javascript,text/plain,text/html" compression="on" compressionMinSize="2048" enableLookups="true" keystoreFile="conf/studenthelpdesk.pfx" keystorePass="xxxxxxxxxxx" keystoreType="pkcs12" maxPostSize="-1" maxSpareThreads="75" maxThreads="150" minSpareThreads="25" noCompressionUserAgents="gozilla, traviata" parseBodyMethods="POST,PUT,DELETE" port="8443" scheme="https" secure="true" server="-" sslEnabledProtocols="TLSv1.2,TLSv1.1,TLSv1" sslProtocol="TLS"/>
<Connector SSLEnabled="true" address="10.10.42.61" ciphers="TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256" clientAuth="false" connectionTimeout="20000" enableLookups="false" keystoreFile="conf/studenthelpdesk.pfx" keystorePass="xxxxxxxxxxx" keystoreType="pkcs12" maxThreads="200" parseBodyMethods="POST,PUT,DELETE" port="8443" protocol="com.manageengine.servicedesk.protocol.ExtendedHttp11NioProtocol" redirectPort="8444" scheme="https" secure="true" server="-" sslEnabledProtocols="TLSv1.2,TLSv1.1,TLSv1" sslProtocol="TLS"/>
The TEXT highlighted in RED should be added for the port, as well as for the NIO port and save.
Restart the application service once to resolve the incident template save issue.
New to ADSelfService Plus?
Related Articles
CSRF login Issue
Issue: CSRF token mismatch during login. Trace: [07:01:21:901]|[10-05-2021]|[com.adventnet.servicedesk.authentication.internal.LoginUtil]|[INFO]|[69]: Invalid login CSRF token provided ::: sessionToken : null; cookieToken : ...
Convert Incident to Service Request
For builds before 10536 The option will be available at: open the respective request > Actions > Convert incident to service request For builds after 10600. Edit the respective request > click on the Template dropdown [top-right corner] > Choose the ...
Customize the category list/selection based on template.
The Category applies to all the templates in SDP-MSP. You can hide them using the field and form rules to make them unavailable for users. Under Admin >> Incident Template >> Edit the template in questions >> Field and Form Rules tab. You can create ...
To automate an approval for Incident Request Templates
Follow the below steps to add approval script. 1. Go to Admin --> Request Custom Functions -->Request --> Paste the content from the attachment 1. approvals.txt and save it with a name. 2. Configure the custom trigger as in the attached screenshot. ...
Unable to modify asset state or unable to edit assets
Issue: While trying to change asset state from list view, we get "Sorry an error has occurred". If we try to Edit that asset, we get a blank page. Error traces from logs: |[com.adventnet.servicedesk.asset.action.AssetDefAction]|[SEVERE]|[102]: ...