Show white page after restart ServiceDesk Server
Hi All, I am a new user for ServiceDesk Plus and I tried to update the security setting for the website. After I update disable HTTP, disable domain dropdown, and set Content-Security-Policy to "script-src 'self'". After restarting the server, the webpage
ITSM portal is very slow and its not responding
HI Team SDP portal not responding , its response (5 to 6min ) and too slow
Display notifications via the Windows Desktop Alert
Display notifications and all changes requests via the "Windows Desktop Alert" All technicians and especially the "Requesters" are unaware of the latest happenings Showing Alert's message helps them stay informed Like this:
[SD-107820] Matrix report bug on SDP 14103
Hello. We have noticed a bug in SDP 14103 with custom matrix report used to export latest quarter time spent by technician grouped by year/month. SDP extract correctly the data but the visualization is wrong, SDP seems show the report grouped by year/month/day:
[SD-84410] Duplicate Software Manufacturer
Hi When software is scanned there are companies who seem to use different names so show up separately for the same software so when creating a software suite it is causing issues as we can't add both manufacturors to the one suite. Is there a way to manage this?
No Local Authentication Option
When I attempt to login as a local administrator I am not given a dropdown as shown in your YouTube video on How to reset administrator password in ServiceDesk Plus. (manageengine.com). I have run the query on our SQL DB but it has not changed anything.
Troubleshooting SDP not starting all the way
I have been reading performance turning guides for SDP, PGSQL, and JVM to get SDP to start faster... it was taking almost 5 minutes. I got it down to under 3 minutes but now run.bat never finishes; the batch file just hangs. If I log off the ticket system
deleting Manufacturer
Dear Support, I need to delete one of my Manufacturer
Script Duplicating Users Name in Subject
Hello, I’m using the following script: // Get the value from the custom Employee Name field var name = $CS.getValue("ServiceReq_User_UDF_CHAR1"); // Get the value from the subject field var subject = $CS.getValue("SUBJECT"); // Now append the name value
Could not find valid certification path to requested target
Hi I'm trying to configure mail fetching using TLS & Port 993 but I keep getting this error. "FAILURE :E-mail settings saved successfully. Could not find valid certification path to requested target, so kindly configure to apply Trusted/Self Signed Certificate." All searches point to using a file called gencert but cannot find any working link. http://kbase.zohocorp.com/kbase/ServiceDeskPlus/TroubleShooting/file_100004.html Could anyone please help, thanks. This is a new installation on Server 2012
d-teknoloji.com.tr /Doğuş Teknoloji / SDP Mail Fetching Error
Hi, incoming mail not working but outgoing mail running Best Regards
How to set up the primary key in assets database
Hello, I want to set up the field such as CINAME / IP address as the primary key of the asset, I cannot find any setting in the asset database about the default or the existing primary key field. I need to create a new database or I can change it into
Not sure from where the mails are landing in Manage Engine ticketing tool
Team, We now have OAuth authentication enabled in the ticketing tool. We have also cleared all the mails in the Inbox. There are no mails in the Inbox now. But even then the count is showing as 22409. We would like to know from where these mails are coming
Whole Org can't login anymore
I'm not sure if this is a crazy bug or something bad happened. So one of our admin team members had to change his windows password. Once that person did this they wasn't able to log into Service Desk on Sunday. So they figured they needed to wait until
Error is AADSTS900971: No reply address provided. when trying to enable oAuth
I am trying to switch from basic to oAuth for our mail fetch. I followed this guide https://www.manageengine.com/products/service-desk-msp/help/adminguide/configurations/helpdesk/oauth-authentication-for-mail-server.html When I attempt a mail fetch test,
(SD-78942)Getting Error Installation On-Premise Centos 7
Hi Guys! Hope you all are doing well. Well i notice that ServiceDesk Plus is now using Install Anywhere instead of InstallShield. (as far as i seen) I am trying to install the linux version without GUI, but it has been impossible, the documentation is not updated (to install it with Install Anywhere) Downloading the installation file from: (with wget) https://www.manageengine.com/products/service-desk/91677414/ManageEngine_ServiceDesk_Plus_64bit.bin And giving the file the execution permission with
[14103] Mail fetch problem
Since we have upgraded to 14103, SDP randomically fails to fetch email from a POP3 account and stops email fetching causing a problem to our support team. Fetching stopped due to an error. Trace :: com.manageengine.servicedesk.mailutils.MailException:
Issue injecting datetime into ticket
I have gone through all the work I could to generate an epoch date value to inject into the date time in a ticket. Here's my issue, although the value shows the correct date and time when converted online, the date that comes up in the ticket is wrong.
Fail to upgrade ServiceDesk Plus from 14.0 Build 14004 to 14103
Fail to upgrade ServiceDesk Plus from 14.0 Build 14004 to 14103. Retry few times also failed. Not sure what information should i provide to find the root cause ?
ServiceDesk on Ubuntu server
Hi I have installed ServiceDesk Plus Standard on an Ubuntu server 16.04 in order to evaluate it for my organization I need to install it as a service in order to keep it alive all the time (now usually after several hours the app is shutting down) I followed the linux guide and hit a problem on the last line where you should enable the service : Use chkconfig command to add the script as a startup process. # chkconfig --add servicedesk apparently chkconfig is not supported on UBUNTU installation
ServiceDesk Startup Issue Post-Upgrade
Hi, I appear to be having a slight issue with the most recent Service Pack (14103). After implementing the upgrade the splash screen would get stuck on the "starting server" phase, so I stopped the Service Desk service and ran run.bat to start the server
Inline image is not fetching from emails sent by staff
Hi ManageEngine support, We have this issue for a couple of weeks already, we have upgraded to the version to 12001 because we have told this version will fix the issue. It was working fine, somehow, it stopped working one day. If a staff send an image
Api | Update Error
Hi Community, i'm working with the SD + API and i have the next problem: When i try to update a request i recibed this error: This is my code: I'm doin something wrong or its a problem with the api key or something ? Thanks !!!
Custom Trigger Notification
We have a custom trigger set up based on certain fields. We use a notification action to send an email to certain parties but recently the email that is sent out is including ##RE-120550## indicating the ticket number. Previous to a recent update to Manage
Module-based delimiters, can you modify them?
I was just going through our settings when I noticed the Delimiter settings for the Mail Server Settings. Does the RE / TA / SO delimiters matter for replies to the notifications? In my notification rules I changed the Subject line to be: # QosTicket
How to share a specific project to any user/team
I have made a project at Manage Engine SDP project module. I want to share the project with my seniors. Is there any way to share a project?
More than 100 User Groups cannot be selected
Hello! I'm trying to add a user group to a template, but I get an error (screen). Can I change the limit or how to add a group of users to the template above 100?
Purchase Process - Cannot Process PO
Dear, I have an issue as some old PO with items received and paid for are still in "Approved" state because linked PR is Closed Could you provide a solution (workaround) to Close these POs ? Thanks in advance!
Using REST POST to edit a Multiselect Additional Field
I have been working on a way to create new requests using the POST function of the REST API. So far I have had no issues setting info in the default fields (Subject, Description, etc), but I'm not able to get a custom Multiselect field to accept data.
Can I add web links to a request template?
I'm trying to add web links to a request template but they aren't links when I try to open a request using the template. They look like hyperlinks but they have no link. I'm attempting to link to a SharePoint library document with our request procedures.
SDP v14102 - Linux - Mail Fetching issue - EWS Oauth
Hello, Since last upgrade we start to have issues with our Mail Fetching Service (Office 365 - EWS OAUTH) due to suddenly stops: Logs attached. Regards.
Create different response forms for internal and external domains
Good afternoon Tell me if it is possible to distinguish between an automatic response for external and internal domains Example, when an application comes from an internal domain (contoso.com), the user will receive an automatic email about the creation
Licensing Error after restore
I had to restore from a backup file from my database crashing. I installed the same version of 11309 with the option for Standard Free w/5 technicians which was what we were running prior to the crash. Now when we login, we are getting the following license
Unable to reset SDP administrator password
Hi, I'm using On-Premises version of SDP and EPC on evaluation mode and planning to apply for a license by end of this month. I have configured it with PostGreSQL DB. I have followed the procedure as in How to reset administrator password in ServiceDesk
New Requests sent by email with similar subjects are getting appended to closed requests
Current Version: 13.0 Build 13004 Over the last couple of months we've noticed an issue with requests that are emailed using email templates to create new requests. For instance, our HR Department sends and email when employees are hired / terminated.
Notifications subject after Upgrade to SDP v14
Hello, I just realize that after upgrade to SDP v14, all my notifications subject starts with the following text "##RE-$id##". Example: ##RE-10317##MORANGO - Ha sido generado el Caso # 10317 This is the my tech notifications config: The issue appears
Automatically closing requests after a period of inactivity.
Hi all, I've read posts on here that are almost what I'm looking for but they don't quite get the cigar. I'd like to automatically send out a notification to both the requester and the tech that the request has been inactive for however long and that it will be automatically closed unless its updated. Is this possible? Thanks, Mark. :D
Delete service category's
Hi, We installed a new instance of ServiceDesk Plus (version 14.1 build 14101) and we run into a similar issue as the thread below. https://pitstop.manageengine.com/portal/en/community/topic/how-to-delete-service-category ServiceDesk is setup with the
Changing the default search selections
Hi, After upgrading to SDP 9317, we have found that the search field in the Requests module automatically searches for a ticket ID number, previously this field would accept any text or numeric string and display matching results. I have not been able to find anything in the admin settings that would allow me to revert to using the "Default Search" selection. Currently we have to change this manually before searching and it is becoming a problems with a high volume of searches every day. Is it possible
Build 14101 - subject var ${subject} broken for answering conversations?
Now: In version 14.1 the ${subject} is always referring to the original ticket subject. Is this meant to be? Before: The subject from the conversation i clicked to answer was taken. Is there a workaround? We urgently need this behavior back. Long Story:
Next Page