RE: Escalation Error

2018-09-18 Thread Hiremath, Raj
: Escalation Error HI All I am seeing two strange escalation errors that I can't identify based on the logs. An application command failed.ERROR (552): The SQL database operation failed.; ORA-00932: inconsistent datatypes: expected - got CLOB` Error while performing escalation action Both are in p

Escalation Error

2018-09-18 Thread Brittain, Mark
HI All I am seeing two strange escalation errors that I can't identify based on the logs. An application command failed.ERROR (552): The SQL database operation failed.; ORA-00932: inconsistent datatypes: expected - got CLOB` Error while performing escalation action Both are in pool

Log says escalation enabled AND "is turned off"

2018-06-25 Thread Joel D Sender
ARSlisters, I have an unmodified OOB escalation in ITSM that should run, but is 'turned off'. It starts the notification process after a survey is created in "SRM:Survey" LOG: /* Checking "SRM:SRV:TriggerSurveyNotification" (enabled

RE: [Ext] Help with Escalation on how to Run on Last Record, Only

2018-06-22 Thread Champagne, Susan
and see what I can come up with. Thanks again, Susan From: ARSList [mailto:arslist-boun...@arslist.org] On Behalf Of Dave Shellman Sent: June-18-18 4:46 PM To: ARSList Subject: Re: [Ext] Help with Escalation on how to Run on Last Record, Only In the past I created a process that would send out

Re: [Ext] Help with Escalation on how to Run on Last Record, Only

2018-06-18 Thread Dave Shellman
. The outbound email would contain a GUID. When the inbound email was received, a filter would set the status field of the record in the sending form to Received that using the GUID. An escalation would run every 20 minutes checking the Status field. If any records matched, an SMS would be sent to

Re: [Ext] Help with Escalation on how to Run on Last Record, Only

2018-06-18 Thread pritch via ARSList
What I’ve done in the past on this is if the queue is backing up (I set up a diagnostics form where I can put the number of records that is the threshold) and run an escalation against that form (in this case the ar system email message form for how many are set to ‘Yes’. You can use the

Re: [Ext] Help with Escalation on how to Run on Last Record, Only

2018-06-18 Thread Jason Miller
What I have done in the past is to create an configuration form where there is a single configuration record for each escalation I wanted to only run on one record. Basically you create a form that stores your configuration with a status (allows you to easily "turn off" this escalat

RE: [Ext] Help with Escalation on how to Run on Last Record, Only

2018-06-18 Thread Powell, Timothy
the escalation run as you described. If it finds a match, create a new helpdesk ticket for the issue and assign it to your Remedy support/administrator team during business hours and maybe your service desk group if it’s after hours. Once it pops up on the console, then somebody will see it and

RE: [Ext] Help with Escalation on how to Run on Last Record, Only

2018-06-18 Thread Champagne, Susan
! Susan From: ARSList [mailto:arslist-boun...@arslist.org] On Behalf Of Mckinnish, Randy via ARSList Sent: June-18-18 3:18 PM To: ARSList Cc: Mckinnish, Randy Subject: RE: [Ext] Help with Escalation on how to Run on Last Record, Only Susan, Even if the escalation fired and ran, if the email engine

RE: [Ext] Help with Escalation on how to Run on Last Record, Only

2018-06-18 Thread Mckinnish, Randy via ARSList
Susan, Even if the escalation fired and ran, if the email engine service is down I am thinking the notification would only queue and not send until the mail engine service was online again. Do you use any monitoring tools in-house like scom or zabbix? We have had success using those to monitor

Help with Escalation on how to Run on Last Record, Only

2018-06-18 Thread Champagne, Susan
Hi folks, I'm hoping one of you will be able to assist me with what I'm trying to accomplish. My goal is to have Remedy send a notification message to the Service Desk whenever our e-mail service stops running. I'm working on an escalation where the Primary Form is "AR S

Re: Delete Through Escalation vs Delete through DB

2017-07-29 Thread LJ LongWing
21, 2017 at 2:56 PM, Harsh wrote: > > ** Hi All, > Today i got into an argument where one of > my colleague was deleting 57K records from custom form through > Escalations. I asked him to better use a delete query on arsystem database. > As it will delete the records faster then

Re: Delete Through Escalation vs Delete through DB

2017-07-24 Thread Misi Mladoniczky
from custom form through Escalations. I asked him to better use a delete query on arsystem database. As it will delete the records faster then escalations. As per him both will take same amount of time. But i believe escalation will take more time as it has to make a call to DB everytime and some

Re: Delete Through Escalation vs Delete through DB

2017-07-22 Thread Thomas Miskiewicz
gt;> for as many years a I haveI believe the data should be inserted into, >>> modified, and removed from the Remedy DB by the Remedy application server... >>> >>>> On Fri, Jul 21, 2017 at 2:56 PM, Harsh wrote: >>>> ** Hi All, >>>> &g

Re: Delete Through Escalation vs Delete through DB

2017-07-22 Thread Ben.Chernys
Escalation vs Delete through DB ** Thomas,Yes...it could be done as an API Filter PluginI've been thinking about that since you askedthe only problem I can see with a Filter Plugin would be the feedback portion.  As it is, running it, you get the feedback in the log about what was atte

Re: Delete Through Escalation vs Delete through DB

2017-07-22 Thread LJ LongWing
got into an argument where one of >> my colleague was deleting 57K records from custom form through >> Escalations. I asked him to better use a delete query on arsystem database. >> As it will delete the records faster then escalations. >> >> As per him both will take

Re: Delete Through Escalation vs Delete through DB

2017-07-22 Thread Rüdiger Tams
l.com > wrote: > > > > > > > ** Hi All, > > > > > > Today i got into an argument where one of > > > my colleague was deleting 57K records from custom form > > > through Escalations. I asked him to bette

Re: Delete Through Escalation vs Delete through DB

2017-07-22 Thread Thomas Miskiewicz
PM, Harsh wrote: >> ** Hi All, >> >> Today i got into an argument where one of >> my colleague was deleting 57K records from custom form through Escalations. >> I asked him to better use a delete query on arsystem database. As it will >> delete the records faster

Re: Delete Through Escalation vs Delete through DB

2017-07-21 Thread Rob
Direct deletion through the db will always be faster than an Escalation in Remedy, but the main question I would have is if you need it to trigger additional workflow to push into a secondary form to update data upstream or downstream? If so an Escalation is the way I would go. Sent from my

Re: Delete Through Escalation vs Delete through DB

2017-07-21 Thread LJ LongWing
lations. > > As per him both will take same amount of time. But i believe escalation > will take more time as it has to make a call to DB everytime and somehow > will add the processing time on the server. > > Please let me know your thoughts upon the same. > > Tha

Re: Delete Through Escalation vs Delete through DB

2017-07-21 Thread Tauf Chowdhury
Anything at the DB layer will be faster than an escalation which relies on the app stack. As long as you are comfortable that there is no workflow that runs on delete that would otherwise compromise your data integrity Sent from my iPhone > On Jul 21, 2017, at 4:56 PM, Harsh wr

Delete Through Escalation vs Delete through DB

2017-07-21 Thread Harsh
believe escalation will take more time as it has to make a call to DB everytime and somehow will add the processing time on the server. Please let me know your thoughts upon the same. Thanks, Harsh -- *Thanks & regards* *“Harsh Chaudhary”* *"Impatience never commande

Role of signature escalation in change management process

2016-02-20 Thread Gaju Patil
Hello Experts, Can you please help me to understand what us the role of signature escalation in change management ? Use follow path to see understand the question ( Application --- quick links approval administration console process you can see the processes name like change level

Re: remedy 9.0.1 - Unable to clear all records using escalation

2015-12-15 Thread SUBSCRIBE arslist Anonymous
No errors in escalation or arerror logs. It just stops after processing few records. Is there any other log file I should check for errors? Thanks! Kaur ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org

Re: remedy 9.0.1 - Unable to clear all records using escalation

2015-12-15 Thread SUBSCRIBE arslist Anonymous
Max entries returned by getlist is set to 0. -Kaur ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

Re: remedy 9.0.1 - Unable to clear all records using escalation

2015-12-15 Thread Walters, Mark
Is the escalation hitting an error and stopping processing? If so it could be defect SW00500252 - you'll need to raise a support case to confirm and see if there's a hotfix available. Mark -Original Message- From: Action Request System discussion list(ARSList) [mail

Re: remedy 9.0.1 - Unable to clear all records using escalation

2015-12-15 Thread Grooms, Frederick W
AM To: arslist@ARSLIST.ORG Subject: remedy 9.0.1 - Unable to clear all records using escalation Hello! I am having issues clear records from a form using escalation. The form has 15k+ records. Every time I run the esc, it clears 7000 records and then stops. Nothing in the escalation logs. Then I

remedy 9.0.1 - Unable to clear all records using escalation

2015-12-15 Thread SUBSCRIBE arslist Anonymous
Hello! I am having issues clear records from a form using escalation. The form has 15k+ records. Every time I run the esc, it clears 7000 records and then stops. Nothing in the escalation logs. Then I run this again and this time it clears only only 3000. I tried changing the esc pool and

Re: Is it possible to trigger a BIRT report using an escalation?

2015-03-02 Thread LJ LongWing
distribution? > > > > *From:* Action Request System discussion list(ARSList) [mailto: > arslist@ARSLIST.ORG] *On Behalf Of *LJ LongWing > *Sent:* Monday, March 02, 2015 8:15 AM > *To:* arslist@ARSLIST.ORG > *Subject:* Re: Is it possible to trigger a BIRT report using an >

Re: Is it possible to trigger a BIRT report using an escalation?

2015-03-02 Thread Hardy, Patrick
discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of LJ LongWing Sent: Monday, March 02, 2015 8:15 AM To: arslist@ARSLIST.ORG Subject: Re: Is it possible to trigger a BIRT report using an escalation? ** Patrick, In 8.1 there is certainly the ability to schedule reports, you can find the

Re: Is it possible to trigger a BIRT report using an escalation?

2015-03-02 Thread Hardy, Patrick
it possible to trigger a BIRT report using an escalation? ** Hi Take look at the form AR System Publish Report. You can submit into this form, and the result is an attached report. -- J 2015-03-02 14:15 GMT+01:00 Hardy, Patrick mailto:patrick.ha...@tyson.com>>: ** Happy Monday! I’m l

Re: Is it possible to trigger a BIRT report using an escalation?

2015-03-02 Thread LJ LongWing
a custom BIRT report on specific incidents. Would > like the report to run individually for each incident and email the report > several times throughout the day. Can a BIRT report be triggered from an > escalation? > > > > ARS/ITSM: 8.1.00 > > OS: Windows > > DB:

Re: Is it possible to trigger a BIRT report using an escalation?

2015-03-02 Thread Jarl Grøneng
uld > like the report to run individually for each incident and email the report > several times throughout the day. Can a BIRT report be triggered from an > escalation? > > > > ARS/ITSM: 8.1.00 > > OS: Windows > > DB: SQL > -- > T

Is it possible to trigger a BIRT report using an escalation?

2015-03-02 Thread Hardy, Patrick
Happy Monday! I'm looking to generate a custom BIRT report on specific incidents. Would like the report to run individually for each incident and email the report several times throughout the day. Can a BIRT report be triggered from an escalation? ARS/ITSM: 8.1.00 OS: Windows DB

Re: Escalation does not seem to complete its run over all the records..

2014-09-24 Thread Joe D'Souza
I found the problem. Its not the MAX Filters. And yes I knew that max filters is a transaction based setting and not for the entire escalation. But because it was stopping only after processing a certain number of records I was wondering if that had anything to do with it. The reason it wasn&#

Re: Escalation does not seem to complete its run over all the records..

2014-09-24 Thread Charlie Lotridge
First, and FYI, the filter counter that's used by the system to determine if a transaction exceeds the filtering limit set for the system is reset for every record process during an escalation. It is NOT cumulative across the entire "run" of the escalation. So unless one of th

Escalation does not seem to complete its run over all the records..

2014-09-24 Thread Joe D'Souza
I have a simple escalation that triggers on the form CTM:LoadPostalCodes with a condition 'DL_Status' = "Unvalidated" During an initial run if there was no data in CTM:LoadPostalCodes, all records meet that condition. The escalation sets two fields in that

Re: Escalation qualification : DSO

2014-09-10 Thread Joel Sender
used in a filename.) The command “clntgo 26 140910” runs rrrChive with “clnt_23.cfg” & produces “clnt_23_140910.log” I would also use an ARS escalation to call the bat files, at least to ensure that ARS is up and running. The rrrChive error usually indicates a problem in the source se

Re: Escalation qualification : DSO

2014-09-10 Thread LJ LongWing
> deletion from source should not happen until insertion in target form is > not > completed. I have already shared ny configuration. > Urgent response is really appreciated. > > Regards, > Saurabh > > > > > -- > View this message in context: > http://ars-

Re: Escalation qualification : DSO

2014-09-10 Thread MalviyaSaurabh
. Urgent response is really appreciated. Regards, Saurabh -- View this message in context: http://ars-action-request-system.1.n7.nabble.com/Escalation-qualification-DSO-tp118847p118898.html Sent from the ARS (Action Request System) mailing list archive at Nabble.com

Re: Escalation qualification : DSO

2014-09-10 Thread MalviyaSaurabh
ery 3 hours that would be helpful. Detailed steps would really be helpful. Regards, Saurabh -- View this message in context: http://ars-action-request-system.1.n7.nabble.com/Escalation-qualification-DSO-tp118847p118890.html Sent from

Re: Escalation qualification : DSO

2014-09-09 Thread Blairing
field. Initially set that date to be the very oldest record's submit date. Join this form to your form A so that you can see the date field in form B and the submit date and request ID of form A. Call this form C. Create one escalation which runs against form C every 30 minutes and looks for rec

Re: Escalation qualification : DSO

2014-09-09 Thread Ken Pritchard
I have what I call a diagnostic form where I create a record for the form / query I want to check the number of records on. An escalation runs periodically to do the query needed and then I move the $LASTCOUNT$ keyword into a field on that form. The count can then be emailed or acted on by

Re: Escalation qualification : DSO

2014-09-09 Thread LJ LongWing
Saurabh, I recently released a tool to analyze Escalation Runtimes http://remedylegacy.com/tools/escalation-runtime/ This tool will provide you the times that the escalation starts, ends, count of how many records it updated, optionally the request id's it updated, duration of the update

Re: Escalation qualification : DSO

2014-09-09 Thread William Rentfrow
I'm not sure what sort of problem you are having at the DB level, but have you tried putting this escalation into its own escalation pool? I'd give that a try and change it to run every 24 hours instead of every 30 minutes. -Original Message- From: Action Request System

Re: Escalation qualification : DSO

2014-09-08 Thread MalviyaSaurabh
Thanks for all your reply. One more clarification which I am seeking out is that my escalation runs on every 30 mins, and I can see records coming into the DSO pending queue in the DSO Pending form, I would want to know from where i can get to how many records are qualified in each execution of

Re: Escalation qualification : DSO

2014-09-08 Thread LJ LongWing
-- > From: MalviyaSaurabh > Sent: ‎08-‎09-‎2014 04:46 PM > To: arslist@ARSLIST.ORG > Subject: Escalation qualification : DSO > > Hi All, > I am in the process of archiving records in remedy. I have written an > escalation with DSO action written which is working. I have

Re: Escalation qualification : DSO

2014-09-08 Thread Jayesh
Will server-side-table-chunk-size = 500 help? -Original Message- From: "MalviyaSaurabh" Sent: ‎08-‎09-‎2014 04:46 PM To: "arslist@ARSLIST.ORG" Subject: Escalation qualification : DSO Hi All, I am in the process of archiving records in remedy. I have written an

Re: Escalation qualification : DSO

2014-09-08 Thread Charlie Lotridge
This is one of a few situations I've encountered where global fields at the server level would be useful. If we could create a global field with a lifespan of a transaction (or, in this case, the run of the escalation), that retained its same value across all records (of all forms) acros

Re: Escalation qualification : DSO

2014-09-08 Thread Tom Shurmur
gWing" wrote: ** >I don't believe so, an escalation will always iterate over all records that >match the qual. > > > >On Mon, Sep 8, 2014 at 8:45 AM, MalviyaSaurabh >wrote: > >Hi All, >>I am in the process of archiving records in remedy. I have written

Re: Escalation qualification : DSO

2014-09-08 Thread Vikrant Kulkarni
I would suggest look into RRR|Chive from rrr.se it just works fine in this case. On Sep 8, 2014 8:25 PM, "LJ LongWing" wrote: > ** > I don't believe so, an escalation will always iterate over all records > that match the qual. > > > On Mon, Sep 8

Re: Escalation qualification : DSO

2014-09-08 Thread LJ LongWing
I don't believe so, an escalation will always iterate over all records that match the qual. On Mon, Sep 8, 2014 at 8:45 AM, MalviyaSaurabh wrote: > Hi All, > I am in the process of archiving records in remedy. I have written an > escalation with DSO action written which is worki

Escalation qualification : DSO

2014-09-08 Thread MalviyaSaurabh
Hi All, I am in the process of archiving records in remedy. I have written an escalation with DSO action written which is working. I have the escalation qualification as ( 'Ticket Closed Date' <= "2/28/2009 11:59:59 PM") AND ( 'Status' = "Closed") AND (

Re: Escalation Permission Error

2014-08-29 Thread Brian Goralczyk
ntiated by the escalation, but I was thinking about it from the aspect that escalations usually had full power and permissions didn't impact them. It not being a system message definitely points to the issue. Thanks again. On Fri, Aug 29, 2014 at 9:08 AM, Tauf Chowdhury wrote: > **

Re: Escalation Permission Error

2014-08-29 Thread Tauf Chowdhury
; >> I am kind of stumped here. I am hoping for some ideas on what to search >> for. I am getting an error when an escalation runs that it doesn't have >> permission to update a record. >> >> Can anybody give me an idea on what to look for to figure out why this is

Re: Escalation Permission Error

2014-08-29 Thread Tauf Chowdhury
Brian, It looks like this isn't an error with the Escalation but really an error thrown by a filter because of the type of operation you are trying to perform. (Hope that makes sense) For example, as a user, I may try to take a Change request and move it directly from Planning In Progre

Re: Escalation Permission Error

2014-08-29 Thread LJ LongWing
59 AM, Brian Goralczyk wrote: > ** > All, > > I am kind of stumped here. I am hoping for some ideas on what to search > for. I am getting an error when an escalation runs that it doesn't have > permission to update a record. > > Can anybody give me an idea on what to

Escalation Permission Error

2014-08-29 Thread Brian Goralczyk
All, I am kind of stumped here. I am hoping for some ideas on what to search for. I am getting an error when an escalation runs that it doesn't have permission to update a record. Can anybody give me an idea on what to look for to figure out why this is happening? Filter operati

Re: Wrong escalation execution time

2014-08-25 Thread Mayuresh Wagh
how much data this escalation is suppose to process? Note that you are running it every minute. You can try below approach. 1. Put this escalation on a separate escalation pool.. 2. Try running it during the off peak business hours (when there is less load on the server) 3. Enable Escalation

Re: Wrong escalation execution time

2014-08-25 Thread Pattabiraman, Vishal
Hi Mahmoud, Please check the escalation pool. May be you might have one escalation pool that has so many filters that needs to be executed. Try to create a new pool and assign this escalation to that. Thanks, Vishal From: Action Request System discussion list(ARSList) [mailto:arslist

Re: Wrong escalation execution time

2014-08-24 Thread Mahmoud Mahdy-Mohamed, Vodafone Egypt
Please ignore last message, it was sent by mistake From: Mahmoud Mahdy-Mohamed, Vodafone Egypt Sent: Sunday, August 24, 2014 1:57 PM To: arslist@ARSLIST.ORG Subject: RE: Wrong escalation execution time Any updates..?? From: Mahmoud Mahdy-Mohamed, Vodafone Egypt Sent: Tuesday, August 19, 2014 12

Recall: Wrong escalation execution time

2014-08-24 Thread Mahmoud Mahdy-Mohamed, Vodafone Egypt
Mahmoud Mahdy-Mohamed, Vodafone Egypt would like to recall the message, "Wrong escalation execution time". * The content of this document is classified as Vodafone E

Re: Wrong escalation execution time

2014-08-24 Thread Mahmoud Mahdy-Mohamed, Vodafone Egypt
Any updates..?? From: Mahmoud Mahdy-Mohamed, Vodafone Egypt Sent: Tuesday, August 19, 2014 12:05 PM To: arslist@ARSLIST.ORG Subject: Wrong escalation execution time Dears, Kindly help as I'm facing a critical issue, the escalations are running randomly regardless the execution time th

Re: Wrong escalation execution time

2014-08-20 Thread William Rentfrow
st) [mailto:arslist@ARSLIST.ORG] On Behalf Of Rick Westbrock Sent: Wednesday, August 20, 2014 10:47 AM To: arslist@ARSLIST.ORG Subject: Re: Wrong escalation execution time ** I thought undeclared escalations went into pool 1 by default as well. That being said I would agree that if you are goi

Re: Wrong escalation execution time

2014-08-20 Thread Grooms, Frederick W
to pools so the escalations from each pool run in parallel on separate threads within the escalation queue. To use escalation pools, you must first configure multiple threads for the escalation queue as described in AR System server queues. If you assign an escalation to a pool that has no thread

Re: Wrong escalation execution time

2014-08-20 Thread Rick Westbrock
: arslist@ARSLIST.ORG Subject: Re: Wrong escalation execution time ** William, I have never seen that, I have experienced that any escalation that doesn't have a pool defined runs in pool 1 (legacy style)do you have a workable example of a non-pooled escalation jumping to a pool other t

Re: Wrong escalation execution time

2014-08-20 Thread LJ LongWing
William, I have never seen that, I have experienced that any escalation that doesn't have a pool defined runs in pool 1 (legacy style)do you have a workable example of a non-pooled escalation jumping to a pool other than 1? On Wed, Aug 20, 2014 at 8:46 AM, William Rentfrow <

Re: Wrong escalation execution time

2014-08-20 Thread William Rentfrow
There's one other thing that can be really vexing when dealing with this problem. Let's decide you go multi-threaded. You put your escalation that needs to run every minute on a new pool (thread) of #4. You set some of the others to 1, 2, and 3. But...if you leave ANY of the e

Re: Wrong escalation execution time

2014-08-19 Thread Brian Goralczyk
One of the tricks that I have found to help is to look at the number of records that are in the table and how many are returned by your escalation. Then decide what is being done to them and does it need to be single threaded? If not, and you just need the escalation to schedule the work it

Re: Wrong escalation execution time

2014-08-19 Thread Doug Blair
Mahmoud, I have done quite a bit of fiddling with just this situation. Simply put, out-of-the-box the Escalation process is single threaded, which means that with no further adjustments only one escalation can operate at any given time. A long running escalation will delay the start of

Re: Wrong escalation execution time

2014-08-19 Thread Misi Mladoniczky
Hi, This is presumably caused by a queuing situation where other slow escalations has to complete before the one under scrutiny is executed. 1. Check if other escalations are competing about execution time 2. Check that your escalation executes in less than 1 minute 3. Move your escalation to

Wrong escalation execution time

2014-08-19 Thread Mahmoud Mahdy-Mohamed, Vodafone Egypt
Dears, Kindly help as I'm facing a critical issue, the escalations are running randomly regardless the execution time that it should execute in. For example I have escalation that has to run every minute however it is running after 30 min which causes a delay in other related work flows.

Re: Filter & Escalation

2014-06-04 Thread Rick Westbrock
I will take a stab at answering that for you Sweety, I think it is a semantic problem with the meaning of "execute" in the context of an escalation. In my mind the Escalation executes only once, be it on an interval (every 12 hours) or a specific time (2am on Mondays) or even by be

Resolved: Filter & Escalation

2014-06-03 Thread Sweety
Thanks for making me understand that :D. You deserve a pat on your back now ;) Thanks Misi for puttings things simple. ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been fo

Re: Filter & Escalation

2014-06-03 Thread Misi Mladoniczky
Hi, I do not think that my statement was contradictory. But you did not quote me right... The Escalation runs once, meaning it performs a single search to the database. After finding 0-x records, it will perform its Escalation-Actions 0-x times. It is therefore very important to distinguish

Re: Filter & Escalation

2014-06-03 Thread Sweety
Hey Misi, hope you are doing well. Looks like you are busy with your work. I would prefer a positive pat ;) I did not understand this statement: Escalation execute on each matching record. But the Escalation itself runs once. Do't you think its a contradictive statement? Both seems to

Re: Filter & Escalation

2014-06-03 Thread Misi Mladoniczky
Hi, I thought that a pat on the back was a positive/assertive/encouraging action ;-) No, Escalation-Actions do not execute once, they execute on each matching record. But the Escalation itself runs once, and then performs zero to many Action-sequences depending on the number of records it finds

Re: Filter & Escalation

2014-06-03 Thread Sweety
Correct me if any of below statements are wrong else give me a pat on my back :) Active Links/Filters : Executed once for each record hence acts on current request. Push fields/set fields can be used to create/update other records but they will trigger active links/filters based on the workflow

Re: Filter & Escalation

2014-06-02 Thread Ken Pritchard
T.ORG Subject: Re: Filter & Escalation Hey LJ :) Good Morning/Afternoon/Evening. What if I am not performing action only on single record? What in case of Modify All option. Imagine I wrote a filter; Run If : 'Submitter' != $Null$ Action : Push Field : Update some entry. In this case filter

Re: Filter & Escalation

2014-06-02 Thread Sweety
Hey LJ :) Good Morning/Afternoon/Evening. What if I am not performing action only on single record? What in case of Modify All option. Imagine I wrote a filter; Run If : 'Submitter' != $Null$ Action : Push Field : Update some entry. In this case filter will act on all records where submitter is

Re: Filter & Escalation

2014-06-02 Thread LJ LongWing
Sweety, When you perform an action on a single record, filters act on that record. They can cause set/push, that affects other records, and those records will have their own filters. Escalations perform a query, and then take actions on any record that matches the query, potentially causing filte

Filter & Escalation

2014-06-02 Thread Sweety
Hi List, I was reading the BMC wiki and found something weird in filters and escalations. Wiki says filters act on current requests and escalations act on all matching requests. I can modify requests through filters which are not currently accessed by user. Filters acts on current requests - Th

Re: Self-Terminating/disabling Escalation

2014-05-07 Thread David Durling
The “Run Now” escalation option is also there in the 7.5 Dev Studio (at least in patch 007). David D. David Durling University of Georgia From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Jarl Grøneng Sent: Tuesday, May 06, 2014 7:21 AM To: arslist

Re: Self-Terminating/disabling Escalation

2014-05-06 Thread Jarl Grøneng
ng to run an escalation last year (but maybe my memory is > faulty, I don’t have a 7.6.04 system to reference now). > > > > -Rick > > > > *_* > > *Rick Westbrock* > Remedy Administrator | IT Department > 24 Hour Fitness USA, Inc. &g

Re: Self-Terminating/disabling Escalation

2014-05-04 Thread Rick Westbrock
I think that was in place as of version 7.6.04 since I remember right-clicking to run an escalation last year (but maybe my memory is faulty, I don’t have a 7.6.04 system to reference now). -Rick _ Rick Westbrock Remedy Administrator | IT Department 24 Hour Fitness USA

Re: Self-Terminating/disabling Escalation

2014-05-04 Thread Charlie Lotridge
rget entries might be or grow large, a run of this thing might hit the system limit and abort (and rollback) the entire transaction. If you use the "normal" paradigm and have the escalation running on the target form directly (instead of from a control form), each run of the escala

Re: Self-Terminating/disabling Escalation

2014-05-04 Thread Jason Miller
action that will accomplish this > for you. You could potentially try to use a SQL update (in a Direct SQL > action) to directly update the Remedy data dictionary, which would look > something like this: > > UPDATE escalation > SET enable = 0 > WHERE name = 'The Escalati

Re: Self-Terminating/disabling Escalation

2014-05-03 Thread Mueller, Doug
comes together to help provide complete answers. Doug Mueller From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Rick Westbrock Sent: Friday, May 02, 2014 11:03 AM To: arslist@ARSLIST.ORG Subject: Re: Self-Terminating/disabling Escalation ** I think

Re: Self-Terminating/disabling Escalation

2014-05-03 Thread LJ LongWing
Doug, I hate to contradict you, but, if you right click on any escalation, the bottom option is 'Run Now'so, at least in the 8.1 version of the Dev Studio, there is a GUI option that enables this. On Thu, May 1, 2014 at 1:22 PM, Mueller, Doug wrote: > ** > > OK, goo

Re: Self-Terminating/disabling Escalation

2014-05-02 Thread Charlie Lotridge
Hi Sapna, The bad news is that there is no workflow action that will accomplish this for you. You could potentially try to use a SQL update (in a Direct SQL action) to directly update the Remedy data dictionary, which would look something like this: UPDATE escalation SET enable = 0 WHERE name

Re: Self-Terminating/disabling Escalation

2014-05-02 Thread Lucero, Michelle
Doug, “ A good enhancement request is to have the ability to say to "run now" for an escalation exposed through dev studio.” This is already available…. In Dev Studio v8.1, why can’t one just right-click and say “Run Now”? We’ve used this during a migration for a one t

Re: Self-Terminating/disabling Escalation

2014-05-02 Thread Tanner, Doug
System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Ben Cantatore Sent: Thursday, May 01, 2014 12:18 PM To: arslist@ARSLIST.ORG Subject: Re: Self-Terminating/disabling Escalation ** Sapna, Have a flag field as part of the escalation set the flag to true. Make the run if

Re: Self-Terminating/disabling Escalation

2014-05-02 Thread Mueller, Doug
OK, good news and bad news…… The best way to do this is to create an escalation that is disabled. Then, tell it to run one time. Well, that seems to be perfect and just what you asked for. So, how do you do this??? Well, that is the bad news. While we do have the exact functionality, we

Re: Self-Terminating/disabling Escalation

2014-05-02 Thread Givens, Gregory CTR NPC, Pers 54
Sapna You can create a form with the workflow (filters) actions you want to accomplish on you primary form This form will act as you trigger Set you Escalation to run on this trigger form. The Escalation can have a Run If Qualification of something like 'Status' = "Active" T

Re: EXTERNAL: Re: Self-Terminating/disabling Escalation

2014-05-01 Thread Reiser, John J
Or Set it up to run every 99 days like Rick said and add AND $DATE$ = "05/01/2014" to your run if. It will run immediately today and by tomorrow the DATE check will be false. Since it only gets run every 99 days there is little impact on the system except to check the escalation

Re: Self-Terminating/disabling Escalation

2014-05-01 Thread Rick Westbrock
I don't know of a way to do that. When I need to have an escalation run only once I will either set it for an interval of 99 days (if I want it to run immediately) or for a specific day of the month and time. In either case you must go back and disable the escalation but that will give y

Re: Self-Terminating/disabling Escalation

2014-05-01 Thread Ben Cantatore
Sapna, Have a flag field as part of the escalation set the flag to true. Make the run if qualification for the escalation run on flag equal false. That should ensure it only runs once. Otherwise, I'd just create an escalation, run it and then remove it manually. Ben Cantatore R

Self-Terminating/disabling Escalation

2014-05-01 Thread Sapna Motwani
Hello Experts, Please suggest is it possible to define a self-terminating escalation. I need to run an escalation just once, and then it should disable itself. I want to know is it possible to define an escalation which triggers some workflow to mark the calling parent escalation as disable

Re: due to escalation some text lines adding in arerror log

2014-02-12 Thread LJ LongWing
Well...the main problem is that that Run-Process is a client side (Active Link) run process, and shouldn't be in a filter/escalationso wherever you happen to have it should be removed. On Wed, Feb 12, 2014 at 6:57 AM, Sandeep Pandey wrote: > ** > Dear Team, > > There

due to escalation some text lines adding in arerror log

2014-02-12 Thread Sandeep Pandey
Dear Team, There is one escalation running on so and so time and having two actions (set change flag and process) running perfectly. However I getting below lines added in arerror log for each records escalation qualification is passing. Sun Feb 09 01:25:01 2014 390603 : Failure while trying to

  1   2   3   4   5   6   7   >