Re : Changing the ##call id##
Re : SDP+ 9023. Backup failed
- Please wait ! backup in Progress...................
- 0-----------------------50------------------------100(%)
- ==============================================ERROR = *ERROR: relation "servicer
- eq_301" does not exist
- ╨Я╨╛╨╖╨╕╤Ж╨╕╤П: 30* Query = SELECT max(WORKORDERID) FROM ServiceReq_301
- ERROR = *ERROR: relation "servicereq_301" does not exist
- ╨Я╨╛╨╖╨╕╤Ж╨╕╤П: 22*
- java.lang.Exception: Unable to get the data from [ServiceReq_301] table
- at com.adventnet.servicedesk.tools.SDBackUp.dumpTableUsingLimit(SDBackUp
- .java:1453)
- at com.adventnet.servicedesk.tools.SDBackUp.dumpTableUsingLimit(SDBackUp
- .java:1473)
- at com.adventnet.servicedesk.tools.SDBackUp.dumpTableUsingCriteria(SDBac
- kUp.java:1112)
- at com.adventnet.servicedesk.tools.SDBackUp.dumpTable(SDBackUp.java:1083
- )
- at com.adventnet.servicedesk.tools.SDBackUp.startBackup(SDBackUp.java:36
- 5)
- at com.adventnet.servicedesk.tools.SDBackUp.process(SDBackUp.java:100)
- at com.adventnet.servicedesk.tools.SDBackUp.main(SDBackUp.java:2354)
-
-
- stopping DB Server >>>>> false
- java.lang.Exception: Unable to get the data from [ServiceReq_301] table
- at com.adventnet.servicedesk.tools.SDBackUp.dumpTableUsingLimit(SDBackUp
- .java:1453)
- at com.adventnet.servicedesk.tools.SDBackUp.dumpTableUsingLimit(SDBackUp
- .java:1473)
- at com.adventnet.servicedesk.tools.SDBackUp.dumpTableUsingCriteria(SDBac
- kUp.java:1112)
- at com.adventnet.servicedesk.tools.SDBackUp.dumpTable(SDBackUp.java:1083
- )
- at com.adventnet.servicedesk.tools.SDBackUp.startBackup(SDBackUp.java:36
- 5)
- at com.adventnet.servicedesk.tools.SDBackUp.process(SDBackUp.java:100)
- at com.adventnet.servicedesk.tools.SDBackUp.main(SDBackUp.java:2354)
- Press any key to continue . . .
Re : Cannot restart SDP
Re : Merge request error
Re : ServiceDesk Plus 9024 Released
Re : Some assets failing auto scan
When the agent is first installed on a workstation, irrespective of whether 'scan at boot' is enabled or not, agent will scan the workstation and will send the data to the server. Later if the workstations restart the scanned data will not reach the server. To check whether 'scan at boot' is enabled go to Admin --> Windows Agent Configuration --> Configure.
But after installing the agent when you trigger a scan from the application it will connect to the agent on that particular PC and will scan it. Kindly check the agent port once again under 'Windows Agent Configuration' and check the connectivity between the server to the workstation using the command given below,
telnet worktationname 9000(agent port)
Please note: You need to execute the telnet command on the server where service desk is installed. Let us know the status and we will be able to analyse further.
Regards
Charles
Servicedesk Plus
SDP Support - FAQ
ServiceDesk Plus - Help Desk Software of your Choice
Re : last 90 days report
Help editing a query to calculate total worklog time by department per month (Solved)
Hi ,
I have a query that shows time spent by technicians per day through worklogs.
How can I get a total of time spent by all these technicians combined per month?
We use tasks more than requests to log our time.
Here is my query:
SELECT tk.TASKID "Module ID" ,
'General' "Module" ,
MAX(tk.TITLE) "Title" ,
ct.DESCRIPTION "Description" ,
CAST(CAST(SUM(ct.TIMESPENT) / 1000 / 3600 AS VARCHAR) + ':'
+ CAST(CAST(ROUND(( ( ( CAST(SUM(ct.TIMESPENT) AS DECIMAL)
/ 3600000 ) % 1 ) * 60 ), 0) AS BIGINT) AS VARCHAR) AS TIME) AS "Time Spent" ,
DATEADD(s,
DATEDIFF(s, GETUTCDATE(), GETDATE())
+ ( MAX(ct.TS_STARTTIME) / 1000 ),
'01-01-1970 00:00:00') "Time Spent Created Time" ,
rctd.FIRST_NAME "Time Spent Technician"
FROM ChargesTable ct
LEFT JOIN TaskToCharge tkc ON ct.CHARGEID = tkc.CHARGEID
LEFT JOIN TaskDetails tk ON tkc.TASKID = tk.TASKID
LEFT JOIN SDUser rcti ON ct.TECHNICIANID = rcti.USERID
LEFT JOIN AaaUser rctd ON rcti.USERID = rctd.USER_ID
WHERE module = 'general'
AND DATEADD(s,
DATEDIFF(s, GETUTCDATE(), GETDATE())
+ ( ct.TS_STARTTIME / 1000 ),
'01-01-1970 00:00:00') >= CONVERT(VARCHAR, @start_date, 21)
AND DATEADD(s,
DATEDIFF(s, GETUTCDATE(), GETDATE())
+ ( ct.TS_STARTTIME / 1000 ),
'01-01-1970 00:00:00') <= CONVERT(VARCHAR, @end_date, 21)
AND rctd.FIRST_NAME IN (
SELECT ISNULL(Value, 99)
FROM [dbo].[SplitMultivaluedString](@technician, ',') )
GROUP BY tk.TASKID ,
rctd.FIRST_NAME ,
ct.DESCRIPTION ,
ct.timespent
ORDER BY 1
Thanks You
Re : Approve Issues
Re : Help editing a query to calculate total worklog time by department per month (Solved)
Solved it myself.
SELECT CAST (( ( SUM ( ct . TIMESPENT ) / 1000 ) / 3600 ) AS VARCHAR ( 20 ))
+ ':'
+ CAST (( (( SUM ( ct . TIMESPENT ) / 1000 ) / 60 ) ) % 60 AS VARCHAR ( 20 ))
+ ':'
+ CAST (( ( SUM ( ct . TIMESPENT ) % 1000 ) % 60 ) AS VARCHAR ( 20 )) AS "Time Spent"
FROM ChargesTable ct
LEFT JOIN TaskToCharge tkc ON ct . CHARGEID = tkc . CHARGEID
LEFT JOIN TaskDetails tk ON tkc . TASKID = tk . TASKID
LEFT JOIN SDUser rcti ON ct . TECHNICIANID = rcti . USERID
LEFT JOIN AaaUser rctd ON rcti . USERID = rctd . USER_ID
Can someone tell me how to format this code so it doesn't look
quite so sprawling?
Re : Won't start after fresh install.
Nope. This has me stumped as well. Is there a more up to date installation doc? The publicly available one is nearly three years out of date and has a few errors. And is incomplete.
I'd really like this demo to be installed as I need to show it to
the money people to get them to buy the package. I can't show them
something broken!
Re : Request timeout
Kindly go to Admin --> Notification Rules and check whether either "Acknowledge requester by e-mail when a new request is received" or "Alert the following technician(s) by e-mail when a new request is created" is enabled. If yes can you disable them and check the status and let me know the status for further assistance.
Regards
Charles
Servicedesk Plus
SDP Support - FAQ
ServiceDesk Plus - Help Desk Software of your Choice
Will not connect to Active Directory
Re : Support to import requests from xls data.
Thanks for posting your comments, the feature is in our features list but we have not started to work on it yet. Request you to make a note of the feature id, SDF-49003. Since we have not started on the feature it is hard for us to give a timeline for it to get released.
Regards
Charles
Servicedesk Plus
SDP Support - FAQ
ServiceDesk Plus - Help Desk Software of your Choice
authentication key
I'm trying the free professional version of servicedesk plus but I'm not able to get the authentication key to provide it for desktop central, what can i do to have
Re : Description limited to 255 characters in the database
Prem M
ServiceDesk Plus Support
Re : API bug when updating custom fields
Prem M
ServiceDesk Plus Support
Re : Software Installed by Department
Prem M
ServiceDesk Plus Support
Re : ServiceDesk Plus update Active directory user info
Prem M
ServiceDesk Plus Support
Re : Install Missing plugins
Prem M
ServiceDesk Plus Support