Re: Why can't I add a menu to this field?

2014-01-03 Thread LJ LongWing
Andrew, In addition to adding an overlay on the Form, you also need to overlay the field, and potentially the view as well. Regarding why you can't attach via workflowyou can only 'change' the menu attached to a field via workflow, you can never add a menu...so if the form doesn't have a menu

SSL cert Import Error: keytool error: java.lang.Exception: Input not an X.509 certificate

2014-01-03 Thread John Baker
What are you trying to import? It sounds like you need to use openssl or some other tool to convert the certificate into something keytool can read - keytool is a nightmare. :) ___ UNSUBSCRIBE or access ARSlist

Multiple level join forms

2014-01-03 Thread Rick Cook
We have a custom application that has a TEN layers deep join form. Something like Company::YYY:Form1-Form2-Form3-Form4-Form5-Form6-Form7-Form8-Form9-Form10_join. BMC documentation (for 7.5) says that six is the practical limit for join levels. There are a large number of rows in this form,

Windows/Linux or any other OS for remedy

2014-01-03 Thread James Smith
Hello, We are planning to setup a new environment for 8.1 with brand new infrastructure. Right now some clients are on windows and some are on linux but now we want to move them all to a best OS and best infrastructure. Which one according to you is the best OS for installing 8.1 ?

Re: Multiple level join forms

2014-01-03 Thread Pierson, Shawn
I'd work with the DBAs to run sql profiler or something while running queries against that table so they could make the argument for you with actual statistics rather than hypotheticals. Thanks, Shawn Pierson Remedy Developer | Energy Transfer From: Action Request System discussion

Re: Why can't I add a menu to this field?

2014-01-03 Thread Andrew Hicox
Thanks. Now it makes sense. What possible harm could there be in the ability to add a drop down menu in the GUI on a join form derived from the CMDB forms? OK ... I can see locking out things that'd write back to the database like the input length or FTS mode, indexes, permissions, etc. But

Re: AIE Flat File to CMDB question

2014-01-03 Thread David Charters
Hey Roger, a flat file makes it impossible to have relationships Sincerly, David Charters Charters Technologies 317-331-8985 Original message From: Roger Justice rjust2...@aol.com Date:01/02/2014 7:07 PM (GMT-05:00) To: arslist@ARSLIST.ORG Subject: Re: AIE Flat File to

Re: [Solved] AIE Flat File to CMDB question

2014-01-03 Thread Hugo Ruesga
Thanks Carl; I used the utilities from the server and that created the files I needed. Thanks everyone for your advice on this. Much appreciated and a prosperous and thriving 2014 for you all. cheers Hugo Ruesga Software Development Advisor US 972.577.7000 x 332.3868 MX +52 (33) 3332.3868 P

Re: Why can't I add a menu to this field?

2014-01-03 Thread Roger Justice
You do not modify the AST join form you have to modify the CMDB form that is used to create the join form, which for 7.6.04 should be BaseElement. You will not use the Overlay capability since CMDB forms can only be modified by the Class Manager or in the base mode. In 8.1 this field is most

Why can't I add a menu to this field?

2014-01-03 Thread Andrew Hicox
Hi everyone, I have what will probably turn out to be a stupid question, but I'll ask anyhow because frankly I'm stumped. Tried this on 7.6.04 sp3 and 8.1 sp2 ... So I suspect BMC must be doing this on purpose... But this SHOULD be a relatively benign customization (I think). I want to add a

Remedy Technical Lead Contractor Position

2014-01-03 Thread Jamie
Check out the following link for more details: http://aquent.com/find-work/72326 ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers Are, and have been for 20 years

Re: Why can't I add a menu to this field?

2014-01-03 Thread Brittain, Mark
Andy, This is a join form of the BMC.CORE:BMC_ComputerSystem form. So you would need to add the menu there. Mark From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Andrew Hicox Sent: Friday, January 03, 2014 11:08 AM To: arslist@ARSLIST.ORG

Re: View Form Issue with Date Field and Epoch Time

2014-01-03 Thread LJ LongWing
Shawn, What you will need to do is convert it to a Date instead of a Date/Time field if you want to handle before 1970. You will loose fidelity of time of day, but will be able to handle any date you will encounter On Jan 3, 2014 9:45 PM, Pierson, Shawn shawn.pier...@energytransfer.com wrote:

Re: Multiple level join forms

2014-01-03 Thread Charlie Lotridge
When ARS performs data interaction with a Join form, it simply issues the appropriate SQL against the SQL View it created to represent the Join (named Tschema id of the join). In situations like yours, that SQL View itself references other SQL Views representing the lower level joins, and so on.

Re: ARERR 8958 The Date Value is Invalid

2014-01-03 Thread MIZELL, MICHELE
Have you checked the field type to see if it is valid? From: Action Request System discussion list(ARSList) [mailto:arslist@arslist.org] On Behalf Of uday kiran Sent: Thursday, January 02, 2014 1:34 PM To: arslist@arslist.org Subject: ARERR 8958 The Date Value is Invalid ** Hi Team, I am

View Form Issue with Date Field and Epoch Time

2014-01-03 Thread Pierson, Shawn
Good afternoon, I think I've found a limitation in View Forms that is causing some issues. Basically, for the integration I built with HR data, I'm seeing errors when converting dates for people hired prior to 1970. There aren't any active folks like this, but it seems to be causing issues

Re: Why can't I add a menu to this field?

2014-01-03 Thread Andrew Hicox
On Fri, 3 Jan 2014 09:22:27 -0700, LJ LongWing lj.longw...@gmail.com wrote: Andrew, In addition to adding an overlay on the Form, you also need to overlay the field, and potentially the view as well. Indeed. I have done this ... as far as I can tell I have done it properly: 1) add overlay to