Tomcat Crashing on ARS 7.1 Patch 6

2009-10-18 Thread John Baker
Hello, > Stack: [0x4de6,0x4dea], sp=0x4de9e78c, free space=249k > Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native > code) > C [arjni70.dll+0x1f26f] This suggests the fault is in the native AR API. Also, you mention version 7.1, yet the library is 7.0 - you s

Re: Tomcat Crashing on ARS 7.1 Patch 6

2009-10-18 Thread nitin gogna
Hi ARlist, Is there any way to create character menu in which I can list the filters related to a particular form? -- With Warm Regards, Nitin Gogna ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum

Re: Tomcat Crashing on ARS 7.1 Patch 6

2009-10-18 Thread nitin gogna
> > Hi ARList, > > I just installed ARS Server 5.5 but I am not able to special system forms > like user form or group form. Could anyone plz help me? > > With Warm Regards, > > Nitin Gogna > ___ UNSUBSCRIBE or access

Menu to list flters of a form

2009-10-18 Thread nitin gogna
Hi ARlist, Is there any way to create character menu in which I can list the filters related to a particular form? -- With Warm Regards, Nitin Gogna ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum

Special system forms not visible

2009-10-18 Thread nitin gogna
Hi ARList, > > I just installed ARS Server 5.5 but I am not able to special system forms > like user form or group form. Could anyone plz help me? > > With Warm Regards, > > Nitin Gogna > ___ UNSUBSCRIBE or access ARSl

Re: Menu to list flters of a form

2009-10-18 Thread Norbert Bolmer
Hi Nitin, yes, use a SQL menu with following statement: select name from filter f, arschema s where f.schemaid = a.schemaid and a.name = 'formname' Br, Norbert Am 18.10.2009 um 16:04 schrieb nitin gogna: ** Hi ARlist, Is there any way to create character menu in which I can

AW: Menu to list flters of a form

2009-10-18 Thread Conny Martin
here's the correct one. select f.name from filter f,filter_mapping fm, arschema s where f.filterid = fm.filterid AND fm.schemaid = s.schemaid and s.name = 'formname' Kind Regards Conny -Ursprüngliche Nachricht- Von: Action Request System discussion list(ARSList) [mailto:arsl...@a

Re: Menu to list flters of a form

2009-10-18 Thread nitin gogna
Hi Conny, Thanks a million for your solution but there is something strange I am facing, the query is working fine on the database when I copy same query n the ARS, it doesnt work. Could you please help me? Regards, Nitin On Sun, Oct 18, 2009 at 8:08 PM, Conny Martin wrote: > here's the correct

Re: Menu to list flters of a form

2009-10-18 Thread Norbert Bolmer
Hi Nitin, which ARS version do you use? Do you get error messages? Create a SQL menu: - Create a new Menu object - In box Menu Type select the SQL checkbox - Set Label Index List to "1" and Value Index to "1" - Copy the statement ( Conny's statement is correct ;-) ) into field SQL command

Re: Menu to list flters of a form

2009-10-18 Thread nitin gogna
Hi Norbert, I am using ARS Server 5.5 whereas BMC Remedy User and Admin 7.0. I have tried using same steps as you have described but I do not see anything in the menu when I click on it though I do not get any error message. When I use the same query directly in database, it displays the list of fi

Re: Menu to list flters of a form

2009-10-18 Thread Joe DeSouza
You could also use select name from filter where schemaid in (select schemaid from arschema where name = 'formname') order by name; to get a ordered list of filter names tied to your form in question.. Joe From: Norbert Bolmer To: arslist@ARSLIST.ORG Sent: Su

Re: Menu to list flters of a form

2009-10-18 Thread Norbert Bolmer
Hi Nitin, did you replace the string "formname" with the name of an existing form or shall the formname replaced by a field value from your form? In this case you have to fill in the FIELDID instead of the FIELDNAME select f.name from filter f,filter_mapping fm, arschema s where f.filterid

Is there a forum for BMC Service Desk Express?

2009-10-18 Thread Angus Comber
And if so can someone please provide a link. Sorry, I know off-topic here, but thought people on here would know. Angus ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:rmisoluti...@verizon.

Re: Is there a forum for BMC Service Desk Express?

2009-10-18 Thread Gareth Oliver
Hi Angus, Yes there is, it is based on the Yahoo Groups mailing list. http://groups.yahoo.com/group/magicsolutions Regards, Gareth From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Angus Comber Sent: Monday, 19 O

Re: Atrium 7.5 upgrade failed - HELP! - RESOLVED

2009-10-18 Thread DCI Remedy
I downloaded Atrium 7.6 and it upgraded just fine. Thanks Listers! From: DCI Remedy [mailto:dci.rem...@gmail.com] Sent: Friday, October 16, 2009 6:26 PM To: 'arslist@ARSLIST.ORG' Subject: RE: Atrium 7.5 upgrade failed - HELP! Tommy, Yeah, we've wiped the install dirs and went throu