Re: Remedy job with Cisco in RTP, NC

2014-05-07 Thread Roger Justice
Please do not reply to an email if you do not want to have the whole list know what you want. !! -Original

Dynamic user-specific color coding for table field rows and columns

2014-05-07 Thread Robin Mathew
Hi all, I request your help for the following requirement. Requirement I need to provide a configuration screen to user where he can define color coding for table field rows and columns. Example,suppose a table field has 'Priority' column.In the configuration screen,provision should be

Re: Date Calculation

2014-05-07 Thread Suresh Loganathan
Karthi, Not Clear. please explain requirement clear sir. BR, Suresh L On May 7, 2014 3:31 PM, Karthick S karthick...@gmail.com wrote: ** Can anyone help me in this calculation Need to calculate Current Date + No. of Days in a Month. We have process to create automated ticket in

Re: ARERR 90: server.dummy.host.com

2014-05-07 Thread Grooms, Frederick W
It is because someone at BMC hard coded dummy.host.com into the server binary files. I am guessing that some junior programmer put it in some shared library as a temporary fix for something and never got back to replace it with a call to find the current domain when they needed FQDN

Re: I did not know this happened.. they spun marimba (BBCA) off the company

2014-05-07 Thread pritch
Things like this were to be expected. Venture Capital at it's finest. - Original Message - From: patrick zandi remedy...@gmail.com To: arslist@ARSLIST.ORG Sent: Monday, May 5, 2014 8:44:54 PM Subject: I did not know this happened.. they spun marimba (BBCA) off the company **   Great

Re: Dynamic user-specific color coding for table field rows and columns

2014-05-07 Thread Charlie Lotridge
Hi Robin, Unfortunately, no, you can't directly do what you want here. The table column coloring configurations are embedded in some very low level display properties associated with the table column fields in the data dictionary. There is no way to either dynamically change these, or have user

Re: Analytics report - difference in Summary and Detail sheet.

2014-05-07 Thread Harry
Is this due to connection time out ? -Harry On Tuesday, May 6, 2014 12:13:35 AM UTC-5, Harry wrote: ** Hi Experts, Why would be there difference in pie-chart- summary xls sheet and its Change requests -in tabular format /Detail xls sheet ? Is there something broken ? Thanks, Harry

Re: Migrator Difference Report and Property List

2014-05-07 Thread Misi Mladoniczky
Hi, Looking at ar.h from the API-package gives you the answer: #define AR_OPROP_MFS_WEIGHTED_RELEVANCY_FIELDS 60048 /* CHAR; semicolon separated list of field ids mapped to weighted relevancy fields of multi-form fts search in the format as below: numtags;field tag;fieldid;fieldtag;fieldid..

Re: Date Calculation

2014-05-07 Thread pritch
Maybe use the Month function to obtain the month from the date and add one to move to the next month. Then use that part of the date to get to mm+1/01/ - then subtract one second. Can probably do it all in one set field command with a bit of work on the expression. - Original Message

Re: Set Month End Date

2014-05-07 Thread Grooms, Frederick W
This is the way I have done it in the past (Note: I am using US date format so convert as needed) Set Fields actions (in Filter or Active Link) Action 1:$ztmp string field$ = MONTH($DATE$) + /1/ + YEAR($DATE) Action 2:$ztmp datetime field$ = $ztmp string field$ Action

Re: Set Month End Date

2014-05-07 Thread Givens, Gregory CTR NPC, Pers 54
Try this Action 1 sets the date to the first of next month Action 2 subtracts 1 minute Action 1: Set Fields Field : Due Date Value: DATEADD(mm, 1, DATEADD(dd, -(DAY($Create Date$) - 1), $Create Date$)) Action 2: Set Fields Field: Due Date Value: $Due Date$ - 60 Greg Givens -Original

Re: Migrator Difference Report and Property List

2014-05-07 Thread Grooms, Frederick W
The 1st has 11 form properties and the 2nd has 12 form properties set. You may want to check the Differences for Form Properties in Tools - Option - Masks Pull up the ar.h include file and you can see what property 60048 is (I don't have it handy or I would have added it here) Fred

Re: ARERR 90: Looking for dummy.host.com

2014-05-07 Thread Jarl Grøneng
Hi Try adding your domain name to the Domain-Name option in ar.conf/ar.cfg. --- Domain-Name New domain name portion of the fully qualified server name. By default, a server determines the domain name from the network interface. In rare cases, this method does not produce the desired result

Re: Deleted user accounts continue to show up in logs

2014-05-07 Thread David Durling
They were removed from the user form (we don’t use a people form). I thought about auto-refresh, but it seemed unlikely on all these accounts I found cache files with their login info. So looks like a manual cleanup of cache folders is in order. Thanks, David D. From: Action Request

Re: Set Month End Date

2014-05-07 Thread Terje Moglestue
Karthick, It is years since I have done this type of calculations. In your example I would find the first day of the next month and then just take minus one day. The outcome would the last day of the month you are in. ~ Terje From: Action Request System discussion list(ARSList)

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:

Re: ARERR 90: Looking for dummy.host.com

2014-05-07 Thread Andrew Hicox
I've seen definitions get fouled like this due to a bug in older versions of dev studio. Export the report creator form + all related objects to a def or XML file. Grep for dummy.host.com. If you find it, that's probably what happened. From there, you should be able to figure out which objects

Re: Deleted user accounts continue to show up in logs - Resolved

2014-05-07 Thread David Durling
We're on Solaris, thanks. After looking at viewStats.dat like Thad suggested I found KB entries like KA401084 on how to manually delete midtier tomcat directories. Looks like that's what I need to do. Thanks, all! David D. -Original Message- From: Action Request System

Migrator Difference Report and Property List

2014-05-07 Thread Kemes, Lisa A DLA CTR INFORMATION OPERATIONS
We created a difference report and I get some BASE forms (that were overlaid) that have a difference in the Property list. But when I double click on the form (in migrator) all the check marks are green. So I create a def file on the dev and stage form and here is what I get as the difference

Re: Dynamic user-specific color coding for table field rows and columns

2014-05-07 Thread Misi Mladoniczky
Hi, Add a hidden display-only-column named Color, and then build workflow that sets this column row for row depending on the users settings. This would be done via a Table-loop, but you must ensure to make it as efficient as possible to prevent performance problems. Best Regards - Misi,

Re: ARERR 90: Looking for dummy.host.com

2014-05-07 Thread D Dussie
Thank Andy, I was unable to export the ReportCreator to xml, kept getting dev studio error:Failed to export to the file. ERROR (110): Incorrect data type value for this parameter.; ReportCreator, 5190, . So, Tried .def, there was no entry for dummy, except for Active link

Re: ARERR 90: server.dummy.host.com

2014-05-07 Thread D Dussie
Thanks Fredrick, I tried that prior to re-importing the server/installform/en/reportvendor.def. Nothing surfed. ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers Are, and have been for 20

Set Month End Date

2014-05-07 Thread Karthick S
I need to Set a Month End Date in a field Called Due Date. Please find the below. Example: Ticket created Date is 7/05/2014 12:00:00 AM and the Due Date should have 31/05/2014 11:59:59 PM. it should automatically calculate or populate the Month End Date in Due Date field. I have used this

Re: Date Calculation

2014-05-07 Thread Karthick S
Thanks Misi.. On Thu, May 8, 2014 at 4:40 AM, Misi Mladoniczky m...@rrr.se wrote: Hi, First you find the start point of the month: MonthStart = DATEADD(dd, 1 - DAY($DATE$), $DATE$) Then you find the first of the next month and subtract one second: MonthEnd = DATEADD(mm, 1, $MonthStart$)