Need help to dynamically read field values.

2006-10-09 Thread Veeral J Oza
** Hello all, This is what I am trying to do. I have 2 character fields Temp1 and Temp2 and one Button. There are other fields on the form like Submitter, Last Modified Date, etc.. So when I type in Temp1 field the value as $Submitter$ and Ihit Button, I want the value of Submitter field

Retaining Request ID values

2006-10-09 Thread Veeral J Oza
** Hello all, I have 2 forms which are exactly identical (same ids for all the fields). I would like to push records from form A to form B via escaltion. Is it possible to retain the same value for the Request ID field on form B as that of Form A? and ifso , can you please tell me how

Re: Unix/Oracle - Windows/SQL Server - SOLVED

2006-10-09 Thread Bezhenar, Dmitry
Thank you, I've downloaded the ARInside tool. The best there is. BTW, I didn't find it on http://www.mattreinfeldt.com/ Another link - http://system.devdor.net/software.php#arinside Kind Regards Dmitry Bezhenar -Original Message- From: Action Request System discussion

Re: DMTF xml files

2006-10-09 Thread John Baker
Mike, I was wondering whether I'd missed a smart new XML importer in ARS7, but it sounds like I haven't. You may with to use our (free) XML Gateway Community Edition (www.javasystemsolutions.com/products/xmlgateway) to map the data into the relevant forms. John

Re: File System Plugin on 7.x

2006-10-09 Thread Michiel Beijen
** I mailed dccontent as well some time ago but it might be that the mailbox is no longer being monitored? I have not received an answer as well, at least.Kind regards,Michiel On 10/4/06, Jarl Grøneng [EMAIL PROTECTED] wrote: I did send an email to [EMAIL PROTECTED] 2-3 weeks ago related to

Re: Retaining Request ID values

2006-10-09 Thread Remedy Developer
** Hi Veeral, You can make use of regular Global Id's in this case. Create a new character field with Field ID in the range of 100 to 199. Write an active link / escalationwhich will set field the request id value in this field. The next step is to create the same character field with

Re: Need help to dynamically read field values.

2006-10-09 Thread Meenakshi Ramanathan
** Hi Veeral, You can make use of the Run If qualification in the active link and simply set the value of temp2 to Submitter in Set fields action.. Will this help what you are trying to do? Regards, Meenakshi Ramanathan Virtusa (India) Pvt. Ltd. Ph: +91 44 42002700 3217

Re: Need help to dynamically read field values.

2006-10-09 Thread Jarl Grøneng
You can use this application command: Application-Copy-Field-Value target_field_ID source_field_ID Copies a field on the current form to another field on the current form. Returns one of the following integers: 1—Indicates that the assignment failed. 0—Indicates that the assignment occurred.

Re: Retaining Request ID values

2006-10-09 Thread get remedy
** Use GUI iD field to identify the request uniqely and then same reference to get the request it On 10/9/06, Veeral J Oza [EMAIL PROTECTED] wrote: ** Hello all, I have 2 forms which are exactly identical (same ids for all the fields). I would like to push records from form A to form B via

Trigger Remedy Action from Oracle

2006-10-09 Thread Gopala Krishna Peela
** Hi, I want to inert a record into a table from oracle using insert command. So I have created filter on view form of above table which should execute on submit. But it is not recognizing submit action from oracle. Is there any way to trigger remedy action from oracle... I should

OT: new License Allocation Calculator in rrrLic

2006-10-09 Thread Misi Mladoniczky
Hi All, We have just completed some new FREE pages in our License Management tool rrrLic. The first thing is a graphical display of the license cost per registered user in your system: http://www.rrr.se/tmp/rrrLicAllocationCost.png The second thing is a calculator to determine your license need

Re: Trigger Remedy Action from Oracle

2006-10-09 Thread Michiel Beijen
Hi Gopala Krishna.Peela This is the third time you have posted an issue about this on the ARSList in a weeks time. Do you think this helps? People have already suggested the use of Remedy Webservices. It might be best that you try to reply to earlier mails regarding the same subject, or at least

AR System server terminated when a signal/exception was received by the server

2006-10-09 Thread Heider, Stephen
I periodically see these errors in the arerror.log file. ARS apparently restarts its NT service and continues functioning normally. There have been no error messages popping up on client computers. I have log files running but have not seen any correlation between workflow and this particular

Re: Trigger Remedy Action from Oracle

2006-10-09 Thread Carey Matthew Black
Gopala, A filter Submit event is not the same as an SQL insert. They are logically similar, but very different. All Filter processing is done by the Application server and all SQL processing is done by the RDBMS. It is a common mistake for a DBA to think that filters should be triggered by

Re: Retaining Request ID values

2006-10-09 Thread Carey Matthew Black
Veeral, I know you said not by importing / manipulating database from the backend.. but... Escalations scream batch processing to me... So... How about this... Use the command line runmacro to get an ARX file of the current record and then use arimportcmd to import the record to the second

Re: Remedy integration with CVS

2006-10-09 Thread Carey Matthew Black
Ruediger, I know nothing about the proxy your talking about, but based on what you said I would be concerned. If this proxy is only doing things by object name then you likely have other problems to deal with too... There are multiple names spaces for ARS objects. For example: You can have a

Re: Macros and Mid-Tier

2006-10-09 Thread Lucero, Michelle - IST contractor
Title: Re: Macros and Mid-Tier ** Hi, David: To answer your question: Was the Save, Load, and Run defined searches functionality you describe added with Mid-Tier 7.0? I don't remember seeing or hearing about it in the 6.3 Mid-tier. The remove/add columns to the results list sounds exactly

Re: Remedy integration with CVS

2006-10-09 Thread Rick cook
If Matt is right, the way to deal with that is with a comprehensive naming methodology that identifies the type of object and it's run order as part of the object name. That will keep duplicates from being an issue. Rick -Original Message- From: Action Request System discussion

Re: AR System server terminated when a signal/exception was received by the server

2006-10-09 Thread Webster, Basil
We get this a lot and have thus far not managed to link it to anything specific either. Support asked us to upgrade to the latest patch, 17, and get rid of some other errors in the log file but this has not helped. From my understanding, it is the thread that is shown that has crashed. We are

Re: Retaining Request ID values

2006-10-09 Thread Misi Mladoniczky
Veeral, If you choose a solution like that, you might want to use the free rrrChive-tool we have created. - It is more robust, with a single binary - It does not require the creation of temporary (ARX) files - It gives you very good logging Best Regards - Misi, RRR AB, http://www.rrr.se

Asset mgmt 7...

2006-10-09 Thread Jarl Grøneng
...takes forever to install.. Why? It imports 137471 cities! Why cant the installer ask if you want to install that amout of records. I now which file to truncate when installing on the proper development server. -- Jarl

Change Management

2006-10-09 Thread Hugo Ruesga
Hi Everybody!! I have an issue with the Assignee Problems table on the Support Console; the issue is with one user; this user is the assigned person for a Change, but his changes don't appear on his console, i've reviewed the SHR:ConsolidatedList form and on it the Assigned to is set currently

Print Case

2006-10-09 Thread Philip, Saji L
** Hello all, This is my first post on this list, so please bear with my ignorance. We have Remedy ITSM Help Desk installed and I was trying to tweak the Print Case button on the Request form. Basically, I wanted to add more fields in the report( which is sent to the printer ).

Re: Print Case

2006-10-09 Thread Michiel Beijen
** Hi Saji,This is I guess the same problem as the topic from September 5, called Adding field to a report. For searching the arslist archives, you can try the website at http://arslist.org It would help if you would state in your email what version of AR System and what application version you

Re: External Email notifications not working . . .

2006-10-09 Thread Robert Molenda
Title: RE: External Email notifications not working . . . ** In exchange you can must configure relaying by IP Address / server name. That bit us in the butts during our exchange upgrade. Note that this is not remedy related, but mail service configuration. Thanks-n-advance; HDT

Re: OT: Happy Thanksgiving to my fellow Canadians

2006-10-09 Thread Rick Parry
** Happy Thanksgiving Canadians. From a friend in the U.S. Rick "[EMAIL PROTECTED]" [EMAIL PROTECTED] 10/6/2006 9:40 AM Just thought I'd wish Canadians a Happy Thanksgiving long weekend,and listers play nice on Monday, I may not be watching

Move Date/Time Field value to a date field using SQL

2006-10-09 Thread Antonio Acosta
Hello Lister, I`m in the process to move the values stored in a date/time field to a new one in the date field format. In the form exist at leats 1.000.000 records and I prefer to perform this updade via sql in order to not activate the filters defined over the form if I use an escalation.

Re: Move Date/Time Field value to a date field using SQL

2006-10-09 Thread Grooms, Frederick W
Please specify what version of Remedy you are using and on what OS and db. Fred -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Antonio Acosta Sent: Monday, October 09, 2006 10:56 AM To: arslist@ARSLIST.ORG Subject: Move

ARS/ITSM 7 Time to Implement at Your Site

2006-10-09 Thread Kyle Whitley
I know this is a case by case issue, but does anyone have a general time estimate on how long it might take to upgrade a ARS 6.3/ITSM 5.6 Solaris/Oracle environment to ARS 7.x/ITSM 7.x Solaris/Oracle.When my organization implemented ITSM 5.x, it took several months with fit gap,

Re: Move Date/Time Field value to a date field using SQL

2006-10-09 Thread Thomas Bean
** Hello Antonio, Without giving any db-specific syntax, you should be able to accomplish this conversion as follows: Add or subtract your GMT offset (in seconds) from the integer valuestored in the database forthe date/time field (the offset may be different depending upon what part

Re: ARS/ITSM 7 Time to Implement at Your Site

2006-10-09 Thread Axton
Your image of the process changes are accurate in their relation to the business. A lot of the time calculation will be driven by which/how many apps you use and the extent to which they are utilized. Axton Grams On 10/9/06, Kyle Whitley [EMAIL PROTECTED] wrote: I know this is a case by case

Re: ARS/ITSM 7 Time to Implement at Your Site

2006-10-09 Thread Kyle Whitley
We use Helpdesk and Change Management. Looking at the documents I have downloaded from Remedy Support on the ITSM 7 apps. I would guess my time line should be geared toward a new implementation and not an upgrade. Meaning whatever processes my organization went through in the last roll out

Re: ARS/ITSM 7 Time to Implement at Your Site

2006-10-09 Thread Axton
That is accurate, but you have to consider the data that exists in your current system. Even if you convince the business to change, you will have legacy data that will have to be dealt with, one way or another. On 10/9/06, Kyle Whitley [EMAIL PROTECTED] wrote: We use Helpdesk and Change

Re: ARS/ITSM 7 Time to Implement at Your Site

2006-10-09 Thread Kyle Whitley
That is true. I have went through that process before during the ITSM 5.x rollout. Previously, my organization used a home grown ARS app. However, in that case we decide to archive the old data since there was such a huge gap between what ITSM 5.x looked and felt like compared to the home

Re: ARS/ITSM 7 Time to Implement at Your Site

2006-10-09 Thread strauss
I wonder if a good approach to that - the legacy data - would be to define a separate Company for the old tickets (using the old CTI) so that we can isolate them from the new tickets and new CTIs. We currently plan to create separate companies for each distributed support area so that they can

Re: ARS/ITSM 7 Time to Implement at Your Site

2006-10-09 Thread Kyle Whitley
When did your process begin? If you started today that would give you around 6 months to get this accomplished, after looking at my last rollout docs, it took us around 11 months including end user training. I like the idea of the separate companies for the distributed support areas. I

Re: ARS/ITSM 7 Time to Implement at Your Site

2006-10-09 Thread strauss
You could call it October, or right after we got back from UserWorld. We have been banging on ITSM 7 for quite some time now, but I am only just now getting the new hardware installed and applications licensed so that we can actually DO something semi-permanent with them. In the past it has taken

Re: ARS 7.0 An unhandled win32 exception occurred in arrecond.exe. [3836]

2006-10-09 Thread Mary C.
I am having the same problem with ARRecond.exe crashing on ARS 7.0 Patch 001, and the logs do not indicate what the problem is. Dr. Watson just says it's an unhandled exception error. I don't know when it started crashing, frankly. I only noticed it, because my reconcilation jobs wouldn't

Telephony Integration with Remedy Help Desk?

2006-10-09 Thread Aaron W. Benson
Hello, My company is interested in integrating Remedy Help Desk (6.0) with our Avaya phone system. (We would like tickets pre-populated with the caller's information as soon as the support call arrives over the ACD.) Has anyone performed such an integration before? Our assumption is that

MWRUG Meeting Friday, October 13th, a few seats left for a lucky few

2006-10-09 Thread Susan Palmer
** Friday, October 13, 2006 (no laughter at the date)9:00 am - 1:00 pmLocation: bmc office in Naperville ARS v7 and ITSM v7 Presentations by Lenny WarrenPresentation by Kelly Deaver, Xinify, Using EIE 7 to populate/update CMDBRUG (bmc UserWorldConference reviews) For those interested, we will be

Re: AR System server terminated when a signal/exception was received by the server

2006-10-09 Thread Axton Grams
You should try and get BMC to provide you with a debug version of arserverd (arserver.exe). The debug version should perform a memory dump that contains all the symbols necessary for debugging. BMC should then be able to use your memory dump to isolate the issue. I could see valid justification

Re: Telephony Integration with Remedy Help Desk?

2006-10-09 Thread Frank Caruso
** There maybe plenty of free solutions. It all depends on whay Avaya can handle:1. Web Services2. Custom API3. Direct SQLCheck with your Avaya admins adn see what is poosible. On 10/9/06, Aaron W. Benson [EMAIL PROTECTED] wrote: Hello,My company is interested in integrating Remedy Help Desk (6.0)

Re: Authenticate an ARS user using a certificate stored on a smart card

2006-10-09 Thread patrick zandi
1st issue is that it only works on Windows Server / Windows Client / Windows Mid-tier .. so far.. is what I am hearing.. (mid-tier, might be questionable.. ) On 10/6/06, patrick zandi [EMAIL PROTECTED] wrote: I had a couple of snags.. but I am working with remedy on this now.. hopefully it

Re: Move Date/Time Field value to a date field using SQL

2006-10-09 Thread CONDREA, Daniel
Hi Antonio, To avoid any database intervention export all records in a ARX file - ID of every record and fiel you want to move. Assuming you do not have any filters executing on merge, import the saved ARX file using update record for duplicate ID. Map the ID from ARX file to actual record ID