Hi,
I am trying to create a directory in Edirectory 8.7.3 installed on Netware using the following java code as provided in the link:
Sample Code for var/ndk/webBuildengine/tmp/viewable_samples/b974df6e-83b1-4ae9-ba86-c919c86c96c9/File/DirectoryCreator.java
Two arguments have to be provided in it.
1) Url - my_server/my_vol/my_dir
2) Directory Name
I have given the following while executing:
DL360G2/OR_TEST Radhs
But, it gives the following exception before creating the sub context:
--------------------------------------------------------------------------
Creating Radhs in DL360G2/OR_TEST
Dir context created
DEI set
Attr:Entry Information: No values
Attributes:{Entry Information=Entry Information: spaceAlloc: 0, attributes: 16,flags: 0, dataStreamSize: 0, totalStreamSize: 0, numberOfStreams: 0,creationTime: 0, creationDate: 0, creator: null, modifyTime: 0, modifyDate: 0, modifier: null, lastAccessDate: 0, archiveTime: 0, archiveDate: 0, archiver: null, inheritedRightsMask: 0, dirEntNum: 0, DosDirNum: 0, volNumber: 0, EADataSize: 0, EAKeyCount: 0, EAKeySize: 0, NSCreator: 0, entryName: null, modifySearchAttributes: 32774, compareString: null, modifyMask: 0}
Create subcontext
The directory Name is: Radhs
Exception thrown: javax.naming.NamingException: ccode = 35327 (0x89ff) [Root exception is com.novell.service.jncp.ServerException: ccode = 35327 (0x89ff)]; remaining name 'Radhs'javax.naming.NamingException: ccode = 35327 (0x89ff) [Root exception is com.novell.service.jncp.ServerException: ccode = 35327 (0x89ff)]; remaining name 'Radhs' at com.novell.service.file.nw.naming.DirectoryDirCont ext.c_createSubcont
ext(DirectoryDirContext.java:1283)
--------------------------------------------------------------------------
Please help.
Regards.