Re: API : Override ARERR [9084] User is currently connected from another machine

2013-12-21 Thread Jason Miller
Sweety stated in a different thread this requires modify access. I think at this point we could use an explanation of the larger picture. By the sound of it Sweety is creating a completely new UI (mobile perhaps?). Jason On Sun, Dec 15, 2013 at 3:20 PM, Lucero, Michelle

Re: Error with Developer Studio after install on Windows 7 64 bit

2013-12-21 Thread Jason Miller
The same is true for the BIRT report designer (also Eclipse). Jason On Sat, Dec 14, 2013 at 3:17 PM, Carl Wilson carlbwil...@gmail.com wrote: ** Hi, The directory to which Developer Studio is installed requires full Read/Write options to be able to start correctly. You may need to take

Re: API : Override ARERR [9084] User is currently connected from another machine

2013-12-21 Thread Sweety
You are right, I am creating a new UI I am getting this error even after using a single module across all the forms and classes. I am doing how Misi suggested me but not sure why it is not working. Trying to find out a workaround for this.

API:Fetching Status Reason Values - Very Time Consuming

2013-12-21 Thread Sweety
Hi List, From my old post I got the hint from Misi to fetch the status reason values. This is what I am doing; Fetching the bunch of records from GetListEntryWithFields method and for each record I am using GetEntry method to get the value of status reason field value for that record. The

Re: API : Override ARERR [9084] User is currently connected from another machine

2013-12-21 Thread Sweety
My idea is if user is connected from another machine then my program should display him/her a message asking to confirm if user wants to override the access ? Is it achievable ? ___ UNSUBSCRIBE or access ARSlist

Re: API : Override ARERR [9084] User is currently connected from another machine

2013-12-21 Thread LJ LongWing
Yes, but you can only override the connection a few times before being blocked by the server. On Dec 21, 2013 7:07 AM, Sweety sweetykhann...@gmail.com wrote: My idea is if user is connected from another machine then my program should display him/her a message asking to confirm if user wants to

Re: API : Override ARERR [9084] User is currently connected from another machine

2013-12-21 Thread Sweety
If yes then below are my questions; 1) How can I check if a user is already connected from another machine 2) After that how can I override the user - I think, I got the answer for this from Misi ___ UNSUBSCRIBE or

Re: API : Override ARERR [9084] User is currently connected from another machine

2013-12-21 Thread LJ LongWing
I'm not sure, but you may find that you need to burn two licenses, one for their desktop and one for their mobile. On Dec 21, 2013 8:09 AM, Sweety sweetykhann...@gmail.com wrote: If yes then below are my questions; 1) How can I check if a user is already connected from another machine 2)

Job Opening: Remedy Developer Consultant in Jersey City (NJ)

2013-12-21 Thread Mike Ilmer
I'm looking for consultant to join my group in Jersey City. The candidate should have a good experience with the 7.5 systems including CMDB. The good custom codding experience is a MUST. No telecommuting. Please forward resume to mike.il...@tdameritrade.commailto:mike.il...@tdameritrade.com

Re: API : Override ARERR [9084] User is currently connected from another machine

2013-12-21 Thread Brent Goodman
To check if a user is already connected, you just need to pole the user list if connected sessions. The server maintains this in memory and you can use an API call to retrieve the list and compare. From all the questions an answers, were still only getting part of the picture, but I think your

Re: API : Override ARERR [9084] User is currently connected from another machine

2013-12-21 Thread LJ LongWing
Yes, you can certainly do that, but it would require logging on with a different user to perform the check, then log on as the actual user of available, and this user would likely need to be an admin to avoid the problem being faced On Dec 21, 2013 10:48 AM, Brent Goodman rem...@rowshay.com wrote:

OT: Job Opening: Remedy Developer Consultant in Jersey City (NJ)

2013-12-21 Thread Tauf Chowdhury
Wow. Read that quickly on my phone and thought you wrote coddling. I was like, Well, I think after doing Remedy work for a few years and dealing with customers, I'm pretty damn good at coddling! Sent from my iPhone On Dec 21, 2013, at 12:28 PM, Mike Ilmer mike.il...@tdameritrade.com wrote:

Re: API : Override ARERR [9084] User is currently connected from another machine

2013-12-21 Thread Jason Miller
Or if the app is going to keep its own connection table as mentioned it doesn't need to be in Remedy. The app does a direct db query instead of going though the the AR api to maintain it's connection info. It might be better for the custom app to not completely depend on Remedy so some

Re: API:Fetching Status Reason Values - Very Time Consuming

2013-12-21 Thread Misi Mladoniczky
Hi, You can use ARGetListEntry to get a few values, or ARGetListEntryWithFields to be more flexible with the columns you want to retrieve. The problem is that you can not get long character values in those calls. You can always use ARGetMultipleEntries to retrieve up to 100 complete entries at a