Re: PUT API for HPD:IncidentInterface

2019-02-26 Thread Roys, Eric
You will need the EntryId (database id 1 field), which is the join. So it would look something like: http://:9090/api/arsys/v1/entry/HPD:IncidentInterface/INC0727|INC0727 From: ARSList on behalf of Saji Philip Sent: Tuesday, February 26, 2019

Re: Transfer attachment from one AR Server to another AR Server through Java API

2017-12-15 Thread Roys, Eric
Radhika, Here is example of getting an attachment from an existing record and creating new record with the attachment. In your case, the write new record would be with ARServerUser for your other instance to complete the attachment from one system to another system process. //make the call to

Re: Problem with JAVA API

2011-06-17 Thread Roys, Eric D
Here's an example you can play with, too. This is method to modify existing Entry object with updates to field/value pairs and addition of new key/value pairs. The return is an Entry object that is ready to use in the update entry call to Remedy. The Entry is updated by removing existing

Re: Adding new columns to Overview Console

2011-05-20 Thread Roys, Eric D
Robert, You can turn on server-side sql logging to check for sql failures that would indicate if the mapped field/table source is incorrect. In the sql you will see multiple statements run when the overview console tries to load. One will be the statement including your new field (database

Re: Fun: how big?

2011-04-27 Thread Roys, Eric D
0 (You didn't specify it had to be a production system... lol) From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Jason Miller Sent: Wednesday, April 27, 2011 3:57 PM To: arslist@ARSLIST.ORG Subject: Re: Fun: how big?

Re: Service Action Type

2011-04-26 Thread Roys, Eric D
Sorry for the late post on this topic Perhaps an example may help... If anyone wants an example like this that you can import and play with, let me know and I'll drop something on BMCDN /* Preamble */ On how many forms do you have workflow that performs a function like checking to see if an

Re: Anyone up for a MWRUG get together?

2011-04-25 Thread Roys, Eric D
Count me in :-) Kind Regards, Eric Roys System Analyst/Programmer Information Technology Verizon Business From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Susan Palmer Sent: Sunday, April 24, 2011 12:19 PM To:

Re: License Question...

2011-01-26 Thread Roys, Eric D
Matt, Technically, speaking it is not required as a read license will suffice if the server is set with Submitter Mode = Locked. That was the case with SRM 2.x, but it should carry over to the 7.x version as well since it uses the same foundation (CAI) for request creation. I’m not sure

Re: License Question...

2011-01-26 Thread Roys, Eric D
: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Roys, Eric D Sent: Wednesday, January 26, 2011 10:26 AM To: arslist@ARSLIST.ORG Subject: Re: License Question... Matt, Technically, speaking it is not required as a read license will suffice

Re: Setting up web serivces on ARS existing server

2010-12-28 Thread Roys, Eric D
Debra, There is a KB article @ bmc support that walks through the manual install of web services by mod to the ar.conf or the alternative is to re-run the server install choosing to add only the web services component. Hth, Eric - Original Message - From: Action Request System

Re: Java plugin server thread configuration question

2010-10-29 Thread Roys, Eric D
Many thanks to John Baker from Java Systems Solutions for a work-around to this via modification to the plugin code (see below and I hope I incorporated it correctly :-). I would still like to know if it is possible to configure per plugin threads via the pluginsvr.conf configuration or other

Re: Java plugin server thread configuration question

2010-10-29 Thread Roys, Eric D
Thanks, John. Duly noted. Again, appreciate the wisdom! Without the gory details, I believe any bottle neck here, will have little if any affect on the requirements and design for my particular need, but I'll keep searching for a better alternative. -Original Message- From: Action

Java plugin server thread configuration question

2010-10-28 Thread Roys, Eric D
Is it possible to configure individual plugins within a plugin server to use their own configuration for threads? I.E. if there are multiple plugins within pluginsvr_config.xml, can each have their own designated number of threads or is it only possible that each uses the numCoreThreads

Re: Service Request is stuck

2010-09-03 Thread Roys, Eric D
Larry, Check in CAI:Events form for an error related to the request. If CAI was unable to push the request to incident due to varying errors it should show up there (i.e. timeout, missing field, etc). -Eric From: Action Request System discussion

Re: Open Outlook email from ARS

2010-08-30 Thread Roys, Eric D
Mark, You can use OLE for the windows client or an activelink with javascript for the midtier users. -E From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Brittain, Mark Sent: Monday, August 30, 2010 9:42 AM To:

Re: The Service Action in an Active Link

2010-08-06 Thread Roys, Eric D
Jason, that's a pretty good explanation. The problem is that this new programming paradigm is not exactly great from a documentation perspective as Chris alluded to so it's very important for the commands to be documented somewhere otherwise it's PAINFUL for those coming in after the fact. In the

Re: EXTERNAL Keyword

2010-08-06 Thread Roys, Eric D
I say just skip the set field action altogether and just change the table qual to : (EXTERNAL( $Query-Search$)) AND ( $Query-Search$ !=) This was a tip provided years back when v5 was released and EXTERNAL() was a new concept. I don't recall who provided the tip, however, but it works and

Re: Data Management latest release

2010-02-22 Thread Roys, Eric D
Check CAI:Events to see if there is/are any record(s) stuck there. If so, there may be an error condition with error text available to help you troubleshoot further. -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of remedy

Re: Requestor Console ticket submissions issues after Patch 7.0.2 patch 7 ITSM

2010-02-22 Thread Roys, Eric D
Tim, Check CAI:Events (CAI Events) for records where Return Code = Error. There's a field on the form called 'Return Message'. If it's a mapping issue such as there's a mapping to a field/form that's no longer available this is where it will show up. With luck that will get you started in the

Re: Make Required field optional

2010-02-19 Thread Roys, Eric D
Is it feasible to pass a known place-holder value so that the transaction can take place but be identifiable for remediation (i.e. notify a person to look into it, display it on a console to address, etc)? -Original Message- From: Action Request System discussion list(ARSList)

Re: Consuming Complex External Web Service Help

2010-02-17 Thread Roys, Eric D
Service Help Since the external service uses Arrays then you cannot use the standard Filter consumption of web services. -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Roys, Eric D Sent: Tuesday, February 16, 2010 3:21 PM

Re: Consuming Complex External Web Service Help

2010-02-17 Thread Roys, Eric D
this helps. If you happen to find something through Remedy filter, please share it. Thanks Chintan. --- On Tue, 2/16/10, Roys, Eric D eric.r...@verizonbusiness.com wrote: From: Roys, Eric D eric.r...@verizonbusiness.com Subject: Consuming Complex External Web Service Help

Re: Consuming Complex External Web Service Help

2010-02-17 Thread Roys, Eric D
] On Behalf Of Roys, Eric D Sent: Wednesday, February 17, 2010 12:30 PM To: arslist@ARSLIST.ORG Subject: Re: Consuming Complex External Web Service Help ** Thanks, Chintan. I'm not going to mess with the filter approach other than to interface with a ws client as you described. Perhaps will revisit

Consuming Complex External Web Service Help

2010-02-16 Thread Roys, Eric D
Can this be done via filter mapping or does this require some middle-ware? I'm trying to consume a complex web service from an external source and have hit a snag with the filter mapping. The construct/hierarchy of the web service is: Location (top of hierarchy) //i.e. some address

Re: Is there something akin to an eval function

2010-02-01 Thread Roys, Eric D
Lyle, If you want to keep it inside Remedy... here's a rudimentary example of using dynamic workflow to accomplish similar... you could expand upon this concept to achieve what you are trying (still not as easy as EVAL but doesn't require you to wait for BMC to build it into ARS).

Re: Java API - parseQualification Error - Part 2

2009-11-30 Thread Roys, Eric D
discussion list(ARSList) [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

Re: Java API - parseQualification Error - Part 1

2009-11-12 Thread Roys, Eric D
To: arslist@ARSLIST.ORG Subject: Re: Java API - parseQualification Error ** 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

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 Roys, Eric D
up the field name, and if you use the Field ID it works just fine? From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Roys, Eric D Sent: Thursday, November 12, 2009 10:40 AM To: arslist@ARSLIST.ORG Subject: Re: Java API

Re: Java API - parseQualification Error - Part 2

2009-11-12 Thread Roys, Eric D
not as efficientjust because there is a workaround doesn't mean there isn't a bug. From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Roys, Eric D Sent: Thursday, November 12, 2009 4:38 PM To: arslist@ARSLIST.ORG

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 Roys, Eric D
but if you use the second, and then output the .toString() of it, what does it give you? From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Roys, Eric D Sent: Tuesday, November 03, 2009 12:07 PM To: arslist@ARSLIST.ORG

Re: Java API - parseQualification Error

2009-11-03 Thread Roys, Eric D
...@arslist.org] On Behalf Of Roys, Eric D Sent: Tuesday, November 03, 2009 12:37 PM To: arslist@ARSLIST.ORG Subject: Re: Java API - parseQualification Error ** LJ, This is the string output from the latter : [Operation=4,Operand Left=[Operation=1,Operand Left=[Operand Type=[type=1],Operand=1702

Re: REPOST: Customizing the SHR:ARDBC_OverviewConsole to view custom form and its data...

2009-10-13 Thread Roys, Eric D
Joe, You may also need to add data records to SHR:ARDBCEnumLookup for any fields you added that were drop-list in structure. To debug you can turn on server-side sql logging to capture the output of the query issued to see where it's failing. Typical problems occur due to swapping of Field ID

Re: 7.5 architect based on system resources

2009-09-24 Thread Roys, Eric D
Additionally, for environments that expose the web to external resources or for security conscious environments it wouldn't be the best idea to run the web apps on the same host as the app server and certainly not on the db server. Typically these environments would be segregated on the network

Re: Frequent changes in Remedy Java API from 5.1 to 7.5 version

2009-09-10 Thread Roys, Eric D
Sreeni, The what's new and programming models are described in the java docs for each version. There are significant differences between v5 and v7.5 and also a major change between 7.0 and 7.1. For you convenience, Java System Solutions solutions has made the java docs available at:

Re: Enhancement request....

2009-06-19 Thread Roys, Eric D
Another example of not drinking their own Kool-Aid. A simplistic service request through SRM or use of Advanced Interaction Form for more granularity would do it (there's an example SRD with enhancement request in the sample data). Of course that's just the tool. You would actually need a

Re: Use of Advanced Interafce Forms in SRM

2009-05-12 Thread Roys, Eric D
Manoj, Advanced interface forms are used when the OTB capabilities of SRM are not enough to meet a service request need. For example, when you need to do a large degree of validation against user data input, get data from forms/tables outside of the SRM framework or ARS in general, and other

Topology Discovery 1.6 Install

2009-03-27 Thread Roys, Eric D
Has anyone ran into this error while installing TD version 1.6... java.lang.NumberFormatException for input string 000 Stage 17 This error occurs during the validation of the CMDB connection parameters of the install. Full error: Cannot initialize Configuration Helper

Re: How to save huge qual string in Table / Tree Property?

2009-02-11 Thread Roys, Eric D
** As a side you may want to have your qual include $do field$ != $NULL$ to prevent an unqualified search on the table since that will not be immediately set. Hth, Eric From: Action Request System discussion list(ARSList) To: arslist@ARSLIST.ORG Sent:

Re: Resolving dynamic field references in a Set field action

2008-01-17 Thread Roys, Eric
Veerain, FYI, The simple example I provided for you can now be found on developer.bmc.com (http://developer.bmc.com/jiveProd/entry.jspa?externalID=2798categoryID =506) Happy coding :-) -Eric From: Action Request System discussion list(ARSList)

Re: Looking for a password generator

2007-11-13 Thread Roys, Eric
Gary, You could always use the java filter plugin which will allow you to use the random function via native java for this if you are so inclined. -Eric -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Opela, Gary L