Email Id validation in remedy

2013-09-11 Thread vidyasagar kommu
Hi All, Could you please guide how to do the below requirements . *Requirment1 :* Whenever there is a Space Email Address remedy should not allow to create or save the form . This space could be at any place in the email field, could be at the beginning ,middle or end of the email ID. So

Deleting file from a location using Remedy Workflows

2013-09-11 Thread Karthick S
Hi All, In our Remedy environment we have integrated Remedy with .Net, which generates PDF and places the PDF files in a location. Remedy workflow are written to attach those PDF files into Remedy and Remedy sends an notification mail to customer / User. Now I need to delete the PDF files

Re: Deleting file from a location using Remedy Workflows

2013-09-11 Thread Misi Mladoniczky
Hi, I guess your files are located on the Remedy server. The syntax would be different on Unix/Linux servers compared to Windows servers. You need to issue a run-process command to delete the file: Linux/Unix: /bin/rm /x/y/zzz.pdf Windows: cmd.exe /c del C:\x\y\zzz.pdf Best Regards -

BMC Completes Transaction to Go Private

2013-09-11 Thread Misi Mladoniczky
http://app.go.bmc.com/e/es.aspx?s=1545e=225649elq=a43cdfac87bc4bd98ec74df6e2da2b1c ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers Are, and have been for 20 years

Data load console - documentation?

2013-09-11 Thread Dave Barber
All, Is there any documentation for the data load console, and if so, where has it been hidden on the site? This is on a 7.5 Change Management application. Having some issues with site uploads, some are validating, others aren't (code 121, Invalid Site). Regards Dave Barber

Re: Deleting file from a location using Remedy Workflows

2013-09-11 Thread Karthick S
Hi Misi, Thanks for the mail, will check and let you the result on this. Regards, Karthick On Wed, Sep 11, 2013 at 6:20 PM, Misi Mladoniczky m...@rrr.se wrote: Hi, I guess your files are located on the Remedy server. The syntax would be different on Unix/Linux servers compared to Windows

Re: Email Template- Issue with incoming mail from Outlook 2003

2013-09-11 Thread Vyom Labs Support
Hi, There is KB entry from BMC related to this issue. BMC KB: Knowledge Article Microsoft Office 2003 Outlook and Email Engine incompatibility. Knowledge Article ID: KA335570 Version: 1.0 Status: Published Published date: 01/20/2011 Problem Remedy Email Engine usability is affected by the way

AUTO: Sharon-Michal Mamon-Meged is out of the office. (returning 13/09/2013)

2013-09-11 Thread Sharon-Michal Mamon-Meged
I am out of the office until 13/09/2013. אני בחופשת מחלה , נא לפנות ללירון בן יוסף Note: This is an automated response to your message Re: Deleting file from a location using Remedy Workflows sent on 11/09/2013 10:20:56. This is the only notification you will receive while this person is

Re: Email Id validation in remedy

2013-09-11 Thread David Durling
Sagar, I'm not going to write the exact queries, but I think 'Email Address' LIKE (% + + %) with a space in the quotes will find any spaces. There might be better ways to do this, but to meet the 2nd requirement you could look for something like 'Email Address' LIKE (@%@) AND (NOT('Email

Re: Email Id validation in remedy

2013-09-11 Thread David Durling
Sorry, correction on 2nd requirement query: 'Email Address' LIKE (%@%@%) AND (NOT('Email Address' LIKE %;%)) and throw an error David Durling From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of David Durling Sent: Wednesday, September 11, 2013 9:09

Re: Email Id validation in remedy

2013-09-11 Thread Grooms, Frederick W
And the first could be written asLIKE % % -Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of David Durling Sent: Wednesday, September 11, 2013 8:10 AM To: arslist@ARSLIST.ORG Subject: Re: Email Id validation in remedy **

Re: Email Id validation in remedy

2013-09-11 Thread David Durling
Okay, thanks - and the 2nd requirement doesn't really require multiple active links/filters - just string the queries for ampersands together with OR: (query) OR (query) OR (query). David D. -Original Message- From: Action Request System discussion list(ARSList)

Re: BMC Completes Transaction to Go Private

2013-09-11 Thread Matt Laurenceau
Thanks Misi! The full open letter (and a vid from Bob) is on http://www.bmc.com/info/2013/privatization-announcement.html I definitely expect things to be even more flexible and innovative at BMC :) Cheers, Matt http://bit.ly/MattProfiles On Wed, Sep 11, 2013 at 10:52 AM, Misi Mladoniczky

Re: ar.cfg tool

2013-09-11 Thread Tales Parreiras da Silva
Winmerge. http://winmerge.org/ 2013/9/9 Kemes, Lisa A DLA CTR INFORMATION OPERATIONS lisa.kemes@dla.mil Thanks Carl! I use Notepad++ as well.I was not aware of the compare plugin. Thanks again! Lisa -Original Message- From: Action Request System discussion

Re: External Display of Flashboards

2013-09-11 Thread Pierson, Shawn
Thanks, I'm testing setting that dummy user up with a Restricted Read license now. Thanks, Shawn Pierson Remedy Developer | Energy Transfer From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Grooms, Frederick W Sent: Wednesday, September 11, 2013

Re: DB usage - adding tables

2013-09-11 Thread Longwing, Lj
Agreed, I have created db tables/views in the past to suit various needs of the customer. On Wed, Sep 11, 2013 at 3:09 PM, Grooms, Frederick W frederick.w.gro...@xo.com wrote: Depending on what is needed Yes we do have direct Oracle tables and views in the same tablespace as the ARSystem

External Display of Flashboards

2013-09-11 Thread Pierson, Shawn
Good afternoon, I wanted to see if anyone has come up with a good way to display Flashboards outside of Remedy. For example, I would like to display some on a website outside of Remedy. I tried building a Display Only Form to put these on, and we have SSO working so there's no

Re: Permissions Question/Problem

2013-09-11 Thread rdg em
Thank you all for your quick and thoughtful response. I went through all of your responses and insured my permissions were correct and that the cache was flushed. Problem still exist. Started going through the work flow again and realized my logic is flawed (imagine that). The AL guide/loop is

Re: DB usage - adding tables

2013-09-11 Thread Grooms, Frederick W
Depending on what is needed Yes we do have direct Oracle tables and views in the same tablespace as the ARSystem data. Fred -Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of John Sundberg Sent: Wednesday, September 11,

Re: External Display of Flashboards

2013-09-11 Thread Grooms, Frederick W
I can't remember if the Already Logged In error applies to the Restricted Read licenses. You may want to check into that so you could remove the Fixed and Administrator permissions Fred From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Pierson,

DB usage - adding tables

2013-09-11 Thread John Sundberg
Does anybody add tables by hand to their ARSystem tablespace? Examples would be: Custom_Locations Custom_Assets Stuff like that… Then - maybe you create a vendor form to view it??? Just wondering if anybody is doing this kind of thing? -John -- *John Sundberg* Kinetic Data, Inc.

REMEDY ADMIN NEEDED in Colorado Springs, CO - SECRET CLEARANCE - 6 Month Contract to Hire - $80-100K (Based on experience) - Contract Rate $38-48/hr

2013-09-11 Thread Matt Moore
Colorado Springs, CO - SECRET CLEARANCE - 6 Month Contract to Hire - $80-100K (Based on experience) - Contract Rate $38-48/hr* Top Three Skills: 1.BMC Certified Administrator: BMC Remedy AR System 7.5 or higher 2.Producing technical requirements and design documentation 3.Provide

What is Remedy Care?

2013-09-11 Thread David Charters
I was just asked about Remedy Care by a recruiter. Can anyone tell me what this is? Sincerely, David Charters Charters Technologies 317-331-8985 ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org

Re: REMEDY ADMIN NEEDED in Colorado Springs, CO - SECRET CLEARANCE - 6 Month Contract to Hire - $80-100K (Based on experience) - Contract Rate $38-48/hr

2013-09-11 Thread David Charters
$48.00/hr? Does anyone worth their Remedy salt work for that kind of rate? Maybe 2 x 48? Sincerely, David Charters Charters Technologies 317-331-8985 -Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Matt Moore Sent:

Re: REMEDY ADMIN NEEDED in Colorado Springs, CO - SECRET CLEARANCE - 6 Month Contract to Hire - $80-100K (Based on experience) - Contract Rate $38-48/hr

2013-09-11 Thread Differ, Alfred W CTR PHD NSWC, 210
With an active clearance? I hope not. -al Alfred Differ - Sr. Database Engineer NDTI / NSWC PHD -Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of David Charters Sent: Wednesday, September 11, 2013 3:45 PM To:

Re: REMEDY ADMIN NEEDED in Colorado Springs, CO - SECRET CLEARANCE - 6 Month Contract to Hire - $80-100K (Based on experience) - Contract Rate $38-48/hr

2013-09-11 Thread Matt Moore
As stated in the job description, this is an admin position, and the secret clearance can be processed. 48/hr is above market rate for Colorado Springs, CO. Typically remedy administrators in Colorado Springs will make $40-45/hr. All of our certified/cleared folks are working with current clients

Re: REMEDY ADMIN NEEDED in Colorado Springs, CO - SECRET CLEARANCE - 6 Month Contract to Hire - $80-100K (Based on experience) - Contract Rate $38-48/hr

2013-09-11 Thread Carl Wilson
Don't normally chime in on these but Wow, $340 - 360 USD a day is very low (UK rates start at around £350+ = $550+ USD) ... Security clearance can add a fair amount of value to that. BTW: How are you Matt, been a long time J (you going to WWRUG?, I seen Mr David Savino is ...)

OT - WWRUG13 - Unofficial Sessions

2013-09-11 Thread Sanford, Claire
I'm signing up for this session :) $119 -- Fairmont San Jose: Spa Day w/Bubbly, Reg. $240 -- http://www.travelzoo.com/local-deals/South-Bay/Spa/66971 What's included 50-minute Swedish or deep tissue massage (reg. up to $120) 25-minute refresher facial with a Rejuvenating and Hydrating

Re: What is Remedy Care?

2013-09-11 Thread Joe D'Souza
I'm willing to bet the recruiter doesn't know what it is either.. :-).. Looks like something may have got lost in translation between the recruiter and the end customer.. Joe _ From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of David