
Dears,
i am trying to calculate Roslution Time (the time between open a tiket and solve it).
i used this process (Application-Bus-Time2-Diff ) but i get error message ( the startdate and end date is in wrong format)
is there ant way to do this calculation.
thanks
I get this error also
ARERR [4568] The start or end time provided for the command is not valid
Abdul,
Are you using the following syntax:
Application-Bus-Time-Diff "<StartTime>" "<EndTime>" "<HolidayScheduleName>" "<WorkdayScheduleName>"
The Start Time and EndT ime parameters are required in this command. Other fields are optional and will default if not provided.
I think you're just missing some double quotes in the command.
Hope that Helps!!
Sonal
If you want to take Business Time into account, then Application-Bus-Time-Diff is the only option,I know.
Otherwise you could use Resolution Date - Reported Date.
Can you post the exact run process here so that we can help.Are you using a Filter or an Active Link?
Abdul,
Don't you think the run process should be something like: $PROCESS$ @@:Application-Bus-Time-Diff "Create Date" "Modified Date"
As the syntax is: Application-Bus-Time-Diff "<StartTime>" "<EndTime>" and you are specifying create date as end time and modified date as start time. Also, don't forget to give the space as it is missing in your reply.
Set Fields in an Active Link will give you the desired results.
HTH,
Sonal
$PROCESS$ @@:Application-Bus-Time2-Diff "Create Date" "Modified Date"
Take a Time Field, use a set field action and set the calculated result in the time field.
when i used run process and after check the logs
6: Run Process
<ACTL> @@: 36\8\TestTime\6\3\0\1257236525\1\0\\0\\
<ACTL> Run Process on server
<ACTL> Server: 10.6.94.41
<ACTL> Process: Application-Bus-Time2-Diff "Create Date" "Modified Date"
<ACTL> Success
i need to know where i can find the result on the server( i need the result on field)
Abdul,
Using a Run Process action will not help in seeing the result in the field. You will have to create a Set Field Action for this.
Try This: Create an Integer Field ( as the difference will be in seconds).
Use Set Field as : $PROCESS$ @@: Application-Bus-Time2-Diff "$Create Date$" "$Modified Date$" and set it to that Integer Field.
NOTE: We forgot the $ sign in the syntax before.
HTH,
Sonal