Re: rrrFlash

2007-10-22 Thread Misi Mladoniczky
Hi Chad, I have used it a couple of times myself at various customer sites. The only thing required in the data-form is one date/time-field for start/new/open, and one date/time/field for stop/close. The Status-History field will usually be perfect. To call it, you will only need to create a sin

AR not selecting groups from User form after AREA login

2007-10-22 Thread sdk
Hi, I am writing a simple AREA plugin that validates a user based on theIPof the Mid-Tier machine. The validation seems to be working ok, butthe user does not get giventhe groups correctly. I have filled in theresponse correctly based onthe instructions in the manuals... (*response)->groups = NUL

Re: refreshing a ticket?

2007-10-22 Thread Carey Matthew Black
Andrew, There is a fairly simple way to do this. You need to refresh the table field with the field ID 1020. The run process PERFORM-ACTION-TABLE-REFRESH 1020 should get the job done. I think that should work for any window OPERATION except Dialog. (but that OPERATION should not produce the error

Re: arplugin Java Error encounter after applying V701 Patch 4

2007-10-22 Thread Rick Cook
We had a problem with arplugin when processing SRM data. It finally stopped when our server's virtual image completely crashed and burned. Since rebuilding the VM, it hasn't recurred. Rick -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED]

Re: arplugin Java Error encounter after applying V701 Patch 4

2007-10-22 Thread Axton
If you were on Solaris, I would say "use the libumem memory allocator", but I don't know of an equivalent for Linux. libumem is nice because it makes it very easy to track down what corrupts the stack, as it forces a core dump and exits on a bad operation, from which you can get a stack trace. Yo

Re: 6.3 vs 7.0.1 slowness

2007-10-22 Thread Wheeler, Dylan
Thanks for the info Joe, The suggestions didn't help so it looks like I'm going to have to roll it back to 6.3 Can't have the CEO trying to use the application and the only explanation I have for why it's taking 5x longer is because we upgraded lol. - Dylan Wheeler Production Control

Re: ARFPERL v7.1

2007-10-22 Thread Simon Taylor
RHEL Linux x86_64 Had 64 bit perl installed Installed the 32 bit libraries since ARS couldnt see the 64 bit shared object i built. Recompiled and linked using 32 bit libraries. So i now have a 32 bit shared object. ARS env variables LD_LIBRARY_PATH=:/u01/app/arsystem/bin: /usr/lib/oracle/10.2.0.3/

Re: Help with redirection which does not break RKM

2007-10-22 Thread strauss
I recall the silent install within RKM defaulting to C:\Program files, but after years of watching Windows updates grow and grow until the C: drive fills up (on machines built like yours), I have been building my new web servers with one big C: drive, period, so that isn't an issue for me now. If

refreshing a ticket?

2007-10-22 Thread Andrew Hicox
Hello everyone: I have a an active link that fires a push fields into a supporting form when the user clicks a button. Depending on some workflow, pushing to this supporting form may trigger further workflow which might in some cases push data back into the record the user clicked the bu

Re: Midtier error; ARERR 9215

2007-10-22 Thread Mike Wallick
I've also seen this behavior when using a bookmark to go to the mid-tier. I did find a KB article about this some months ago, and the "fix" is to add this code to the bottom on login.jsp, just before the tag. <% String returnBack = (String) session.getAttribute("returnBack"); if (returnBack == n

Re: Midtier error; ARERR 9215

2007-10-22 Thread [EMAIL PROTECTED]
Troy, We fought with something along these lines when we upgraded to 7.x. There is an authentication error which is present in the 7.0 software, we upgraded to 7.0.1 patch 4 which resolved the issue. However, 7.0.1 P4 has a few issues of it's own. Things we have found so far, timestamp qual

Re: Midtier error; ARERR 9215

2007-10-22 Thread Joe D'Souza
Troy, What is the URL you are using to log into the Mid-Tier... Is it any different from http:///arsys/home? If I remember right this error occurs when you save the login page after it has redirected to your favorites and you try to open your favorite. Joe D'Souza -Original Message- From

Re: Midtier error; ARERR 9215

2007-10-22 Thread Rahul AR User
which patch u hv currently applied? On 10/23/07, Troy Sasso <[EMAIL PROTECTED]> wrote: > > Hello all, > > AR mid-tier 7.x on Win2003, Tomcat 5.5 > > Users are being presented with the login screen, when > they try to login, they see ARERR 9215. The Mid-tier > config tool works perfectly though. >

Re: Help with redirection which does not break RKM

2007-10-22 Thread Watson, Benjamin A.
Thanks for the suggestion Chris. I'd thought about running separate Tomcat instances, one for each application, but have never done anything like that before. Any gotchas to maintaining separate instances? What's all involved to set them up initially, just running the RKM and MidTier installe

Midtier error; ARERR 9215

2007-10-22 Thread Troy Sasso
Hello all, AR mid-tier 7.x on Win2003, Tomcat 5.5 Users are being presented with the login screen, when they try to login, they see ARERR 9215. The Mid-tier config tool works perfectly though. Not a lot of reading material out there on this one. I know a lot of others have seen this, how did y

Re: Application-Query-Delete-Entry and server crash...

2007-10-22 Thread Ray Palla
I've seen this bug before and a better work around is to put a filter on the form to delete entry after all the other workflow is done... no loop needed. ISS03154144. R _ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Joe D'Souza Sent: Monday

Re: Help with redirection which does not break RKM

2007-10-22 Thread strauss
My assumption is that you are running mid-tier and RKM on the same Tomcat instance. I have had much better luck running them on their own instances of Tomcat - mid-tier installs 5.5.17 and RKM installs 5.5.20 when you tell them to install their own bundled copy. The primary reason I did this was

Re: Remedy Developers _ UK Based

2007-10-22 Thread Roy Stark
We are looking for a number of Remedy Developers to be based in the UK. Skills: Formal BMC training in Remedy Ver 7 and ITSM 7. The ideal candidate should have at least 3 years experience working on various client sites performing Development, Implementation and Modifications to customer applic

rrrFlash

2007-10-22 Thread Hall Chad - chahal
Has anyone used the free rrrFlash product from RRR? I downloaded the sample a while back and it looks pretty good for something free that requires no install. It would take quite a bit of workflow though. I'm wondering if anyone has implemented their own custom flashboards like his sample. Also won

Help with redirection which does not break RKM

2007-10-22 Thread Watson, Benjamin A.
Listers, I've identified that performing a redirection in Tomcat breaks a specific Remedy Knowledge Management function. We have a requirement to allow an end user to enter the following: https:// as a URL and be redirected to https:///arsys/home. This is more or less a convenience requir

Re: Application-Query-Delete-Entry and server crash...

2007-10-22 Thread Joe D'Souza
A workaround in case its a bug and you cannot use the Application-Query-Delete-Entry would be to use Application-Delete-Entry using a AL guide. Use the AL guide to loop through the records that have to be deleted, and pick the Entry ID of each of these records and use the Application-Delete-Entry t

Re: V7.1 Clients

2007-10-22 Thread Easter, David
> for example a filter where I can choose Remedy products and get a list of those, and I can then create a list of my favourites?? Strangely, that's what the EPD site offers. https://webapps.bmc.com/epd/ After accepting the agreements on the first page and continuing to the second, select the

Re: V7.1 Clients

2007-10-22 Thread Shafqat Ayaz
David I must be going completely blind, but I swear I cannot find anything remotely looking like AR System Clients. I can see about half a million BMC products, which I have no interest in, why cannot BMC categorize under product, instead of giving the whole catalog, for example a filter whe

Re: Urgent - Cannot Get Emails to Send / Receive

2007-10-22 Thread Fossett, Darrel
I had an issue with my email and the process was starting but nothing was going out. I run the emailstart.bat file in the aremail directory and I was getting java heap errors. I had to run the process via command line with -Xms256m -Xmx512m before the classpath definition. Mind you everything

Re: Urgent - Cannot Get Emails to Send / Receive - RESOLVED

2007-10-22 Thread Pargeter, Christie
Thanks. I ended up installing ARS 6.3 p22's email engine and some cleanup got the system working!! From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Steven Pataray Sent: Monday, October 22, 2007 11:21 AM To: arslist@ARSL

Re: Urgent - Cannot Get Emails to Send / Receive

2007-10-22 Thread Steven Pataray
Look through the email docs under troubleshooting and run the batch mode. Don't forget to logon to the server with the NT account. This should tell you what error's you are getting. Sometimes this can at least be a temporary workaround. Steve On 10/22/07, Pargeter, Christie <[EMAIL PROTECTED]> wr

Re: Application-Query-Delete-Entry and server crash...

2007-10-22 Thread Carey Matthew Black
Jarl, For some reason I actually think this is an old bug that has returned. I would suggest that you push BMC a bit to see if they can find an "old bug" related to this failure. If they can find it then they should reopen that old bug and tack more time on it. ( IMO ) An old ARSList post als

Re: arplugin Java Error encounter after applying V701 Patch 4

2007-10-22 Thread PC Wai
Thanks Axton! I still could not figure out what is wrong yet. But, it does not seems to be the patch 4 problem. I have a ticket open in BMC Remedy but the tech support is not helpful at all. The support is very very bad now. Regards PC -Original Message- From: Action Request System dis

RESOLVED: Help with ARERR 552

2007-10-22 Thread [EMAIL PROTECTED]
First, Thank you to everyone who responded, Your thoughts and input helped in determining what to do and what not to do. Interestingly enough, we did modify our user form which upgraded correctly, however we did not modify the group form which did not upgrade correctly. A. Since we were deal

Is ARFPERL v7.x for Windows available?

2007-10-22 Thread Patel, Kamlesh
All, I am looking for pre-compiled version of ARFPERL for ARS v7.0 and/or ARS v7.1. Is there a copy out there? Thank You Kamlesh Patel ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Wh

[no subject]

2007-10-22 Thread Watson, Benjamin A.
You have installed/registered the Help Desk Fixed License to your ARServer, but have you assigned a Help Desk Fixed license to your user, in this case Demo? If memory serves me, the Demo user is the only user on the system after the initial install and is an administrator with a AR System fixed

Re: V7.1 Clients

2007-10-22 Thread Easter, David
There are several zip files on the EPD site within one product download for AR System. The one you are looking for is labeled as: AR System Clients: User - Administrator & Alert - Windows Thanks, -David J. Easter Sr. Product Manager, Service Management Business Unit BMC Software, Inc. The

Re: ARFPERL v7.1

2007-10-22 Thread Rahul AR User
You need to include ar_install_dir/bin in the LD_LIBRARY_PATH variable. # LD_LIBRARY_PATH=/d4/ar/5.0/cruiser/bin:/usr/lib # export LD_LIBRARY_PATH On 10/22/07, Simon Taylor <[EMAIL PROTECTED]> wrote: > > ** > > Getting > > 390695 : An error has occurred while loading a plug-in. (ARERR 8756) >

Re: ARFPERL v7.1

2007-10-22 Thread Axton
What do the following yield from your server: $ ldd /u01/app/arsystem/bin/arfperl.so $ perl -v Axton Grams On 10/22/07, Simon Taylor <[EMAIL PROTECTED]> wrote: > ** > > > > Getting > > 390695 : An error has occurred while loading a plug-in. (ARERR 8756) >/u01/app/arsystem/bin/arfperl.so: un

ARFPERL v7.1

2007-10-22 Thread Simon Taylor
Getting 390695 : An error has occurred while loading a plug-in. (ARERR 8756) /u01/app/arsystem/bin/arfperl.so: undefined symbol: PL_malloc_mutex AR System Plugin Server Version 7.1.00 Build 200708221849 When trying to run the arfperl plugin Any ideas? Simon Taylor Service Tools Solutions

Re: View Thread ID Details?

2007-10-22 Thread Axton
Thread logging will only show thread initialization/termination info. To see what the threads are doing via arserver, you have to collect the api logs. You didn't state which platform you are using, but f you want to see at a lower level what the various threads are doing on Solaris, you can use p

Re: View Thread ID Details?

2007-10-22 Thread Joe D'Souza
Shawn, Have you checked your Escalations that might be designed to run on Monday mornings? Check these and check the queries and actions defined on these. They may be running bad queries on large tables or queries that use fields that are not indexed. Check the queries in both the Run If condition

View Thread ID Details?

2007-10-22 Thread Shawn Stonequist
Greetings List!! I'm wondering if there is anyway that can be used to view specific thread IDs. I ask because it seems every Monday, between 8am & 10am, our ARServer slows significantly. We've held off doing various "Monday Morning" reports & backups, but without any improvement. Our DB believes

Re: Urgent - Cannot Get Emails to Send / Receive

2007-10-22 Thread Joe D'Souza
Christie, For MAPI to work, your email user needs 'special' permissions. Have you taken care of that? Joe D'Souza -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] Behalf Of Pargeter, Christie Sent: Monday, October 22, 2007 9:57 AM T

Re: FW: Copy of Production Database for Testing

2007-10-22 Thread Joe D'Souza
If it is V7.1, the license information is now stored within the database, so you may need to re-enter the test server licenses after deleting the current licenses that you see. I am not yet sure on the exact mechanics of how the new licenses work on 7.1, but I am pretty sure that they now get store

Re: Urgent - Cannot Get Emails to Send / Receive

2007-10-22 Thread Pargeter, Christie
Outlook MAPI From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Baxter, Andrew Sent: Sunday, October 21, 2007 6:52 PM To: arslist@ARSLIST.ORG Subject: Re: Urgent - Cannot Get Emails to Send / Receive ** What are you using

Re: Urgent - Cannot Get Emails to Send / Receive

2007-10-22 Thread Pargeter, Christie
Yes, I put the account in the admin group of the server. From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Jason Miller Sent: Sunday, October 21, 2007 6:44 PM To: arslist@ARSLIST.ORG Subject: Re: Urgent - Cannot Get Emails

Re: Remedy Developers

2007-10-22 Thread LJ LongWing (Head)
>From various information in the post I'm assuming that the positions are in the UK, I'm not personally interested...but you might want to provide that information for people that would be _ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Roy St

Re: Remedy Developers

2007-10-22 Thread Roy Stark
We are looking for a number of Remedy Developers. Skills: Formal BMC training in Remedy Ver 7 and ITSM 7. If you have CMDB exp all the better. The ideal candidate should have at least 3 years experience working on various client sites performing Development, Implementation and Modifications to

Re: Application-Query-Delete-Entry and server crash...

2007-10-22 Thread Jarl Grøneng
Defect SW00275269 is logged for this issue, should be fixed in patch 5... -- Jarl On 10/22/07, Grooms, Frederick W <[EMAIL PROTECTED]> wrote: > I have always had problems with the Query-Delete-Entry unless I put the query > string inside parenthesis (so it see's the query as a single parameter).

Re: Where to download Remedy Encryption products? is it free?

2007-10-22 Thread maggie2007
Thanks all! Those are great answers to me. So the Encryption products are not free, but I can turn on the standard encryption with Remedy 6.3. -- View this message in context: http://www.nabble.com/Where-to-download-Remedy-Encryption-products--is-it-free--tf4655736.html#a13342274 Sent from the AR

Re: Application-Query-Delete-Entry and server crash...

2007-10-22 Thread Grooms, Frederick W
I have always had problems with the Query-Delete-Entry unless I put the query string inside parenthesis (so it see's the query as a single parameter). Out of curiosity try that: $PROCESS$ @@:Application-Query-Delete-Entry "TMS:Flow" ('RootRequestInstanceID' = "$InstanceId$" AND 'ParentID' = "$Ins

Re: FW: Copy of Production Database for Testing

2007-10-22 Thread Howard Richter
My question is what are you running (for example Remedy 7.x with ITSM), also what database? What we have done here is create two systems, one production and one development, that are identical. We are running on Oracle. So after any production patching, I have our DBAs refresh our development en

Re: Help with ARERR 552

2007-10-22 Thread Dwayne Martin
We had a similar problem with the User form after upgrading to 7.1. Support asked if we had customized our User form, which we had. They said to back up the data, download a fresh form definition, and delete and re-import the form and data. That sounded scarey to us. Instead we looked at the

Re: FW: Copy of Production Database for Testing

2007-10-22 Thread Ali Musa
Admin Tool --> Server Information --> Configuration --> Enable Archive and then go to each form and find where you want your archive. The fastExport utility will do the same activity you can run it as batch, online using C#-Form or as Web-Application using C#-Web-Page. This utility at BMC-REMEDY

Re: ARS 7 - Calculating "estimated resolution date" - is it possible?

2007-10-22 Thread Ri Mez
Thank you very much for this feedback. You are correct in your assumption that I have not done much ARS development work. To complicate matters (for me) my employer will not spend the money to have me properly trained in ARS development. I definitely do not want to over-complicate the solution. W

Re: FW: Copy of Production Database for Testing

2007-10-22 Thread Clarkson, Timothy
** Ok, I will explain a bit better. I have a production server with a license and this is working fine. I have a testing server with a separate license running on the test server, I have installed all the component and checked that it is all working. I am now looking to get the d

Re: Form not displaying in Thin Client

2007-10-22 Thread Viji.PK
Hi All, I reconfigured the server by deleting and adding the server from server settings and its works!! Regards, Viji - Thanks, Viji -- View this message in context: http://www.nabble.com/Form-not-displaying-in-Thin-Client-tf4645996.html#a13337685 Sent from the ARS (Action Request System)