Re: Active Directory Integration Problem

2013-03-25 Thread rajkiran Alle
Hi, I am working on this task to sync LDAP records with People form. So in that process i created a Vendor form to retrieve records from LDAP table and its throwing a error(ARERR [91] RPC call failed : RPC: Unable to receive; Asynchronous event occurred) while getting the records but when i

Re: Active Directory Integration Problem

2013-03-22 Thread Logan, Kelly
, and delete the message from your computer. From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Karthik Sent: Thursday, March 21, 2013 10:44 PM To: arslist@ARSLIST.ORG Subject: Re: Active Directory Integration Problem ** Which version of arsystem are you

Re: Active Directory Integration Problem

2013-03-22 Thread Hennigan, Sandra
@ARSLIST.ORG Subject: Re: Active Directory Integration Problem ** Aditya - I have an integration with People (and Attributes) that I am running now on ARS/ITSM 7.6.4 following this strategy. I bring the data into a staging form, run some queries to set the Manager Login ID, Site ID and such (similar

Re: Active Directory Integration Problem

2013-03-22 Thread Mathew Welborn
: Re: Active Directory Integration Problem ** I am on 8.1 and would be interested in both approaches if you can post to the list. Thank you, Sandra Hennigan Remedy Developer From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Logan, Kelly Sent: Friday

Re: Active Directory Integration Problem

2013-03-22 Thread Jason Miller
:* Action Request System discussion list(ARSList) [mailto: arslist@ARSLIST.ORG] *On Behalf Of *Karthik *Sent:* Thursday, March 21, 2013 10:44 PM *To:* arslist@ARSLIST.ORG *Subject:* Re: Active Directory Integration Problem ** ** ** Which version of arsystem are you using. If 8.0

Re: Active Directory Integration Problem

2013-03-21 Thread Ashtaputre, Anay
) [mailto:arslist@ARSLIST.ORG] On Behalf Of rajkiran Alle Sent: Tuesday, January 22, 2013 5:24 AM To: arslist@ARSLIST.ORG Subject: Active Directory Integration Problem Hi Guys, Currently when we add a new user in Active Directory the record is not creating in People record, i mean Active directory is not sinking

Re: Active Directory Integration Problem

2013-03-21 Thread Karthik
: Active Directory Integration Problem Sent: Mar 21, 2013 4:03 AM Hi, I am developing code for data in AD to sync with People record. So in that process i am struck with a small problem. I created a vendor form to bring the LDAP data and creating a escalation to push new records into People form

Active Directory Integration Problem

2013-03-20 Thread rajkiran Alle
Hi, I am developing code for data in AD to sync with People record. So in that process i am struck with a small problem. I created a vendor form to bring the LDAP data and creating a escalation to push new records into People form. But in the vendor form i only have a Manger name but i don't

Re: Active Directory Integration Problem

2013-03-20 Thread Rick Westbrock
) [mailto:arslist@ARSLIST.ORG] On Behalf Of rajkiran Alle Sent: Wednesday, March 20, 2013 3:33 PM To: arslist@ARSLIST.ORG Subject: Active Directory Integration Problem Hi, I am developing code for data in AD to sync with People record. So in that process i am struck with a small problem. I

Re: Active Directory Integration Problem

2013-03-20 Thread Roger J
If you create a staging form between the two then you can validate specific data to eliminate this issue. -Original Message- From: rajkiran Alle rajkiran...@yahoo.com To: arslist arslist@ARSLIST.ORG Sent: Wed, Mar 20, 2013 6:33 pm Subject: Active Directory Integration Problem Hi, I

Re: Active Directory Integration Problem

2013-03-20 Thread Steve Kallestad
When in this situation, I will generally use a display only form as a filter rather than interacting with the People form directly. the process goes like this LDAP Vendor Form (AD Data)-- Display Only Form (DataShaper) -- CTM:People In my DataShaper Display Only form, I have filters that

Re: Active Directory Integration Problem

2013-03-20 Thread SUBSCRIBE arslist Aditya Sharma
Subject: Active Directory Integration Problem Sent: Mar 21, 2013 4:03 AM Hi, I am developing code for data in AD to sync with People record. So in that process i am struck with a small problem. I created a vendor form to bring the LDAP data and creating a escalation to push new records

Re: Active Directory Integration Problem

2013-01-24 Thread rajkiran Alle
Hi Guys, I created a vendor form to bring the data from LDAP but total we have some thing 100,000 records in LDAP but when i do search in Remedy vendor form its showing me only 33,000. Is there any reason for this ? Thanks

Re: Active Directory Integration Problem

2013-01-24 Thread Mayuresh Wagh
Make sure Directory Page Size Base DN for Discovery parameters are set properly. I think what you are getting data in chunk. I believe ARPlugin logging will help in identifying the root cause. On Fri, Jan 25, 2013 at 3:40 AM, rajkiran Alle rajkiran...@yahoo.comwrote: Hi Guys, I created a

Re: Active Directory Integration Problem

2013-01-22 Thread Carl Wilson
) [mailto:arslist@ARSLIST.ORG] On Behalf Of Roger J Sent: 22 January 2013 00:03 To: arslist@ARSLIST.ORG Subject: Re: Active Directory Integration Problem ** There is no OOTB AD to People sync it has to be built. -Original Message- From: rajkiran Alle rajkiran...@yahoo.com To: arslist

Active Directory Integration Problem

2013-01-21 Thread rajkiran Alle
Hi Guys, Currently when we add a new user in Active Directory the record is not creating in People record, i mean Active directory is not sinking with people record. But the user able to use his credentials to login in Remedy once he has been added in AD but actually cannot do any request in

Re: Active Directory Integration Problem

2013-01-21 Thread Roger J
There is no OOTB AD to People sync it has to be built. -Original Message- From: rajkiran Alle rajkiran...@yahoo.com To: arslist arslist@ARSLIST.ORG Sent: Mon, Jan 21, 2013 6:54 pm Subject: Active Directory Integration Problem Hi Guys, Currently when we add a new user in Active

Re: Active Directory Integration Problem

2013-01-21 Thread rajkiran Alle
Can you please send me some documentation how to hook up the vendor form to AD if you have any, so that i will try to build the logic. ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers Are,

Re: Active Directory Integration Problem

2013-01-21 Thread Mayuresh Wagh
it would be depend upon what exactly you want to do. If you are looking for authenticate users using AD, please configure AREA Plugin. If you looking for use AD data in Remedy, please configure ARDBC Plugin. You can login to Support Web check below link for AREA ARDBC Plugin configuration.