Re: Active Directory Integration

2015-03-05 Thread Terje Moglestue
March 05, 2015 5:03 PM To: arslist@ARSLIST.ORG Subject: Active Directory Integration ** Hi, Environment: 8.1 x Oracle 11 R2. We are trying to integrate AD with Remedy to update our people profiles. Our challenge is that the data in AD is messed up. Approximately how long does it take to t

Active Directory Integration

2015-03-05 Thread Koyb P. Liabt
Hi, Environment: 8.1 x Oracle 11 R2. We are trying to integrate AD with Remedy to update our people profiles. Our challenge is that the data in AD is messed up. Approximately how long does it take to typically integrate AD and Remedy (when there are data problems)? (from the concept un

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 sea

Re: Active Directory Integration Problem

2013-03-22 Thread Jason Miller
re > addressed. If you have received this email in error please notify the > sender, and delete the message from your computer*. > > ** ** > > *From:* Action Request System discussion list(ARSList) [mailto: > arslist@ARSLIST.ORG] *On Behalf Of *Karthik > *Sent:* Thursday, Ma

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 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 to

Re: Active Directory Integration Problem

2013-03-22 Thread Logan, Kelly
sender, 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 arsys

Re: Active Directory Integration Problem

2013-03-21 Thread Karthik
der: Action Request System discussion list(ARSList) > To: arslist@ARSLIST.ORG > ReplyTo: arslist@ARSLIST.ORG > 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

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-20 Thread SUBSCRIBE arslist Aditya Sharma
arslist@ARSLIST.ORG 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 p

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 valid

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 To: arslist Sent: Wed, Mar 20, 2013 6:33 pm Subject: Active Directory Integration Problem Hi, I am developing code for data in AD to

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

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 h

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 wrote: > Hi Guys, > > I created a vendor form to bring

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-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 To: arslist Sent: Mon, Jan 21, 2013 6

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. ht

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 Roger J
There is no OOTB AD to People sync it has to be built. -Original Message- From: rajkiran Alle To: arslist Sent: Mon, Jan 21, 2013 6:54 pm Subject: Active Directory Integration Problem Hi Guys, Currently when we add a new user in Active Directory the record is not creating in

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

Re: Active Directory Integration Issue with 7.6.04

2011-10-13 Thread Nathan Aker
Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Nathan Aker Sent: Thursday, October 06, 2011 6:32 PM To: arslist@ARSLIST.ORG Subject: Re: Active Directory Integration Issue with 7.6.04   ** Just got a response from BMC Support.  Appears to be a known defect fi

Re: Active Directory Integration Issue with 7.6.04

2011-10-13 Thread Grooms, Frederick W
s a separate field. Fred -Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Brian Gillock Sent: Thursday, October 13, 2011 1:20 PM To: arslist@ARSLIST.ORG Subject: Re: Active Directory Integration Issue with 7.6.04 ** Thank

Re: Active Directory Integration Issue with 7.6.04

2011-10-13 Thread Brian Gillock
gt; ** ** > > *From:* Action Request System discussion list(ARSList) [mailto: > arslist@ARSLIST.ORG] *On Behalf Of *Nathan Aker > *Sent:* Thursday, October 06, 2011 6:32 PM > > *To:* arslist@ARSLIST.ORG > *Subject:* Re: Active Directory Integration Issue with 7.6.04 > > ** ** &g

Re: Active Directory Integration Issue with 7.6.04

2011-10-07 Thread Uday Joshi
, 2011 6:32 PM To: arslist@ARSLIST.ORG Subject: Re: Active Directory Integration Issue with 7.6.04 ** Just got a response from BMC Support. Appears to be a known defect fixed in 7.6.04 SP2 Thanks. Nate. Nathan Aker ITSM Solution Architect McAfee, Inc. From: Action Request System

Re: Active Directory Integration Issue with 7.6.04

2011-10-06 Thread Nathan Aker
, 2011 4:31 PM To: arslist@ARSLIST.ORG Subject: Re: Active Directory Integration Issue with 7.6.04 ** Hi, Have you tried cn instead of samaccountname? Do you have any filters configured in your ARDBC LDAP configuration? Kind regards Danny From: Action Request System discussion list(ARSList

Re: Active Directory Integration Issue with 7.6.04

2011-10-06 Thread Nathan Aker
Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Danny Kellett Sent: Thursday, October 06, 2011 4:31 PM To: arslist@ARSLIST.ORG Subject: Re: Active Directory Integration Issue with 7.6.04 ** Hi, Have you tried cn instead of samaccountname? Do you have any filters

Re: Active Directory Integration Issue with 7.6.04

2011-10-06 Thread Danny Kellett
: arslist@ARSLIST.ORG Subject: Active Directory Integration Issue with 7.6.04 ** Hello all, We're running into an issue with our Active Directory LDAP integration after a recent upgrade and I'm wondering if anyone else has encountered or is encountering: We have a vendor form leve

Active Directory Integration Issue with 7.6.04

2011-10-06 Thread Nathan Aker
Hello all, We're running into an issue with our Active Directory LDAP integration after a recent upgrade and I'm wondering if anyone else has encountered or is encountering: We have a vendor form leveraging the ARDBC plugin to integrate with Active Directory for people data. The vendor form d

Re: Active Directory Integration

2009-07-15 Thread patrick zandi
David, Another thought comes to mind. on the server go to the control panel, advanced, local security policy. Look for LDAP in the Local policy, Security options. does any of the following exsist? Domain Controller: ldap server signing requirements (Require Signing). neetwork security ldap client

Re: Active Directory Integration

2009-07-15 Thread Kaiser, Norm E CIV USAF AFMC 96 CS/SCOKT
Shellman, David Sent: Wednesday, July 15, 2009 9:42 AM To: arslist@ARSLIST.ORG Subject: Re: Active Directory Integration Since we are on Oracle we are aware of case being an issue. Our AR System accounts are always created in lower case. So a user that logins with yyy will authenticate agai

Re: Active Directory Integration

2009-07-15 Thread Shellman, David
, 2009 10:33 AM To: arslist@ARSLIST.ORG Subject: Re: Active Directory Integration Check your case sensitivity. Windows is case insensitive but Remedy is case sensitive. We had instances where a user's username in Remedy was keyed in as John.Smith but that user would use john.smith to log on to Wi

Re: Active Directory Integration

2009-07-15 Thread Shellman, David
...@arslist.org] On Behalf Of Nichols, Wesley D CTR USAF AFMC 72 CS/SCBAF Sent: Wednesday, July 15, 2009 10:31 AM To: arslist@ARSLIST.ORG Subject: Re: Active Directory Integration You might try looking at the plug-in logs... You can set the granularity, I believe you have to add Plugin-Log-Level: 100 to

Re: Active Directory Integration

2009-07-15 Thread Kaiser, Norm E CIV USAF AFMC 96 CS/SCOKT
2009 9:14 AM To: arslist@ARSLIST.ORG Subject: Active Directory Integration ** We configured our 7.0.1 server (Windows server Oracle instance) to validate passwords against Active Directory over the weekend. Monday morning was a little rough with locking out network accounts. We also

Re: Active Directory Integration

2009-07-15 Thread Nichols, Wesley D CTR USAF AFMC 72 CS/SCBAF
discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Shellman, David Sent: Wednesday, July 15, 2009 9:14 AM To: arslist@ARSLIST.ORG Subject: Active Directory Integration ** We configured our 7.0.1 server (Windows server Oracle instance) to validate passwords against Active Directory over

Active Directory Integration

2009-07-15 Thread Shellman, David
We configured our 7.0.1 server (Windows server Oracle instance) to validate passwords against Active Directory over the weekend. Monday morning was a little rough with locking out network accounts. We also had a configuration issue where were not able to check one of the OU's. We changed the

Re: Active Directory Integration

2008-09-08 Thread ITSM SUPPORT
: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of AR_User Sent: Saturday, September 06, 2008 2:08 PM To: arslist@ARSLIST.ORG Subject: Active Directory Integration Hello All, I am on ARS 7.1, ITSM 7.0.0.3 and integrated Active Directory (ARDBC and AREA) with

Re: Active Directory Integration

2008-09-06 Thread Matt Worsdell
8 09:38 > To: arslist@ARSLIST.ORG > Subject: Active Directory Integration > > Hello All, > > I am on ARS 7.1, ITSM 7.0.0.3 and integrated Active Directory (ARDBC and > AREA) with the system. > > Now users can login into system by using their Active directory login > inform

Re: Active Directory Integration

2008-09-06 Thread AR_User
directory user data into > People form? > > Please help me out. > > Thanks & Regards, > Ajit > > -- > View this message in context: > http://www.nabble.com/Active-Directory-Integration-tp19344286p19344286.html > Sent from the ARS (Action Request System) mailing

Re: Active Directory Integration

2008-09-06 Thread Matt Worsdell
@ARSLIST.ORG Subject: Active Directory Integration Hello All, I am on ARS 7.1, ITSM 7.0.0.3 and integrated Active Directory (ARDBC and AREA) with the system. Now users can login into system by using their Active directory login information. But while creating new request it gives an error as following

Active Directory Integration

2008-09-06 Thread AR_User
www.nabble.com/Active-Directory-Integration-tp19344286p19344286.html Sent from the ARS (Action Request System) mailing list archive at Nabble.com. ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Pl

Active Directory Integration

2008-05-11 Thread Ramy S. Ayoub
Hi List, I have issue with integration with Active Directory; we have in the company two domain one for the Users Data and the second one for the Users authentications In this case how we can configure two LDAP connections? ARS 7.1 ITSM 7.0.3 Windows SQL 2005 Regards, Ramy