Re: Java API: how to really log out ? (v7.1)

2012-01-23 Thread Misi Mladoniczky
Hi Ben, Are not MetaUpdate linked to the C-API? In the C-API, you have to issue an ARTermination() or each session you have created, which is typically one if you work against one server. In the Java-API, I would expect that this is handled automatically when your (single) server object

Re: Java API: how to really log out ? (v7.1)

2012-01-23 Thread Ben Chernys
Of Misi Mladoniczky Sent: January-23-12 09:05 To: arslist@ARSLIST.ORG Subject: Re: Java API: how to really log out ? (v7.1) Hi Ben, Are not MetaUpdate linked to the C-API? In the C-API, you have to issue an ARTermination() or each session you have created, which is typically one if you work

Re: Java API: how to really log out ? (v7.1)

2012-01-23 Thread Misi Mladoniczky
. Cheers Misi. Ben. -Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Misi Mladoniczky Sent: January-23-12 09:05 To: arslist@ARSLIST.ORG Subject: Re: Java API: how to really log out ? (v7.1) Hi Ben, Are not MetaUpdate

Re: Java API: how to really log out ? (v7.1)

2012-01-23 Thread Thibaut Barrère
Hi Leaks are almost always the app’s fault and not the API’s fault. Well in this case, the repro was fairly simple. I used JRuby and the Java ARS API 5.1, basically the following code: require 'arapi51' include_class 'com.remedy.arsys.api.ARServerUser' while true context =

Re: Java API: how to really log out ? (v7.1)

2012-01-22 Thread Thibaut Barrère
Hi, On Tue, May 31, 2011 at 5:42 PM, Papolu, Appajee appajee_pap...@bmc.comwrote: AR API methoods in essense have a notion of establishing connection, authenticating, performing the eventual network api call to the Server and so on. That is why your subsequent ops after logout just work

Re: Java API: how to really log out ? (v7.1)

2012-01-22 Thread Ben Chernys
(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Thibaut Barrère Sent: January-22-12 12:30 To: arslist@ARSLIST.ORG Subject: Re: Java API: how to really log out ? (v7.1) ** Hi, On Tue, May 31, 2011 at 5:42 PM, Papolu, Appajee appajee_pap...@bmc.com wrote: AR API methoods in essense have a notion

Re: Java API Help - SelectionFieldLimit

2011-12-16 Thread LJ LongWing
@ARSLIST.ORG Subject: Java API Help - SelectionFieldLimit LJ, If you looked up the meaning of snide, you'd find the following definition: Malicious, derogatory, counterfeit, sham. Clearly, stating it's not obvious - which it isn't, given you've asked the question and come to the same conclusion

Java API Help - SelectionFieldLimit

2011-12-12 Thread John Baker
LJ, If you use the constructor or set method that takes an array of Strings, you get a regular list. If you use the constructor or set method that takes a list of EnumItems, you get a custom list. I'll leave it to you for feedback on how obvious this seems :-) John

Re: Java API Help - SelectionFieldLimit

2011-12-12 Thread Danny Kellett
The last line... really? -Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of John Baker Sent: 12 December 2011 08:31 To: arslist@ARSLIST.ORG Subject: Java API Help - SelectionFieldLimit LJ, If you use the constructor or set

Re: Java API Help - StructItemInfo

2011-12-12 Thread Mark Hodges
I find a good strategy sometimes is to locate the corresponding item in the C API as it's usually better documented. In this case, it seems these are used when you are importing or exporting VUIs (type = VUI) or mail templates (type = MAIL), and they allow you to specify the specific VUI or

Java API Help - SelectionFieldLimit

2011-12-12 Thread John Baker
LJ, If you looked up the meaning of snide, you'd find the following definition: Malicious, derogatory, counterfeit, sham. Clearly, stating it's not obvious - which it isn't, given you've asked the question and come to the same conclusion - is entirely reasonable. I made time to help you and

Re: Java API Help - SelectionFieldLimit

2011-12-12 Thread LJ LongWing
to build my code to create 'regular' lists :) -Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of John Baker Sent: Monday, December 12, 2011 8:09 AM To: arslist@ARSLIST.ORG Subject: Java API Help - SelectionFieldLimit LJ, If you

Java API Help - StructItemInfo

2011-12-11 Thread John Baker
Hello, My strategy for this type of problem would be to write something to load a set of StructItems and then inspect in the Eclipse debugger. Almost everything I've learnt about Mid Tier and the AR API is via Eclipse and a debugger :-) John

Java API Help - SelectionFieldLimit

2011-12-11 Thread LJ LongWing
http://www.javasystemsolutions.com/documentation/thirdparty/arapiv71/arapi/c om/bmc/arsys/api/SelectionFieldLimit.html Ok...round two. There is a method 'getListStyle()' that returns an int that tells you if this selection field is 'Custom' or 'Regular' I cannot however figure out how to 'set'

Java API Help - StructItemInfo

2011-12-10 Thread LJ LongWing
Ok.I'm working in the API again and I have a question that's not documented.I'm hoping that someone has experience http://www.javasystemsolutions.com/documentation/thirdparty/arapiv71/arapi/c om/bmc/arsys/api/StructItemInfo.html so.you can either use the Constructor StructItemInfo(int type,

Re: Problem with JAVA API --- RESOLVED

2011-06-27 Thread Guillermo Alfredo Torres Barron
Mexico City -Mensaje original- De: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] En nombre de Chuck Enviado el: Viernes, 17 de Junio de 2011 03:34 p.m. Para: arslist@ARSLIST.ORG Asunto: Re: Problem with JAVA API Remember when you pass into a function

Java API .....help for input parmeter

2011-06-21 Thread gok's
Hi All, I am working creating JAVA API to query records from 6.3 ARSystem database which is on the same database server we are using 7.5 ARSystem. In this scenario if the user who is querying by Change ID how can I set that ID from search form to Java API. Can any one help me here. Thanks G

Problem with JAVA API

2011-06-18 Thread John Baker
Chuck if a.equals() is one of my least favourite Java statements because it's awfully inefficient. The VM has to create an object just for comparison, which when in a repetitive loop, can be very slow. if a.length()==0 is much nicer :) John

Problem with JAVA API

2011-06-17 Thread John Baker
Hello, That is a rather odd problem. If you are fetching field 7, is it in the Entry object? If so, I don't know why you see this error if you try calling setEntry. Perhaps you should only get the fields you want to fetch, ie. ListInteger fields = new ArrayListInteger(); if (ACTIVIDADES_1!=null)

Re: Problem with JAVA API

2011-06-17 Thread Roys, Eric D
))); } return entry; } -Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of John Baker Sent: Friday, June 17, 2011 6:12 AM To: arslist@ARSLIST.ORG Subject: Problem with JAVA API Hello, That is a rather odd

Re: Problem with JAVA API

2011-06-17 Thread Garrison, Sean (Norcross)
Alfredo Torres Barron Sent: Thursday, June 16, 2011 5:40 PM To: arslist@ARSLIST.ORG Subject: Problem with JAVA API Hi dear listers I try to modify a ticket from java api program, the program will modify some fields in determinate registry with a entry-id proportionate for the user, and not all

Re: Problem with JAVA API

2011-06-17 Thread Chuck
: Thursday, June 16, 2011 5:40 PM To: arsl...@arslist.org Subject: Problem with JAVA API Hi dear listers I try to modify a ticket from java api program, the program will modify some fields in determinate registry with a entry-id proportionate for the user, and not all fields

Problem with JAVA API

2011-06-16 Thread Guillermo Alfredo Torres Barron
Hi dear listers I try to modify a ticket from java api program, the program will modify some fields in determinate registry with a entry-id proportionate for the user, and not all fields will be modified at the same time, but I run my class appear the next error # ./ejecutar APImod 002

Problem with JAVA API

2011-06-16 Thread Guillermo Alfredo Torres Barron
Hi dear listers I try to modify a ticket from java api program, the program will modify some fields in determinate registry with a entry-id proportionate for the user, and not all fields will be modified at the same time, but I run my class appear the next error # ./ejecutar APImod 002

Java API: how to really log out ? (v7.1)

2011-05-31 Thread Thibaut Barrère
Hello, if I issue an ARServerUser.logout via the Java API (7.1), I can still connect to the server, retrieve entries etc. Is it a known issue ? Is there a work-around ? thanks! -- Thibaut ___ UNSUBSCRIBE or access

Re: Java API: how to really log out ? (v7.1)

2011-05-31 Thread LJ LongWing
31, 2011 9:04 AM To: arslist@ARSLIST.ORG Subject: Java API: how to really log out ? (v7.1) ** Hello, if I issue an ARServerUser.logout via the Java API (7.1), I can still connect to the server, retrieve entries etc. Is it a known issue ? Is there a work-around ? thanks

Re: Java API: how to really log out ? (v7.1)

2011-05-31 Thread Papolu, Appajee
@ARSLIST.ORG] On Behalf Of Thibaut Barrère [thibaut.barr...@gmail.com] Sent: Tuesday, May 31, 2011 8:03 AM To: arslist@ARSLIST.ORG Subject: Java API: how to really log out ? (v7.1) ** Hello, if I issue an ARServerUser.logout via the Java API (7.1), I can still connect to the server, retrieve

Re: Problems with adding Active Link Guides to a Packing List using java API

2011-05-17 Thread Nicholas Mitchell
Hi Appajee, Thankyou so much for your help. Everything works correctly now. It all makes sense now. Thankyou for your time. Cheers Nick ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug11

Problems with adding Active Link Guides to a Packing List using java API

2011-05-16 Thread Nicholas Mitchell
Hi, I have tried to put this post up a couple of times, so apologies if people ave already seen it. I am trying to create Packing Lists using the java api. I have been able to do this but I am having problems adding Active Link Gides and Filter Guides. The ReferenceType for both

Re: Problems with adding Active Link Guides to a Packing List using java API

2011-05-16 Thread Papolu, Appajee
Right now I am not looking at the Java API code, but this is what I think you need to do... You need to add two references not just one. One which is a placeholder to indicate Actlinkguides are coming next, then the next actual reference with the name of actlink guide. Thus to add 'n' number

FTS Search Using Java API

2011-05-13 Thread Prasanth Prabhakaran
Hi Experts, I'm again seeking a good help from you all on RKM-FTS functionality front. I have an integration of RKM with a java application and had come across some challenges in using the complete functionally of FTS. I have a web service for the form RKM:KnowledgeArticleManager, this web

Re: How to connect to an AR server that is not registered with portmapper via AR JAVA API?

2011-05-09 Thread Danny Kellett
System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Jiang Sent: 08 May 2011 06:40 To: arslist@ARSLIST.ORG Subject: How to connect to an AR server that is not registered with portmapper via AR JAVA API? Hello arslist, the java code is like this: userInfo = new ARServerUser

Re: How to connect to an AR server that is not registered with portmapper via AR JAVA API?

2011-05-09 Thread Jarl Grøneng
Hi, SInce your on 7.0 api, try this one: userInfo = new ARServerUser(Demo,,UTF-8,192.168.205.134); try { Util.ARSetServerPort(userInfo, 192.168.205.134, 6060, 0 ); ... } catch.. userInfo.verifyUser(new VerifyUserCriteria()); I recomend you to use the 7.6.3 or 7.6.4 api, it is much better

How to connect to an AR server that is not registered with portmapper via AR JAVA API?

2011-05-08 Thread Jiang
Hello arslist, the java code is like this: userInfo = new ARServerUser(Demo,,UTF-8,192.168.205.134,6060); userInfo.verifyUser(new VerifyUserCriteria()); and get this error: AppendedText: 192.168.205.134 (0) : RPC: Program not registered failed to connect to server. 6060 is tcp port number

Re: How to connect to an AR server that is not registered with portmapper via AR JAVA API?

2011-05-08 Thread patchsk
Set the environment variable ARTCPPORT=6060 on the server where you are executing you java program. On May 8, 12:39 am, Jiang jiangxiaofen...@gmail.com wrote: Hello arslist, the java code is like this: userInfo = new ARServerUser(Demo,,UTF-8,192.168.205.134,6060); userInfo.verifyUser(new

Re: How to connect to an AR server that is not registered with portmapper via AR JAVA API?

2011-05-08 Thread Jiang
: Re: How to connect to an AR server that is not registered with portmapper via AR JAVA API? Set the environment variable ARTCPPORT=6060 on the server where you are executing you java program. On May 8, 12:39 am, Jiang jiangxiaofen...@gmail.com wrote: Hello arslist, the java code is like

7.6.04 - Java API

2011-04-28 Thread LJ LongWing
I'm trying to update a 'Custom' object with the Java API and I get the error Invalid object or object name for overlay mode set If I convert the object to Base, I don't get this errorI'm reading the JavaDocs, but can't find anything about how to set the overlay mode

Hi all need information regarding how to set data from Java API to my form.

2011-02-28 Thread gok's
I am trying to use Java API to get data from out side for this I created Java API and saved it in Arserver location.By using command line I invoked it by passing a input parameter according to scenario it will query the required data from database and it should set the values in my test

Re : Rant: Re: [ARSLIST] JAVA API in a x64 machine using x32 dlls

2011-02-08 Thread Frex Popo
Thanks John --- En date de : Lun 7.2.11, John Baker jba...@javasystemsolutions.com a écrit : De: John Baker jba...@javasystemsolutions.com Objet: Rant: Re: [ARSLIST] JAVA API in a x64 machine using x32 dlls À: arslist@ARSLIST.ORG Date: Lundi 7 février 2011, 22h02 John, In the interests

Rant: Re: [ARSLIST] JAVA API in a x64 machine using x32 dlls

2011-02-07 Thread John Sundberg
the Remedy Java API - Use a 64-bit JVM and don't use the Remedy Java API I don't know if the JVM requirements have changed with the 7.6 versions. Maybe someone else can comment on that. Axton The opinions, statements, and/or suggested courses of action expressed in this E-mail do

Rant: Re: [ARSLIST] JAVA API in a x64 machine using x32 dlls

2011-02-07 Thread John Baker
John, In the interests of fairness, there's a community edition of the XML Gateway which does the same, but more :-) http://www.javasystemsolutions.com/jss/video/view/BMCITSMIncidentsTasksWorklogs Read all about it:

Re: Rant: Re: [ARSLIST] JAVA API in a x64 machine using x32 dlls

2011-02-07 Thread John Sundberg
XMLGateway -- seems like a great approach. I figure -- if you want your system to expand it's foothold you would be wise in making it easy for all to interact with it. This kind of functionality should exist in the raw package. -John On Feb 7, 2011, at 4:02 PM, John Baker wrote: John,

Re: JAVA API in a x64 machine using x32 dlls

2011-02-06 Thread Frex Popo
Many thanks Axton. --- En date de : Sam 5.2.11, Axton axton.gr...@gmail.com a écrit : De: Axton axton.gr...@gmail.com Objet: Re: JAVA API in a x64 machine using x32 dlls À: arslist@ARSLIST.ORG Date: Samedi 5 février 2011, 16h45 ** These are the option I see:- Use a 32-bit JVM and use

Re: JAVA API in a x64 machine using x32 dlls

2011-02-05 Thread Frex Popo
Many thanks for all our replies.   So by Native Java API, you mean discard the remedy libraries and write your own like reinventing te wheel so to speak.   Or   Install a 32x JVM on a 64x OS and - assuming it will happily reside with a 64x JVM in the same machine - use the correct Java version

Re: JAVA API in a x64 machine using x32 dlls

2011-02-05 Thread Axton
These are the option I see: - Use a 32-bit JVM and use the Remedy Java API - Use a 64-bit JVM and don't use the Remedy Java API I don't know if the JVM requirements have changed with the 7.6 versions. Maybe someone else can comment on that. Axton The opinions, statements, and/or suggested

JAVA API in a x64 machine using x32 dlls

2011-02-04 Thread Frex Popo
Dear listers,   I am not a Java person and would need some pointers from those who wrote Java API in the past.   The company integrated with some supplier's application using web services. They got into all kind of problems so they decided to go it the Java API route.   Someone from

Re: JAVA API in a x64 machine using x32 dlls

2011-02-04 Thread Axton
person and would need some pointers from those who wrote Java API in the past. The company integrated with some supplier's application using web services. They got into all kind of problems so they decided to go it the Java API route. Someone from the supplier's end wrote some Java program

JAVA API in a x64 machine using x32 dlls

2011-02-04 Thread John Baker
Axton is correct, however you almost certainly don't want to really use a 64bit VM, and if this isn't Midtier, you could probably use the native Java API. The Midtier, last time I checked, is 99.9% native library free. Curiously, the only part of the native library it still uses is checking

Re: JAVA API in a x64 machine using x32 dlls

2011-02-04 Thread LJ LongWing
: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Frex Popo Sent: Friday, February 04, 2011 7:28 AM To: arslist@ARSLIST.ORG Subject: JAVA API in a x64 machine using x32 dlls ** Dear listers, I am not a Java person and would need some pointers from

Re: JAVA API in a x64 machine using x32 dlls

2011-02-04 Thread Axton
...@javasystemsolutions.comwrote: Axton is correct, however you almost certainly don't want to really use a 64bit VM, and if this isn't Midtier, you could probably use the native Java API. The Midtier, last time I checked, is 99.9% native library free. Curiously, the only part of the native library it still uses

OT: Webinar on bridging Ruby and Java (AKA BMC Remedy Java API)

2010-12-08 Thread John Sundberg
This webinar is being put on by one of the contributors to JRuby. I have attended a couple of his presentations before - and he is an excellent educator. If you have any interest in bridging Ruby and Remedy -- this may be of help.

Sample code for ARS 7.5 JAVA API

2010-10-07 Thread kush
Hi Friends, I am trying to integrate a portal with the ARS 7.5, using JAVA API, I will be highly grateful if anyone can share a sample code which can illustrate the example of Creating, Modifying and Querying (By Key and By Qualification) records in Remedy using Remedy 7.5 JAVA API. Thank You

Java API Account Management

2010-10-04 Thread Robert Lardy
I want to manage and restrict the permissions Java API user, however I think we must assign the Java API the Remedy Administrator privileges. I can manage any User changes using a filter for the critical User tables, but I don’t know how to restrict the changes of Remedy active links and filters

Re: Java API Account Management

2010-10-04 Thread LJ LongWing
Rob, The Java API is just a client, as such it runs with whatever permissions the user that logs into it uses.it does not require Admin, unless the functions you have the api program doing are admin only stuff, but that is entirely up to you. Also remember, that the Java API client does

Re: Java API - Help

2010-08-05 Thread Gopal-srg
] On Behalf Of Gopal-srg Sent: Wednesday, August 04, 2010 1:44 AM To: arslist@ARSLIST.ORG Subject: Re: Java API - Help Hi LJ, Thanks a lot for the info.I was able to create a viewform with only keyfield. I tried adding other fields from the external table, but these fields needs

Re: Java API - Help

2010-08-04 Thread Gopal-srg
Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Gopal-srg Sent: Tuesday, August 03, 2010 6:11 AM To: arslist@ARSLIST.ORG Subject: Java API - Help Hi List, i want to create a remedy view form using Java API, Please guide me how to do

Re: Java API - Help

2010-08-04 Thread LJ LongWing
steady progress. -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Gopal-srg Sent: Wednesday, August 04, 2010 1:44 AM To: arslist@ARSLIST.ORG Subject: Re: Java API - Help Hi LJ, Thanks a lot for the info.I was able to create

Java API - Help

2010-08-03 Thread Gopal-srg
Hi List, i want to create a remedy view form using Java API, Please guide me how to do this? regards, Gopal -- View this message in context: http://old.nabble.com/Java-API---Help-tp29334630p29334630.html Sent from the ARS (Action Request System) mailing list archive at Nabble.com

Re: Java API - Help

2010-08-03 Thread LJ LongWing
list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Gopal-srg Sent: Tuesday, August 03, 2010 6:11 AM To: arslist@ARSLIST.ORG Subject: Java API - Help Hi List, i want to create a remedy view form using Java API, Please guide me how to do this? regards, Gopal -- View this message in context

Java API reading a def file

2010-07-08 Thread LJ LongWing
Ok.I'm looking for the ability to use the 7.5 Java API to read a def file..specifically I want to read it and output the name/type of objects that are contained within it. Through my work with ARInside I know that he C API can load up both XML and DEF files and investigate their properties

Re: JAVA API code - Figuring out what is in a Selection field

2010-04-24 Thread Appajee Papolu
to the enumeration using the 'limit' // doing this lookup in Java API is more type-safe, in .NET API isn't bad either // just look at the 'limit' object in your VS.NET debugger to get what you need! HTH appajee

JAVA API code - Figuring out what is in a Selection field

2010-04-23 Thread Ibrahim Akar
Has anyone written code in Java that can figure out the values/IDs in a selection field as long as the field ID is provided? Thanks, -- -Ibrahim Akar The foregoing e-mail communication (together with any attachments thereto) is intended for the designated recipient(s) only. Its terms are

Re: JAVA API code - Figuring out what is in a Selection field

2010-04-23 Thread LJ LongWing
Yea, what ya need? From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Ibrahim Akar Sent: Friday, April 23, 2010 10:30 AM To: arslist@ARSLIST.ORG Subject: JAVA API code - Figuring out what is in a Selection field ** Has anyone written code

Re: JAVA API code - Figuring out what is in a Selection field

2010-04-23 Thread Chintan Shah
: From: Ibrahim Akar i...@pyrasoft.com Subject: JAVA API code - Figuring out what is in a Selection field To: arslist@ARSLIST.ORG Date: Friday, April 23, 2010, 9:30 AM ** Has anyone written code in Java that can figure out the values/IDs in a selection field as long as the field ID is provided

Re: Java API Error - No suitable Log implementation

2010-04-08 Thread Derek Berube
If you create a directory on your local hard disk drive with the following files: arapi75.jar log4j-1.2.15.jar Go.java (contents contained below) Then your Java API program should run. The following is the contents of the Go.java file. import com.bmc.arsys.api.ARServerUser; import

Java API Error - No suitable Log implementation

2010-04-07 Thread Ibrahim Akar
I can send this directly to Derek Berube but he has helped me a lot and he has a job to do. Thanks, D. I am trying to create a Java app .. API JAVA 7.5 Everything is fine right up to the point where the communication to the server gets invoked. The failure I am getting is with the* logging*

Re: Java API Error - No suitable Log implementation

2010-04-07 Thread LJ Longwing
Ibrahim, I work fairly heavily with the Java API. If you could provide maybe the complete message as it comes out...and depending on how that looks, maybe your path and your classpath, or if defining specifically at runtime, the jar files you are including. _ From: Action Request System

Re: Java API Error - No suitable Log implementation

2010-04-07 Thread Derek Berube
Ibrahim, You're going to need the commons-logging.jar file in your classpath. That way, the Remedy API can use either the Log4j libraries or the java.util.logging APIs. Derek On Apr 7, 2010, at 12:04 PM, LJ Longwing wrote: ** Ibrahim, I work fairly heavily with the Java API. If you could

AW: Problem with JAVA API

2010-03-19 Thread Conny Martin
Nachricht- Von: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] Im Auftrag von Guillermo Alfredo Torres Barron Gesendet: Donnerstag, 18. März 2010 20:25 An: arslist@ARSLIST.ORG Betreff: Re: Problem with JAVA API Hi I add the instruction userInfo.login(); in the java program

Re: Problem with JAVA API

2010-03-18 Thread Guillermo Alfredo Torres Barron
Enviado el: Miércoles, 17 de Marzo de 2010 11:59 p.m. Para: arslist@ARSLIST.ORG Asunto: Re: Problem with JAVA API Seems like you mising the the login part. userInfo = new ARServerUser(); userInfo.setServer(misPropiedades.getProperty(datos.arserver)); userInfo.setUser(misPropiedades.getProperty

Re: Problem with JAVA API

2010-03-18 Thread LJ Longwing
Torres Barron Sent: Thursday, March 18, 2010 1:25 PM To: arslist@ARSLIST.ORG Subject: Re: Problem with JAVA API Hi I add the instruction userInfo.login(); in the java program, but appear the same error ERROR (91): RPC call failed; ONC/RPC call timed out Thanks Regards -Mensaje original

Problem with JAVA API

2010-03-17 Thread Guillermo Alfredo Torres Barron
Hi dear listers I try to do a java program with java api 7.1, the program compile without errors but run it appear the next ERROR (91): RPC call failed; ONC/RPC call timed out I send you a extract of the program import com.bmc.arsys.api.*; import java.io.*; import java.lang.*; import java.util

Re: Problem with JAVA API

2010-03-17 Thread Jarl Grøneng
a java program with java api 7.1, the program compile without errors but run it appear the next ERROR (91): RPC call failed; ONC/RPC call timed out I send you a extract of the program import com.bmc.arsys.api.*; import java.io.*; import java.lang.*; import java.util.*; import

Re: Hide fields - Java api

2010-02-22 Thread Vijayalakshmi Paulraj
Sent: Thursday, February 18, 2010 5:54 PM To: arslist@ARSLIST.ORG Subject: Re: Hide fields - Java api Vijayalakshmi, I am glad you were able to get it to work. Thanks for posting the final solution back to the list. That is a very important part of being part of a community. It allows

Re: Hide fields - Java api

2010-02-22 Thread Mahendra Mahalkar
Hi Carry, Thanks for the light on great details. Is there any docs for Java API for remedy? Cheers, Mahendra On Thu, Feb 18, 2010 at 5:54 PM, Carey Matthew Black black@gmail.comwrote: Vijayalakshmi, I am glad you were able to get it to work. Thanks for posting the final solution back

Re: Hide fields - Java api

2010-02-22 Thread Carey Matthew Black
Mahendra, Yes there are Javadocs for the ARS Java API. I had actually sent this information to a person off list and now I am kicking my self for not posting it sooner. ( I knew someone would be asking the same question at some point in time. :) ) ARS Java API Javadocs can be found in the ARS

Re: Hide fields - Java api

2010-02-18 Thread Carey Matthew Black
constants for the value of that Field's Display property.    I actually think that is one of the worst parts of the ARS Java API documentation. The constants are lumped into one big class and I think the names and descriptions do not make it obvious when you would use Constant X vs Y. I am not sure what

Re: Hide fields - Java api

2010-02-17 Thread Vijayalakshmi Paulraj
: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Carey Matthew Black Sent: Monday, February 15, 2010 6:11 PM To: arslist@ARSLIST.ORG Subject: Re: Hide fields - Java api Vijayalakshmi, I have not tested this.. but I think this is correct... DisplayInstanceMap

Hide fields - Java api

2010-02-15 Thread Vijayalakshmi Paulraj
Hi All, Can anybody give me a pointer on how to Hide/Unhide fields in a form using Java API code (Just a pointer..) Posting to a wider group - thought somebody might have already tried.. Thanks, Vijayalakshmi Paulraj

Re: Hide fields - Java api

2010-02-15 Thread Carey Matthew Black
using Java API code (Just a pointer..) Posting to a wider group - thought somebody might have already tried.. Thanks, Vijayalakshmi Paulraj - This message, including any attachments, contains

Re: Java API - parseQualification Error - Part 2

2009-11-30 Thread Roys, Eric D
Defect SW00351474 :-) From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of LJ Longwing Sent: Thursday, November 12, 2009 5:59 PM To: arslist@ARSLIST.ORG Subject: Re: Java API - parseQualification Error - Part 2 ** I

Re: Java API - parseQualification Error - Part 2

2009-11-30 Thread LJ Longwing
Sweet :) _ From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Roys, Eric D Sent: Monday, November 30, 2009 3:30 PM To: arslist@ARSLIST.ORG Subject: Re: Java API - parseQualification Error - Part 2 ** Defect SW00351474 :-) _ From

Re: Java API for ARS - How to obtain a Run-If line from an Active Link (for example)

2009-11-19 Thread Rod Harris
To: arslist@ARSLIST.ORG Subject: Re: Java API for ARS - How to obtain a Run-If line from an Active Link (for example) It's possible that that's the motivation behind how it's currently architected, but it's not a very good excuse.  The SQL will all get dynamically generated based

Re: Java API for ARS - How to obtain a Run-If line from an Active Link (for example)

2009-11-19 Thread Grooms, Frederick W
, 2009 1:18 AM To: arslist@ARSLIST.ORG Subject: Re: Java API for ARS - How to obtain a Run-If line from an Active Link (for example) Hi Fred, Why would this have anything to do with flat files??? The only reason for this that I can think of, is that the developers did not get enough time to do

Re: Java API for ARS - How to obtain a Run-If line from an Active Link (for example)

2009-11-18 Thread Misi Mladoniczky
, November 02, 2009 2:12 PM To: arslist@ARSLIST.ORG Subject: Re: Java API for ARS - How to obtain a Run-If line from an Active Link (for example) It's possible that that's the motivation behind how it's currently architected, but it's not a very good excuse. The SQL will all get dynamically

Re: Java API - parseQualification Error - Part 1

2009-11-12 Thread Roys, Eric D
logged out. So we will create a defect for the Java API and let you know once it's been accepted. From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of LJ Longwing Sent: Tuesday, November 03, 2009 3:19 PM

Re: Java API - parseQualification Error - Part 2

2009-11-12 Thread Roys, Eric D
For anyone interested (part 2 of 2)... Secondary response from support (it doesn't error as before): Sample API program that works for me.. customer will need to change the details marked with a -- for his test.. import com.bmc.arsys.api.*; import java.util.*; public class

Re: Java API - parseQualification Error - Part 2

2009-11-12 Thread LJ Longwing
@ARSLIST.ORG Subject: Re: Java API - parseQualification Error - Part 2 ** For anyone interested (part 2 of 2)... Secondary response from support (it doesn't error as before): Sample API program that works for me.. customer will need to change the details marked with a -- for his test.. import

Re: Java API - parseQualification Error - Part 2

2009-11-12 Thread Roys, Eric D
From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of LJ Longwing Sent: Thursday, November 12, 2009 12:21 PM To: arslist@ARSLIST.ORG Subject: Re: Java API - parseQualification Error - Part 2 ** Eric, So they are saying the problem is looking

Re: Java API - parseQualification Error - Part 2

2009-11-12 Thread LJ Longwing
) [mailto:arsl...@arslist.org] On Behalf Of Roys, Eric D Sent: Thursday, November 12, 2009 4:38 PM To: arslist@ARSLIST.ORG Subject: Re: Java API - parseQualification Error - Part 2 ** LJ, Field ID or Name is irrelevant. What is suggested is instead of writing: QualifierInfo qual

Re: Java API - parseQualification Error - Part 2

2009-11-12 Thread Roys, Eric D
] On Behalf Of LJ Longwing Sent: Thursday, November 12, 2009 5:59 PM To: arslist@ARSLIST.ORG Subject: Re: Java API - parseQualification Error - Part 2 ** I would personally push them to admit and log a defect. Point being that if they say you can use an ARServerUser object

Java API - parseQualification Error

2009-11-03 Thread Roys, Eric D
I hope someone can provide some clarity to this or substantiate that this is a bug... ARS7.5 p1 (server/api) Win2003 Java 1.6 Using QualifierInfo qual = ctl.parseQualification(Roles, 'Role ID' = -90); // has negative sign returns ERROR (0) : Message not in catalog; Message number = 0;

Re: Java API - parseQualification Error

2009-11-03 Thread LJ Longwing
Well...using the 7.1P6 Java API the output of both are [Operation=4,Operand Left=[Operation=1,Operand Left=[Operand Type=[type=1],Operand=1702],Operand Right=[Operand Type=[type=3],Operand=[Operation=6,Operand Left=null,Operand Right=[Operand Type=[type=2],Operand=90,Operand Right=null

Re: Java API - parseQualification Error

2009-11-03 Thread Roys, Eric D
From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of LJ Longwing Sent: Tuesday, November 03, 2009 1:24 PM To: arslist@ARSLIST.ORG Subject: Re: Java API - parseQualification Error ** I would say you have likely found a bug

Re: Java API - parseQualification Error

2009-11-03 Thread Roys, Eric D
] On Behalf Of LJ Longwing Sent: Tuesday, November 03, 2009 3:03 PM To: arslist@ARSLIST.ORG Subject: Re: Java API - parseQualification Error ** Well...using the 7.1P6 Java API the output of both are [Operation=4,Operand Left=[Operation=1,Operand Left=[Operand Type=[type=1],Operand=1702],Operand Right

Re: Java API - parseQualification Error

2009-11-03 Thread LJ Longwing
To: arslist@ARSLIST.ORG Subject: Java API - parseQualification Error ** I hope someone can provide some clarity to this or substantiate that this is a bug... ARS7.5 p1 (server/api) Win2003 Java 1.6 Using QualifierInfo qual = ctl.parseQualification(Roles, 'Role ID' = -90); // has

Re: Java API - parseQualification Error

2009-11-03 Thread LJ Longwing
good luck, let us know how it goes...:) _ From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Roys, Eric D Sent: Tuesday, November 03, 2009 2:13 PM To: arslist@ARSLIST.ORG Subject: Re: Java API - parseQualification Error ** Thanks, LJ

Re: Java API - parseQualification Error

2009-11-03 Thread Misi Mladoniczky
in troubleshooting according to support ;-) -Eric From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of LJ Longwing Sent: Tuesday, November 03, 2009 3:03 PM To: arslist@ARSLIST.ORG Subject: Re: Java API

Re: Java API for ARS - How to obtain a Run-If line from an Active Link (for example)

2009-11-02 Thread Lyle Taylor
of qualifications in Remedy, in my opinion. Lyle -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Misi Mladoniczky Sent: Thursday, October 29, 2009 2:13 AM To: arslist@ARSLIST.ORG Subject: Re: Java API for ARS - How to obtain

Re: Java API for ARS - How to obtain a Run-If line from an Active Link (for example)

2009-11-02 Thread Rick Cook
Date: Mon, 2 Nov 2009 12:29:40 To: arslist@ARSLIST.ORG Subject: Re: Java API for ARS - How to obtain a Run-If line from an Active Link (for example) From what I've been able to tell, there is no such thing as operator precedence in AR System aside from parentheses. It all seems

<    1   2   3   4   5   >