Re: ARS Java API 7.1 configuration error

2008-01-03 Thread Tim Widowfield
When it's a BMC class, searching on the Internet for answers probably won't help much. Here's one way to find which class holds a jar. Using a real shell (in this case bash) navigate to the directory where the Remedy API libs are stored. Then... tawlap4$ grep Catalog *.jar Binary file arc

Resolving dynamic field references in a Set field action

2008-01-03 Thread Veerain G
Hello Listers, ARS and MT 6.3 Solaris I have trying to add content to a field on one form which has references to fields of another form and then read this content through workflow. Consider the following scenario.I have 2 regular forms A and B. *Form A* :Character field-* FormAfield1,* *Form B

Approval function in IM/PM

2008-01-03 Thread DJHuang
Hello, Has anyone implement/develop approval function in Incident/Problem management? For some reason, managers request to review or approve the ticket before they are resolved or closed. Before the ticket is approved or reviewed, they prefer to lock down the ticket. Has anyone ever i

Re: ARS Java API 7.1 configuration error

2008-01-03 Thread Chintan Shah
Hi Tim, Thanks for quick reply. I am using Eclipse IDE and through its "Import" utility i have added external jars to the classpath. I have all of the following jars in my classpath, This is for ARS 7.1 commons-logging-1.1.jar;commons-configuration-1.3.jar;commons-beanutils.jar; commons-codec-

Re: ARS Java API 7.1 configuration error

2008-01-03 Thread Tim Widowfield
You can see by the exception that the class, org/apache/commons/configuration/ConfigurationException, is missing from your CLASSPATH. If you look around, you'll find places on the web that will identify what jars contain which classes. In your case, I believe the jar in question is: commons-

ARS Java API 7.1 configuration error

2008-01-03 Thread Chintan Shah
Hi all, I am trying to do a "CreateEntry" through API and getting this error message. I have imported the arsapi71.jar Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/configuration/ConfigurationException at com.bmc.arsys.api.ARServerUser.startRecording(Unknown S

Re: Remedy and SQL injection attacks

2008-01-03 Thread Easter, David
Such capabilities would be achieved by integrating AR System with an Identity Management solution, and/or by utilizing the "Integrating BMC(r) Remedy(r) Action Request System(r) with Single Sign-On (SSO) Authentication Systems and Other Client-Side Login Intercept Technologies" white paper. http:/

Re: SLM Service Level Target Reset Question

2008-01-03 Thread Danaceau, Chris
Ding Ding Ding Your suggestion made me realize that my stop condition in the Target was superfluous. The reset condition takes care of measuremnt "n" and generates "n + 1" as described. Thanks! This e-mail and its attachments are confidential and solely for the intended addressee(s). Do

Re: SLM Service Level Target Reset Question

2008-01-03 Thread T. Dee
Have you tried having it reset on another goal instead of stopping it and resetting it on the same goal. On 1/3/08, Danaceau, Chris <[EMAIL PROTECTED]> wrote: > Yes. That's the Goal Reset Criteria I mentioned. And I did rebuild the > filter after changing that data. The goal gets reset. My pro

Re: SLM Service Level Target Reset Question

2008-01-03 Thread Danaceau, Chris
Yes. That's the Goal Reset Criteria I mentioned. And I did rebuild the filter after changing that data. The goal gets reset. My problem seems to stem from the fact that the stop condition and the reset condition are the same, so the goal is immediately "Met." This e-mail and its attachments

Re: HPD:IncidentInterface_Create Question

2008-01-03 Thread T. Dee
Yes, you will need to set Z1D_Action to "CREATE" for this to work. On 1/3/08, Jase Brandon <[EMAIL PROTECTED]> wrote: > ** > Hello All, > > ARS 7.0.01 Patch 2 > > Has anyone used the HPD:Interface_Create Form/email template to create an > incident from an email yet? > My specific question is, Do y

Re: IncidentInterface_Create Question

2008-01-03 Thread Jase Brandon
Great! At least my confusion helped one person out today! Did you have to add the keyword CREATE to the .arm file as a value, or just the field itself? On 1/3/08, Ron Legters <[EMAIL PROTECTED]> wrote: > > The field 'z1D_Action' is referenced in the filter > HPD:HII:CreateIncident_010_SetINCNumbe

Re: SLM Service Level Target Reset Question

2008-01-03 Thread T. Dee
Did you modify the fields in "Configure Service Target Data Source" and then run "Modify Filter"? On 1/3/08, Danaceau, Chris <[EMAIL PROTECTED]> wrote: > ** > I have a Service Level Target I want to reset when the Stop condition is > met. In this case, I've set the stop condition to a certain Wo

Re: IncidentInterface_Create Question

2008-01-03 Thread Ron Legters
The field 'z1D_Action' is referenced in the filter HPD:HII:CreateIncident_010_SetINCNumber`! so I added it to my template. After reading Roger's reply to your message, I'm not entirely certain I needed to, but it didn't work before I did, and it does now, so... Thanks, Ron Legters Tools Admin

Re: HPD:IncidentInterface_Create Question

2008-01-03 Thread Roger Justice
I worked with a client that created a Web entry form and the developer did not have add that entry. -Original Message- From: Jase Brandon <[EMAIL PROTECTED]> To: arslist@ARSLIST.ORG Sent: Thu, 3 Jan 2008 2:33 pm Subject: HPD:IncidentInterface_Create Question ** Hello All, ? ARS 7.0.

HPD:IncidentInterface_Create Question

2008-01-03 Thread Jase Brandon
Hello All, ARS 7.0.01 Patch 2 Has anyone used the HPD:Interface_Create Form/email template to create an incident from an email yet? My specific question is, Do you have to add the 'Z1D_Action' with a keyword value of "CREATE" into the .arm file? The documentation says you have to use that field w

SLM Service Level Target Reset Question

2008-01-03 Thread Danaceau, Chris
I have a Service Level Target I want to reset when the Stop condition is met. In this case, I've set the stop condition to a certain Work Info Type transaction. ('TR.z1D_Activity_Type' = 11500) OR ('Status' = "Resolved") When the first part of this stop condition is met I want to generate anoth

Re: Question on webservices

2008-01-03 Thread Roger Justice
The best way would be if the user has the Helpdesk Request number the next best would be as you suggest all tickets less than resolved. -Original Message- From: satya Kode <[EMAIL PROTECTED]> To: arslist@ARSLIST.ORG Sent: Thu, 3 Jan 2008 1:28 pm Subject: Question on webservices ** Hi

Question on webservices

2008-01-03 Thread satya Kode
Hi All, Here is a requriement,Our current environment is having portal from which the user create the requests and that data will go to the Helpdesk and generates a ticketID,which I created and working fine as expected. But after a user enters into portal and click the open tickets button in the p

Re: ARTMPSPC Errors when adding indexes to a form

2008-01-03 Thread Tony Worthington
That message means that Oracle has run out of physical disk space for the ARTMPSPC tablespace. You'll need to ALTER TABLESPACE ADD DATAFILE and try the operation again. -- Tony Worthington Sr. Technical Analyst Kohl's Department Stores [EMAIL PROTECTED] 262-703-5911 Robert Halstead <[EMAIL P

Re: ARTMPSPC Errors when adding indexes to a form

2008-01-03 Thread Robert Halstead
Ahh, I was thinking too narrow and only searched for ARS related cases. I'll look through these and see if I can find something. Thanks Gary. On Jan 3, 2008 10:53 AM, Opela, Gary L Contr OC-ALC/ITMA < [EMAIL PROTECTED]> wrote: > Hey Robert, I just did a search in Google for "unable to extend tem

Re: ARTMPSPC Errors when adding indexes to a form

2008-01-03 Thread Opela, Gary L Contr OC-ALC/ITMA
Hey Robert, I just did a search in Google for "unable to extend temp segment" and it returned several cases where people using Oracle had this same error, along with many solutions. I don't have the answer for you, but if noone else here helps you, you might try the search. Below is a link to the

CMDB 1.1

2008-01-03 Thread Kathy Morris
Hi All, ? Is there a knowledge base out there for configuring CMDB with step by step procedures? We are reconciling and the report reads successful, however no records were processed. More new features than ever. Che

ARTMPSPC Errors when adding indexes to a form

2008-01-03 Thread Robert Halstead
Hi all, hope everyone had a great Christmas and New Years! I was trying to add another index to a form and Remedy Administrator came back with the following errors: Failure during SQL operation to the database : ORA-01652: unable to extend > temp segment by 128 in tablespace ARTMPSPC (ARERR 552).

Email - & converted to &

2008-01-03 Thread Heider, Stephen
Welcome back everyone. Happy New Year. I noticed something with the Remedy HTML template emails.Inside one of the emails is a link that, when clicked by the recipient, logs into Remedy and then pops up a survey screen. The survey popup is triggered by a parameter I pass to the SSO app, whi

Re: Remedy and SQL injection attacks

2008-01-03 Thread Carey Matthew Black
Is there a white paper (pdf / KB article / whatever) to find more information about this snip from that white paper? " AR System supports these safeguards: CAPTCHA (Completely Automated Public Turing Test to Tell Computers and Humans Apart) programs to prevent automated attacks Challenge questio

Re: Crystal Report - Last Record per Group

2008-01-03 Thread Shawn Stonequist
William, That was a HUGE help!!! Its exactly what I was looking for!! Shawn -Original Message- From: William Rentfrow [mailto:[EMAIL PROTECTED] Sent: Friday, December 28, 2007 2:04 PM Subject: Re: Crystal Report - Last Record per Group This is doable - there's a few different ways to

Mid-Tier 7.1 w/Sun Java System Web Server 7.0 (UNCLASSIFIED)

2008-01-03 Thread Gray, Danny T MAJ RET USA
Classification: UNCLASSIFIED Caveats: NONE Listers, Has anyone successfully done this? The compatibility matrix contains the disclaimer: The following combinations may work properly, but are classified by BMC as "unconfirmed". a. Sun Microsystems may not support ServletExec 5.0

Question: HPD-INC-AssigneeSLAResponseEscalation - SYS:Notification Messages

2008-01-03 Thread T. Dee
I have a notification called 'HPD-INC-AssigneeSLAResponseEscalation' in SYS:Notification Messages. This notification is "out of the box". The notification goes out with no problems. Except, my "Incident Status" field does not show in the email. Has anyone encountered this? I have not modified

Re: Access Control Between Support Groups

2008-01-03 Thread Lammey, Peter A.
What you can use for any custom forms or if you have ITSM you would add a field with field ID 112 (In ITSM 7.02 it is called Assignee Groups). In addition to this field you would set up the filters to basically do the following: Change the Permission of the Request ID or Entry ID field (basically

Re: Mid-Tier 6.3 report file location SOLVED

2008-01-03 Thread Dwayne Martin
I sent this problem to Support. They said that you can only save report data to a csv file in Mid-Tier 7.1. So I tried it on our Mid-Tier 7.1 server that we are trying get working. After considerable detective work they said: " Can you please replace your Run Command in the ReportType form fo