Is Remedy login ID aliasing possible (irrespetive of AREA auth)?

2010-06-17 Thread Wayne Keenan
Hi, The users in a customer's Remedy 7.5 system have their login id set to their Active Directory shortnames. This is working well with AREALDAP with no aliasing being required. However, the customer would like to be able to let the users enter their email (or principal name in AD speak) into

Re: AIE XML Data import

2008-10-23 Thread Wayne Keenan
it identifies the element that will be used to identify an individual record in the source xml. From item 12 on page 55 of AIE7.1.00_UsersGuide.pdf: If this data mapping uses the XML adapter, then in the Row Element field, type the name of the element that identifies each row of data. On Thu,

Remedy ARS and HP System Insight Manager (SIM) integration

2008-05-16 Thread Wayne Keenan
Hi, I want to create incidents in Remedy from HP SIM, and although my Remedy integration exeperice is long and varied, I have little knowledge of HP products. Is anyone aware of the options involved for integrating Remedy and HP System Insight Manager (SIM) integration. I'm specifically after the

Re: Memory leak in ARInitialization (c api 7.1)

2008-03-30 Thread Wayne Keenan
I'm making an educated guess, based on my experience with other C API's, but it could just be some table /struct/buffer/scratch space used to support the locale; which will/has to exist (and potentially not grow) for the duration of the process? Not all memory still in use at program end is a

NetAct and Ventyx Integrations

2008-03-27 Thread Wayne Keenan
Hi, I was wondering if anyone had any details on NetAct and Ventyx integration with Remedy, product info or project related. I'm comfortable with any sort of integration, be it DB, SOAP, RPC, C/Java, etc, as I'm after details for ways of communication (transports, e.g RPC, JMS) and the operations

Re: Is it possible to dump data into a CSV file through Java API

2008-02-05 Thread Wayne Keenan
I wouldn't roll your own CSV writer/reader, it's way more complex a problem than you may realise, and has been solved a thousand times before. Instead I would go with a ready made one, such as: http://opencsv.sourceforge.net/ On Feb 5, 2008 1:19 PM, Vikash Mistry [EMAIL PROTECTED] wrote: **

Re: Ping

2008-02-05 Thread Wayne Keenan
The *pclose*() function waits for the associated process to terminate and returns the exit status of the command On Feb 5, 2008 1:30 AM, Axton [EMAIL PROTECTED] wrote: popen looks to be available on all platforms (posix compliant and windows). Windows defines the function as _popen though.

Re: Developer Plus and java version?

2007-08-03 Thread Wayne Keenan
In general you can 'force' a java version by setting the PATH and JAVA_HOME variavles in a shell script just before execcuting the target binary. (this typically works fine unless the app has configuration paramters of it own, e.g. from a config file or does registry lookups) so you could create