--On Thursday, April 05, 2007 12:34 PM -0400 Venkat Reddy Valluri venkat.valluri@quinnfable.com wrote:
Hi Here is my LDIF file
dn: dc=production,dc=net objectClass: dcObject objectClass: organization dc: production o: Production
dn: cn=jdbc,dc=production,dc=net objectClass: top objectClass: extensibleObject
I take it you don't understand the requirements of LDIF/LDAP. There must be an RDN attribute defined in the entry. Therefore, this entry requires at least one cn value, which must be
cn: jdbc
dn: cn=testApp,cn=jdbc,dc=production,dc=net fnDbFactoryName: OCCDataSourceFactory fnDbCacheScheme: DYNAMIC fnDbMaxLimit: 10 fnDbUser: testApp objectClass: fnDbConPool fnDbPasswd: testApp fnDbMinLimit: 2 fnDbURL: jdbc:oracle:thin:@test.com:1521:test
Same as above. This requires the corresponding RDN value.
--Quanah
-- Quanah Gibson-Mount Senior Systems Software Developer ITS/Shared Application Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html