You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Friends
I solved the problem with the error "invalid name" referring to the userpassword, now the same error occurs with the CN field of active directory, I tried to be everything that anyone has had success with a similar application?
Thanks
Uploaded with ImageShack.us
Uploaded with ImageShack.us
Last edited by gun_fighter (2010-05-06 19:11:40)
Offline
Hello
I can't open your images, please upload them into our forum directly.
Best regards
Shong
Offline

FredoJFO wrote:
Th userPassword field is a special field in LDAP.
Are you sure that a password only with integer can be possible?
Friend the problem is that I need to take the data of registered users on another system that is based on an ORACLE, one of these tables in ORACLE is the password field that corresponds to a user and I need these passwords come together with others user data.
If you look you will see that there are several passwords on the image you posted, are just some other integer and string only, jah tried not to get the passwords registered and put a default password only integer but still keeps showing the same error ..
If some sober solution please let me know.
Thanks
Offline

gun_fighter wrote:
FredoJFO wrote:
Th userPassword field is a special field in LDAP.
Are you sure that a password only with integer can be possible?Friend the problem is that I need to take the data of registered users on another system that is based on an ORACLE, one of these tables in ORACLE is the password field that corresponds to a user and I need these passwords come together with others user data.
If you look you will see that there are several passwords on the image you posted, are just some other integer and string only, jah tried not to get the passwords registered and put a default password only integer but still keeps showing the same error ..
If some sober solution please let me know.
Thanks
Friends
I solved the problem with the error "invalid name" referring to the userpassword, now the same error occurs with the CN field of active directory, I tried to be everything that anyone has had success with a similar application?
Thanks
Offline

FredoJFO wrote:
" solved the problem with the error "invalid name" referring to the userpassword, " -> how?
Friend
There are two ways to solve the problems with the invalid name
User password, the first way is if you concetar to LDAP with an internet connection, otherwise not possible to add password to the user in the insertion, the other way eh UserAccountControl add a field and add the values required to add the user without a password on condition that he change the password at first logon.
follows the link with the values for the userAccountControl AD
http://support.microsoft.com/?id=305144
Offline

I didn't say that for me, but to understand your previous problem and fix the actual (same error).
There is special character in the oracle NOME field. I can see "..." near DANIEL SANTOS"..."? How long?
With AS400, there are blank, then I use special function to remove them.
Offline

FredoJFO wrote:
I didn't say that for me, but to understand your previous problem and fix the actual (same error).
There is special character in the oracle NOME field. I can see "..." near DANIEL SANTOS"..."? How long?
With AS400, there are blank, then I use special function to remove them.
Hello again,
Friend did not understand this part "With AS400, there are blank, then I use special function to remove them" but has no importance because I'm no longer using the user name, but a number plate, so no blank spaces , vo post pictures, I think this is the last error to be fixed, understand this error I can solve other problems. Again thanks
ps: It seems that not many people to help with this part of integrating Oracle databases with LDAP AD, that 's a shame because there are many other problems to solutions:).
Uploaded with ImageShack.us
Uploaded with ImageShack.us
Offline

Hum...
Can we see your tLDAPOuput component conf?
I think the problem is with the dn name...
When I look your 2nd picture we can see "dc=..." but no "cn=user,dc=...".
Offline

FredoJFO wrote:
Hum...
Can we see your tLDAPOuput component conf?
I think the problem is with the dn name...
When I look your 2nd picture we can see "dc=..." but no "cn=user,dc=...".
Hi
I am sending the pictures with the two configurations I made in tLDAPOutput, and the error that occurred in each case, I hope you can help me.
Thanks
Uploaded with ImageShack.us
Uploaded with ImageShack.us
Last edited by gun_fighter (2010-05-07 19:10:03)
Offline

FredoJFO wrote:
Your 2nd conf is good (with an empty Base DN field) BUT your DN column Name is wrong.
It's not CN but distinguishedName!
HI again
I still have problems to insert users in Active Directory using Talend, I am getting the error that appears in the images, I'm using UserAccountControl field with the value "33" ... 1 = 32 = create account and password not required, but so maesmo it does not add, I'm wondering what the problem is my connection to the AD that is not SSL, ask you if this may be the cause of my problems, if not anyone have any solutions? I am over two weeks working on it and no solution appeared effec: (
Uploaded with ImageShack.us
Uploaded with ImageShack.us
Uploaded with ImageShack.us
Last edited by gun_fighter (2010-05-13 22:49:39)
Offline

I think you forgot some mandatory attributes (SN,objetClass?).
LDAP_OBJECT_CLASS_VIOLATION 65 (x'41) An object class violation occurred (e.g., a "must" attribute was missing from the entry).
Last edited by FredoJFO (2010-05-16 22:10:26)
Offline

Hi this is just for Future users that gets this problem
I had the same problem but managed to resolve it by
adding a column with the name
objectClass with the expression "user" in it.
This is for LDAP to know which objectclass needs to be added so that your other details
can be entered.
Offline
Pages: 1