Re: Trouble with using AR System .NET API version 1.2.1761.15495

2006-08-11 Thread Papolu, Appajee
Title: Trouble with using AR System .NET API version 1.2.1761.15495 ** Peter,   Qualifications in .NET API are SQL-like and are of same format/grammar as that of AR System Advanced Query bar in User Tool. One exception being User Tool handles qualifications expressed in terms of Field

Re: Trouble with using AR System .NET API version 1.2.1761.15495

2006-08-10 Thread Anthony K R
Title: Trouble with using AR System .NET API version 1.2.1761.15495 ** Peter,   Refer .NET API help doc (it must be there in the installation pack).     Here is the sample code snippet from it;  [C#] ARSystem.EntryListFieldList entryListFieldList = new ARSystem.EntryListFieldList

Re: Trouble with using AR System .NET API version 1.2.1761.15495

2006-08-10 Thread Lammey, Peter A.
Title: Trouble with using AR System .NET API version 1.2.1761.15495 ** We have been able to isolate the issue to a parameter being passed to the function that retrieves the data from Remedy. Once we established an object indicating all the fields we wanted returned, everything worked as

Re: Trouble with using AR System .NET API version 1.2.1761.15495

2006-08-09 Thread Lammey, Peter A.
Title: RE: Trouble with using AR System .NET API version 1.2.1761.15495 ** Actually I have made a mistake.   The community download that I had downloaded is the one titled "AR System .NET and COM API" version "7.0.2411.10842"   I apologize for the confusion. Thanks P

Re: Trouble with using AR System .NET API version 1.2.1761.15495

2006-08-09 Thread McKenzie, James J C-E LCMC HQISEC/L3
Title: RE: Trouble with using AR System .NET API version 1.2.1761.15495 ** Peter:   Is the Remedy ARS server registered with the Portmapper process?  If not, you will get the error you seen when running FieldLabelChanger.   This may be the source of your problems.   James McKenzie

Re: Trouble with using AR System .NET API version 1.2.1761.15495

2006-08-09 Thread Lammey, Peter A.
Title: Trouble with using AR System .NET API version 1.2.1761.15495 ** Here are my responses to your questions:   * Can you identify the version of the .NET API you’re using (Look at the version info on BMC.ARSystem.DLL file properties)? 7.0.2391.24945 * And please compare it against the

Re: Trouble with using AR System .NET API version 1.2.1761.15495

2006-08-09 Thread John Sundberg
** I know that good reasons exist to use the .NET api - however - did you consider using Klink (http://www.kineticdata.com/products/klink) -- It takes a lot of complexity out of Remedy API development.Klink makes it very easy to get up and running fast. Easy to test (use a webbrowser and a URL to c

Re: Trouble with using AR System .NET API version 1.2.1761.15495

2006-08-09 Thread Papolu, Appajee
Title: Trouble with using AR System .NET API version 1.2.1761.15495 ** Peter, Balu,   Usually I would not encourage folks polluting the system32 dir with application specific binaries. Having said that, looks like your current issue seem to be clearly a PATH related– some how the PATH

Re: Trouble with using AR System .NET API version 1.2.1761.15495

2006-08-09 Thread BALU Frédéric
Title: Trouble with using AR System .NET API version 1.2.1761.15495 ** Peter,    I has the same trouble. I was notified about the missing "BMC.arnettoc.dll", even with a PATH including the folder in which I have installed the API files.  I had to copy the files to the folder &

Re: Trouble with using AR System .NET API version 1.2.1761.15495

2006-08-08 Thread Papolu, Appajee
Title: Trouble with using AR System .NET API version 1.2.1761.15495 ** From: Papolu, Appajee Sent: Tuesday, August 08, 2006 6:31 PM To: 'arslist@arslist.org' Subject: RE: Trouble with using AR System .NET API version 1.2.1761.15495   Peter,   Can you identify the vers

Re: Trouble with using AR System .NET API version 1.2.1761.15495

2006-08-08 Thread Lammey, Peter A.
Title: Trouble with using AR System .NET API version 1.2.1761.15495 ** Remedy BMC at this point is advising us to use the newer API that they have available on the Community downloads that is a 7.0 API (but they claim is backwards compatible). We are now getting errors with "Module Not

Re: Trouble with using AR System .NET API version 1.2.1761.15495

2006-08-07 Thread Houldcroft, Darren
Title: Trouble with using AR System .NET API version 1.2.1761.15495 ** Right -add this before your call to get list entries with fields:   temp.AddField(26000, 128, "")   voila - problem solved!   Rgds,   Darren Houldcroft   LogicaCMG - Remedy TA 250 Brook Drive,Green Park,R

Re: Trouble with using AR System .NET API version 1.2.1761.15495

2006-08-07 Thread Lammey, Peter A.
Title: Trouble with using AR System .NET API version 1.2.1761.15495 ** Here is the code again.  Hopefully this file will go through.     Thanks Peter Lammey ESPN MIT Technical Services & Applications Management 860-766-4761   From: Action Request System discussion list(ARSList) [ma

Re: Trouble with using AR System .NET API version 1.2.1761.15495

2006-08-07 Thread Lammey, Peter A.
Title: Trouble with using AR System .NET API version 1.2.1761.15495 ** Not sure if this will come through but here is the code. Thanks Peter Lammey ESPN MIT Technical Services & Applications Management 860-766-4761   From: Action Request System discussion list(ARSList) [mailto:[E

Re: Trouble with using AR System .NET API version 1.2.1761.15495

2006-08-07 Thread Houldcroft, Darren
Title: Trouble with using AR System .NET API version 1.2.1761.15495 ** Hi Peter,   Are you able to post the section of code? - I've not had this problem before.   Rgds,   Darren Houldcroft   LogicaCMG - Remedy TA 250 Brook Drive,Green Park,Reading,RG2 6UAT: +44 (0) 118 9650 453M: +

Trouble with using AR System .NET API version 1.2.1761.15495

2006-08-07 Thread Lammey, Peter A.
Title: Trouble with using AR System .NET API version 1.2.1761.15495 ** I have been working with a development team to setup a separate application that will pull and push data to our Remedy system via the .NET API that is provided from the Community Download area on the Supportweb. For some